From a42420c39f0a49beac9c475fbaa2eea9b42ebf04 Mon Sep 17 00:00:00 2001 From: Rui Hu Date: Tue, 7 Apr 2026 19:25:28 +0800 Subject: [PATCH] Add repo reference for skill container Add workspace for persist container, used for testing cli aa --- start-dev-container-oneshot.bash | 14 +++++++------- start-dev-container-persist.bash | 8 ++++++-- start-dev-container-skill.bash | 11 +++++++++++ 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/start-dev-container-oneshot.bash b/start-dev-container-oneshot.bash index 9a1a346..9cee5f8 100755 --- a/start-dev-container-oneshot.bash +++ b/start-dev-container-oneshot.bash @@ -2,7 +2,7 @@ set -e -FORGEJO_PAT=c5eb2cd6e3789a0cc7294d2695195a9e3ed29a62 +[ ! -f .env ] || export $(grep -v '^#' .env | xargs) RAND_NAME=$(tr -dc A-Za-z0-9