@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.
@@ -87,7 +87,14 @@ targets:
87
87
  instructions: AGENTS.md
88
88
  agents: .codex/agents
89
89
  rules: .codex/rules
90
- skills: .codex/skills
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alessandroraffa/tangyr",
3
- "version": "3.0.3",
3
+ "version": "4.0.0",
4
4
  "description": "CLI for the Tangyr discipline — install and manage operating kits for AI coding tools",
5
5
  "license": "MIT",
6
6
  "engines": {