Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CompTextv7 Agent Instructions
# CompText V7 Agent Instructions

## Project focus
- CompTextv7 is a deterministic operational replay-validation research prototype.
- CompText V7 is the deterministic replay-integrity layer for compressed operational agent traces.
- Current focus: core foundation, deterministic replay artifacts, CI artifacts, docs, and conservative positioning.
- Showcase work is paused unless explicitly requested.
- Chilli/Hatch/Pet assets must not be touched unless explicitly requested.
Expand Down
8 changes: 5 additions & 3 deletions docs/API_SURFACE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ surfaces that future benchmark/regression summaries can reference. It also
records integration expectations for sanitized outputs from
`ProfRandom92/Comptext-Daimler-Experiment-` without introducing runtime coupling.

Comptextv7 should remain the main runtime/dashboard/API repository. Experiment
outputs should influence review decisions through lightweight Markdown, JSON, or
CSV summaries only.
CompText V7 should treat API, dashboard, export, and report surfaces as
deterministic review and evidence handoff surfaces, not as runtime
orchestration, live monitoring, or platform expansion. Experiment outputs
should influence review decisions through lightweight Markdown, JSON, or CSV
summaries only.
Comment on lines +10 to +14

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

While this paragraph is updated to use the canonical project name CompText V7, several other occurrences of the legacy name Comptextv7 remain in this file (e.g., on lines 5, 35, 80, and more). To fully align with the PR's goal of reducing confusion and adhere to the project's established naming convention, please consider updating all instances of the project name within this document for consistency.

References
  1. The repository style guide establishes 'CompText V7' as the canonical project name (lines 1, 4). For consistency, this name should be used throughout the project documentation. (link)



## Agent workflow guardrails
Expand Down
4 changes: 2 additions & 2 deletions docs/research_positioning.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CompTextv7 Research Positioning
# CompText V7 Research Positioning

CompTextv7 is a deterministic operational replay-validation and state-survivability prototype. It asks whether compact, replay-safe operational state can preserve the fixture-defined evidence, constraints, blockers, dependencies, recovery paths, and tool-order signals needed to review continuation after compression and reconstruction. The project is complementary to learned context-compression research, RAG evaluation, vector-memory systems, serving-layer cache optimization, and durable workflow infrastructure, but it does not replace those systems or claim solved AI memory.
CompText V7 is the deterministic replay-integrity layer for compressed operational agent traces. It asks whether compact or reconstructed operational state can preserve the evidence, constraints, blockers, dependencies, recovery paths, capability boundaries, and tool-order signals needed to replay a safe operational trajectory after compression. The project is complementary to learned context-compression research, RAG evaluation, vector-memory systems, serving-layer cache optimization, and durable workflow infrastructure, but it does not replace those systems or claim solved AI memory.
Comment on lines +1 to +3

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 heading and opening paragraph now correctly use CompText V7. However, the rest of the document still contains numerous instances of the legacy name Comptextv7 (e.g., on lines 5, 7, 23). This creates an inconsistent naming convention within the same file, which could be confusing for readers. To ensure consistency with the project's established naming, it would be beneficial to update all occurrences of the project name throughout this document.

References
  1. The repository style guide establishes 'CompText V7' as the canonical project name (lines 1, 4). For consistency, this name should be used throughout the project documentation. (link)


## What CompTextv7 measures

Expand Down
Loading