@alessandroraffa/tangyr 3.0.3 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +713 -686
- package/mappings/platform-paths.yaml +8 -1
- package/package.json +1 -1
|
@@ -87,7 +87,14 @@ targets:
|
|
|
87
87
|
instructions: AGENTS.md
|
|
88
88
|
agents: .codex/agents
|
|
89
89
|
rules: .codex/rules
|
|
90
|
-
|
|
90
|
+
# Same reasoning as the global slot above, and the same source. Inside a
|
|
91
|
+
# repository Codex searches `$CWD/.agents/skills`, `$CWD/../.agents/skills`
|
|
92
|
+
# and `$REPO_ROOT/.agents/skills`; `.codex/skills` is not among the
|
|
93
|
+
# repository locations it documents. This entry said `.codex/skills` while
|
|
94
|
+
# the comment on the global slot already recorded why that is the wrong
|
|
95
|
+
# place, so a project-scope kit delivered its skills where Codex does not
|
|
96
|
+
# look. Reported 2026-09-14 from a project that measured it.
|
|
97
|
+
skills: .agents/skills
|
|
91
98
|
hooks_shared_file: .codex/hooks.json
|
|
92
99
|
hook_scripts: .agents/hooks
|
|
93
100
|
mcp_shared_file: .codex/config.toml
|