specrails-core 4.0.1 → 4.0.3
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/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -302,6 +302,14 @@ Codex uses the scaffold method: `npx specrails-core@latest init --root-dir .`. S
|
|
|
302
302
|
|
|
303
303
|
---
|
|
304
304
|
|
|
305
|
+
## Support
|
|
306
|
+
|
|
307
|
+
If specrails-core is useful to you, you can donate on [Ko-fi](https://ko-fi.com/D1D81Y002C) ☕ to support ongoing development.
|
|
308
|
+
|
|
309
|
+
[](https://ko-fi.com/D1D81Y002C)
|
|
310
|
+
|
|
311
|
+
---
|
|
312
|
+
|
|
305
313
|
## License
|
|
306
314
|
|
|
307
315
|
MIT — [fjpulidop](https://github.com/fjpulidop)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specrails-core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
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
|
"bin": {
|
|
6
6
|
"specrails-core": "bin/specrails-core.js"
|