Skip to content

Incrementally remove ts-nocheck from critical modules - #87

Open
ralphschuler wants to merge 2 commits into
mainfrom
issue-69-remove-ts-nocheck-critical-modules
Open

Incrementally remove ts-nocheck from critical modules#87
ralphschuler wants to merge 2 commits into
mainfrom
issue-69-remove-ts-nocheck-critical-modules

Conversation

@ralphschuler

Copy link
Copy Markdown
Owner

Summary

WIP for issue #69: incrementally remove // @ts-nocheck from critical extension modules and add guardrails against new usage.

Planned scope

  • Add an allowlist/lint guard for @ts-nocheck usage.
  • Fully type one narrow critical module group first, likely extensions/subagents/output-writer.ts or nearby subagent output modules.
  • Keep runtime behavior unchanged.
  • Validate with typecheck, lint, and targeted unit tests.

Closes #69

@ralphschuler
ralphschuler marked this pull request as ready for review May 12, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incrementally remove ts-nocheck from critical extension modules

1 participant