refactor(headless): extract fixed prompt WAL types - #1261
Merged
Astro-Han merged 1 commit intoJul 29, 2026
Conversation
23 tasks
me2seeks
force-pushed
the
refactor/1084-fixed-prompt-wal-types
branch
from
July 20, 2026 09:42
77f5169 to
cef35a1
Compare
Astro-Han
approved these changes
Jul 20, 2026
Contributor
Author
Move fixed-prompt WAL schema constants and event types into a package-local leaf, then migrate production schema consumers to depend on it directly. Keep controller imports compatible through explicit re-exports and add a source contract for ownership and dependency direction. The JSONL schema and runtime behavior are unchanged.
me2seeks
force-pushed
the
refactor/1084-fixed-prompt-wal-types
branch
from
July 29, 2026 03:49
cef35a1 to
198af97
Compare
Contributor
Author
|
Rebased onto the current |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fixed-prompt-controller.tsintofixed-prompt-wal-types.tsUnscoredCellFailureClassThe JSONL schema and runtime behavior are unchanged. This is behavior- and visually-neutral.
Refs #1084.
Verification
npm run lint— passednpm run build— passednpm run typecheck— passednpm --workspace @maka/headless test— 1,122 passed, 0 failed, 1 skippednpm run test:dist— passed; all workspace tests passednpx biome format packages/headless/src— clean (203 files)npm run format:check— passed after rebasing ontomain@bfb9ba83git diff origin/main...HEAD --check— passedgit range-diffagainst the pre-rebase commit — patch equivalentVisual validation is not applicable: this is a Headless-only, behavior-neutral module extraction.
Review focus