sdd-cli 0.1.17 → 0.1.18

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -213,6 +213,10 @@ sdd-cli hello "I want a simple booking system for appointments"
213
213
  5) Check output in:
214
214
  `<workspace>/<project>/requirements/done/<REQ-ID>/`
215
215
 
216
+ For a full onboarding walkthrough, see:
217
+ - `docs/FIRST_15_MINUTES.md`
218
+ - `examples/transcripts/FIRST_15_MINUTES.md`
219
+
216
220
  ## Recovery quick commands
217
221
 
218
222
  - Continue an existing project:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdd-cli",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "SDD-first, AI-native CLI for end-to-end delivery.",
5
5
  "homepage": "https://github.com/jdsalasca/sdd-tool#readme",
6
6
  "repository": {