@kylecheng3146/agent-ops 0.1.13 → 0.1.14

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.
@@ -99,9 +99,12 @@ const AGENTS_ROUTING = {
99
99
  "## Loop Engineering\n\nUse `.agent-ops/AGENTS.md` as the canonical Loop Engineering specification for this project.\n"
100
100
  ]
101
101
  };
102
+ // ponytail: Claude Code only auto-loads files via the `@path` import syntax.
103
+ // Prose ("Load X as the baseline") is inert there, so the import line is the routing.
102
104
  const CLAUDE_ROUTING = {
103
- desired: "## Loop Engineering\n\nLoad `.agent-ops/CLAUDE.md` as the agent-ops managed baseline.\nProject-specific instructions in this file remain authoritative.\n",
105
+ desired: "## Loop Engineering\n\n@.agent-ops/CLAUDE.md\n\nThe file above is the agent-ops managed baseline.\nProject-specific instructions in this file remain authoritative.\n",
104
106
  legacy: [
107
+ "## Loop Engineering\n\nLoad `.agent-ops/CLAUDE.md` as the agent-ops managed baseline.\nProject-specific instructions in this file remain authoritative.\n",
105
108
  "## Loop Engineering\n\nUse `.agent-ops/CLAUDE.md` as the canonical Loop Engineering specification for this project.\n"
106
109
  ]
107
110
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kylecheng3146/agent-ops",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Evidence-driven development loops for Codex, Claude Code, and opencode",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,4 +1,6 @@
1
1
  ## Loop Engineering
2
2
 
3
- Load `.agent-ops/CLAUDE.md` as the agent-ops managed baseline.
3
+ @.agent-ops/CLAUDE.md
4
+
5
+ The file above is the agent-ops managed baseline.
4
6
  Project-specific instructions in this file remain authoritative.