Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions spec_artifacts_iso/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ artifact_types:
- references
- constrains
- supersedes
- extends
- specifies
examples: []
lint_rules_ref: []
Expand Down Expand Up @@ -124,6 +125,7 @@ artifact_types:
- constrains
- references
- depends_on
- traces_to
examples: []
lint_rules_ref: []
# Format-walkthrough decision #9 (2026-06-11): required NFR core is
Expand Down Expand Up @@ -202,6 +204,7 @@ artifact_types:
- satisfied_by
- depends_on
- references
- supersedes
examples: []
lint_rules_ref: []
# ISO-standard (2026-06-16): required StR core is Stakeholder Need +
Expand Down Expand Up @@ -283,6 +286,7 @@ artifact_types:
- references
- implements
- exercises
- depends_on
examples: []
lint_rules_ref: []
# ISO-standard (2026-06-16): required US core is just `Story` (ISO/IEC/IEEE
Expand Down Expand Up @@ -476,6 +480,9 @@ artifact_types:
- requires
- implements
- references
- supersedes
- peer
- contained_by
examples: []
lint_rules_ref: []
body_extraction:
Expand Down Expand Up @@ -616,6 +623,7 @@ edge_types:
contains: { description: "Composition; the source owns the target's lifecycle.", category: structural, inverse: part_of }
aggregates: { description: "Aggregate root owns member entities.", category: structural, inverse: part_of }
composes: { description: "Value object composed of other value objects/enums.", category: structural }
contained_by: { description: "This spec/requirement is a child of a parent bundle's master-requirements.", category: structural, inverse: contains }
# behavioral
calls: { description: "Synchronous invocation.", category: behavioral, inverse: called_by }
triggers: { description: "Initiates a process or action.", category: behavioral, inverse: triggered_by }
Expand Down Expand Up @@ -675,6 +683,7 @@ edge_types:
traces_to: { description: "Traceability link (matrix/coverage).", category: traceability }
verifies: { description: "Test/integration artifact verifies a requirement.", category: traceability }
exercises: { description: "User story exercises a functional requirement.", category: traceability }
peer: { description: "Lateral sibling linkage between peer specs/bundles.", category: traceability }

# ── Role registry (quire-rs FR-040) ──────────────────────────────────────
# Capability tags object types opt into; cross-domain `allowed_links` target a
Expand Down