Skip to content

Align project docs with replay validation scope#216

Merged
ProfRandom92 merged 2 commits into
mainfrom
docs/align-project-source-and-validation
May 24, 2026
Merged

Align project docs with replay validation scope#216
ProfRandom92 merged 2 commits into
mainfrom
docs/align-project-source-and-validation

Conversation

@ProfRandom92
Copy link
Copy Markdown
Owner

Summary

  • Align docs/project_source.md, docs/validation.md, and pyproject.toml with the current README positioning from PR Align README with implemented replay validation scope #215
  • Replace remaining Cognitive Fabric / older replay-integrity wording with deterministic replay-validation terminology for compact operational agent/MCP traces
  • Remove stale showcase extraction history from validation docs
  • Add implementation-backed references to agent trace fixtures, replay runner, MCP payload layer, evidence survival, failure labels, committed artifacts, and KVTC-V7 prototype

Validation

  • npm run layout
  • pytest -q

Scope

Documentation/metadata only. No code, tests, fixtures, artifacts, dashboard, or package-lock changes.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the project's documentation and metadata to standardize terminology, shifting from 'replay-integrity' to 'replay-validation' and 'compressed' to 'compact' traces. It clarifies the project's status as a research prototype, explicitly discouraging production-ready framing like 'cognitive fabric,' and adds detailed implementation context for fixtures and the KVTC-V7 prototype. Review feedback focused on maintaining terminology consistency across governance rules and improving the readability of implementation surface lists through better formatting.

Comment thread docs/project_source.md Outdated

## Research Alignment Principle
Every accepted change must strengthen deterministic, offline, reproducible replay-integrity validation for compressed operational traces, or be strictly maintenance-only.
Every accepted change must strengthen deterministic, offline, reproducible replay validation for compact operational traces, or be strictly maintenance-only.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The scope definition here is missing the 'agent/MCP' qualifier used in the canonical positioning (line 4) and research direction (line 16). For consistency in governance documents, the full term should be used.

Suggested change
Every accepted change must strengthen deterministic, offline, reproducible replay validation for compact operational traces, or be strictly maintenance-only.
Every accepted change must strengthen deterministic, offline, reproducible replay validation for compact operational agent/MCP traces, or be strictly maintenance-only.

Comment thread docs/project_source.md Outdated
- audit-oriented

## Current Implementation State
Current implemented surfaces include curated agent trace fixtures in `tests/fixtures/agent_traces/`, the deterministic replay runner in `tests/utils/agent_trace_replay_runner.py`, the 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`, and the KVTC-V7 technical-log compression prototype in `src/core/kvtc_v7.py`.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This line is extremely long and contains a dense list of file paths. Converting it to a bulleted list would significantly improve readability and align with the formatting used in the 'Strategic State' section above.

Suggested change
Current implemented surfaces include curated agent trace fixtures in `tests/fixtures/agent_traces/`, the deterministic replay runner in `tests/utils/agent_trace_replay_runner.py`, the 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`, and the KVTC-V7 technical-log compression prototype in `src/core/kvtc_v7.py`.
Current implemented surfaces include:
- Curated agent trace fixtures in `tests/fixtures/agent_traces/`
- The deterministic replay runner in `tests/utils/agent_trace_replay_runner.py`
- The 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`
- The KVTC-V7 technical-log compression prototype in `src/core/kvtc_v7.py`

Comment thread docs/project_source.md Outdated

## Hard Scope Rule
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.
A proposal is out of scope unless it directly improves deterministic replay validation for compact operational traces without introducing probabilistic or platform-expansion behavior.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The 'Hard Scope Rule' should use the full canonical term 'compact operational agent/MCP traces' to avoid ambiguity in governance enforcement.

Suggested change
A proposal is out of scope unless it directly improves deterministic replay validation for compact operational traces without introducing probabilistic or platform-expansion behavior.
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.

Comment thread docs/project_source.md Outdated

## One-Sentence Rule
If a change does not directly improve deterministic replay-integrity validation for compressed operational traces, it should not merge into core.
If a change does not directly improve deterministic replay validation for compact operational traces, it should not merge into core.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The 'One-Sentence Rule' is a critical governance boundary and should use the full terminology 'compact operational agent/MCP traces' for precision.

Suggested change
If a change does not directly improve deterministic replay validation for compact operational traces, it should not merge into core.
If a change does not directly improve deterministic replay validation for compact operational agent/MCP traces, it should not merge into core.

@ProfRandom92 ProfRandom92 merged commit dac2df2 into main May 24, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant