specrails-core 4.3.0 → 4.4.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/package.json +1 -1
- package/templates/agents/sr-architect.md +8 -0
- package/templates/agents/sr-backend-developer.md +8 -0
- package/templates/agents/sr-backend-reviewer.md +8 -0
- package/templates/agents/sr-developer.md +8 -0
- package/templates/agents/sr-doc-sync.md +8 -0
- package/templates/agents/sr-frontend-developer.md +8 -0
- package/templates/agents/sr-frontend-reviewer.md +8 -0
- package/templates/agents/sr-merge-resolver.md +8 -0
- package/templates/agents/sr-performance-reviewer.md +8 -0
- package/templates/agents/sr-reviewer.md +8 -0
- package/templates/agents/sr-security-reviewer.md +8 -0
- package/templates/agents/sr-test-writer.md +8 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specrails-core",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "AI agent workflow system for Claude Code — installs 12 specialized agents, orchestration commands, and persona-driven product discovery into any repository",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -217,3 +217,11 @@ Guidelines:
|
|
|
217
217
|
## MEMORY.md
|
|
218
218
|
|
|
219
219
|
Your MEMORY.md is currently empty. When you notice a pattern worth preserving across sessions, save it here.
|
|
220
|
+
|
|
221
|
+
## Tool Selection — Honor Project-Documented MCP Tools
|
|
222
|
+
|
|
223
|
+
The project's `CLAUDE.md` may list MCP tools made available via plugin systems (e.g., specrails-hub Integrations). Each entry typically declares (a) tool names, (b) when to use them, (c) what they return.
|
|
224
|
+
|
|
225
|
+
Before defaulting to built-in tools (`Read`, `Grep`, `Bash`, `WebFetch`, etc.), scan that documentation. When a project-documented MCP tool's declared use-case matches your current need, prefer it over the built-in equivalent — the plugin author chose it for a measurable advantage (lower token cost, higher precision, fresher data, semantic awareness, etc.).
|
|
226
|
+
|
|
227
|
+
Fall back to built-ins when no plugin tool fits, or when the documented tool fails to execute in the current environment.
|
|
@@ -52,3 +52,11 @@ Guidelines:
|
|
|
52
52
|
## MEMORY.md
|
|
53
53
|
|
|
54
54
|
Your MEMORY.md is currently empty.
|
|
55
|
+
|
|
56
|
+
## Tool Selection — Honor Project-Documented MCP Tools
|
|
57
|
+
|
|
58
|
+
The project's `CLAUDE.md` may list MCP tools made available via plugin systems (e.g., specrails-hub Integrations). Each entry typically declares (a) tool names, (b) when to use them, (c) what they return.
|
|
59
|
+
|
|
60
|
+
Before defaulting to built-in tools (`Read`, `Grep`, `Bash`, `WebFetch`, etc.), scan that documentation. When a project-documented MCP tool's declared use-case matches your current need, prefer it over the built-in equivalent — the plugin author chose it for a measurable advantage (lower token cost, higher precision, fresher data, semantic awareness, etc.).
|
|
61
|
+
|
|
62
|
+
Fall back to built-ins when no plugin tool fits, or when the documented tool fails to execute in the current environment.
|
|
@@ -137,3 +137,11 @@ What to save:
|
|
|
137
137
|
## MEMORY.md
|
|
138
138
|
|
|
139
139
|
Your MEMORY.md is currently empty.
|
|
140
|
+
|
|
141
|
+
## Tool Selection — Honor Project-Documented MCP Tools
|
|
142
|
+
|
|
143
|
+
The project's `CLAUDE.md` may list MCP tools made available via plugin systems (e.g., specrails-hub Integrations). Each entry typically declares (a) tool names, (b) when to use them, (c) what they return.
|
|
144
|
+
|
|
145
|
+
Before defaulting to built-in tools (`Read`, `Grep`, `Bash`, `WebFetch`, etc.), scan that documentation. When a project-documented MCP tool's declared use-case matches your current need, prefer it over the built-in equivalent — the plugin author chose it for a measurable advantage (lower token cost, higher precision, fresher data, semantic awareness, etc.).
|
|
146
|
+
|
|
147
|
+
Fall back to built-ins when no plugin tool fits, or when the documented tool fails to execute in the current environment.
|
|
@@ -49,6 +49,14 @@ When an OpenSpec change is being applied, you:
|
|
|
49
49
|
4. **Implement the changes** with surgical precision across all affected layers
|
|
50
50
|
5. **Ensure consistency** with the existing codebase style, patterns, and architecture
|
|
51
51
|
|
|
52
|
+
## Tool Selection — Honor Project-Documented MCP Tools
|
|
53
|
+
|
|
54
|
+
The project's `CLAUDE.md` may list MCP tools made available via plugin systems (e.g., specrails-hub Integrations). Each entry typically declares (a) tool names, (b) when to use them, (c) what they return.
|
|
55
|
+
|
|
56
|
+
Before defaulting to built-in tools (`Read`, `Grep`, `Bash`, `WebFetch`, etc.), scan that documentation. When a project-documented MCP tool's declared use-case matches your current need, prefer it over the built-in equivalent — the plugin author chose it for a measurable advantage (lower token cost, higher precision, fresher data, semantic awareness, etc.).
|
|
57
|
+
|
|
58
|
+
Fall back to built-ins when no plugin tool fits, or when the documented tool fails to execute in the current environment.
|
|
59
|
+
|
|
52
60
|
## Workflow Protocol — Strict TDD
|
|
53
61
|
|
|
54
62
|
You MUST follow Test-Driven Development. This is non-negotiable. The cycle is: **Red → Green → Refactor**. Never write production code without a failing test first.
|
|
@@ -232,3 +232,11 @@ What to save:
|
|
|
232
232
|
## MEMORY.md
|
|
233
233
|
|
|
234
234
|
Your MEMORY.md is currently empty.
|
|
235
|
+
|
|
236
|
+
## Tool Selection — Honor Project-Documented MCP Tools
|
|
237
|
+
|
|
238
|
+
The project's `CLAUDE.md` may list MCP tools made available via plugin systems (e.g., specrails-hub Integrations). Each entry typically declares (a) tool names, (b) when to use them, (c) what they return.
|
|
239
|
+
|
|
240
|
+
Before defaulting to built-in tools (`Read`, `Grep`, `Bash`, `WebFetch`, etc.), scan that documentation. When a project-documented MCP tool's declared use-case matches your current need, prefer it over the built-in equivalent — the plugin author chose it for a measurable advantage (lower token cost, higher precision, fresher data, semantic awareness, etc.).
|
|
241
|
+
|
|
242
|
+
Fall back to built-ins when no plugin tool fits, or when the documented tool fails to execute in the current environment.
|
|
@@ -46,3 +46,11 @@ Guidelines:
|
|
|
46
46
|
## MEMORY.md
|
|
47
47
|
|
|
48
48
|
Your MEMORY.md is currently empty.
|
|
49
|
+
|
|
50
|
+
## Tool Selection — Honor Project-Documented MCP Tools
|
|
51
|
+
|
|
52
|
+
The project's `CLAUDE.md` may list MCP tools made available via plugin systems (e.g., specrails-hub Integrations). Each entry typically declares (a) tool names, (b) when to use them, (c) what they return.
|
|
53
|
+
|
|
54
|
+
Before defaulting to built-in tools (`Read`, `Grep`, `Bash`, `WebFetch`, etc.), scan that documentation. When a project-documented MCP tool's declared use-case matches your current need, prefer it over the built-in equivalent — the plugin author chose it for a measurable advantage (lower token cost, higher precision, fresher data, semantic awareness, etc.).
|
|
55
|
+
|
|
56
|
+
Fall back to built-ins when no plugin tool fits, or when the documented tool fails to execute in the current environment.
|
|
@@ -130,3 +130,11 @@ What to save:
|
|
|
130
130
|
## MEMORY.md
|
|
131
131
|
|
|
132
132
|
Your MEMORY.md is currently empty.
|
|
133
|
+
|
|
134
|
+
## Tool Selection — Honor Project-Documented MCP Tools
|
|
135
|
+
|
|
136
|
+
The project's `CLAUDE.md` may list MCP tools made available via plugin systems (e.g., specrails-hub Integrations). Each entry typically declares (a) tool names, (b) when to use them, (c) what they return.
|
|
137
|
+
|
|
138
|
+
Before defaulting to built-in tools (`Read`, `Grep`, `Bash`, `WebFetch`, etc.), scan that documentation. When a project-documented MCP tool's declared use-case matches your current need, prefer it over the built-in equivalent — the plugin author chose it for a measurable advantage (lower token cost, higher precision, fresher data, semantic awareness, etc.).
|
|
139
|
+
|
|
140
|
+
Fall back to built-ins when no plugin tool fits, or when the documented tool fails to execute in the current environment.
|
|
@@ -180,3 +180,11 @@ MERGE_RESOLUTION_STATUS: UNRESOLVED
|
|
|
180
180
|
- **Never** run tests, git commands, or make commits.
|
|
181
181
|
- **Always** write the report even if all statuses are LOW_CONFIDENCE.
|
|
182
182
|
- If a file has 0 conflict markers: log it as `NO_CONFLICTS` and skip (do not rewrite the file).
|
|
183
|
+
|
|
184
|
+
## Tool Selection — Honor Project-Documented MCP Tools
|
|
185
|
+
|
|
186
|
+
The project's `CLAUDE.md` may list MCP tools made available via plugin systems (e.g., specrails-hub Integrations). Each entry typically declares (a) tool names, (b) when to use them, (c) what they return.
|
|
187
|
+
|
|
188
|
+
Before defaulting to built-in tools (`Read`, `Grep`, `Bash`, `WebFetch`, etc.), scan that documentation. When a project-documented MCP tool's declared use-case matches your current need, prefer it over the built-in equivalent — the plugin author chose it for a measurable advantage (lower token cost, higher precision, fresher data, semantic awareness, etc.).
|
|
189
|
+
|
|
190
|
+
Fall back to built-ins when no plugin tool fits, or when the documented tool fails to execute in the current environment.
|
|
@@ -171,3 +171,11 @@ PERF_STATUS: NO_PERF_IMPACT
|
|
|
171
171
|
- **Never ask for clarification** — use defaults when config is missing
|
|
172
172
|
- **Never skip performance-sensitive files** — if in doubt, benchmark it
|
|
173
173
|
- **Always update history** after a successful benchmark run
|
|
174
|
+
|
|
175
|
+
## Tool Selection — Honor Project-Documented MCP Tools
|
|
176
|
+
|
|
177
|
+
The project's `CLAUDE.md` may list MCP tools made available via plugin systems (e.g., specrails-hub Integrations). Each entry typically declares (a) tool names, (b) when to use them, (c) what they return.
|
|
178
|
+
|
|
179
|
+
Before defaulting to built-in tools (`Read`, `Grep`, `Bash`, `WebFetch`, etc.), scan that documentation. When a project-documented MCP tool's declared use-case matches your current need, prefer it over the built-in equivalent — the plugin author chose it for a measurable advantage (lower token cost, higher precision, fresher data, semantic awareness, etc.).
|
|
180
|
+
|
|
181
|
+
Fall back to built-ins when no plugin tool fits, or when the documented tool fails to execute in the current environment.
|
|
@@ -303,3 +303,11 @@ What to save:
|
|
|
303
303
|
## MEMORY.md
|
|
304
304
|
|
|
305
305
|
Your MEMORY.md is currently empty.
|
|
306
|
+
|
|
307
|
+
## Tool Selection — Honor Project-Documented MCP Tools
|
|
308
|
+
|
|
309
|
+
The project's `CLAUDE.md` may list MCP tools made available via plugin systems (e.g., specrails-hub Integrations). Each entry typically declares (a) tool names, (b) when to use them, (c) what they return.
|
|
310
|
+
|
|
311
|
+
Before defaulting to built-in tools (`Read`, `Grep`, `Bash`, `WebFetch`, etc.), scan that documentation. When a project-documented MCP tool's declared use-case matches your current need, prefer it over the built-in equivalent — the plugin author chose it for a measurable advantage (lower token cost, higher precision, fresher data, semantic awareness, etc.).
|
|
312
|
+
|
|
313
|
+
Fall back to built-ins when no plugin tool fits, or when the documented tool fails to execute in the current environment.
|
|
@@ -176,3 +176,11 @@ What to save:
|
|
|
176
176
|
## MEMORY.md
|
|
177
177
|
|
|
178
178
|
Your MEMORY.md is currently empty.
|
|
179
|
+
|
|
180
|
+
## Tool Selection — Honor Project-Documented MCP Tools
|
|
181
|
+
|
|
182
|
+
The project's `CLAUDE.md` may list MCP tools made available via plugin systems (e.g., specrails-hub Integrations). Each entry typically declares (a) tool names, (b) when to use them, (c) what they return.
|
|
183
|
+
|
|
184
|
+
Before defaulting to built-in tools (`Read`, `Grep`, `Bash`, `WebFetch`, etc.), scan that documentation. When a project-documented MCP tool's declared use-case matches your current need, prefer it over the built-in equivalent — the plugin author chose it for a measurable advantage (lower token cost, higher precision, fresher data, semantic awareness, etc.).
|
|
185
|
+
|
|
186
|
+
Fall back to built-ins when no plugin tool fits, or when the documented tool fails to execute in the current environment.
|
|
@@ -161,3 +161,11 @@ What to save:
|
|
|
161
161
|
## MEMORY.md
|
|
162
162
|
|
|
163
163
|
Your MEMORY.md is currently empty.
|
|
164
|
+
|
|
165
|
+
## Tool Selection — Honor Project-Documented MCP Tools
|
|
166
|
+
|
|
167
|
+
The project's `CLAUDE.md` may list MCP tools made available via plugin systems (e.g., specrails-hub Integrations). Each entry typically declares (a) tool names, (b) when to use them, (c) what they return.
|
|
168
|
+
|
|
169
|
+
Before defaulting to built-in tools (`Read`, `Grep`, `Bash`, `WebFetch`, etc.), scan that documentation. When a project-documented MCP tool's declared use-case matches your current need, prefer it over the built-in equivalent — the plugin author chose it for a measurable advantage (lower token cost, higher precision, fresher data, semantic awareness, etc.).
|
|
170
|
+
|
|
171
|
+
Fall back to built-ins when no plugin tool fits, or when the documented tool fails to execute in the current environment.
|