# v0.3.2-alpha.1 Release Notes

## Version

`v0.3.2-alpha.1`

## Dist Tag

`alpha`

During the alpha pilot, `latest` is also synchronized to the current alpha build to avoid stale default installs. This is not a stable support claim.

## npm Package

`persona-harness@0.3.2-alpha.1`

## Summary

This hotfix keeps the `v0.3.2-alpha.0` workflow implementation rail and fixes the README read coverage parser found during published-package smoke.

## What Changed

- `ph workflow check` now accepts README ranges recorded under a heading:
  - `## README ranges read`
  - `- 1-220`
- `ph workflow finish implement` now passes for the same heading-style report when other workflow evidence is present.
- Existing `- README ranges read: 1-220` and indented bullet field formats still work.

## Why

The published `0.3.2-alpha.0` package installed correctly, but fresh smoke showed a mismatch between AI-natural report writing and the parser:

- AI-facing rail said to record `README ranges read`.
- An implementation report with `## README ranges read` and `- 1-220` looked reasonable.
- The parser only accepted the stricter `- README ranges read:` field shape.

## Verification

Pre-publish commands:

```bash
npm test -- tests/persona-harness-workflow-check.test.ts
npm test
npm run typecheck
npm run build
npm run report:rules
npm run check:scope:strict
npm run check:injection-value
npm pack --dry-run
npm publish --dry-run --tag alpha
```

Current result:

- Targeted regression test: passed, 20 workflow-check tests.
- `npm test`: passed, 36 test files and 225 tests.
- `npm run typecheck`: passed.
- `npm run build`: passed.
- `npm run report:rules`: passed, PersonaHarnessRule diagnostics PASS with 0 findings.
- `npm run check:scope:strict`: passed, MVP scope diagnostics PASS with 0 findings in STRICT mode.
- `npm run check:injection-value`: passed, current window 3/3 with expected decision `continue-java-mvp`.
- `npm pack --dry-run`: passed after sequential build, 221 files, 226.5 kB package size, 868.4 kB unpacked size.
- `npm publish --dry-run --tag alpha`: passed for `persona-harness@0.3.2-alpha.1`.
- `npm publish --tag alpha`: passed.
- `npm dist-tag add persona-harness@0.3.2-alpha.1 latest`: passed.
- Published-package smoke: passed with `persona-harness@alpha` installed as `0.3.2-alpha.1`; `ph workflow check` and `ph workflow finish implement` accepted heading-style README ranges.

## Supported Scope

- Java/Spring backend MVP.
- AI-facing implementation workflow rail.
- Report-only workflow diagnostics and evidence gate.

## Not Supported

- Generated app product-quality certification.
- AST/linter/build rule enforcement.
- Frontend, infra, or desktop productization.
- Full Test -> Feat -> Refactor workflow.

## Next

- Hand the fixed alpha to external testers.
