Releases: nino-chavez/blueprint
Releases · nino-chavez/blueprint
v0.1.0
First semver-tagged release of the Blueprint distribution — establishes the version primitive that the bidirectional update channel (ADR-0005) and consumer pinning depend on.
Added
- Version primitive.
package.jsonis the single source of truth for the methodology version (no separateVERSIONfile — single source, no drift, per the centralization rule). Changesets manages bumps + this changelog;.github/workflows/release.ymlpublishes on merge tomain(dormant untilNPM_TOKENis set). - Portable
BLUEPRINT_HOMEresolution. The SessionStart hook resolves the methodology source via$BLUEPRINT_HOME→blueprint.ymlmethodology_home:→ local canonical path (~/Workspace/dev/tools/blueprint) → npm-installed@nino-chavez-labs/blueprint-cli; a candidate counts only if it containsMETHODOLOGY.md. Removes the single hardcoded~/Workspace/dev/wip/blueprintdefault. A team member whonpm installs the CLI resolves with zero config. - Stale-path leaks removed.
stamp.mjsno longer writes~/Workspace/dev/wip/blueprintdoc paths into every stamped consumer'sblueprint.yml;frontmatter-lintstalebig-blueprintreference corrected. - Methodology-version banner. The SessionStart hook surfaces the methodology's current version and the initiative's pinned
methodology_version, flagging drift and pointing toblueprint upgrade.