specrails-core 0.7.1 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # specrails
1
+ # specrails-core
2
2
 
3
3
  **Agent Workflow System installer for Claude Code.**
4
4
 
@@ -6,7 +6,7 @@ Install a complete product-driven development workflow into any repository: spec
6
6
 
7
7
  ## What it does
8
8
 
9
- specrails gives your project a team of specialized AI agents that work together through a structured pipeline:
9
+ specrails-core gives your project a team of specialized AI agents that work together through a structured pipeline:
10
10
 
11
11
  ```
12
12
  Product Discovery → Architecture → Implementation → Review → Ship
@@ -158,7 +158,7 @@ Each persona scores features 0-5 based on how well they address their specific j
158
158
  ## Project structure
159
159
 
160
160
  ```
161
- specrails/
161
+ specrails-core/
162
162
  ├── install.sh # Step 1: shell installer
163
163
  ├── README.md # This file
164
164
  ├── commands/
@@ -198,7 +198,7 @@ specrails/
198
198
 
199
199
  ## Supported stacks
200
200
 
201
- specrails is stack-agnostic. The `/setup` wizard detects and adapts to whatever you're using:
201
+ specrails-core is stack-agnostic. The `/setup` wizard detects and adapts to whatever you're using:
202
202
 
203
203
  - **Backend**: Python/FastAPI, Node/Express, Go/Gin, Rust/Actix, Java/Spring, Ruby/Rails, .NET
204
204
  - **Frontend**: React, Vue, Angular, Svelte, Next.js, Nuxt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specrails-core",
3
- "version": "0.7.1",
3
+ "version": "1.0.1",
4
4
  "description": "Agent Workflow System installer for Claude Code",
5
5
  "bin": {
6
6
  "specrails-core": "bin/specrails-core.js"