chore: bring the repo under Prettier 3.9.6; archive the corpus spec - #55
Merged
Conversation
323 files drifted, mostly markdown table padding and line rewraps; CI never ran format:check. Generated files (Astro types, the audit map) are ignored so the generator and the formatter stop disagreeing. The line-pinned @ts-expect-error in review-sweep.test.ts moves next to the module specifier the rewrap separated it from. Claude-Session: https://claude.ai/code/session_01RT21vyEPL6uSMWwUTytw6p
Same as #49: the spec moves to docs/architecture/history, the execution plan goes. Claude-Session: https://claude.ai/code/session_01RT21vyEPL6uSMWwUTytw6p
k2kirov
force-pushed
the
chore/prettier-drift
branch
from
September 2, 2026 23:17
ff60592 to
034fb25
Compare
k2kirov
added a commit
that referenced
this pull request
Sep 2, 2026
#57) * fix(core): an unscored reason names each cause once; CI checks formatting `rendered-body` and `sample-adequate` both say "The scan fetched no pages." when nothing was fetched, and the orchestrator joined every reason as-is. `unjudgeableReason` dedupes in key order. CI runs `pnpm format:check` after lint, so the drift #55 removed cannot return unseen. Claude-Session: https://claude.ai/code/session_01RT21vyEPL6uSMWwUTytw6p * fix(core): fetch failures log one line; tests default to error level A failed fetch is a result the caller reads, not a fault, so the fetcher warns in one line and keeps the error object for debug. vitest runs at LOG_LEVEL=error unless told otherwise, and the live verification suite's "full results" dumps are opt-in via AL_VERIFY_VERBOSE. A green CI run printed thousands of lines of stack frames and pass lists before this. Claude-Session: https://claude.ai/code/session_01RT21vyEPL6uSMWwUTytw6p
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
.prettierignorefor generated files (packages/website/.astro/,docs/evidence/audit-map.{json,md}) sopnpm formatand the generators stop disagreeing.@ts-expect-errorinpackages/core/src/tests/review-sweep.test.tsnext to the module specifier the rewrap had separated it from.docs/architecture/history/and removesdocs/superpowers/, as docs: archive migration roadmap to docs/architecture/history and remove superpowers directory #49 did for the roadmap.CI never runs
format:check; consider adding it to the workflow once this lands.Gate
pnpm build && pnpm test && pnpm typecheck && pnpm lint && pnpm check:dossiers && pnpm check:requires && pnpm check:audit-map && pnpm format:checkgreen.https://claude.ai/code/session_01RT21vyEPL6uSMWwUTytw6p