You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
112 pages, pagefind 115 HTML files (Playwright installed in CI env for docs:verify)
Stale TODOs
0 found
No TODO/FIXME/HACK in src/ or scripts/
Convention drift
✅ Clean
src/index.ts exports only default; no any/@ts-ignore/classes/require(); SHA-pinned actions; .yaml extensions; no model: in agent frontmatter
Workflow health
✅ Healthy
main.yaml: last 10 runs — 9 success, 1 failure (2026-06-26T09:37 on branch, not main); codeql-analysis.yaml: 0 failures; docs.yaml: 0 failures; fro-bot.yaml: in progress
Developer Experience
None — bun run fix applied 0 safe auto-fixes. Remaining warnings require refactor-level changes. No category 4 PR needed.
Quality Gates
Gate
Status
Details
typecheck
✅
0 errors
lint
⚠️
0 errors, 6 warnings
tests
✅
1039 pass, 0 fail
build
✅
index.js 48.62 KB, cli.js 4.96 KB
content-integrity
✅
0 violations
registry drift
✅
104 components, 0 drift
schema drift
✅
v2, 0 drift
docs:verify
✅
112 pages, pagefind 115 HTML files
ESM smoke test
✅
["default"]
Cross-Project Intelligence (Inbound)
Repo
Finding
Actionable for systematic?
Priority
fro-bot/agent
v0.79.1 released 2026-06-27 (patch); systematic pinned v0.79.0 (ce87f09e) — 1 patch behind. marcusrbrown and opencode-copilot-delegate both on v0.79.0
Renovate-owned bump
Low
anomalyco/opencode
v1.17.11 released 2026-06-25 (latest). Systematic was behind on v1.17.9 but #538 merged on 2026-06-26 bringing deps current
Now aligned (post-merge)
Low
cortexkit/opencode-magic-context
No accessible data (repo returned empty)
Monitor
Low
marcusrbrown/opencode-copilot-delegate
fro-bot v0.79.0 pinned — in sync with systematic
Aligned
Low
marcusrbrown/marcusrbrown
fro-bot v0.79.0 pinned — in sync with systematic
Aligned
Low
Needs Human Attention
biome.json schema version drift: $schema references 2.4.16 but installed Biome is 2.5.1. bun run biome migrate would update the schema URL and migrate recommended field deprecation. Renovate controls the Biome version bump; schema URL should be updated alongside next Biome version bump. Scope: minimal 1-line change, but touching biome.json is Renovate-adjacent — flagging for human review.
Lint: noSvgWithoutTitle error on docs/public/favicon.svg (Biome 2.5.0 in PR); useLiteralKeys warning on scripts/generate-config-schema.ts:386. PR touches package.json, bun.lock, .github/workflows/ — cannot repair per policy
PR #540 (fro-bot, all-green since 2026-06-16, 10 days open) must merge first to unblock
⏭️ Skipped (policy: touches restricted files)
Security
None — 0 open Dependabot alerts.
Code Quality & Repo Hygiene
Check
Result
Action
Typecheck
✅ Clean
0 errors
Lint (Biome)
⚠️ 9 warnings, 1 info
Persistent: noExcessiveCognitiveComplexity (6 functions), useLiteralKeys (1 in scripts/generate-config-schema.ts:386), noImportantStyles (3 in docs/src/styles/custom.css); 0 errors on main
Playwright missing from fro-bot CI env: docs:build requires Playwright not installed in fro-bot runner; confirmed passing in main CI. Not a regression.
Lint: biome.json schema 2.4.16 mismatches Biome 2.5.0 (renovate dep bump). PR touches package.json, bun.lock — cannot repair per policy
PR #540 (fro-bot, all-green) must merge first to unblock
⏭️ Skipped (policy: touches restricted files)
Security
None — Dependabot alerts unavailable (HTTP 404). CodeQL open alerts: VulnerabilitiesID (#28 — OpenSSF Scorecard advisory re: transitive vulns in CI runner env, not app code), SecurityPolicyID (#6), FuzzingID (#5), CIIBestPracticesID (#4), CodeReviewID (#3) — posture scores, not exploitable vulnerabilities in systematic's code.
Code Quality & Repo Hygiene
Check
Result
Action
Typecheck
✅ Clean
0 errors
Lint (Biome)
⚠️ 9 warnings, 1 info
Persistent: noExcessiveCognitiveComplexity (6 functions), useLiteralKeys (1 in scripts/generate-config-schema.ts:386), noImportantStyles (3 in docs/src/styles/custom.css); 0 errors on main
docs:build fails in fro-bot CI (Playwright browser missing); docs:verify passes. Not a code regression.
Stale TODOs
0 found
No TODO/FIXME/HACK in src/ or scripts/
Convention drift
✅ Clean
src/index.ts exports only default; no any/@ts-ignore/classes/require(); SHA-pinned actions; .yaml extensions; no model: in agent frontmatter
Workflow health
⚠️ Branch failures
main.yaml: 7/20 failures in last 7 days — ALL on renovate/all-minor-patch branch (PR #538); main 0 failures (100% clean). codeql-analysis.yaml: 0/20. fro-bot.yaml: 0/20. docs.yaml: no runs in last 7 days.
Developer Experience
None — bun run fix applied 0 safe auto-fixes. All remaining warnings require unsafe/refactor-level changes. No category 4 PR needed.
Quality Gates
Gate
Status
Details
typecheck
✅
0 errors
lint
⚠️
0 errors, 9 warnings
tests
✅
1039 pass, 0 fail
build
✅
index.js 48.62 KB, cli.js 4.96 KB
content-integrity
✅
0 violations
registry drift
✅
104 components, 0 drift
schema drift
✅
v2, 0 drift
docs:verify
✅
112 pages
ESM smoke test
✅
["default"]
Cross-Project Intelligence (Inbound)
Repo
Finding
Actionable for systematic?
Priority
fro-bot/agent
v0.76.2 released 2026-06-24 (SHA 69aedbc4); systematic on v0.76.0 (07d86219); marcusrbrown already on v0.76.2
Renovate-owned bump; 2 patches behind
Low
anomalyco/opencode
v1.17.10 released 2026-06-24; systematic on v1.17.8 — 2 patches behind
Renovate-owned bump
Low
marcusrbrown/opencode-copilot-delegate
Pinned fro-bot/agent v0.76.0 — in sync with systematic
Aligned
Low
cortexkit/opencode-magic-context
Uses .yml workflow extensions vs systematic's .yaml convention — no adoption opportunity
No action
Low
marcusrbrown/marcusrbrown
Upgraded to fro-bot/agent v0.76.2; systematic 2 patches behind
Playwright missing from fro-bot CI env: docs:build fails in fro-bot runner. docs:verify passes. Consider pre-installing browsers if full docs:build verification is needed.
Lint: useLiteralKeys on scripts/generate-config-schema.ts:386; renovate/artifacts status failure. PR touches package.json, bun.lock, .github/workflows/ — cannot repair per policy
PR #540 (fro-bot, all-green) must merge first to unblock
⏭️ Skipped (policy: touches restricted files)
Security
None — 0 open Dependabot alerts.
Code Quality & Repo Hygiene
Check
Result
Action
Typecheck
✅ Clean
0 errors
Lint (Biome)
⚠️ 9 warnings, 1 info
Persistent: noExcessiveCognitiveComplexity (6 functions), useLiteralKeys (1 in scripts/generate-config-schema.ts:386), noImportantStyles (3 in docs/src/styles/custom.css); 0 errors on main
docs:build/docs:verify require Playwright browser not present in fro-bot CI; last known good on CI main: 112 pages. Not a code regression.
Stale TODOs
0 found
No TODO/FIXME/HACK in src/, scripts/, or tests/unit/
Convention drift
✅ Clean
src/index.ts exports only default; no any/@ts-ignore/classes/require(); SHA-pinned actions; .yaml extensions; no model: in agent frontmatter
Workflow health
⚠️ Branch failures
main.yaml: 30 runs in 7 days — 11 failures, ALL on renovate/all-minor-patch branch (PR #538 lint); main branch 0/9 failures (100% clean). Other workflows healthy.
Developer Experience
None — bun run fix applied 0 safe auto-fixes. All remaining warnings require unsafe/refactor-level changes.
Quality Gates
Gate
Status
Details
typecheck
✅
0 errors
lint
⚠️
0 errors, 9 warnings
tests
✅
1039 pass, 0 fail
build
✅
index.js 48.62 KB, cli.js 4.96 KB
content-integrity
✅
0 violations
registry drift
✅
104 components, 0 drift
schema drift
✅
v2, 0 drift
docs:verify
⚠️
Playwright not installed in fro-bot env; CI main branch passes.
ESM smoke test
✅
["default"]
Cross-Project Intelligence (Inbound)
Repo
Finding
Actionable for systematic?
Priority
fro-bot/agent
v0.76.1 released (SHA ff059292); systematic pinned v0.76.0 (07d86219). marcusrbrown/marcusrbrown already on v0.76.1.
Renovate-owned bump pending
Low
anomalyco/opencode
v1.17.9 = latest (2026-06-21); systematic aligned
Aligned
Low
cortexkit/opencode-magic-context
v0.26.0 = latest (2026-06-18); no API changes
No action
Low
marcusrbrown/opencode-copilot-delegate
Pinned fro-bot/agent v0.76.0 — in sync with systematic
Aligned
Low
marcusrbrown/marcusrbrown
Upgraded to fro-bot/agent v0.76.1 — systematic 1 patch behind
src/index.ts default-only; no any/ts-ignore/classes/require(); SHA-pinned actions; .yaml extensions; no model: in agent frontmatter
Workflow health
⚠️ Branch failures
main.yaml: 11/30 runs failed in last 7 days — ALL on renovate/all-minor-patch branch (PR #538 lint); main branch 0/9 failures (100% clean). docs.yaml: all passing. codeql-analysis.yaml: all passing. fro-bot.yaml: running normally.
Developer Experience
None — bun run fix applied 0 safe auto-fixes. All remaining warnings require unsafe/refactor-level changes.
Quality Gates
Gate
Status
Details
typecheck
✅
0 errors
lint
⚠️
0 errors, 9 warnings
tests
✅
1039 pass, 0 fail
build
✅
index.js 48.62 KB, cli.js 4.96 KB
content-integrity
✅
0 violations
registry drift
✅
104 components, 0 drift
schema drift
✅
v2, 0 drift
docs:verify
✅
112 pages
ESM smoke test
✅
["default"]
Cross-Project Intelligence (Inbound)
Repo
Finding
Actionable for systematic?
Priority
fro-bot/agent
v0.76.0 = latest (SHA 07d86219c3); systematic pinned v0.76.0 — in sync; sibling opencode-copilot-delegate also on v0.76.0
Aligned
Low
anomalyco/opencode
v1.17.9 = latest (2026-06-21); systematic on same version
Aligned
Low
cortexkit/opencode-magic-context
v0.26.0 = latest (2026-06-18); no API changes affecting plugin contract
No action
Low
marcusrbrown/opencode-copilot-delegate
Pinned fro-bot/agent v0.76.0 — fully in sync with systematic
src/index.ts default-only; no any/ts-ignore/classes/require(); SHA-pinned actions; .yaml extensions; no model: in agent frontmatter
Workflow health
⚠️ Branch failures
main.yaml: 7/20 runs failed in last 7 days — ALL on renovate/all-minor-patch branch (PR #538 lint); main branch itself 100% clean. docs.yaml: 0/0; codeql-analysis.yaml: 0/20; fro-bot.yaml: 0/20
Developer Experience
None — bun run fix applied 0 safe auto-fixes. All remaining warnings require unsafe/refactor-level changes.
Lint: Biome 2.5.0 schema mismatch in biome.json (2.4.16 vs 2.5.0) + useLiteralKeys — PR touches .github/workflows/, cannot be repaired per policy
PR #540 (all green, fro-bot-authored) must merge first
⏭️ Skipped (policy: touches .github/workflows/)
Security
Advisory / PR
Severity
Action Taken
0 Dependabot alerts
—
No open alerts
Code Quality & Repo Hygiene
Check
Result
Action
Typecheck
✅ Clean
0 errors
Lint (Biome)
⚠️ 9 warnings, 1 info
Same persistent issues: noExcessiveCognitiveComplexity (6 locations), noImportantStyles (3 in custom.css), useLiteralKeys (1 in generate-config-schema.ts)
None — no auto-fixable items on main. PR #540 (Biome 2.5.0 pre-fixes) remains open and all-green; awaiting merge to unblock #538.
Quality Gates
Gate
Status
Details
typecheck
✅
0 errors
lint
⚠️
9 warnings, 1 info (no errors)
tests
✅
1039 pass, 0 fail
build
✅
index.js 48.62 KB + cli.js 4.96 KB
content-integrity
✅
0 violations
registry drift
✅
104 components, 0 drift
schema drift
✅
v2 schema, 0 drift
docs:verify
✅
112 pages built
ESM smoke test
✅
exports: ['default']
Cross-Project Intelligence (Inbound)
Repo
Finding
Actionable for systematic?
Priority
fro-bot/agent
v0.71.0 released 2026-06-19 (operator API contract ownership/freeze); systematic just updated to v0.70.0 (SHA 60e600f3) today
Renovate-owned bump to v0.71.0
Low
cortexkit/opencode-magic-context
v0.26.0 (2026-06-18): ≥2× per-message transform perf on large sessions; removes built-in model fallback chain; Anthropic thinking-block/prompt-cache fixes; doctor migrate-session command; asymmetric embedding support
No API changes affecting systematic plugin contract; performance improvements are companion-internal
PR #538 (chore(dev): update all non-major dependencies): Lint FAILURE persists (biome.json schema version mismatch + useLiteralKeys). Blocked on fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges #540 merge; then Renovate should rebase and the 1-line useLiteralKeys fix in scripts/generate-config-schema.ts:386 may also need applying.
src/index.ts exports only default; no any/ts-ignore/classes/require; all actions pinned to full SHA; .yaml extensions
Workflow health
⚠️ Branch failures
main.yaml: main branch 7/7 success (fully healthy); renovate/all-minor-patch 0/4 (all Biome 2.5.0 lint — same root cause as PR #538, not a main regression)
Update — 2026-06-27 (UTC)
Errored PRs
None — 0 open PRs with failing CI.
Security
None — 0 open Dependabot alerts. Dependabot alert API returned 0 results.
Code Quality & Repo Hygiene
noExcessiveCognitiveComplexity(6 functions),useLiteralKeys(1 inscripts/generate-config-schema.ts:386); biome.json schema2.4.16vs CLI2.5.1(info,recommendedfield deprecated). 0 errors.src/orscripts/src/index.tsexports onlydefault; noany/@ts-ignore/classes/require(); SHA-pinned actions;.yamlextensions; nomodel:in agent frontmattermain.yaml: last 10 runs — 9 success, 1 failure (2026-06-26T09:37 on branch, not main);codeql-analysis.yaml: 0 failures;docs.yaml: 0 failures;fro-bot.yaml: in progressDeveloper Experience
None —
bun run fixapplied 0 safe auto-fixes. Remaining warnings require refactor-level changes. No category 4 PR needed.Quality Gates
index.js48.62 KB,cli.js4.96 KB["default"]Cross-Project Intelligence (Inbound)
ce87f09e) — 1 patch behind.marcusrbrownandopencode-copilot-delegateboth on v0.79.0Needs Human Attention
$schemareferences2.4.16but installed Biome is2.5.1.bun run biome migratewould update the schema URL and migraterecommendedfield deprecation. Renovate controls the Biome version bump; schema URL should be updated alongside next Biome version bump. Scope: minimal 1-line change, but touchingbiome.jsonis Renovate-adjacent — flagging for human review.docs/scripts/generate-config-reference.ts:437(41),src/lib/skills.ts:74(25),tests/manual/session-compacting-probe.ts:57(19),tests/manual/companion-aware-probe.ts:139(17),scripts/generate-config-schema.ts:289(17),tests/unit/generate-config-reference.test.ts:31(16). Require human refactor.Update — 2026-06-26 (UTC)
Errored PRs
noSvgWithoutTitleerror ondocs/public/favicon.svg(Biome 2.5.0 in PR);useLiteralKeyswarning onscripts/generate-config-schema.ts:386. PR touchespackage.json,bun.lock,.github/workflows/— cannot repair per policySecurity
None — 0 open Dependabot alerts.
Code Quality & Repo Hygiene
noExcessiveCognitiveComplexity(6 functions),useLiteralKeys(1 inscripts/generate-config-schema.ts:386),noImportantStyles(3 indocs/src/styles/custom.css); 0 errors on mainsrc/orscripts/src/index.tsexports onlydefault; noany/@ts-ignore/classes/require(); SHA-pinned actions;.yamlextensions; nomodel:in agent frontmattermain.yaml: 6 runs on main — 0 failures (100% clean); 8/14 failures onrenovate/all-minor-patch(all PR #538 lint). Other workflows: codeql-analysis.yaml 0 failures; fro-bot.yaml normal.Developer Experience
None —
bun run fixapplied 0 safe auto-fixes. All remaining warnings require unsafe/refactor-level changes. No category 4 PR needed.Quality Gates
index.js48.62 KB,cli.js4.96 KB["default"]Cross-Project Intelligence (Inbound)
f51adbd5); systematic pinned v0.77.0 — in sync (Renovate bump already merged)@opencode-ai/sdk1.17.9 (3 patches behind)languageoption for non-English sessions, fixesctx_reducereminder to reflect reclaimable amount@opencode-ai/plugin1.17.9 — same as systematic's.opencode/package.json; no novel patternsNeeds Human Attention
fix/biome-2.5-lint-pre-fix): Open since 2026-06-16 (10 days), all checks green. Critically overdue — merge to unblock PR chore(dev): update all non-major dependencies #538.renovate/all-minor-patch): Lint failure (noSvgWithoutTitleon favicon.svg,useLiteralKeyson scripts/generate-config-schema.ts:386). Unblocked once fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges #540 merges and Renovate rebases.docs/scripts/generate-config-reference.ts:437(41),src/lib/skills.ts:74(25),tests/manual/session-compacting-probe.ts:57(19),tests/manual/companion-aware-probe.ts:139(17),scripts/generate-config-schema.ts:289(17),tests/unit/generate-config-reference.test.ts:31(16). Require human refactor.docs:buildrequires Playwright not installed in fro-bot runner; confirmed passing in main CI. Not a regression.Update — 2026-06-25 (UTC)
Errored PRs
biome.jsonschema2.4.16mismatches Biome2.5.0(renovate dep bump). PR touchespackage.json,bun.lock— cannot repair per policySecurity
None — Dependabot alerts unavailable (HTTP 404). CodeQL open alerts:
VulnerabilitiesID(#28 — OpenSSF Scorecard advisory re: transitive vulns in CI runner env, not app code),SecurityPolicyID(#6),FuzzingID(#5),CIIBestPracticesID(#4),CodeReviewID(#3) — posture scores, not exploitable vulnerabilities in systematic's code.Code Quality & Repo Hygiene
noExcessiveCognitiveComplexity(6 functions),useLiteralKeys(1 inscripts/generate-config-schema.ts:386),noImportantStyles(3 indocs/src/styles/custom.css); 0 errors on maindocs:buildfails in fro-bot CI (Playwright browser missing);docs:verifypasses. Not a code regression.src/orscripts/src/index.tsexports onlydefault; noany/@ts-ignore/classes/require(); SHA-pinned actions;.yamlextensions; nomodel:in agent frontmattermain.yaml: 7/20 failures in last 7 days — ALL onrenovate/all-minor-patchbranch (PR #538);main0 failures (100% clean).codeql-analysis.yaml: 0/20.fro-bot.yaml: 0/20.docs.yaml: no runs in last 7 days.Developer Experience
None —
bun run fixapplied 0 safe auto-fixes. All remaining warnings require unsafe/refactor-level changes. No category 4 PR needed.Quality Gates
index.js48.62 KB,cli.js4.96 KB["default"]Cross-Project Intelligence (Inbound)
69aedbc4); systematic on v0.76.0 (07d86219);marcusrbrownalready on v0.76.2.ymlworkflow extensions vs systematic's.yamlconvention — no adoption opportunityNeeds Human Attention
fix/biome-2.5-lint-pre-fix): Open since 2026-06-16 (9 days), all checks green. Critically overdue — merge to unblock PR chore(dev): update all non-major dependencies #538.renovate/all-minor-patch): Lint failure persists. Unblocked once fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges #540 merges and Renovate rebases.docs/scripts/generate-config-reference.ts:437(41),src/lib/skills.ts:74(25),tests/manual/session-compacting-probe.ts:57(19),tests/manual/companion-aware-probe.ts:139(17),scripts/generate-config-schema.ts:289(17),tests/unit/generate-config-reference.test.ts:31(16). Require human refactor.docs:buildfails in fro-bot runner.docs:verifypasses. Consider pre-installing browsers if full docs:build verification is needed.SecurityPolicyID(refactor: remove config override support for agents, commands, and skills #6) — adding a SECURITY.md would address this without code changes.FuzzingID,CIIBestPracticesID,CodeReviewID— process/posture gaps requiring human decision.Update — 2026-06-24 (UTC)
Errored PRs
useLiteralKeysonscripts/generate-config-schema.ts:386;renovate/artifactsstatus failure. PR touchespackage.json,bun.lock,.github/workflows/— cannot repair per policySecurity
None — 0 open Dependabot alerts.
Code Quality & Repo Hygiene
noExcessiveCognitiveComplexity(6 functions),useLiteralKeys(1 inscripts/generate-config-schema.ts:386),noImportantStyles(3 indocs/src/styles/custom.css); 0 errors on maindocs:build/docs:verifyrequire Playwright browser not present in fro-bot CI; last known good on CI main: 112 pages. Not a code regression.src/,scripts/, ortests/unit/src/index.tsexports onlydefault; noany/@ts-ignore/classes/require(); SHA-pinned actions;.yamlextensions; nomodel:in agent frontmattermain.yaml: 30 runs in 7 days — 11 failures, ALL onrenovate/all-minor-patchbranch (PR #538 lint);mainbranch 0/9 failures (100% clean). Other workflows healthy.Developer Experience
None —
bun run fixapplied 0 safe auto-fixes. All remaining warnings require unsafe/refactor-level changes.Quality Gates
index.js48.62 KB,cli.js4.96 KBmainbranch passes.["default"]Cross-Project Intelligence (Inbound)
ff059292); systematic pinned v0.76.0 (07d86219).marcusrbrown/marcusrbrownalready on v0.76.1.Needs Human Attention
fix/biome-2.5-lint-pre-fix): Open since 2026-06-16 (8 days), all checks green. Merge to unblock PR chore(dev): update all non-major dependencies #538. Now overdue.renovate/all-minor-patch): Lint failure persists —useLiteralKeys+renovate/artifacts. Unblocked once fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges #540 merges and Renovate rebases.docs/scripts/generate-config-reference.ts:437(41),src/lib/skills.ts:74(25),tests/manual/session-compacting-probe.ts:57(19),tests/manual/companion-aware-probe.ts:139(17),scripts/generate-config-schema.ts:289(17),tests/unit/generate-config-reference.test.ts:31(16). Require human refactor.docs:verify/docs:buildcannot run here. Consider pre-installing browsers in fro-bot action.Update — 2026-06-23 (UTC)
Errored PRs
biome.jsonschema version2.4.16mismatches Biome2.5.0(upgraded in PR);useLiteralKeysonscripts/generate-config-schema.ts:386. PR touchespackage.json,bun.lock,.github/workflows/— cannot repair per policySecurity
None.
Code Quality & Repo Hygiene
noExcessiveCognitiveComplexity(6 functions),useLiteralKeys(1),noImportantStyles(3 in docs CSS); 0 errors on mainsrc/index.tsdefault-only; no any/ts-ignore/classes/require(); SHA-pinned actions;.yamlextensions; nomodel:in agent frontmatterrenovate/all-minor-patchbranch (PR #538 lint);mainbranch 0/9 failures (100% clean). docs.yaml: all passing. codeql-analysis.yaml: all passing. fro-bot.yaml: running normally.Developer Experience
None —
bun run fixapplied 0 safe auto-fixes. All remaining warnings require unsafe/refactor-level changes.Quality Gates
["default"]Cross-Project Intelligence (Inbound)
07d86219c3); systematic pinned v0.76.0 — in sync; siblingopencode-copilot-delegatealso on v0.76.0Needs Human Attention
fix/biome-2.5-lint-pre-fix): Open since 2026-06-16, all checks green. Approaching 1-week stale threshold. Merge to unblock PR chore(dev): update all non-major dependencies #538.renovate/all-minor-patch): Lint failure — biome.json schema version mismatch +useLiteralKeys. Unblocked once fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges #540 merges.docs/scripts/generate-config-reference.ts:437(41),src/lib/skills.ts:74(25),tests/manual/session-compacting-probe.ts:57(19),tests/manual/companion-aware-probe.ts:139(17),scripts/generate-config-schema.ts:289(17),tests/unit/generate-config-reference.test.ts:31(16). Require human refactor.Update — 2026-06-22 (UTC)
Errored PRs
biome.jsonschema version2.4.16mismatches Biome2.5.0(upgraded in PR);useLiteralKeysonscripts/generate-config-schema.ts:386. PR touchespackage.json,bun.lock,.github/workflows/— cannot repair per policySecurity
None.
Code Quality & Repo Hygiene
noExcessiveCognitiveComplexity(6 functions),useLiteralKeys(1),noImportantStyles(3 in docs CSS); 0 errors on mainsrc/index.tsdefault-only; no any/ts-ignore/classes/require(); SHA-pinned actions;.yamlextensions; nomodel:in agent frontmatterrenovate/all-minor-patchbranch (PR #538 lint);mainbranch itself 100% clean. docs.yaml: 0/0; codeql-analysis.yaml: 0/20; fro-bot.yaml: 0/20Developer Experience
None —
bun run fixapplied 0 safe auto-fixes. All remaining warnings require unsafe/refactor-level changes.Quality Gates
["default"]Cross-Project Intelligence (Inbound)
2fe001b9— in syncNeeds Human Attention
fix/biome-2.5-lint-pre-fix): Open since 2026-06-16, all checks green. Merge to unblock PR chore(dev): update all non-major dependencies #538.renovate/all-minor-patch): Lint failure — biome.json schema version mismatch +useLiteralKeysinscripts/generate-config-schema.ts:386. Unblocked once fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges #540 merges.docs/scripts/generate-config-reference.ts:437(41),src/lib/skills.ts:74(25),tests/manual/session-compacting-probe.ts:57(19),tests/manual/companion-aware-probe.ts:139(17),scripts/generate-config-schema.ts:289(17),tests/unit/generate-config-reference.test.ts:31(16). Require human refactor.Update — 2026-06-21 (UTC)
Errored PRs
biome.jsonschema version2.4.16mismatches Biome2.5.0(in PR);useLiteralKeysonscripts/generate-config-schema.ts:386. PR touchespackage.json,bun.lock— cannot repair per policySecurity
None.
Code Quality & Repo Hygiene
noExcessiveCognitiveComplexity(6 functions),useLiteralKeys(1),noImportantStyles(3 in docs CSS); no errors on mainsrc/index.tsdefault-only; no any/ts-ignore/classes/require(); SHA-pinned actions;.yamlextensions; nomodel:in agent frontmatterDeveloper Experience
None —
bun run fixapplied 0 safe auto-fixes. All remaining warnings require unsafe/refactor-level changes.Quality Gates
['default']Cross-Project Intelligence (Inbound)
doctor migrate-sessionUpstream Modernization Watch
pull_request_target/workflow_run. Renovate-owned — watch for upgrade PR.Needs Human Attention
fix/biome-2.5-lint-pre-fix): Open since 2026-06-16, all checks green. Merge to unblock PR chore(dev): update all non-major dependencies #538.renovate/all-minor-patch): Lint failure — biome.json schema mismatch +useLiteralKeys. Unblocked once fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges #540 merges.docs/scripts/generate-config-reference.ts:437(41),src/lib/skills.ts:74(25),tests/manual/session-compacting-probe.ts:57(19),tests/manual/companion-aware-probe.ts:139(17),scripts/generate-config-schema.ts:289(17),tests/unit/generate-config-reference.test.ts:31(16). Require human refactor.Update — 2026-06-20 (UTC)
Errored PRs
biome.jsonschema version2.4.16mismatches Biome2.5.0upgraded in PR; touches.github/workflows/,package.json,bun.lock— cannot repair per policySecurity
None.
Code Quality & Repo Hygiene
noExcessiveCognitiveComplexity(6 functions),noImportantStyles(3 in docs CSS); no errorsdocs:verifypassed (112 pages, pagefind built)src/index.tsdefault-only; no any/ts-ignore/classes/require(); SHA-pinned actions;.yamlextensions; nomodel:in agent frontmatterDeveloper Experience
None —
bun run fixapplied 0 safe auto-fixes. Remaining warnings require unsafe/refactor-level changes.Quality Gates
['default']Cross-Project Intelligence (Inbound)
9b89fb3a.ymlextensions (not.yaml); Docker E2E test pattern interestingNeeds Human Attention
noExcessiveCognitiveComplexityindocs/scripts/generate-config-reference.ts:437,scripts/generate-config-schema.ts:289,src/lib/skills.ts:74,tests/manual/companion-aware-probe.ts:139,tests/manual/session-compacting-probe.ts:57,tests/unit/generate-config-reference.test.ts:31;noImportantStyles×3 indocs/src/styles/custom.css:206,208,210.Update — 2026-06-19 (UTC)
Errored PRs
useLiteralKeys— PR touches.github/workflows/, cannot be repaired per policySecurity
Code Quality & Repo Hygiene
src/index.tsexports onlydefault; no any/ts-ignore/classes/require(); all actions SHA-pinned; .yaml extensions; nomodel:in agent frontmatterDeveloper Experience
None — no auto-fixable items on main. PR #540 (Biome 2.5.0 pre-fixes) remains open and all-green; awaiting merge to unblock #538.
Quality Gates
Cross-Project Intelligence (Inbound)
60e600f3) todaydoctor migrate-sessioncommand; asymmetric embedding support60e600f3) — in syncNeeds Human Attention
fix(lint): pre-fix Biome 2.5.0 lint errors): Open since 2026-06-16, all checks green. Merging this unblocks PR chore(dev): update all non-major dependencies #538.chore(dev): update all non-major dependencies): Lint FAILURE persists (biome.json schema version mismatch + useLiteralKeys). Blocked on fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges #540 merge; then Renovate should rebase and the 1-line useLiteralKeys fix inscripts/generate-config-schema.ts:386may also need applying.docs/scripts/generate-config-reference.ts:437(41),src/lib/skills.ts:74(25),scripts/generate-config-schema.ts:289(17),tests/manual/session-compacting-probe.ts:57(19),tests/manual/companion-aware-probe.ts:139(17),scripts/generate-config-schema.ts:386(useLiteralKeys),tests/unit/generate-config-reference.test.ts:31(16). Require human refactor.Update — 2026-06-18 (UTC)
Errored PRs
Security
Code Quality & Repo Hygiene
Developer Experience
Quality Gates
Cross-Project Intelligence (Inbound)
Needs Human Attention
Update — 2026-06-17 (UTC)
Errored PRs
noSvgWithoutTitleerror onfavicon.svg— PR touchespackage.json/bun.lock, cannot be repaired from that branch per policySecurity
Code Quality & Repo Hygiene
src/index.tsexports onlydefault; no any/ts-ignore/classes/require; all actions pinned to full SHA; .yaml extensionsmain.yaml: main branch 7/7 success (fully healthy);renovate/all-minor-patch0/4 (all Biome 2.5.0 lint — same root cause as PR #538, not a main regression)Developer Experience
fix/biome-2.5-lint-pre-fix) remains open — awaiting review/merge to unblock PR chore(dev): update all non-major dependencies #538. No new auto-fixable items onmain.Quality Gates
Cross-Project Intelligence (Inbound)
b7efdd6d8e9d41766e287327d1d99876959620d3= latest (2026-06-15) — fully in sync@biomejs/biome2.5.0 and@opencode-ai/plugin1.17.6 — confirms pre-fix approach validNeeds Human Attention
fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges) — Awaiting merge: Open since 2026-06-16; all checks green. Merging this unblocks PR chore(dev): update all non-major dependencies #538.chore(dev): update all non-major dependencies to v2.5.0) — Lint FAILURE (ongoing): Biome 2.5.0noSvgWithoutTitleerror onfavicon.svg. Cannot repair from this branch (touchespackage.json/bun.lock). Once fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges #540 merges, Renovate will rebase chore(dev): update all non-major dependencies #538 and the lint error will resolve.docs/scripts/generate-config-reference.ts:437(41),scripts/generate-config-schema.ts:289(25),tests/manual/companion-aware-probe.ts:139(19),tests/manual/session-compacting-probe.ts:57(19),scripts/generate-config-schema.ts:386(17),src/lib/skills.ts:74(17),tests/unit/generate-config-reference.test.ts:31(16). Require human refactor.[Archived 4 older updates on 2026-06-26]
Historical Summary
Prior runs: 50 (2026-03-09 through 2026-05-27)
Recurring unresolved items
resolveRef+validateFieldExamples— complexity >15; needs human refactor.2026-05-25 (UTC)
Errored PRs
None — no open PRs. ✅
Security
Health & Maintenance
Developer Experience
bun run typecheck— passes cleanly.bun run lint— exits 0 (6 warnings, 27 infos). No action taken.Needs Human Attention
2026-05-26 (UTC)
Errored PRs
None — no open PRs. ✅
Security
Health & Maintenance
Developer Experience
bun run typecheck— passes cleanly.bun run lint— exits 0 (6 warnings, 27 infos). No action taken.Needs Human Attention
@opencode-ai/*fully up to date.2026-05-27 (UTC)
Errored PRs
@astrojs/starlightv0.39.0 removed support forautogenerate+labelas siblings. Indocs/astro.config.mjs(lines 70–77, 81–88), sidebar entries use{ label: "X", autogenerate: { directory: "Y" } }— this must be migrated to{ label: "X", items: [{ autogenerate: { directory: "Y" } }] }.renovate/astrojs-starlight-0.x)Security
Health & Maintenance
Developer Experience
bun run typecheck— passes cleanly onmain.bun run lint— exits 0 (6 warnings, 27 infos). No action taken.Needs Human Attention
@astrojs/starlightupgrade (→ 0.39.x) breaks Docs Build. Fix: indocs/astro.config.mjs, update all{ label: "X", autogenerate: { directory: "Y" } }sidebar entries to{ label: "X", items: [{ autogenerate: { directory: "Y" } }] }. Affects 4 sidebar groups (Getting Started, Guides, Skills, Agents). Cannot auto-push to Renovate branch in working-dir mode.This is a rolling issue tracking automated repository health checks.