mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 13:50:12 -04:00
fix: flake.nix typo, generate.sh word-splitting, README accuracy
- flake.nix: fix gettex → gettext typo, restore codex package - generate.sh: replace ls-based loop with direct glob (word-splitting safe) - README.md: fix AGENTS.md source column (rules/*.md only, not CLAUDE.md)
This commit is contained in:
parent
b9d8b03895
commit
8398d7149d
3 changed files with 7 additions and 3 deletions
|
|
@ -254,7 +254,7 @@ TOML
|
|||
echo "# Agent Team Instructions"
|
||||
echo ""
|
||||
echo "Agent-team specific protocols live in skills (orchestrate, conventions, worker-protocol, qa-checklist, message-schema, project)."
|
||||
for rules_file in $(ls "$RULES_DIR"/*.md | sort); do
|
||||
for rules_file in "$RULES_DIR"/*.md; do
|
||||
echo ""
|
||||
cat "$rules_file"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue