Items identified during architectural refactor planning that are intentionally deferred to separate PRs.
- Biome linting/formatting — Add with clean project-specific config (not copy-pasted). Separate PR.
- Dependency classification fix — Move
hono,@hono/node-serverfrom devDeps to production deps. - Docker directory reorganization — Move Docker files to
docker/. Needs migration docs. src/index.tsbarrel export — Single entry point for npm consumers. Needs backwards-compat analysis.
bin/oc.shdeprecation — Evaluate whether to deprecate. Needs user communication first.claude-max-headers.tsplugin deprecation — Needs migration path for users who have it configured.
prepareMessages/ prompt builder extraction — Centralize Anthropic messages → text prompt conversion. Fits into adapter pattern aspreparePrompt().maxTurnsconfigurability — Currently hardcoded to 200. Should be configurable via env var or adapter config.