verity-framework 0.2.1 → 0.2.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -88,6 +88,6 @@ Interactive, beginner-friendly, and fully self-contained — clone or download t
88
88
  ## Reference
89
89
 
90
90
  - **Package:** `verity-framework` · CLI binary `verity` · Node ≥16 · host deps `git`, `gh`
91
- - **Design docs:** [framework spec](docs/framework-spec.md) · [roles spec](docs/roles-spec.md) · [the interview that drove the design](docs/interview-findings.md) · [brand / positioning](docs/brand.md) · [walking-skeleton plan](docs/walking-skeleton-plan.md)
91
+ - **Design docs:** [framework spec](docs/framework-spec.md) · [roles spec](docs/roles-spec.md) · [brand / positioning](docs/brand.md) · [walking-skeleton plan](docs/walking-skeleton-plan.md)
92
92
  - **Contributing:** [`CONTRIBUTING.md`](CONTRIBUTING.md) — local setup, the test/lint checks, project layout, and conventions
93
93
  - **License:** MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verity-framework",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Verity — a CI/CD-native, GitHub-native, production-lifecycle AI software delivery framework.",
5
5
  "keywords": ["verity", "ai", "ci-cd", "github", "devops", "agent", "framework"],
6
6
  "author": "Sean Mahoney",