chore: format renovate.json and remove stale handoff brief #107

Merged
manlycucumber merged 1 commit from chore/restore-lint-gate into develop 2026-07-12 20:24:37 +00:00

What

pnpm lint (prettier --check) is failing on develop, so the ci
status is red. Two committed files are not prettier-clean:

  • renovate.json — indented with spaces, but the repo Prettier
    config uses tabs. Reformatted (whitespace only; JSON.parse is
    byte-identical, so the Renovate config is semantically unchanged).
  • the stale top-level handoff brief — a one-off onboarding doc, no
    longer maintained and duplicated by the in-repo docs/, README.md
    and ROADMAP.md. Removed.

No behaviour change — this only restores a green lint gate.

Verification

Run in the dev container (Node 24 / pnpm 9.15.9). The full CI gate
passes end to end after this change:

step result
pnpm check (svelte-check) 0 errors / 0 warnings
pnpm lint (prettier + eslint) clean
guard:colour / guard:svg pass
pnpm build pass (2 Pagefind records)
guard:external / content / provenance / offline pass
pnpm test:unit 197 passed
pnpm test:e2e (Chromium + axe) 41 passed
## What `pnpm lint` (`prettier --check`) is failing on `develop`, so the `ci` status is red. Two committed files are not prettier-clean: - **`renovate.json`** — indented with spaces, but the repo Prettier config uses tabs. Reformatted (whitespace only; `JSON.parse` is byte-identical, so the Renovate config is semantically unchanged). - **the stale top-level handoff brief** — a one-off onboarding doc, no longer maintained and duplicated by the in-repo `docs/`, `README.md` and `ROADMAP.md`. Removed. No behaviour change — this only restores a green lint gate. ## Verification Run in the dev container (Node 24 / pnpm 9.15.9). The full CI gate passes end to end after this change: | step | result | | --- | --- | | `pnpm check` (svelte-check) | 0 errors / 0 warnings | | `pnpm lint` (prettier + eslint) | clean | | `guard:colour` / `guard:svg` | pass | | `pnpm build` | pass (2 Pagefind records) | | `guard:external` / `content` / `provenance` / `offline` | pass | | `pnpm test:unit` | 197 passed | | `pnpm test:e2e` (Chromium + axe) | 41 passed |
chore: format renovate.json and remove stale handoff brief
Some checks failed
ci / ci (pull_request) Failing after 37s
590aac154d
`pnpm lint` (prettier --check) is failing on develop, which turns the
`ci` gate red. Two committed files are not prettier-clean:

- renovate.json: indented with spaces, but the repo prettier config
  uses tabs. Reformatted; whitespace-only, semantics unchanged.
- the top-level handoff brief: a stale document, no longer maintained
  and duplicated by the in-repo docs/, README and ROADMAP. Removed.

With both applied, prettier --check and eslint pass and the full gate
(check, colour/svg guards, build, external/content/provenance/offline
guards, unit tests) is green.
manlycucumber deleted branch chore/restore-lint-gate 2026-07-12 20:24:37 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Bosco/bosco!107
No description provided.