Skip to content

Commit 1cc3ed0

Browse files
pmaxhoganclaude
andcommitted
chore: remove ephemeral agent and session comments
Delete the orphaned root CODEX_NOTES.md (an M3.7 codex-review round-1 session log; its substantive content is consolidated in the living design/CODEX_NOTES.md, and it points to a dead .claude/ agent spec). Repoint the three literal "CODEX_NOTES.md" file references that would otherwise dangle to "design/CODEX_NOTES.md" (the surviving residuals tracker that records the disk-full known-gap and the M2 NFC-collision deferral), and drop a stale CODEX_NOTES pointer from a chaos scenario note string that already self-documents the gap. Remove one pure review-session sentence from a sqlite test comment; the preceding lines already fully explain the regression the test guards. Behavior-neutral: comments + one descriptive note string only. The in-code codex finding-ID / DESIGN / SPEC citations are kept - they are load-bearing explanations and stable anchors into design/CODEX_NOTES.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UBkoioGf5QscNHccKyhQj2
1 parent 10a2269 commit 1cc3ed0

5 files changed

Lines changed: 4 additions & 96 deletions

File tree

CODEX_NOTES.md

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

crates/driven-chaos/src/scenarios/filenames.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ impl Scenario for NameTrailingSpaceAndDot {
11511151
invariants: Some(invariants),
11521152
notes: vec![format!(
11531153
"{matched} of {} trailing-space/dot names round-tripped; the trailing-dot name \
1154-
collapses on the M3 scanner (documented V1 gap, tracked in CODEX_NOTES)",
1154+
collapses on the M3 scanner (documented V1 gap)",
11551155
expected.len()
11561156
)],
11571157
})

crates/driven-chaos/src/scenarios/storage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ impl Scenario for DiskFullTarget {
320320
// VSS-temp spool on the source volume) that V1 does not have. Rather
321321
// than fabricate a pass or assert a code the read-only path cannot
322322
// emit, the row stays an honest documented known-gap (recorded in
323-
// CODEX_NOTES.md) behind the mount-privilege gate.
323+
// design/CODEX_NOTES.md) behind the mount-privilege gate.
324324
anyhow::bail!(
325325
"disk-full-target: core ENOSPC->local.disk_full mapping is implemented + unit-tested, \
326326
but V1's read-only source path never writes to the source volume, so a full source \

crates/driven-core/src/orchestrator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ impl SyncOrchestrator {
982982

983983
/// Writes a durable `activity_log` ERROR row per NFC collision the planner
984984
/// dropped (SPEC s24 `local.unicode_collision`, the M2-deferred item in
985-
/// CODEX_NOTES.md).
985+
/// design/CODEX_NOTES.md).
986986
///
987987
/// One row per colliding path so the Activity dashboard can list each
988988
/// clash; `event_type` carries the stable code and `message` carries the

crates/driven-core/src/state/sqlite.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3444,8 +3444,7 @@ mod tests {
34443444
// (enabled = 0, no ack row) must NOT be seeded an ack row by the repair -
34453445
// otherwise the per-account ack path (which re-enables every source with a
34463446
// pending ack) would silently RE-ENABLE it and start backing it up the next
3447-
// time the recovery phrase is acked. This is the exact regression the
3448-
// post-fix codex recheck flagged.
3447+
// time the recovery phrase is acked.
34493448
let (repo, _dir) = temp_repo().await;
34503449

34513450
let acct = sample_account(); // stamped (encryption_master_key_id = kc:alice)

0 commit comments

Comments
 (0)