mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 14:50:13 -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
|
|
@ -79,7 +79,7 @@ nix develop # enter devShell with yq + envsubst
|
|||
|---|---|---|
|
||||
| `agents/*.md` (templates) | `claude/agents/*.md` | `~/.claude/agents/` |
|
||||
| `agents/*.md` (templates) | `codex/agents/*.toml` | `~/.codex/agents/` |
|
||||
| `CLAUDE.md` + `rules/*.md` | `codex/AGENTS.md` | `~/.codex/AGENTS.md` |
|
||||
| `rules/*.md` | `codex/AGENTS.md` | `~/.codex/AGENTS.md` |
|
||||
| `settings.json` | `codex/config.toml` | `~/.codex/config.toml` |
|
||||
| `skills/` | (shared as-is) | `~/.claude/skills/` + `~/.agents/skills/` |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue