# v0.3.6-alpha.1 Release Notes

## Version

`v0.3.6-alpha.1`

## Dist Tag

`alpha`

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

## Install

```bash
npm install -D persona-harness@alpha
```

## Summary

This alpha tightens the AI-facing routing story after the requirements drafting release.

`v0.3.6-alpha.0` introduced the idea-first requirements draft rail. This update adds a clearer PH-style intent preamble and documents the next top-level router policy so Persona Harness can classify user language before falling into direct implementation.

The intended direction is:

```text
user request -> intent classification -> workflow rail / shared-skill rail -> implementation or report
```

## Added

- PH-style intent preamble for requirements workflow output:
  - `의도 감지`;
  - `근거`;
  - `다음 행동`.
- `docs/current/top-level-intent-router-design.md`
  - defines `requirements`, `debug`, `review`, `refactor`, `git`, and `programming` intents;
  - defines mixed-intent handling such as `README 보고 구현해줘`, `버그 고치고 커밋해`, and `리뷰해줘`;
  - records that `requirements` should outrank direct programming when README/requirements/project-idea signals are present.

## Changed

- Runtime requirements workflow guidance now exposes the intent preamble to make model behavior easier to inspect in OpenCode/TUI sessions.
- Progress board current track now points to `v0.3.x` AI-facing workflow routing.
- Current docs index links the new top-level intent router design.

## Verification

- `npm run check:docs`: pass.
- `npm test`: pass, 37 files, 261 tests.
- `npm run build`: pass.

## Known Gaps

- The top-level router is documented but not yet implemented as `src/runtime/top-level-intent-router.ts`.
- Debug/review/refactor/git rails remain inactive reference surfaces until a scoped implementation loop activates them.
- This release does not certify generated application quality.
- Full TDD workflow remains future scope.
