“CompText V7 is a deterministic replay-validation prototype for compact operational agent/MCP traces, with a KVTC-V7 technical-log compression prototype.”
CompText V7 is a deterministic replay-validation research prototype.
The core project question is:
“Can compact operational trace state still reproduce a safe replay trajectory?”
The governing research direction is:
“Deterministic replay validation for compact operational agent/MCP traces”
Every accepted change must strengthen deterministic, offline, reproducible replay validation for compact operational agent/MCP traces, or be strictly maintenance-only.
The project remains:
- offline
- deterministic
- artifact-first
- trace-native
- reproducible
- narrowly scoped
- audit-oriented
Current implemented surfaces:
- curated agent trace fixtures in
tests/fixtures/agent_traces/ - deterministic replay runner in
tests/utils/agent_trace_replay_runner.py - MCP replay payload layer in
src/comptext_v7/mcp/ - evidence survival helpers in
src/validation/evidence.py - replay failure labels in
src/validation/replay_failure_classifier.py - committed artifacts such as
artifacts/agent_trace_replay_results.json - KVTC-V7 technical-log compression prototype in
src/core/kvtc_v7.py
The mcp_trace_replay fixture family is hardened via explicit capability-boundary structures, deterministic degraded variants, and failure_label_on_violation handling.
A deterministic artifact evidence index maps committed evidence artifacts to their generators, evidence categories, fixture-family coverage, manifest alignment, deterministic evaluation status, LLM-free status, and external-API-free status.
See NON_GOALS.md in the repository root for the full list of prohibited expansion paths and the hard scope test.
A proposal is out of scope unless it directly improves deterministic replay validation for compact operational agent/MCP traces without introducing probabilistic or platform-expansion behavior.
Scope-expanding proposals require an RFC before implementation. RFCs must:
- define the exact replay-validation gain,
- prove deterministic and offline reproducibility,
- show no hidden orchestration/platform expansion,
- describe artifact and failure-taxonomy implications,
- include rollback/de-scope criteria.
Default decision for scope-expanding proposals is rejection until the RFC is accepted.
CompText V7 focuses on replay contracts, trace-derived artifacts, fixture families, deterministic validators, and auditable evidence outputs. It does not absorb adjacent runtime or product-platform responsibilities.
Prefer:
- deterministic replay validation
- compact operational agent/MCP traces
- artifact evidence
- failure taxonomy and labels
- capability boundary
- offline reproducibility
Avoid vague or marketing abstractions that hide deterministic constraints. Do not frame the repository as industrial, enterprise-ready, production-ready, certification-grade, showcase-first, or a cognitive fabric.
- Expand deterministic replay-validation fixture coverage.
- Strengthen artifact-evidence traceability and reproducibility checks.
- Improve contract-level validation clarity and failure classification precision.
- Add narrowly scoped capabilities only via approved RFC.
- Documentation-only governance changes should stay small and focused.
- Core logic changes must include targeted tests.
- No merge-ready state until CI is green and review threads are resolved/outdated.
- Keep unrelated docs, demos, and core refactors separated.
PR descriptions should explicitly confirm:
- deterministic replay-validation alignment,
- non-goals preserved,
- artifact regeneration expectations,
- evidence-index impact (updated or unchanged),
- RFC status when scope is touched.
- Platform drift risk: accidental expansion into orchestration/platform scope.
- Determinism erosion risk: introduction of probabilistic evaluation paths.
- Evidence integrity risk: artifact changes without corresponding evidence/governance updates.
- Terminology drift risk: ambiguous framing that weakens enforceable boundaries.
Governance is conservative, boundary-enforcing, and evidence-led. CompTextv7 accepts incremental improvements over broad platform ambitions.
- Deterministic replay-validation correctness.
- Artifact evidence traceability.
- Failure-label clarity and consistency.
- Scope-bound documentation and review discipline.
If a change does not directly improve deterministic replay validation for compact operational agent/MCP traces, it should not merge into core.