cfsa-antigravity 2.18.0 → 2.18.2
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 +1 -1
- package/template/.agent/kit-sync.md +3 -3
- package/template/.agent/skills/prd-templates/SKILL.md +8 -6
- package/template/.agent/skills/prd-templates/references/decomposition-templates.md +1 -1
- package/template/.agent/skills/prd-templates/references/shard-split-remediation.md +0 -6
- package/template/.agent/workflows/decompose-architecture-structure.md +2 -2
- package/template/.agent/workflows/remediate-shard-split.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Kit Sync State
|
|
2
2
|
|
|
3
3
|
upstream: https://github.com/RepairYourTech/cfsa-antigravity
|
|
4
|
-
last_synced_commit:
|
|
5
|
-
last_synced_at: 2026-03-
|
|
6
|
-
kit_version: 2.18.
|
|
4
|
+
last_synced_commit: 4c7ad72ad1a4e9bf8468c669dbae52c6fe216cab
|
|
5
|
+
last_synced_at: 2026-03-25T04:37:54Z
|
|
6
|
+
kit_version: 2.18.2
|
|
@@ -82,7 +82,7 @@ At the validation step, the user must confirm whether to:
|
|
|
82
82
|
|
|
83
83
|
### Directory Example
|
|
84
84
|
|
|
85
|
-
Seeded skeletons live in the `docs/plans/ia/` directory
|
|
85
|
+
Seeded skeletons always live in the flat `docs/plans/ia/` directory — IA is shared across all surfaces. Multi-product projects add per-surface BE and FE directories only:
|
|
86
86
|
|
|
87
87
|
**Single-surface:**
|
|
88
88
|
```
|
|
@@ -93,13 +93,15 @@ docs/plans/ia/
|
|
|
93
93
|
├── ...
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
**Multi-product
|
|
96
|
+
**Multi-product** (IA stays flat — only BE/FE get per-surface directories):
|
|
97
97
|
```
|
|
98
|
-
docs/plans/
|
|
98
|
+
docs/plans/ia/
|
|
99
99
|
├── 00-infrastructure.md
|
|
100
100
|
├── 01-operations.md ← ## Features seeded from ideation/surfaces/desktop/01-operations/ (index + feature files)
|
|
101
|
-
├── 02-
|
|
101
|
+
├── 02-device-history.md ← ## Features seeded from ideation/domains/02-device-history/ (index + feature files)
|
|
102
102
|
|
|
103
|
-
docs/plans/
|
|
104
|
-
|
|
103
|
+
docs/plans/desktop/be/ ← per-surface BE specs
|
|
104
|
+
docs/plans/desktop/fe/ ← per-surface FE specs
|
|
105
|
+
docs/plans/be/ ← shared BE specs (pre-scaffolded, serves as shared surface)
|
|
106
|
+
docs/plans/fe/ ← shared FE specs (pre-scaffolded, serves as shared surface)
|
|
105
107
|
```
|
|
@@ -211,7 +211,7 @@ Create or update `docs/plans/index.md`:
|
|
|
211
211
|
|
|
212
212
|
| Surface | BE Index | FE Index | Description |
|
|
213
213
|
|---------|----------|----------|-------------|
|
|
214
|
-
| **Shared** | [
|
|
214
|
+
| **Shared** | [be/index.md](be/index.md) | [fe/index.md](fe/index.md) | Cross-surface contracts (pre-scaffolded dirs) |
|
|
215
215
|
| **[Surface 1]** | [surface-1/be/index.md](surface-1/be/index.md) | [surface-1/fe/index.md](surface-1/fe/index.md) | [description] |
|
|
216
216
|
| **[Surface 2]** | [surface-2/be/index.md](surface-2/be/index.md) | [surface-2/fe/index.md](surface-2/fe/index.md) | [description] |
|
|
217
217
|
|
|
@@ -43,14 +43,8 @@ Grep the entire `docs/plans/` tree for the parent shard number using these patte
|
|
|
43
43
|
| Directory | Required |
|
|
44
44
|
|-----------|----------|
|
|
45
45
|
| `docs/plans/ia/` | Always |
|
|
46
|
-
| `docs/plans/shared/ia/` | If exists |
|
|
47
|
-
| `docs/plans/web/ia/` | If exists |
|
|
48
|
-
| `docs/plans/desktop/ia/` | If exists |
|
|
49
|
-
| `docs/plans/mobile/ia/` | If exists |
|
|
50
46
|
| `docs/plans/be/` | If exists |
|
|
51
47
|
| `docs/plans/fe/` | If exists |
|
|
52
|
-
| `docs/plans/shared/be/` | If exists |
|
|
53
|
-
| `docs/plans/shared/fe/` | If exists |
|
|
54
48
|
| `docs/plans/web/be/` | If exists |
|
|
55
49
|
| `docs/plans/web/fe/` | If exists |
|
|
56
50
|
| `docs/plans/desktop/be/` | If exists |
|
|
@@ -34,9 +34,9 @@ Create directory structure, shard skeleton files, and all layer indexes.
|
|
|
34
34
|
|
|
35
35
|
IA shards are **shared across all surfaces** — they live in the flat `docs/plans/ia/` directory regardless of project type. IA describes domains, not surfaces.
|
|
36
36
|
|
|
37
|
-
For each surface identified in the architecture design,
|
|
37
|
+
For each surface identified in the architecture design, create per-surface BE and FE subdirectories only (e.g., `docs/plans/web/be/`, `docs/plans/web/fe/`, `docs/plans/mobile/fe/`, etc.). Each new directory must include a `.gitkeep` file and a `README.md`. **Do NOT create `shared/be/` or `shared/fe/`** — the pre-scaffolded `docs/plans/be/` and `docs/plans/fe/` directories serve as the shared surface for cross-surface contracts.
|
|
38
38
|
|
|
39
|
-
Per-surface BE/FE directories hold surface-specific backend and frontend specs. The `
|
|
39
|
+
Per-surface BE/FE directories hold surface-specific backend and frontend specs. The pre-scaffolded `docs/plans/be/` and `docs/plans/fe/` hold shared cross-surface contracts (downstream workflows already resolve flat `docs/plans/be/` as surface `shared`).
|
|
40
40
|
|
|
41
41
|
### Mandatory: 00-infrastructure shard (all project types)
|
|
42
42
|
|
|
@@ -77,7 +77,7 @@ Grep `docs/plans/` recursively for all references to the parent shard number. Th
|
|
|
77
77
|
| Parenthetical inline refs | `(see shard 00)` |
|
|
78
78
|
| Cross-shard links | `[00-infrastructure.md]` |
|
|
79
79
|
|
|
80
|
-
**Scope**: All directories under `docs/plans/` — `ia/`, `
|
|
80
|
+
**Scope**: All directories under `docs/plans/` — `ia/`, `be/`, `fe/`, and any per-surface BE/FE directories (e.g., `shared/be/`, `web/fe/`, `desktop/be/`).
|
|
81
81
|
|
|
82
82
|
**Exclusion**: Skip the parent stub file itself (it's already marked SPLIT).
|
|
83
83
|
|