Skip to content

Commit e5608d4

Browse files
committed
chore: remove completed compass v2 alignment plan
The migration from Asset to Entity+Edge is complete. Update CLAUDE.md to reflect current edge types and remove reference to the plan.
1 parent 4cedc99 commit e5608d4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CLAUDE.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Each extractor emits **Records**. A Record contains:
1212
- **Entity**: urn, type, name, description, source, properties (flat structpb.Struct)
1313
- **Edges**: list of relationships, each with source_urn, target_urn, type, source, properties
1414

15-
Ownership is represented as edges with type `owned_by`. Lineage (upstreams/downstreams) is represented as edges with type `lineage`.
15+
Ownership is represented as edges with type `owned_by`. Lineage is represented as edges with type `derived_from` (entity depends on target) and `generates` (entity produces target).
1616

1717
- **Extractors**: 34+ plugins (bigquery, postgres, kafka, github, etc.)
1818
- **Processors**: Transform/enrich records in-flight
@@ -45,7 +45,7 @@ cmd/ CLI commands (run, lint, list, info, gen)
4545
**Edge** (`meteorv1beta1.Edge`):
4646
- `source_urn` - URN of the source entity
4747
- `target_urn` - URN of the target entity
48-
- `type` - Relationship type (`owned_by`, `lineage`, `member_of`, etc.)
48+
- `type` - Relationship type (`owned_by`, `derived_from`, `generates`, `references`, `member_of`, etc.)
4949
- `source` - Source system
5050
- `properties` - Additional metadata
5151

@@ -60,7 +60,3 @@ go build ./...
6060
go test ./...
6161
make lint
6262
```
63-
64-
## Plan: Align Meteor with Compass v2
65-
66-
See `.claude/plans/compass-v2-alignment.md` for the implementation plan.

0 commit comments

Comments
 (0)