Skip to content

chore: bring the repo under Prettier 3.9.6; archive the corpus spec - #55

Merged
k2kirov merged 2 commits into
mainfrom
chore/prettier-drift
Sep 2, 2026
Merged

chore: bring the repo under Prettier 3.9.6; archive the corpus spec#55
k2kirov merged 2 commits into
mainfrom
chore/prettier-drift

Conversation

@k2kirov

@k2kirov k2kirov commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Runs the locked Prettier 3.9.6 over the repo: 323 files, mostly markdown table padding and line rewraps. No code change beyond formatting.
  • Adds .prettierignore for generated files (packages/website/.astro/, docs/evidence/audit-map.{json,md}) so pnpm format and the generators stop disagreeing.
  • Moves the line-pinned @ts-expect-error in packages/core/src/tests/review-sweep.test.ts next to the module specifier the rewrap had separated it from.
  • Archives the live-corpus spec to docs/architecture/history/ and removes docs/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:check green.

https://claude.ai/code/session_01RT21vyEPL6uSMWwUTytw6p

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
k2kirov force-pushed the chore/prettier-drift branch from ff60592 to 034fb25 Compare September 2, 2026 23:17
@k2kirov
k2kirov merged commit 0752edb into main Sep 2, 2026
1 check passed
@k2kirov
k2kirov deleted the chore/prettier-drift branch September 2, 2026 23:23
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant