chore: enforce folder module discipline in @uncaged/cli-workflow #109

Merged
xiaoju merged 1 commits from chore/108-cli-module-discipline into main 2026-05-08 01:46:04 +00:00

1 Commits

Author SHA1 Message Date
xiaoju 2b38e583be chore: enforce folder module discipline in @uncaged/cli-workflow
Each commands/ subfolder (cas, init, thread, workflow) now has:
- types.ts for all type definitions
- index.ts with pure re-exports only
- External imports go through index.ts

Closes #108
2026-05-08 01:42:32 +00:00