You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“CompTextv7 is the deterministic replay-integrity layer for compressed operational agent traces.”
4
+
“CompText V7 is a deterministic replay-validation prototype for compact operational agent/MCP traces, with a KVTC-V7 technical-log compression prototype.”
5
5
6
6
## Strategic Category
7
-
CompTextv7 is a deterministic replay-integrity validation research prototype.
7
+
CompText V7 is a deterministic replay-validation research prototype.
8
8
9
9
## Core Thesis
10
10
The core project question is:
11
11
12
-
“Can a compressed agent state still reproduce a safe operational trajectory?”
12
+
“Can compact operational trace state still reproduce a safe replay trajectory?”
13
13
14
14
The governing research direction is:
15
15
16
-
“Deterministic Replay Integrity Validation for Compressed Operational Agent Traces”
16
+
“Deterministic replay validation for compact operational agent/MCP traces”
17
17
18
18
## Research Alignment Principle
19
-
Every accepted change must strengthen deterministic, offline, reproducible replay-integrity validation for compressed operational traces, or be strictly maintenance-only.
19
+
Every accepted change must strengthen deterministic, offline, reproducible replay validation for compact operational agent/MCP traces, or be strictly maintenance-only.
20
20
21
21
## Current Strategic State
22
22
The project remains:
@@ -29,6 +29,15 @@ The project remains:
29
29
- audit-oriented
30
30
31
31
## Current Implementation State
32
+
Current implemented surfaces:
33
+
- curated agent trace fixtures in `tests/fixtures/agent_traces/`
34
+
- deterministic replay runner in `tests/utils/agent_trace_replay_runner.py`
35
+
- MCP replay payload layer in `src/comptext_v7/mcp/`
36
+
- evidence survival helpers in `src/validation/evidence.py`
37
+
- replay failure labels in `src/validation/replay_failure_classifier.py`
38
+
- committed artifacts such as `artifacts/agent_trace_replay_results.json`
39
+
- KVTC-V7 technical-log compression prototype in `src/core/kvtc_v7.py`
40
+
32
41
The `mcp_trace_replay` fixture family is hardened via explicit capability-boundary structures, deterministic degraded variants, and `failure_label_on_violation` handling.
33
42
34
43
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.
@@ -37,11 +46,11 @@ A deterministic artifact evidence index maps committed evidence artifacts to the
37
46
See `NON_GOALS.md` in the repository root for the full list of prohibited expansion paths and the hard scope test.
38
47
39
48
## Hard Scope Rule
40
-
A proposal is out of scope unless it directly improves deterministic replay-integrity validation for compressed operational traces without introducing probabilistic or platform-expansion behavior.
49
+
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.
41
50
42
51
## Scope Evolution & RFC Process
43
52
Scope-expanding proposals require an RFC before implementation. RFCs must:
44
-
1. define the exact replay-integrity gain,
53
+
1. define the exact replay-validation gain,
45
54
2. prove deterministic and offline reproducibility,
46
55
3. show no hidden orchestration/platform expansion,
47
56
4. describe artifact and failure-taxonomy implications,
@@ -50,21 +59,21 @@ Scope-expanding proposals require an RFC before implementation. RFCs must:
50
59
Default decision for scope-expanding proposals is rejection until the RFC is accepted.
51
60
52
61
## Correct Abstraction Level
53
-
CompTextv7 focuses on replay-integrity contracts, trace-derived artifacts, fixture families, deterministic validators, and auditable evidence outputs. It does not absorb adjacent runtime or product-platform responsibilities.
62
+
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.
54
63
55
64
## Preferred Terminology
56
65
Prefer:
57
-
- deterministic replay-integrity validation
58
-
-compressed operational traces
66
+
- deterministic replay validation
67
+
-compact operational agent/MCP traces
59
68
- artifact evidence
60
69
- failure taxonomy and labels
61
70
- capability boundary
62
71
- offline reproducibility
63
72
64
-
Avoid vague or marketing abstractions that hide deterministic constraints.
73
+
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.
0 commit comments