cfsa-antigravity 2.13.3 → 2.13.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfsa-antigravity",
3
- "version": "2.13.3",
3
+ "version": "2.13.4",
4
4
  "description": "CFSA Pipeline — Constraint-First Specification Architecture for AI agents. Production-grade from line one.",
5
5
  "scripts": {
6
6
  "changeset": "changeset",
@@ -1,6 +1,6 @@
1
1
  # Kit Sync State
2
2
 
3
3
  upstream: https://github.com/RepairYourTech/cfsa-antigravity
4
- last_synced_commit: 474ea4346ac09791e0f6bc7a5ed771de79ee93f2
5
- last_synced_at: 2026-03-20T14:04:21Z
6
- kit_version: 2.13.3
4
+ last_synced_commit: 67f790af826aa5f43dd50d56d197ba5e7410e8b7
5
+ last_synced_at: 2026-03-20T14:42:46Z
6
+ kit_version: 2.13.4
@@ -119,6 +119,16 @@ Write the completed cross-store consistency table to `docs/plans/architecture-dr
119
119
 
120
120
  Read `.agent/skills/prd-templates/references/data-placement-template.md` for the template structure. Create `docs/plans/data-placement-strategy.md` using the template, filling each section with the data decisions confirmed above.
121
121
 
122
+ ## Completion Gate (MANDATORY)
123
+
124
+ Before reporting completion or proceeding to next shard:
125
+
126
+ 1. **Memory check** — Apply rule `memory-capture`. Write any patterns, decisions, or blockers from this shard to `.agent/progress/memory/`. Architecture decisions have the highest downstream impact — every confirmed decision should have a `DEC-NNN` entry. If nothing to write, confirm: "No new patterns/decisions/blockers."
127
+ 2. **Progress update** — Update `.agent/progress/` tracking files if they exist.
128
+ 3. **Session log** — Write session entry to `.agent/progress/sessions/`.
129
+
130
+ ---
131
+
122
132
  ### Next step
123
133
 
124
134
  **STOP** — do NOT proceed to any other workflow. The only valid next step is `/create-prd-security`.
@@ -134,6 +134,16 @@ If any section is incomplete, loop back to the relevant decision step and resolv
134
134
 
135
135
  ---
136
136
 
137
+ ## Completion Gate (MANDATORY)
138
+
139
+ Before reporting completion or proceeding to next shard:
140
+
141
+ 1. **Memory check** — Apply rule `memory-capture`. Write any patterns, decisions, or blockers from this shard to `.agent/progress/memory/`. All 7 design system decisions should be reviewed for `DEC-NNN` entries. If nothing to write, confirm: "No new patterns/decisions/blockers."
142
+ 2. **Progress update** — Update `.agent/progress/` tracking files if they exist.
143
+ 3. **Session log** — Write session entry to `.agent/progress/sessions/`.
144
+
145
+ ---
146
+
137
147
  ### Next step
138
148
 
139
149
  **STOP** — do NOT proceed to any other workflow. The only valid next step is `/create-prd-architecture`.
@@ -114,6 +114,16 @@ Read .agent/skills/logging-best-practices/SKILL.md and follow its Observability
114
114
 
115
115
  Write the completed `## Observability Architecture` section to `docs/plans/architecture-draft.md` immediately after user confirmation. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`).
116
116
 
117
+ ## Completion Gate (MANDATORY)
118
+
119
+ Before reporting completion or proceeding to next shard:
120
+
121
+ 1. **Memory check** — Apply rule `memory-capture`. Write any patterns, decisions, or blockers from this shard to `.agent/progress/memory/`. Security model decisions are high-impact — every confirmed decision should have a `DEC-NNN` entry. If nothing to write, confirm: "No new patterns/decisions/blockers."
122
+ 2. **Progress update** — Update `.agent/progress/` tracking files if they exist.
123
+ 3. **Session log** — Write session entry to `.agent/progress/sessions/`.
124
+
125
+ ---
126
+
117
127
  ### Next step
118
128
 
119
129
  **STOP** — do NOT proceed to any other workflow. The only valid next step is `/create-prd-compile`.
@@ -103,6 +103,16 @@ Read each installed skill's SKILL.md before proceeding. Append the confirmed dec
103
103
 
104
104
  Read `.agent/workflows/bootstrap-agents.md` and call it with `PIPELINE_STAGE=create-prd` plus only the keys just decided. Bootstrap runs after **each confirmed decision**, not in a batch at the end. At the end of all tech decisions, call bootstrap once more with `ARCHITECTURE_DOC` set to the dated filename.
105
105
 
106
+ ## Completion Gate (MANDATORY)
107
+
108
+ Before reporting completion or proceeding to next shard:
109
+
110
+ 1. **Memory check** — Apply rule `memory-capture`. Write any patterns, decisions, or blockers from this shard to `.agent/progress/memory/`. Tech stack decisions are high-impact — every confirmed decision should have a `DEC-NNN` entry. If nothing to write, confirm: "No new patterns/decisions/blockers."
111
+ 2. **Progress update** — Update `.agent/progress/` tracking files if they exist.
112
+ 3. **Session log** — Write session entry to `.agent/progress/sessions/`.
113
+
114
+ ---
115
+
106
116
  ### Next step
107
117
 
108
118
  **STOP** — do NOT proceed to any other workflow. The only valid next step is `/create-prd-architecture`.