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
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## Project focus
- 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.
- Showcase work belongs in the separate showcase repository and must not be reintroduced here unless explicitly approved.
- Chilli/Hatch/Pet assets must not be touched unless explicitly requested.

## Non-goals
Expand Down
21 changes: 0 additions & 21 deletions GEMINI.md

This file was deleted.

8 changes: 3 additions & 5 deletions docs/AGENT_WORKFLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Purpose

This guide explains how future Codex/Gemini agents should use benchmark reports,
This guide explains how future coding agents should use benchmark reports,
regression summaries, sanitization reports, and forensic replay notes from
`ProfRandom92/Comptext-Daimler-Experiment-` while working in
`ProfRandom92/Comptextv7`.
Expand Down Expand Up @@ -238,9 +238,7 @@ Use this rule of thumb:

After this cleanup, prefer follow-up PRs in this order:

1. Remove the now-decoupled embedded showcase files from Comptextv7 once the full
file list can be handled safely.
2. Improve dashboard release-health UX using the existing static
1. Improve dashboard release-health UX using the existing static
`docs/reports/dashboard-health-summary.json` contract.
3. Keep dependency updates manual, scoped, and validated. Do not reintroduce
2. Keep dependency updates manual, scoped, and validated. Do not reintroduce
Dependabot automation.
18 changes: 0 additions & 18 deletions docs/reports/check-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,6 @@ no test script detected in dashboard/app/package.json
no lint script detected in dashboard/app/package.json
```

### npm test (showcase/app)

- status: `skip`
- command: `npm test`

```text
no test script detected in showcase/app/package.json
```

### npm run lint (showcase/app)

- status: `skip`
- command: `npm run lint`

```text
no lint script detected in showcase/app/package.json
```

## Outcome

- status: `pass`
Expand Down
7 changes: 3 additions & 4 deletions scripts/check_repo_layout.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Validate the expected multi-app repository layout.
"""Validate the expected repository layout.

The repository root has a minimal package.json command wrapper. Dashboard and
showcase remain the real Node app directories.
The repository root has a minimal package.json command wrapper. Dashboard
remains the real Node app directory.
"""

from __future__ import annotations
Expand All @@ -12,7 +12,6 @@
REQUIRED_FILES = (
REPO_ROOT / "package.json",
REPO_ROOT / "dashboard" / "app" / "package.json",
REPO_ROOT / "showcase" / "app" / "package.json",
REPO_ROOT / "artifacts" / "paper_replay_results.json",
REPO_ROOT / "artifacts" / "agent_trace_replay_results.json",
REPO_ROOT / "artifacts" / "replay" / "exec-sample.replay.json",
Expand Down
2 changes: 0 additions & 2 deletions showcase/app/.gitignore

This file was deleted.

35 changes: 0 additions & 35 deletions showcase/app/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions showcase/app/index.html

This file was deleted.

11 changes: 0 additions & 11 deletions showcase/app/netlify.toml

This file was deleted.

Loading
Loading