v0.3.2
·
184 commits
to main
since this release
[0.3.2] - 2026-02-26
Added
- Lockfile types exported:
AdfLockfileandAdfSyncStatusinterfaces now exported from@stackbilt/adfpublic API, giving agents.d.tsvisibility into the.adf.lockschema without reverse-engineering compiled output. - Lockfile schema documented:
.adf.lockformat (flat JSON map offilename → sha256-prefix-16) documented in the@stackbilt/adfREADME. pnpm run devwatch script: Newtsc --build --watchdev script for incremental rebuilds during local development viatsconfig.build.json.- Research papers directory:
papers/with versioned white papers (CSA-001: Context-as-Code v1.1, CSA-002: Greenfield measurement rubric draft) and Architect v2 integration brief.
Changed
- Build uses
tsconfig.build.json: Root build script replaced hardcoded 9-pathtsc --buildinvocation with atsconfig.build.jsonreference file. TypeScript resolves build order from project references automatically. - Publish workflow simplified: PUBLISHING.md no longer instructs manual
workspace:^replacement — PNPM handles this at publish time. Publish commands no longer need--access publicflag. publishConfig.access: "public"declared in all 9 packages (previously only cli and adf).sideEffects: falsedeclared in all 9 packages for bundler tree-shaking.