mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
feat(codex): add ECC navigation guide (#2525)
* feat(codex): add ECC navigation guide * fix(codex): ship navigation guide references --------- Co-authored-by: Haley Chen <2022hachen@gmail.com>
This commit is contained in:
parent
b6fe5a71e1
commit
a3130f9ebf
8 changed files with 314 additions and 1 deletions
|
|
@ -46,6 +46,7 @@
|
|||
".codex-plugin/",
|
||||
".cursor/",
|
||||
".gemini/",
|
||||
".github/PULL_REQUEST_TEMPLATE.md",
|
||||
".hermes/",
|
||||
".kimi/",
|
||||
".opencode/",
|
||||
|
|
@ -54,6 +55,8 @@
|
|||
".zed/",
|
||||
".mcp.json",
|
||||
"AGENTS.md",
|
||||
"COMMANDS-QUICK-REF.md",
|
||||
"CONTRIBUTING.md",
|
||||
"VERSION",
|
||||
"agent.yaml",
|
||||
"assets/ecc-icon.svg",
|
||||
|
|
@ -62,6 +65,8 @@
|
|||
"agents/",
|
||||
"commands/",
|
||||
"docs/de-DE/",
|
||||
"docs/CODEX-NAVIGATION-GUIDE.md",
|
||||
"docs/COMMAND-AGENT-MAP.md",
|
||||
"docs/ja-JP/",
|
||||
"docs/ko-KR/",
|
||||
"docs/pt-BR/",
|
||||
|
|
@ -118,6 +123,7 @@
|
|||
"scripts/setup-package-manager.js",
|
||||
"scripts/skill-create-output.js",
|
||||
"scripts/status.js",
|
||||
"scripts/sync-ecc-to-codex.sh",
|
||||
"scripts/work-items.js",
|
||||
"scripts/uninstall.js",
|
||||
"skills/agent-architecture-audit/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue