@bvdm/delano 0.2.9 → 0.2.10
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/HANDBOOK.md +297 -74
- package/README.md +1 -1
- package/assets/payload/HANDBOOK.md +297 -74
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ See [DESIGN.md](DESIGN.md) and the [Delano Brand Book](docs/delano-brandbook.htm
|
|
|
67
67
|
## Delano CLI
|
|
68
68
|
|
|
69
69
|
- Package: `@bvdm/delano`
|
|
70
|
-
- Current package version: `0.2.
|
|
70
|
+
- Current package version: `0.2.10`
|
|
71
71
|
- Binary: `delano`
|
|
72
72
|
- Commands: `onboarding`, `install`, `viewer`, `project`, `workstream`, `task`, `update`, `init`, `import-spec-kit`, `research`, `validate`, `status`, `next`
|
|
73
73
|
- Primary goal: bootstrap a repo safely, expose local delivery state clearly, and keep runtime gates verifiable
|