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
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)
Lint: Biome 2.5.0 introduces noSvgWithoutTitle (error) on favicon.svg and surfaces noImportantStyles (error) on custom.css — PR touches package.json/bun.lock, cannot be repaired from that branch per policy
Pre-fix PR #540 created on main (favicon.svg a11y title + CSS specificity increase to remove !important)
⚠️ Needs review — PR #540 must merge first, then #538 will pass
Security
Advisory / PR
Severity
Action Taken
0 Dependabot alerts
—
No open alerts
CodeQL/Scorecard (5 open)
N/A
Scorecard metric alerts only — not code vulnerabilities; no action required
Code Quality & Repo Hygiene
Check
Result
Action
Typecheck
✅ Clean
0 errors
Lint (Biome)
⚠️ 6 warnings
Persistent complexity warnings (unchanged from 2026-06-15)
src/index.ts exports only default; no any/ts-ignore/classes/require; all actions pinned to full SHA; .yaml extensions
Workflow health
⚠️ 2 failures
main.yaml: 2 failures in last 7 days (both on renovate/all-minor-patch branch, PR #538 lint; main branch itself: 11/11 success) — not a main health regression
Developer Experience
PR #540: fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges — adds <title> to favicon.svg (a11y), increases CSS specificity to remove !important from .install-title. Unblocks PR chore(dev): update all non-major dependencies #538 once merged.
Quality Gates
Gate
Status
Details
typecheck
✅
0 errors
lint
⚠️
6 warnings (no errors), 1 info
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.65.0 (2026-06-15): transport-agnostic execution and approval seam; cache save-on-empty-storage-dir fix. Systematic now pins v0.65.0 (b7efdd6d8e9d41766e287327d1d99876959620d3) — in sync
Aligned
Low
anomalyco/opencode
v1.17.7 (2026-06-14): plugin client requests reuse active server; ACP shell shows command+workdir from start; plugin-provided shell env vars apply to PTY sessions; MCP servers receive workspace as client root; SDK refreshes model/provider availability on integration changes
Monitor — no API surface breaking changes; SDK model-refresh improvement may benefit systematic
Persistent complexity warnings (6): docs/scripts/generate-config-reference.ts:437 (41), scripts/generate-config-schema.ts:289 (25), tests/manual/companion-aware-probe.ts:139 (19), scripts/generate-config-schema.ts:386 (17), src/lib/skills.ts:74 (17), tests/unit/generate-config-reference.test.ts:31 (16). All exceed Biome's max 15. Require human refactor.
session-compacting-probe.ts:57 complexity 19: New entry (not in yesterday's list) — runProbe function in tests/manual/session-compacting-probe.ts added to complexity warnings.
Update — 2026-06-15 (UTC)
Errored PRs
None.
Security
Advisory / PR
Severity
Action Taken
0 Dependabot alerts
—
No open alerts
CodeQL/Scorecard (5 open)
N/A
Scorecard metric alerts only (Vulnerabilities, Security-Policy, Fuzzing, CII-Best-Practices, Code-Review) — not code vulnerabilities; no action required
Code Quality & Repo Hygiene
Check
Result
Action
Typecheck
✅ Clean
0 errors
Lint (Biome)
⚠️ 9 warnings
3 new noImportantStyles in docs/src/styles/custom.css (Biome 2.4.16 new rule); 6 persistent complexity warnings (see Needs Human Attention)
generate-config-schema.ts:resolveRef and docs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.
Update — 2026-06-04 (UTC)
Errored PRs
None — PRs #462, #463 merged. 1 open PR (#477, Marcus-authored) has all checks passing.
Security
Advisory / PR
Severity
Action Taken
None
—
0 open Dependabot alerts
Code Quality & Repo Hygiene
Check
Result
Action
Typecheck
✅ Clean
0 errors
Lint (Biome)
✅ Clean
6 warnings, 2 infos (stable)
Tests
✅ Pass
927 pass, 0 fail
Content integrity
✅ Clean
167 md + 21 ts scanned, 0 violations
Registry drift
✅ Aligned
103 components up to date
Schema drift
✅ Aligned
v2 schema files up to date
Docs build
✅ Pass
docs:verify completes
Stale TODOs
0 found
No TODO/FIXME/HACK in src/
Convention drift
✅ Clean
src/index.ts exports only default; no any/ts-ignore/classes/require; actions pinned
generate-config-schema.ts:resolveRef and docs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.
generate-config-schema.ts:resolveRef and docs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.
generate-config-schema.ts:resolveRef and docs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.
generate-config-schema.ts:resolveRef and docs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.
No upstream API-surface changes affecting Systematic plugin contracts.
Needs Human Attention
generate-config-schema.ts:resolveRef and docs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.
src/index.ts exports only default; no any/ts-ignore/classes/require; actions pinned
Workflow health
✅ Healthy
main.yaml 14/14 success
Developer Experience
None.
Quality Gates
Gate
Status
Details
typecheck
✅
0 errors
lint
✅
6 warnings, 2 infos
tests
✅
927 pass, 0 fail
build
✅
index.js entry + cli.js 4.96 KB
content-integrity
✅
0 violations
registry drift
✅
0 drift
schema drift
✅
0 drift
docs:verify
✅
111 pages built
ESM smoke test
✅
exports: ['default']
Cross-Project Intelligence (Inbound)
Repo
Finding
Actionable for systematic?
Priority
fro-bot/agent
Workflow now pins v0.46.0 (e8cd412813, up from v0.45.0). Latest is v0.46.1 (2026-05-30T03:01) — 1 patch behind
Renovate should open a SHA-update PR for v0.46.1
Low
anomalyco/opencode
Latest still v1.15.12 (no new release); systematic pins 1.15.10
Renovate-owned bump
Low
Needs Human Attention
generate-config-schema.ts:resolveRef and docs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.
Monitor: acp-next session start improvements may affect plugin bootstrap timing
Low
fro-bot/agent
v0.46.0 released 2026-05-29; systematic pins v0.45.0 (8aac0fc364) — 1 version behind
Renovate should open a SHA-update PR
Med
Needs Human Attention
fro-bot/agent v0.46.0: New release available (2026-05-29T01:46:35Z); workflow pins v0.45.0. Renovate should auto-open a SHA-update PR if configured. Check if a Renovate rule covers fro-bot/agent action.
generate-config-schema.ts:resolveRef and docs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — requires human refactor.
@opencode-ai/* v1.15.12 + @biomejs/biome 2.4.16: Minor/patch updates available (Renovate-owned).
Update — 2026-05-28 (UTC)
Errored PRs
None.
Security
Advisory / PR
Severity
Action Taken
None
—
No open Dependabot alerts; CodeQL alerts API skipped (HTTP 404 — likely requires admin scope)
Passes (110 pages, 112 HTML files, pagefind index built)
ESM smoke test
✅
exports: ['default']
Cross-Project Intelligence (Inbound)
Repo
Finding
Actionable for systematic?
Priority
fro-bot/agent
Pinned SHA 8aac0fc364 = v0.45.0 (2026-05-24) — in sync with latest release
Up to date
Low
marcusrbrown/marcusrbrown
Active mrbro-bot dependency updates; no Fro Bot prompt changes visible
No action needed
Low
marcusrbrown/opencode-copilot-delegate
Same @opencode-ai 1.15.x deps; no new API patterns visible
In sync
Low
Needs Human Attention
generate-config-schema.ts:resolveRef (complexity 17) and docs/scripts/generate-config-reference.ts:validateFieldExamples (complexity 41) exceed Biome max complexity 15 — requires human refactor to fix lint warnings.
@opencode-ai v1.15.11 dispose hook: anomalyco/opencode v1.15.11 adds a dispose hook for plugins. Evaluate whether SystematicPlugin should implement it (Renovate owns the dep bump).
@biomejs/biome 2.4.16 and @opencode-ai/* 1.15.11 and @types/node 25.9.1: patch/minor updates available; Renovate will handle.
PR #449: chore(lint): apply auto-fixes from autohealing run — Biome useLiteralKeys + useTemplate unsafe fixes across 6 script/skill files; lint infos drop from 27 to 2.
Quality Gates
Gate
Status
Details
typecheck
✅
0 errors
lint
✅
6 warnings, 2 infos
tests
✅
918 pass, 0 fail
build
✅
Completes without error
content-integrity
✅
0 violations
registry drift
✅
0 drift
schema drift
✅
0 drift
docs:verify
✅
Passes (playwright installed first)
ESM smoke test
✅
exports: ['default']
Cross-Project Intelligence (Inbound)
Repo
Finding
Actionable for systematic?
Priority
anomalyco/opencode
v1.15.11 adds dispose hook for plugins + fixes Codex plugin session ID header
On same v1.15.10 @opencode-ai deps; mrbro-bot active
Sibling in sync
Low
fro-bot/agent
Both repos pin 8aac0fc364 (v0.45.0) — in sync
Up to date
Low
Needs Human Attention
generate-config-schema.ts:resolveRef (complexity 17) and docs/scripts/generate-config-reference.ts:validateFieldExamples (complexity 41) exceed Biome max complexity of 15 — requires human refactor.
anomalyco/opencode v1.15.11 adds dispose hook for plugins — evaluate if SystematicPlugin should implement it.
Historical Summary
Prior runs: 50 (2026-03-09 through 2026-05-27)
Recurring unresolved items
@opencode-ai/plugin + @opencode-ai/sdk — current at 1.15.10 on main; latest 1.15.11 (Renovate owns bump).
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.Update — 2026-06-16 (UTC)
Errored PRs
noSvgWithoutTitle(error) onfavicon.svgand surfacesnoImportantStyles(error) oncustom.css— PR touchespackage.json/bun.lock, cannot be repaired from that branch per policymain(favicon.svga11y title + CSS specificity increase to remove!important)Security
Code Quality & Repo Hygiene
src/index.tsexports onlydefault; no any/ts-ignore/classes/require; all actions pinned to full SHA; .yaml extensionsmain.yaml: 2 failures in last 7 days (both onrenovate/all-minor-patchbranch, PR #538 lint;mainbranch itself: 11/11 success) — not a main health regressionDeveloper Experience
fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges— adds<title>tofavicon.svg(a11y), increases CSS specificity to remove!importantfrom.install-title. Unblocks PR chore(dev): update all non-major dependencies #538 once merged.Quality Gates
Cross-Project Intelligence (Inbound)
b7efdd6d8e9d41766e287327d1d99876959620d3) — in syncNeeds Human Attention
chore(dev): update all non-major dependencies to v2.5.0) — Lint FAILURE: Biome 2.4.16 → 2.5.0 introduces two new error-level rules. PR touchespackage.json/bun.lockso cannot be repaired from that branch by fro-bot. Pre-fix PR fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges #540 must merge first (adds SVG<title>, removes CSS!importantvia specificity increase). Once fix(lint): pre-fix Biome 2.5.0 lint errors before dep update merges #540 merges, chore(dev): update all non-major dependencies #538 should pass lint.docs/scripts/generate-config-reference.ts:437(41),scripts/generate-config-schema.ts:289(25),tests/manual/companion-aware-probe.ts:139(19),scripts/generate-config-schema.ts:386(17),src/lib/skills.ts:74(17),tests/unit/generate-config-reference.test.ts:31(16). All exceed Biome's max 15. Require human refactor.session-compacting-probe.ts:57complexity 19: New entry (not in yesterday's list) —runProbefunction intests/manual/session-compacting-probe.tsadded to complexity warnings.Update — 2026-06-15 (UTC)
Errored PRs
None.
Security
Code Quality & Repo Hygiene
noImportantStylesindocs/src/styles/custom.css(Biome 2.4.16 new rule); 6 persistent complexity warnings (see Needs Human Attention)default; no any/ts-ignore/classes/require; all actions pinned to full SHA; .yaml extensionsDeveloper Experience
None — no auto-fixable items. New
noImportantStylesCSS warnings and complexity violations require human refactor.Quality Gates
Cross-Project Intelligence (Inbound)
Needs Human Attention
noImportantStyleswarnings (3):docs/src/styles/custom.csslines 206/208/210 use!importantto override Starlight CSS specificity. Biome 2.4.16 introducednoImportantStylesflagging these. Removing requires verifying Starlight specificity or using biome ignore comments.docs/scripts/generate-config-reference.ts:437(41),scripts/generate-config-schema.ts:289(25),tests/manual/companion-aware-probe.ts:139(19),scripts/generate-config-schema.ts:386(17),src/lib/skills.ts:74(17),tests/unit/generate-config-reference.test.ts:31(16). All exceed Biome's max 15. Require human refactor.Update — 2026-06-05 (UTC)
Errored PRs
None — no open PRs (#477 merged since last run).
Security
Code Quality & Repo Hygiene
default; no any/ts-ignore/classes/require; actions pinnedDeveloper Experience
None.
Quality Gates
Cross-Project Intelligence (Inbound)
703947f9cc) — tracking latest releases closelyNeeds Human Attention
generate-config-schema.ts:resolveRefanddocs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.Update — 2026-06-04 (UTC)
Errored PRs
None — PRs #462, #463 merged. 1 open PR (#477, Marcus-authored) has all checks passing.
Security
Code Quality & Repo Hygiene
default; no any/ts-ignore/classes/require; actions pinnedDeveloper Experience
None.
Quality Gates
Cross-Project Intelligence (Inbound)
28cf93adc1) — tracking latest releases closelyNeeds Human Attention
generate-config-schema.ts:resolveRefanddocs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.Update — 2026-06-03 (UTC)
Errored PRs
None — 2 open PRs (#462, #463, both Marcus-authored) have all checks passing.
Security
Code Quality & Repo Hygiene
default; no any/ts-ignore/classes/require; actions pinnedDeveloper Experience
None.
Quality Gates
Cross-Project Intelligence (Inbound)
de04256d24) — tracking latest releases closelyNeeds Human Attention
generate-config-schema.ts:resolveRefanddocs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.Update — 2026-06-02 (UTC)
Errored PRs
None — 2 open PRs (#462, #463, both Marcus-authored) have all checks passing.
Security
Code Quality & Repo Hygiene
default; no any/ts-ignore/classes/require; actions pinnedDeveloper Experience
None.
Quality Gates
Cross-Project Intelligence (Inbound)
c315eb1a1a) — tracking latest releases closelyNeeds Human Attention
generate-config-schema.ts:resolveRefanddocs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.Update — 2026-06-01 (UTC)
Errored PRs
None — 2 open PRs (#462, #463, both Marcus-authored) have all checks passing.
Security
Code Quality & Repo Hygiene
default; no any/ts-ignore/classes/require; actions pinnedDeveloper Experience
None.
Quality Gates
Cross-Project Intelligence (Inbound)
80f1fa11d8) = latest release (2026-05-31) — fully in syncNeeds Human Attention
generate-config-schema.ts:resolveRefanddocs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.Update — 2026-05-31 (UTC)
Errored PRs
None — 2 open PRs (#462, #463, both authored by Marcus) have all checks passing.
Security
Code Quality & Repo Hygiene
default; no any/ts-ignore/classes/require; actions pinnedDeveloper Experience
None.
Quality Gates
Cross-Project Intelligence (Inbound)
54ee81400c) = latest release (2026-05-30) — fully in syncUpstream Modernization Watch
Sunday scan:
de0fac2e(v6.0.2), oven-sh/setup-bun0c5077e5(v2.2.0), actions/setup-node48b55a01(v6.4.0) — all SHA-pinned, no urgent updates.astro >=6.1.3(Steps dev-server crash fix) — Marcus-authored, passing CI.Needs Human Attention
generate-config-schema.ts:resolveRefanddocs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.Update — 2026-05-30 (UTC)
Errored PRs
None.
Security
Code Quality & Repo Hygiene
default; no any/ts-ignore/classes/require; actions pinnedDeveloper Experience
None.
Quality Gates
Cross-Project Intelligence (Inbound)
e8cd412813, up from v0.45.0). Latest is v0.46.1 (2026-05-30T03:01) — 1 patch behindNeeds Human Attention
generate-config-schema.ts:resolveRefanddocs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — the 6 persistent lint warnings. Requires human refactor.@opencode-ai/*1.15.12 +@biomejs/biome2.4.16 +@types/node25.9.1: Minor/patch updates available (Renovate-owned).Update — 2026-05-29 (UTC)
Errored PRs
None.
Security
Code Quality & Repo Hygiene
default; no any/ts-ignore/classes/require; actions pinnedDeveloper Experience
None.
Quality Gates
Cross-Project Intelligence (Inbound)
acp-nextsession start improvements may affect plugin bootstrap timing8aac0fc364) — 1 version behindNeeds Human Attention
fro-bot/agentv0.46.0: New release available (2026-05-29T01:46:35Z); workflow pins v0.45.0. Renovate should auto-open a SHA-update PR if configured. Check if a Renovate rule coversfro-bot/agentaction.generate-config-schema.ts:resolveRefanddocs/scripts/generate-config-reference.ts:validateFieldExamples: complexity exceeds Biome max (15) — requires human refactor.@opencode-ai/*v1.15.12 +@biomejs/biome2.4.16: Minor/patch updates available (Renovate-owned).Update — 2026-05-28 (UTC)
Errored PRs
None.
Security
Code Quality & Repo Hygiene
default; no any/ts-ignore/classes/require; actions pinned to SHADeveloper Experience
None.
Quality Gates
Cross-Project Intelligence (Inbound)
8aac0fc364= v0.45.0 (2026-05-24) — in sync with latest release@opencode-ai1.15.x deps; no new API patterns visibleNeeds Human Attention
generate-config-schema.ts:resolveRef(complexity 17) anddocs/scripts/generate-config-reference.ts:validateFieldExamples(complexity 41) exceed Biome max complexity 15 — requires human refactor to fix lint warnings.@opencode-aiv1.15.11disposehook: anomalyco/opencode v1.15.11 adds adisposehook for plugins. Evaluate whetherSystematicPluginshould implement it (Renovate owns the dep bump).@biomejs/biome2.4.16 and@opencode-ai/*1.15.11 and@types/node25.9.1: patch/minor updates available; Renovate will handle.Update — 2026-05-27 (UTC)
Errored PRs
None — no open PRs. ✅
Security
Code Quality & Repo Hygiene
default; no any/ts-ignore/classes/require; .yaml; actions pinnedDeveloper Experience
chore(lint): apply auto-fixes from autohealing run— BiomeuseLiteralKeys+useTemplateunsafe fixes across 6 script/skill files; lint infos drop from 27 to 2.Quality Gates
Cross-Project Intelligence (Inbound)
disposehook for plugins + fixes Codex plugin session ID headerdisposein SystematicPlugin8aac0fc364(v0.45.0) — in syncNeeds Human Attention
generate-config-schema.ts:resolveRef(complexity 17) anddocs/scripts/generate-config-reference.ts:validateFieldExamples(complexity 41) exceed Biome max complexity of 15 — requires human refactor.disposehook for plugins — evaluate ifSystematicPluginshould implement it.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.