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
2 changes: 1 addition & 1 deletion notations/02-fgca.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ For comparison: FGA and the Goals tree are tree-shaped (each child has a single

```yaml
notation: fgca
spec_version: 0.1
spec_version: "0.1"

fgca:
id: FGCA-STRAT-1
Expand Down
2 changes: 1 addition & 1 deletion notations/07-activities.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Activities defined here MAY reference other elements by ID (goals, changes, scen

```yaml
notation: activities
spec_version: 0.1
spec_version: "0.1"

title: Platform Launch 2026
description: |
Expand Down
2 changes: 1 addition & 1 deletion notations/CONTRACT.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Every Transitrix notation file MUST start with a header that declares which nota

```yaml
notation: <short-name> # required; this notation's short name
spec_version: 0.1 # optional today; reserved field; will be required when this notation reaches v1.0
spec_version: "0.1" # optional today; reserved field; will be required when this notation reaches v1.0
# … rest of the document
```

Expand Down
2 changes: 1 addition & 1 deletion notations/examples/fgca/strategy-2026.fgca.transitrix.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
notation: fgca
spec_version: 0.1
spec_version: "0.1"

fgca:
id: FGCA-STRAT-1
Expand Down
Loading