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:
haelyra 2026-07-22 20:44:37 -04:00 committed by GitHub
parent b6fe5a71e1
commit a3130f9ebf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 314 additions and 1 deletions

View file

@ -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/",