@zhuan-ai/zhuanspec 2.2.1 → 2.2.2
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const agentsRootStubTemplate = "# ZhuanSpec Instructions\n\nThese instructions are for AI assistants working in this project.\n\nAlways open `@/zhuanspec/AGENTS.md` when the request:\n- Mentions planning or proposals (words like proposal, spec, change, plan)\n- Introduces new capabilities, breaking changes, architecture shifts, or big performance/security work\n- Sounds ambiguous and you need the authoritative spec before coding\n\nUse `@/zhuanspec/AGENTS.md` to learn:\n- How to create and apply change proposals\n- Spec format and conventions\n- Project structure and guidelines\n\nKeep this managed block so 'zhuanspec update' can refresh the instructions.\n";
|
|
1
|
+
export declare const agentsRootStubTemplate = "# ZhuanSpec Instructions\n\nThese instructions are for AI assistants working in this project.\n\nAlways open `@/zhuanspec/AGENTS.md` when the request:\n- Mentions planning or proposals (words like proposal, spec, change, plan)\n- Introduces new capabilities, breaking changes, architecture shifts, or big performance/security work\n- Sounds ambiguous and you need the authoritative spec before coding\n\nUse `@/zhuanspec/AGENTS.md` to learn:\n- How to create and apply change proposals\n- Spec format and conventions\n- Project structure and guidelines\n\nKeep this managed block so 'zhuanspec update' can refresh the instructions.\n\n# Claude Instructions Bridge\n\nAlways open `@/CLAUDE.md` for this project and treat it as additional instruction context.\n\nWhen `AGENTS.md` and `CLAUDE.md` both define rules:\n- Follow higher-priority system/developer instructions first.\n- Then apply project rules from this `AGENTS.md`.\n- Then apply detailed conventions from `@/CLAUDE.md`.\n\nIf `@/CLAUDE.md` cannot be loaded, explicitly state that limitation before proceeding.\n";
|
|
2
2
|
//# sourceMappingURL=agents-root-stub.d.ts.map
|
|
@@ -13,5 +13,16 @@ Use \`@/zhuanspec/AGENTS.md\` to learn:
|
|
|
13
13
|
- Project structure and guidelines
|
|
14
14
|
|
|
15
15
|
Keep this managed block so 'zhuanspec update' can refresh the instructions.
|
|
16
|
+
|
|
17
|
+
# Claude Instructions Bridge
|
|
18
|
+
|
|
19
|
+
Always open \`@/CLAUDE.md\` for this project and treat it as additional instruction context.
|
|
20
|
+
|
|
21
|
+
When \`AGENTS.md\` and \`CLAUDE.md\` both define rules:
|
|
22
|
+
- Follow higher-priority system/developer instructions first.
|
|
23
|
+
- Then apply project rules from this \`AGENTS.md\`.
|
|
24
|
+
- Then apply detailed conventions from \`@/CLAUDE.md\`.
|
|
25
|
+
|
|
26
|
+
If \`@/CLAUDE.md\` cannot be loaded, explicitly state that limitation before proceeding.
|
|
16
27
|
`;
|
|
17
28
|
//# sourceMappingURL=agents-root-stub.js.map
|