chore: format renovate.json and remove stale handoff brief #107
No reviewers
Labels
No labels
area: arcade
area: art-studio
area: calendar
area: chapel
area: content
area: design
area: field-guide
area: infra
area: library
area: os
area: portal
area: sync
area: typing
blocked
breaking
bug
content: approved
content: changes-requested
content: drafting
content: needs-doctrinal-review
content: needs-review
dependencies
documentation
duplicate
enhancement
epic
github_actions
good first issue
help wanted
invalid
javascript
needs-triage
priority: high
priority: low
priority: medium
question
type: enhancement
type: feature
type: fix
type: perf
type: security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Bosco/bosco!107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/restore-lint-gate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
pnpm lint(prettier --check) is failing ondevelop, so thecistatus is red. Two committed files are not prettier-clean:
renovate.json— indented with spaces, but the repo Prettierconfig uses tabs. Reformatted (whitespace only;
JSON.parseisbyte-identical, so the Renovate config is semantically unchanged).
longer maintained and duplicated by the in-repo
docs/,README.mdand
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:
pnpm check(svelte-check)pnpm lint(prettier + eslint)guard:colour/guard:svgpnpm buildguard:external/content/provenance/offlinepnpm test:unitpnpm test:e2e(Chromium + axe)