Skip to content

Commit f4c4ce6

Browse files
ProfRandom92ProfRandom92
andauthored
Remove obsolete Gemini and embedded showcase remnants (#213)
Co-authored-by: ProfRandom92 <akoelnberger92@gmail.com>
1 parent 28aaaca commit f4c4ce6

23 files changed

Lines changed: 7 additions & 3918 deletions

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
## Project focus
2121
- CompText V7 is the deterministic replay-integrity layer for compressed operational agent traces.
2222
- Current focus: core foundation, deterministic replay artifacts, CI artifacts, docs, and conservative positioning.
23-
- Showcase work is paused unless explicitly requested.
23+
- Showcase work belongs in the separate showcase repository and must not be reintroduced here unless explicitly approved.
2424
- Chilli/Hatch/Pet assets must not be touched unless explicitly requested.
2525

2626
## Non-goals

GEMINI.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/AGENT_WORKFLOW.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Purpose
44

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

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

241-
1. Remove the now-decoupled embedded showcase files from Comptextv7 once the full
242-
file list can be handled safely.
243-
2. Improve dashboard release-health UX using the existing static
241+
1. Improve dashboard release-health UX using the existing static
244242
`docs/reports/dashboard-health-summary.json` contract.
245-
3. Keep dependency updates manual, scoped, and validated. Do not reintroduce
243+
2. Keep dependency updates manual, scoped, and validated. Do not reintroduce
246244
Dependabot automation.

docs/reports/check-report.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,6 @@ no test script detected in dashboard/app/package.json
4343
no lint script detected in dashboard/app/package.json
4444
```
4545

46-
### npm test (showcase/app)
47-
48-
- status: `skip`
49-
- command: `npm test`
50-
51-
```text
52-
no test script detected in showcase/app/package.json
53-
```
54-
55-
### npm run lint (showcase/app)
56-
57-
- status: `skip`
58-
- command: `npm run lint`
59-
60-
```text
61-
no lint script detected in showcase/app/package.json
62-
```
63-
6446
## Outcome
6547

6648
- status: `pass`

scripts/check_repo_layout.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
"""Validate the expected multi-app repository layout.
1+
"""Validate the expected repository layout.
22
3-
The repository root has a minimal package.json command wrapper. Dashboard and
4-
showcase remain the real Node app directories.
3+
The repository root has a minimal package.json command wrapper. Dashboard
4+
remains the real Node app directory.
55
"""
66

77
from __future__ import annotations
@@ -12,7 +12,6 @@
1212
REQUIRED_FILES = (
1313
REPO_ROOT / "package.json",
1414
REPO_ROOT / "dashboard" / "app" / "package.json",
15-
REPO_ROOT / "showcase" / "app" / "package.json",
1615
REPO_ROOT / "artifacts" / "paper_replay_results.json",
1716
REPO_ROOT / "artifacts" / "agent_trace_replay_results.json",
1817
REPO_ROOT / "artifacts" / "replay" / "exec-sample.replay.json",

showcase/app/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

showcase/app/README.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

showcase/app/index.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

showcase/app/netlify.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)