learnship 2.0.3 → 2.0.4
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,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.4",
|
|
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.4",
|
|
6
6
|
"logo": "assets/logo.png",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Favio Vazquez",
|
package/gemini-extension.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "learnship",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
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/",
|
|
@@ -133,12 +133,16 @@ If yes: merge missing keys into `.planning/config.json` using the defaults from
|
|
|
133
133
|
|
|
134
134
|
## Step 7: Research Decision
|
|
135
135
|
|
|
136
|
+
> **🔴 MANDATORY USER CHOICE — You must ask this question and wait for a reply. You are NOT allowed to decide this yourself, even if the domain seems trivial, familiar, or well-understood. The user decides. Always.**
|
|
137
|
+
|
|
136
138
|
Read `workflow.research` from `.planning/config.json`.
|
|
137
139
|
|
|
138
|
-
Ask: "Research the domain for the new features before defining requirements?"
|
|
140
|
+
Ask: **"Research the domain for the new features before defining requirements?"**
|
|
139
141
|
- **Research first** (recommended) — investigate new capabilities' ecosystem
|
|
140
142
|
- **Skip research** — domain is familiar
|
|
141
143
|
|
|
144
|
+
> 🛑 STOP. Wait for the user's explicit choice. Do not default to either option. Do not reason about whether research is needed — that is the user's call. Do not proceed until the user replies.
|
|
145
|
+
|
|
142
146
|
Update config accordingly:
|
|
143
147
|
```bash
|
|
144
148
|
# Edit .planning/config.json: set workflow.research to true or false
|
|
@@ -275,11 +275,13 @@ git add .planning/PROJECT.md && git commit -m "docs: initialize project"
|
|
|
275
275
|
|
|
276
276
|
## Step 5: Research Decision
|
|
277
277
|
|
|
278
|
+
> **🔴 MANDATORY USER CHOICE — You must ask this question and wait for a reply. You are NOT allowed to decide this yourself, even if the domain seems trivial, familiar, or well-understood. The user decides. Always.**
|
|
279
|
+
|
|
278
280
|
Ask: **"Before I write the requirements — do you want me to research the domain ecosystem first?"**
|
|
279
281
|
- **Research first** (recommended) — Discover standard stacks, expected features, architecture patterns
|
|
280
282
|
- **Skip research** — I know this domain well, go straight to requirements
|
|
281
283
|
|
|
282
|
-
> 🛑 STOP. Wait for the user's explicit choice. Do not default to either option. Do not write REQUIREMENTS.md yet. Do not proceed until the user replies.
|
|
284
|
+
> 🛑 STOP. Wait for the user's explicit choice. Do not default to either option. Do not reason about whether research is needed — that is the user's call. Do not write REQUIREMENTS.md yet. Do not proceed until the user replies.
|
|
283
285
|
|
|
284
286
|
**If Research first:**
|
|
285
287
|
|
|
@@ -394,9 +396,26 @@ git add .planning/ROADMAP.md .planning/STATE.md .planning/REQUIREMENTS.md && git
|
|
|
394
396
|
|
|
395
397
|
> **🔴 MANDATORY — This step must always be completed. Do not skip it, do not defer it, do not move to Step 9 without writing AGENTS.md to the project root. AGENTS.md is the persistent memory file that every future session depends on.**
|
|
396
398
|
|
|
397
|
-
|
|
399
|
+
Start by reading `@./templates/agents.md` in full. This is the **canonical template**. The generated AGENTS.md must follow its exact structure.
|
|
400
|
+
|
|
401
|
+
**Sections to copy VERBATIM (do not rewrite, do not summarize, do not rephrase):**
|
|
402
|
+
- `## Soul — Who We Are Together` (entire section including Voice & Character and Relationship Model)
|
|
403
|
+
- `## Principles — How We Operate` (all 10 principles, verbatim)
|
|
404
|
+
- `## Platform Context` (the learnship key facts block, verbatim)
|
|
405
|
+
- `## Skills — Operational Knowledge` (CHANGELOG Discipline and Decisions Register, verbatim)
|
|
406
|
+
- `## Regressions — What Broke and What We Learned` (the empty starter block, verbatim)
|
|
407
|
+
|
|
408
|
+
**Sections to FILL IN with project-specific information:**
|
|
398
409
|
|
|
399
|
-
|
|
410
|
+
**Title** — Replace `[PROJECT NAME]` with the actual project name.
|
|
411
|
+
|
|
412
|
+
**Current Phase** block:
|
|
413
|
+
```
|
|
414
|
+
Milestone: v1.0 — [Milestone Name from PROJECT.md]
|
|
415
|
+
Phase: 1 — [Phase 1 name from ROADMAP.md]
|
|
416
|
+
Status: planning
|
|
417
|
+
Last updated: [today's date]
|
|
418
|
+
```
|
|
400
419
|
|
|
401
420
|
**Project Structure** — derive from the project description and any existing directories:
|
|
402
421
|
```bash
|
|
@@ -413,13 +432,18 @@ Populate the `## Project Structure` tree with real directories and one-line desc
|
|
|
413
432
|
- How to run the dev server
|
|
414
433
|
- How to run tests
|
|
415
434
|
|
|
416
|
-
**
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
435
|
+
**You may ADD project-specific sections** (e.g., Conventions, Content Sources, Definition of Done) **after** the Tech Stack section and **before** Skills. But you must NEVER remove, rename, or replace the template sections listed above.
|
|
436
|
+
|
|
437
|
+
**Verification checklist (run before committing):**
|
|
438
|
+
- [ ] File starts with `# AGENTS.md — [Project Name]`
|
|
439
|
+
- [ ] `## Soul — Who We Are Together` exists with Voice & Character and Relationship Model
|
|
440
|
+
- [ ] `## Principles — How We Operate` exists with all 10 numbered principles
|
|
441
|
+
- [ ] `## Platform Context` exists with the 7-step phase loop
|
|
442
|
+
- [ ] `## Current Phase` exists with milestone, phase, status, and date
|
|
443
|
+
- [ ] `## Project Structure` exists with a directory tree
|
|
444
|
+
- [ ] `## Tech Stack` exists with language, framework, libraries, dev server, tests
|
|
445
|
+
- [ ] `## Skills — Operational Knowledge` exists with CHANGELOG Discipline and Decisions Register
|
|
446
|
+
- [ ] `## Regressions — What Broke and What We Learned` exists at the end
|
|
423
447
|
|
|
424
448
|
**If `commit_mode` is `auto`:**
|
|
425
449
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "learnship",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
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",
|