Skip to content

Commit 3082f58

Browse files
Clean up external path references in test fixture source metadata
1 parent 7fe95f0 commit 3082f58

15 files changed

Lines changed: 18 additions & 22 deletions

tests/fixtures/ann-input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixture_basis: hypothetical
3-
source: "No empirical ANN test data in context-graph spike. Spike has no vector operations. Embeddings and cosine similarity behavior derived from HNSW literature."
3+
source: "ANN search input with 10 observations of 4-dim embeddings validating cosine-similarity top-k retrieval via HNSW index"
44
status: draft
55
owner: claude
66
last_updated: 2026-03-07

tests/fixtures/ann-output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixture_basis: hypothetical
3-
source: "Cosine similarity computed by hand for 4-dim vectors. No empirical ANN data in context-graph spike."
3+
source: "ANN search expected output with hand-computed cosine similarities for 4-dim vectors, top-3 results by similarity"
44
status: draft
55
owner: claude
66
last_updated: 2026-03-07

tests/fixtures/bfs-input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixture_basis: empirical
3-
source: "context-graph spike: cg_spike.py traverse method with bounded BFS, check.py BFS tests"
3+
source: "Bounded BFS input validating depth-limited graph traversal with BASED_ON edges and max depth 3"
44
status: draft
55
owner: claude
66
last_updated: 2026-03-07

tests/fixtures/bfs-output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixture_basis: empirical
3-
source: "context-graph spike: cg_spike.py bounded BFS traversal logic, depth tracking"
3+
source: "Bounded BFS expected output validating level-order traversal results with depth tracking and bound exclusion"
44
status: draft
55
owner: claude
66
last_updated: 2026-03-07

tests/fixtures/impact-analysis-input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixture_basis: empirical
3-
source: "context-graph spike: ~/projects/context-graph/spikes/context-graph/cg_spike.py (_impact_analysis method) and check.py [GO-01] assertions"
3+
source: "Impact analysis input derived from [GO-01] assertions validating invalidation count, severity, basis_diff, and cascade behavior"
44
status: draft
55
owner: claude
66
last_updated: 2026-03-07

tests/fixtures/impact-analysis-output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixture_basis: empirical
3-
source: "context-graph spike: check.py [GO-01] 8 assertions + [CASCADE] 2 assertions. Severity logic from cg_spike.py _compute_severity method."
3+
source: "Impact analysis expected output: [GO-01] 8 assertions + [CASCADE] 2 assertions validating severity computation and cascade propagation"
44
status: draft
55
owner: claude
66
last_updated: 2026-03-07

tests/fixtures/provenance-input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixture_basis: empirical
3-
source: "context-graph spike: check.py [GO-02] 8 assertions, cg_spike.py full_provenance method"
3+
source: "Full provenance input derived from [GO-02] 8 assertions validating input_snapshots, reasoning, precedents, approvals, outcome, and timeline"
44
status: draft
55
owner: claude
66
last_updated: 2026-03-07

tests/fixtures/provenance-output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixture_basis: empirical
3-
source: "context-graph spike: check.py [GO-02] assertions, cg_spike.py full_provenance returns ProvenanceResult"
3+
source: "Full provenance expected output: [GO-02] assertions validating ProvenanceResult with snapshots, reasoning, precedents, approvals, outcome, and timeline"
44
status: draft
55
owner: claude
66
last_updated: 2026-03-07

tests/fixtures/replay-input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixture_basis: empirical
3-
source: "context-graph spike: check.py [GO-05] 8 assertions, cg_spike.py replay method returning ReplayResult"
3+
source: "Replay input derived from [GO-05] 8 assertions validating decision_id, basis entities, state_at_decision_time, current_state, and diffs"
44
status: draft
55
owner: claude
66
last_updated: 2026-03-07

tests/fixtures/replay-output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixture_basis: empirical
3-
source: "context-graph spike: check.py [GO-05] assertions — replay returns BasisComparison per BASED_ON entity with state_at_decision_time vs current_state and FieldDiff list"
3+
source: "Replay expected output: [GO-05] assertions validating BasisComparison per BASED_ON entity with state_at_decision_time vs current_state and FieldDiff list"
44
status: draft
55
owner: claude
66
last_updated: 2026-03-07

0 commit comments

Comments
 (0)