Merged
Conversation
…oral awareness, fleet view Evolves Ghost from drift detection into a design evolution observatory where drift is neutral signal, not regression. Four phases implemented: - Phase 1: Publishable fingerprints (.ghost-fingerprint.json), history tracking (.ghost/history.jsonl), and parent declaration in config - Phase 2: Acknowledgment system with ghost ack, adopt, and diverge commands that record intentional stance toward drift in .ghost-sync.json - Phase 3: Temporal comparison with drift velocity, trajectory classification, and ack-aware bounds checking via --temporal flag - Phase 4: Fleet view for N-way ecosystem comparison with pairwise distances, centroid, spread, and basic clustering via ghost fleet command Also fixes pre-existing noAssignInExpressions lint error in values scanner. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
parentin configghost ack,ghost adopt,ghost diverge) for human-in-the-loop intentional drift recording--temporalflag) with drift velocity, trajectory classification, and ack-aware bounds checkingghost fleet) for N-way ecosystem comparison with pairwise distances, centroid, spread, and clusteringNew commands
ghost profile --emit.ghost-fingerprint.jsonas a referenceable artifactghost ackghost adopt <fp>ghost diverge <dim>ghost compare --temporalghost fleet <fp...>New modules
evolution/parent.ts— resolve anyParentSourceto a fingerprint (URL, path, package)evolution/emit.ts— publish.ghost-fingerprint.jsonevolution/history.ts— append-only.ghost/history.jsonlevolution/sync.ts— read/write.ghost-sync.jsonacknowledgment manifestevolution/temporal.ts— drift velocity and trajectory computationevolution/vector.ts— per-dimension embedding-space drift vectorsevolution/fleet.ts— pairwise distances, centroid, spread, clusteringreporters/temporal.ts+reporters/fleet.ts— CLI/JSON formattersAlso fixes pre-existing
noAssignInExpressionslint error in values scanner.Test plan
pnpm buildcompiles cleanlypnpm test— all 24 existing tests passpnpm check— biome lint, typecheck, file sizes all passghost profile --emitwrites.ghost-fingerprint.jsonand appends to.ghost/history.jsonlghost ackwith a declared parent writes.ghost-sync.jsonghost compare a.json b.json --temporalshows velocity and trajectoryghost fleet a.json b.json c.jsonshows pairwise distances and centroid🤖 Generated with Claude Code