Skip to content
Merged
Show file tree
Hide file tree
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
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ members = [
]

[workspace.package]
version = "0.19.0"
version = "0.20.0"
edition = "2024"
license = "MIT"
repository = "https://github.com/pulseengine/spar"
Expand Down
32 changes: 16 additions & 16 deletions artifacts/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ artifacts:
status: planned
tags: [diff, merge, v040]
fields:
release: v0.20.0
release: v0.21.0

# ── MCP Server ───────────────────────────────────────────────────────

Expand Down Expand Up @@ -639,7 +639,7 @@ artifacts:
status: planned
tags: [query, instance, v040]
fields:
release: v0.20.0
release: v0.21.0

# ── Deployment Solver (v0.4.0+) ──────────────────────────────────────

Expand Down Expand Up @@ -703,7 +703,7 @@ artifacts:
status: planned
tags: [solver, verification, v040]
fields:
release: v0.20.0
release: v0.21.0

- id: REQ-SOLVER-006
type: requirement
Expand Down Expand Up @@ -741,7 +741,7 @@ artifacts:
status: planned
tags: [solver, safety, v040]
fields:
release: v0.20.0
release: v0.21.0

- id: REQ-SOLVER-009
type: requirement
Expand All @@ -754,7 +754,7 @@ artifacts:
status: planned
tags: [solver, security, v040]
fields:
release: v0.20.0
release: v0.21.0

# ── Competitive Gap Requirements (v0.4.0+) ─────────────────────────

Expand Down Expand Up @@ -990,7 +990,7 @@ artifacts:
status: planned
tags: [verification, competitive-gap, v040]
fields:
release: v0.20.0
release: v0.21.0

- id: REQ-BIDIRECTIONAL-001
type: requirement
Expand Down Expand Up @@ -2430,7 +2430,7 @@ artifacts:
status: proposed
tags: [proofs, lean, scheduling, kiln, substrate]
fields:
release: v0.20.0
release: v0.21.0
links:
- type: traces-to
target: REQ-PROOF-SCHED-001
Expand All @@ -2455,7 +2455,7 @@ artifacts:
status: proposed
tags: [ingest, sysml2, grammar]
fields:
release: v0.20.0
release: v0.21.0

- id: REQ-PLUGFEST-002
type: requirement
Expand Down Expand Up @@ -2551,7 +2551,7 @@ artifacts:
status: proposed
tags: [trace-topology, reconciler]
fields:
release: v0.20.0
release: v0.21.0
links:
- type: traces-to
target: REQ-TRACE-TOPOLOGY-002
Expand All @@ -2570,7 +2570,7 @@ artifacts:
status: proposed
tags: [trace-topology, reconciler]
fields:
release: v0.20.0
release: v0.21.0
links:
- type: traces-to
target: REQ-TRACE-TOPOLOGY-005
Expand All @@ -2590,7 +2590,7 @@ artifacts:
status: proposed
tags: [trace-topology, reconciler, attestation]
fields:
release: v0.20.0
release: v0.21.0
links:
- type: traces-to
target: REQ-TRACE-TOPOLOGY-008
Expand Down Expand Up @@ -2670,7 +2670,7 @@ artifacts:
status: proposed
tags: [ingest, arxml, autosar, tier1]
fields:
release: v0.20.0
release: v0.21.0

- id: REQ-NC-TFA-001
type: requirement
Expand Down Expand Up @@ -2757,7 +2757,7 @@ artifacts:
status: proposed
tags: [network-calculus, plp, cyclic, substrate, tier1]
fields:
release: v0.20.0
release: v0.21.0

- id: REQ-NC-PLP-CONVERGE-001
type: requirement
Expand Down Expand Up @@ -2960,7 +2960,7 @@ artifacts:
status: proposed
tags: [network-calculus, cbs, qav, audit, tier1]
fields:
release: v0.20.0
release: v0.21.0

# --- Tier 2: the product bet (synthesis → export), kill-gated ---

Expand Down Expand Up @@ -3024,7 +3024,7 @@ artifacts:
status: proposed
tags: [tsn, synthesis, milp, tier2]
fields:
release: v0.20.0
release: v0.21.0

- id: REQ-TSN-SYNTH-CQF-BASE-001
type: requirement
Expand Down Expand Up @@ -3169,7 +3169,7 @@ artifacts:
status: proposed
tags: [proof, lean, network-calculus, soundness, tier3]
fields:
release: v0.20.0
release: v0.21.0

- id: REQ-PROOF-NC-CERT-001
type: requirement
Expand Down
2 changes: 1 addition & 1 deletion vscode-spar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "AADL (spar)",
"description": "AADL v2.2/v2.3 language support with live architecture visualization",
"publisher": "pulseengine",
"version": "0.19.0",
"version": "0.20.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading