The first MVP should prove the core local workflow without live provider calls or automatic file changes.
CompText MVP means:
AIR Plan -> Run Record -> Agent Task -> Evidence Events -> Hash Verify -> Local Report
comptext doctor --dry-run
comptext validate schemas --dry-run
comptext providers list --dry-run
comptext evidence verify --sample
comptext run sample --dry-run
- Local CLI entrypoint.
- Schema validator.
- Provider registry loader with safe states only.
- Sample AIR plan loader.
- Run record builder.
- Synthetic Evidence event builder.
- Evidence hash-chain verifier.
- Local report output.
- Unit tests and fixture validation.
- no live provider healthchecks in the MVP,
- no LLM calls,
- no real gateway server,
- no automatic edits,
- no push, merge, or release automation,
- no desktop UI,
- no cloud sync,
- no production security/compliance claims.
A user can run local commands and see a complete dry-run trace that demonstrates how CompText connects AIR, Run, Evidence, Provider Registry, and Evidence concepts safely.