-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathedge-types.definitions.jsonl
More file actions
10 lines (10 loc) · 2.67 KB
/
Copy pathedge-types.definitions.jsonl
File metadata and controls
10 lines (10 loc) · 2.67 KB
1
2
3
4
5
6
7
8
9
10
{"term":"depends-on","definition":"A cannot proceed until B is complete","aliases":["blocked-by","requires","needs","waiting-on","depends on","is blocked by","needs to wait for"],"directed":true,"type":"edge"}
{"term":"implements","definition":"This artifact is a concrete realization of the target spec","aliases":["built-from","realizes","fulfills","is an implementation of","built against","implements spec"],"directed":true,"type":"edge"}
{"term":"supersedes","definition":"This artifact replaces the target — target is now historical","aliases":["replaces","replaces-with","newer-version-of","is the new version of","updates","obsoletes"],"directed":true,"type":"edge"}
{"term":"informs","definition":"This earlier-stage artifact is a design input to the target","aliases":["feeds-into","input-to","basis-for","was used to design","informed by","used to create"],"directed":true,"type":"edge"}
{"term":"references","definition":"Lateral dependency — these artifacts must be read together","aliases":["refs","see-also","related-reading","see","read with","cross-reference"],"directed":false,"type":"edge"}
{"term":"related-to","definition":"Loose association, no directional dependency","aliases":["related","associated-with","connected-to","linked-to","see also","loosely related"],"directed":false,"type":"edge"}
{"term":"bound-to","definition":"Runtime binding — playbook instance to vault context","aliases":["binds-to","runtime-binding","configured-for","bound","linked-to-runtime"],"directed":true,"type":"edge"}
{"term":"derived-from","definition":"This artifact was generated from or based on the target source","aliases":["generated-from","based-on","produced-from","output-of","came from","written from","created from"],"directed":true,"type":"edge"}
{"term":"member-of","definition":"This capsule is an element of the target container","aliases":["belongs-to","in","part-of","contained-by","lives in","under","in-project"],"directed":true,"type":"edge","note":"derived from member_of: frontmatter field — not declared in relationships: array"}
{"term":"dispatches","definition":"A pipeline step or executor agent dispatches B (a session-agent or sub-pipeline) for specialized verified work; A continues after B returns verified output. The dispatch is the substrate primitive for 'pipeline-step-with-sa.* verifier' pattern (v1.7 instance: sa.hub-groomer; formalized at v1.10).","aliases":["spawns","delegates-to","invokes","dispatches-to","commissions"],"directed":true,"type":"edge","added":"v1.7.0","added_by":"argus-a45","source":"v1.7 brief 6b5f7886 Decision 6 (capsule v2.5 narrowed: relationships kind:dispatches codification only); supports sa.hub-groomer relationship semantics in v1.7 Stream A6"}