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
0/0 (root tsconfig has no files — packages use individual tsconfigs; pre-existing)
Stale TODOs
3 found
Pre-existing from 2026-03-18: workflow-manager.ts lines 687/719 (2025-08-25) and prettier.ts line 102 (2024-12-29). Scope cap: requires judgment on whether to implement or remove.
Convention drift
✅ Clean
Pre-existing export * in barrel index.ts files, test fixtures with any types — all intentional
AGENTS.md accuracy
✅ Current
All 9 packages and commands verified
Workspace analysis
⚠️ 67 issues (13 errors, 54 warnings)
Pre-existing: workspace protocol reference errors, version conflicts in eslint-config dependencies. Build/lint/test all pass.
Developer Experience
✅ pnpm build passes (all packages)
✅ pnpm lint passes
✅ pnpm type-check passes
✅ pnpm test passes (146 files, 3383 tests)
⚠️pnpm analyze command broken: pnpm workspace-analyzer fails because the CLI is not linked as a workspace command. Workaround: node packages/workspace-analyzer/lib/cli.js --json works correctly. Pre-existing.
Needs Human Attention
Workspace analyzer pnpm analyze command broken: pnpm workspace-analyzer fails because the CLI is not registered as a workspace command at the root. The bin entry exists in packages/workspace-analyzer/package.json but pnpm does not expose it as a workspace command. Workaround: node packages/workspace-analyzer/lib/cli.js --json. The analyzer itself works correctly.
Stale TODOs (>90 days): 3 TODOs in source files older than 90 days (workflow-manager.ts lines 687/719 from 2025-08-25, prettier.ts line 102 from 2024-12-29). Not auto-fixed due to scope cap — requires judgment on whether to implement or remove.
Workspace analyzer structural issues: 13 errors include invalid workspace protocol references and invalid peer version ranges in eslint-config. Pre-existing; all CI checks pass.
Daily Autohealing Report — 2026-03-20 (UTC)
Errored PRs
Security
Code Quality & Repo Hygiene
export *in barrel index.ts files, test fixtures withanytypes — all intentionalDeveloper Experience
pnpm analyzecommand broken:pnpm workspace-analyzerfails because the CLI is not linked as a workspace command. Workaround:node packages/workspace-analyzer/lib/cli.js --jsonworks correctly. Pre-existing.Needs Human Attention
pnpm workspace-analyzerfails because the CLI is not registered as a workspace command at the root. The bin entry exists inpackages/workspace-analyzer/package.jsonbut pnpm does not expose it as a workspace command. Workaround:node packages/workspace-analyzer/lib/cli.js --json. The analyzer itself works correctly.