Skip to content

Commit 520a645

Browse files
committed
docs: neutralize stale incident references
1 parent 58d7b69 commit 520a645

6 files changed

Lines changed: 8 additions & 5 deletions

File tree

boatstack/compiled_artifact_resolution_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestFeatureEvidencePathResolvesBothLayouts(t *testing.T) {
4949
}
5050

5151
// TestRecordGateResolvesCompiledEvidenceLedger is the proof of fix: a delivery whose
52-
// ledger lives ONLY at compiled/evidence.md (the taxweave state) must gate cleanly
52+
// ledger lives ONLY at compiled/evidence.md (the legacy repository state) must gate cleanly
5353
// with no explicit --evidence. This fails on the pre-fix recorder, which resolved
5454
// only the feature root.
5555
func TestRecordGateResolvesCompiledEvidenceLedger(t *testing.T) {

boatstack/next_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func TestFeaturePlanCandidatesExcludesLockedAndShippedFeatures(t *testing.T) {
204204
}
205205
}
206206

207-
// TestResolveNextIgnoresShippedFeatureCandidates reproduces the taxweave scenario
207+
// TestResolveNextIgnoresShippedFeatureCandidates reproduces the linked-worktree scenario
208208
// through ResolveNext: one genuinely open feature plus several shipped dirs whose
209209
// state.json was destroyed by worktree cleanup must resolve to the single open
210210
// candidate, not AMBIGUOUS.

boatstack/repair_state_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"testing"
88
)
99

10-
// writeMalformedDraft models the taxweave-roles failure: an agent hand-authored a
10+
// writeMalformedDraft models a legacy failure: an agent hand-authored a
1111
// feature directory with a prose plan.md but never let the helper register it, so
1212
// there is no plan.lock.json and no delivery state. CheckPlan fails on it, which
1313
// the guard escalates to INVALID_STATE and denies every product mutation.

boatstack/runtime_cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ func HydrateWorktree(repoPath string) error {
416416
// Because the guard downloads and runs the exact pinned release before calling
417417
// this, the running binary equals the repo's committed pin by construction. The
418418
// verifyGeneratedRuntime gate refuses to populate a slot for any other version,
419-
// so hydration can never write a mislabeled runtime (the taxweave incident's
419+
// so hydration can never write a mislabeled runtime (the original incident's
420420
// invariant), and installCommandRuntime's own post-write verify+rollback is the
421421
// backstop. The operation is idempotent and safe under concurrent first use.
422422
func RunHydrateRuntime(repoPath string) error {

boatstack/visual_publisher_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func TestOriginRepoSlugParsesSSHAndHTTPS(t *testing.T) {
1414
repo := t.TempDir()
1515
runGit(t, repo, "init", "-b", "main")
1616
cases := map[string]struct{ owner, name string }{
17-
"git@github.com:millennialcpa/taxweave.git": {"millennialcpa", "taxweave"},
17+
"git@github.com:example-org/sample-app.git": {"example-org", "sample-app"},
1818
"https://github.com/operatorstack/boatstack.git": {"operatorstack", "boatstack"},
1919
"https://github.com/operatorstack/boatstack": {"operatorstack", "boatstack"},
2020
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Stale internal incident notes are removed
2+
3+
Boatstack no longer includes resolved internal incident notes or project-specific labels in its public source and test fixtures. Runtime behavior does not change.

0 commit comments

Comments
 (0)