@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\
|
|
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