learnship 2.0.2 → 2.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/.claude-plugin/plugin.json +1 -1
- package/.cursor-plugin/plugin.json +1 -1
- package/README.md +6 -3
- package/gemini-extension.json +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "learnship",
|
|
3
3
|
"description": "Agentic engineering done right — 49 structured workflows, persistent memory across sessions, integrated learning partner, and impeccable UI design system. Works with Claude Code, Windsurf, Cursor, Gemini CLI, OpenCode, and Codex.",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.3",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Favio Vazquez",
|
|
7
7
|
"email": "favio.vazquezp@gmail.com"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "learnship",
|
|
3
3
|
"displayName": "learnship",
|
|
4
4
|
"description": "Agentic engineering done right — 49 structured workflows, persistent memory across sessions, integrated learning partner, and impeccable UI design system.",
|
|
5
|
-
"version": "2.0.
|
|
5
|
+
"version": "2.0.3",
|
|
6
6
|
"logo": "assets/logo.png",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Favio Vazquez",
|
package/README.md
CHANGED
|
@@ -202,7 +202,7 @@ learnship has 49 workflows. You don't need to know them all. Start with these fi
|
|
|
202
202
|
|
|
203
203
|

|
|
204
204
|
|
|
205
|
-
Once you have a project, every feature ships through
|
|
205
|
+
Once you have a project, every feature ships through a 7-step phase loop:
|
|
206
206
|
|
|
207
207
|
```mermaid
|
|
208
208
|
flowchart LR
|
|
@@ -419,6 +419,7 @@ Project settings live in `.planning/config.json`. Set during `/new-project` or e
|
|
|
419
419
|
"test_first": false,
|
|
420
420
|
"planning": {
|
|
421
421
|
"commit_docs": true,
|
|
422
|
+
"commit_mode": "auto",
|
|
422
423
|
"search_gitignored": false
|
|
423
424
|
},
|
|
424
425
|
"workflow": {
|
|
@@ -453,6 +454,9 @@ Project settings live in `.planning/config.json`. Set during `/new-project` or e
|
|
|
453
454
|
| `granularity` | `coarse`, `standard`, `fine` | `standard` | Phase size: 3-5 / 5-8 / 8-12 phases |
|
|
454
455
|
| `model_profile` | `quality`, `balanced`, `budget` | `balanced` | Agent model tier (see table below) |
|
|
455
456
|
| `learning_mode` | `auto`, `manual` | `auto` | `auto` offers learning at checkpoints; `manual` requires explicit invocation |
|
|
457
|
+
| `parallelization` | `true`, `false` | `false` | Parallel subagents per plan on supported platforms |
|
|
458
|
+
| `test_first` | `true`, `false` | `false` | TDD mode: write failing test first, verify red, implement, verify green |
|
|
459
|
+
| `planning.commit_mode` | `auto`, `manual` | `auto` | `auto` commits after each workflow step; `manual` skips all git commits |
|
|
456
460
|
|
|
457
461
|
### Workflow Toggles
|
|
458
462
|
|
|
@@ -465,11 +469,10 @@ Project settings live in `.planning/config.json`. Set during `/new-project` or e
|
|
|
465
469
|
| `workflow.review` | `true` | Enable `/review` suggestions after `/verify-work` (v2.0) |
|
|
466
470
|
| `workflow.solutions_search` | `true` | Search `.planning/solutions/` during `/plan-phase` (v2.0) |
|
|
467
471
|
|
|
468
|
-
###
|
|
472
|
+
### Review & Ship Settings
|
|
469
473
|
|
|
470
474
|
| Setting | Default | What it controls |
|
|
471
475
|
|---------|---------|------------------|
|
|
472
|
-
| `test_first` | `false` | TDD mode: write failing test first, verify red, implement, verify green |
|
|
473
476
|
| `review.auto_after_verify` | `false` | Auto-run `/review` after `/verify-work` passes |
|
|
474
477
|
| `ship.auto_test` | `true` | Run test suite before shipping |
|
|
475
478
|
| `ship.conventional_commits` | `true` | Use conventional commit format |
|
package/gemini-extension.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "learnship",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Agentic engineering done right — 49 structured workflows, persistent memory across sessions, integrated learning partner, and impeccable UI design system.",
|
|
5
5
|
"author": "Favio Vazquez",
|
|
6
6
|
"homepage": "https://faviovazquez.github.io/learnship/",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "learnship",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Learn as you build. Build with intent. — A multi-platform agentic engineering system for Windsurf, Claude Code, Cursor, OpenCode, Gemini CLI, and Codex: spec-driven workflows, integrated learning, and production-grade design.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agentic",
|