Skip to content

Tighten TypeScript cleanup compliance#897

Merged
jayscambler merged 1 commit intomainfrom
codex/ts-review-compliance-pass
May 2, 2026
Merged

Tighten TypeScript cleanup compliance#897
jayscambler merged 1 commit intomainfrom
codex/ts-review-compliance-pass

Conversation

@jayscambler
Copy link
Copy Markdown
Contributor

Summary

  • expose sandbox keywords as a const tuple with a derived literal-union type
  • move remaining adapter/router helpers in this cleanup area to true #private methods
  • replace remaining instrument export-star barrel with explicit exports
  • add regression coverage for #private fields and sandbox keyword typing

Tests

  • npm run lint
  • npx vitest run tests/control-plane/instrument/cli/mcp-exposure.test.ts tests/internal-module-imports.test.ts tests/agentos-adapter.test.ts tests/agent-orchestration.test.ts

Additional note: the full TypeScript suite passed before the final explicit-export barrel cleanup: npm test, 692 files / 4744 tests.

@jayscambler jayscambler merged commit a1e4ced into main May 2, 2026
17 checks passed
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.

1 participant