@appsforgood/next-supabase-kit 0.1.1 → 0.1.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/CHANGELOG.md +33 -0
- package/README.md +20 -3
- package/REPOSITORY_SETTINGS.md +1 -0
- package/UPGRADE.md +9 -5
- package/antigravity/commands/audit.toml +16 -0
- package/antigravity/commands/copy.toml +16 -0
- package/antigravity/commands/frontend.toml +17 -0
- package/antigravity/commands/handoff.toml +16 -0
- package/antigravity/commands/plan.toml +18 -0
- package/antigravity/commands/security.toml +16 -0
- package/antigravity/commands/setup.toml +16 -0
- package/antigravity/commands/ship.toml +17 -0
- package/antigravity/commands/upgrade.toml +17 -0
- package/antigravity/plugin.json +58 -0
- package/assistant-adapters/README.md +1 -0
- package/assistant-adapters/antigravity.md +56 -0
- package/assistant-adapters/claude-code-subagents.md +1 -1
- package/assistant-adapters/codex-agents.md +17 -1
- package/assistant-adapters/cursor-agent-kit.mdc +3 -2
- package/assistant-adapters/cursor-frontend.mdc +16 -0
- package/assistant-adapters/cursor-planner.mdc +14 -0
- package/assistant-adapters/cursor-security.mdc +18 -0
- package/assistant-adapters/github-copilot-instructions.md +1 -1
- package/assistant-adapters/github-next-supabase.instructions.md +1 -1
- package/assistant-adapters/model-selection/codex-config.example.toml +3 -0
- package/dist/index.js +5036 -1838
- package/dist/index.js.map +1 -1
- package/dist/studio/office/assets/office.css +551 -0
- package/dist/studio/office/assets/office.js +1105 -0
- package/dist/studio/wizard/assets/wizard.css +525 -0
- package/dist/studio/wizard/assets/wizard.js +692 -0
- package/examples/next-supabase-installed/.agent-kit/manifest.json +59 -58
- package/examples/next-supabase-installed/.agent-kit/model-routing.json +7 -0
- package/examples/next-supabase-installed/.agent-kit/overrides.json +1 -7
- package/examples/next-supabase-installed/audit-output.json +360 -1
- package/examples/next-supabase-installed/tree.txt +6 -0
- package/model-routing/default-model-routing.json +7 -0
- package/package.json +13 -5
- package/runtime-skills/README.md +7 -0
- package/runtime-skills/accessibility-wcag/SKILL.md +8 -0
- package/runtime-skills/agent-handoff-tracing/SKILL.md +8 -0
- package/runtime-skills/best-practice-maturity-review/SKILL.md +8 -0
- package/runtime-skills/content-first-design/SKILL.md +8 -0
- package/runtime-skills/conversion-copywriting/SKILL.md +8 -0
- package/runtime-skills/deployment-observability/SKILL.md +8 -0
- package/runtime-skills/docs-maintainer/SKILL.md +8 -0
- package/runtime-skills/frontend-design-system/SKILL.md +8 -0
- package/runtime-skills/frontend-distinctiveness-benchmark/SKILL.md +8 -0
- package/runtime-skills/frontend-product-quality-rubric/SKILL.md +8 -0
- package/runtime-skills/landing-page-copy/SKILL.md +8 -0
- package/runtime-skills/nextjs-app-router/SKILL.md +8 -0
- package/runtime-skills/onboarding-empty-state-copy/SKILL.md +8 -0
- package/runtime-skills/owasp-security-review/SKILL.md +8 -0
- package/runtime-skills/planning-council/SKILL.md +8 -0
- package/runtime-skills/positioning-messaging/SKILL.md +8 -0
- package/runtime-skills/postgres-migrations/SKILL.md +8 -0
- package/runtime-skills/product-voice-tone/SKILL.md +8 -0
- package/runtime-skills/reference-led-design-critique/SKILL.md +8 -0
- package/runtime-skills/supabase-auth-rls/SKILL.md +8 -0
- package/runtime-skills/testing-qa/SKILL.md +8 -0
- package/runtime-skills/upgrade-maintenance/SKILL.md +8 -0
- package/runtime-skills/visual-regression-qa/SKILL.md +8 -0
- package/schemas/onboarding-state.schema.json +33 -0
- package/templates/next-supabase/.github/workflows/agent-kit-audit.yml +35 -0
- package/templates/next-supabase/AGENTS.md +1 -1
- package/templates/next-supabase/ASSISTANT_ADAPTERS.md +46 -4
- package/templates/next-supabase/CLAUDE.md +39 -0
- package/templates/next-supabase/DECISIONS.md +14 -0
- package/templates/next-supabase/DOCS.md +4 -0
- package/templates/next-supabase/MODEL_ROUTING.md +12 -0
- package/templates/next-supabase/QUALITY_GATES.md +4 -0
- package/templates/next-supabase/SPEC.md +2 -0
- package/templates/next-supabase/TESTING.md +3 -0
- package/templates/next-supabase/UPGRADE.md +4 -0
|
@@ -1,58 +1,59 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"packageName": "@appsforgood/next-supabase-kit",
|
|
3
|
+
"packageVersion": "0.1.4",
|
|
4
|
+
"stack": "next-supabase",
|
|
5
|
+
"installedAt": "2026-06-17T11:49:38.732Z",
|
|
6
|
+
"docs": [
|
|
7
|
+
"AGENTS.md",
|
|
8
|
+
"AGENT_ROSTER.md",
|
|
9
|
+
"ASSISTANT_ADAPTERS.md",
|
|
10
|
+
"COUNCIL.md",
|
|
11
|
+
"SKILLS.md",
|
|
12
|
+
"SPEC.md",
|
|
13
|
+
"DECISIONS.md",
|
|
14
|
+
"DOCS.md",
|
|
15
|
+
"DESIGN.md",
|
|
16
|
+
"MESSAGING.md",
|
|
17
|
+
"MODEL_ROUTING.md",
|
|
18
|
+
"QUALITY_GATES.md",
|
|
19
|
+
"STYLE_GUIDE.md",
|
|
20
|
+
"SECURITY.md",
|
|
21
|
+
"TESTING.md",
|
|
22
|
+
"DEPLOYMENT.md",
|
|
23
|
+
"UPGRADE.md"
|
|
24
|
+
],
|
|
25
|
+
"libraryFolders": [
|
|
26
|
+
"agents",
|
|
27
|
+
"skills",
|
|
28
|
+
"prompts",
|
|
29
|
+
"checklists",
|
|
30
|
+
"runtime-skills",
|
|
31
|
+
"design-adapters",
|
|
32
|
+
"assistant-adapters",
|
|
33
|
+
"design-briefs",
|
|
34
|
+
"profiles",
|
|
35
|
+
"rosters",
|
|
36
|
+
"schemas"
|
|
37
|
+
],
|
|
38
|
+
"agentRoster": ".agent-kit/agent-roster.json",
|
|
39
|
+
"modelRouting": ".agent-kit/model-routing.json",
|
|
40
|
+
"templateHashes": {
|
|
41
|
+
"AGENTS.md": "c7f3e7360938a1ed804d2110e9af96e6f09d50c49138063bef0db1642ddaf84f",
|
|
42
|
+
"AGENT_ROSTER.md": "fb88198d0a5f911ec8cbaa2850c1a47e1dbd1fe2c8144f9ce633bbfc1ec414d3",
|
|
43
|
+
"ASSISTANT_ADAPTERS.md": "b5fb02dbab39bab1af5122050cb86acbc726e24226e7024a3b984d5fdc12f798",
|
|
44
|
+
"COUNCIL.md": "40bec9051664c9c38b8360ee16f21b5e4716030d19c493cdec67395ab06528e1",
|
|
45
|
+
"SKILLS.md": "3c3c2eb40438a42026479dccac7bbf084ba22e2d758c425dff59385d05eae3bd",
|
|
46
|
+
"SPEC.md": "bb0406a141338b630a82026e4a2bb37f38448b3641d3b3ada62d146711a4fbfe",
|
|
47
|
+
"DECISIONS.md": "0c08d1106a40f829b197d552d0397c9bcd9af7e168a55c47ff5be033c6035ec6",
|
|
48
|
+
"DOCS.md": "4a2940e8d2526d4ad8f481c82451dd65d62f0420638795580a5f04dacec237de",
|
|
49
|
+
"DESIGN.md": "70f52e539073e7c4c1d37e63c9a21672a3221d2931d3ff284058dabf60243530",
|
|
50
|
+
"MESSAGING.md": "f1f7c0f11796820b60bb44e42a65749763f7167944ba6acf092a1cf7b59e50de",
|
|
51
|
+
"MODEL_ROUTING.md": "f0ca3bd12872cd5f61ff4c6bef670249c0a0188f20c049cb0d09d84219b1839c",
|
|
52
|
+
"QUALITY_GATES.md": "df9a39ad301394f7f58bc3dd5bf52f9fafeefffdc240fb7ae6a9b6a74b8da0b5",
|
|
53
|
+
"STYLE_GUIDE.md": "dcaed2d7885e920060d74e4ba5a8d548a08a729a3efc178434a17b5a182fb628",
|
|
54
|
+
"SECURITY.md": "f046e4dc794f49700ddee4cb866e2ba1983a1b71268f2e244892d615b41714f8",
|
|
55
|
+
"TESTING.md": "30ef3fa51a6b8e0b5ef608d7b7c448d6a7958bc87c27e15786a54f361fc7ef23",
|
|
56
|
+
"DEPLOYMENT.md": "c33d949c2b1850f8ee6c38e5ec565325c3d47f4daac13b81c75e1b35655ea174",
|
|
57
|
+
"UPGRADE.md": "d4678475458744dee7c1f23b69c04e3cf82d9e896196e62455585aaae5d3a25a"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -153,6 +153,13 @@
|
|
|
153
153
|
"modelSelection": "Use Copilot chat or coding-agent model selection where available; repo instructions advise but do not force model selection",
|
|
154
154
|
"enforcement": "advisory",
|
|
155
155
|
"adapter": ".agent-kit/assistant-adapters/model-selection/github-copilot-model-selection.md"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"tool": "Antigravity",
|
|
159
|
+
"instructionSurface": ".antigravity/agent-kit/plugin.json, .antigravity/agent-kit/commands/*.toml, and .antigravity/runtime-skills/*/SKILL.md",
|
|
160
|
+
"modelSelection": "Use Antigravity runtime or workspace model controls where available; native commands advise Agent Kit model profiles but do not force provider selection",
|
|
161
|
+
"enforcement": "advisory",
|
|
162
|
+
"adapter": ".agent-kit/assistant-adapters/antigravity.md"
|
|
156
163
|
}
|
|
157
164
|
],
|
|
158
165
|
"updatePolicy": [
|
|
@@ -1 +1,360 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"summary": {
|
|
3
|
+
"pass": 62,
|
|
4
|
+
"warn": 5,
|
|
5
|
+
"fail": 0
|
|
6
|
+
},
|
|
7
|
+
"readiness": {
|
|
8
|
+
"level": "baseline-setup",
|
|
9
|
+
"summary": "Agent kit setup is valid, but project-specific evidence still needs to replace starter placeholders.",
|
|
10
|
+
"nextActions": [
|
|
11
|
+
"Answer product summary, audience, workflows, auth/tenant model, UI direction, value proposition, and quality target with agent-kit setup or by editing .agent-kit/project-context.json.",
|
|
12
|
+
"Run agent-kit init --activate cursor to generate council subagents from the roster.",
|
|
13
|
+
"Replace TBD adapter rows with date, owner, evidence, model-selection status, and known limitations for each active IDE.",
|
|
14
|
+
"Replace TBD/example rows with real project evidence, or document why an item is not applicable before claiming strong or best-practice maturity.",
|
|
15
|
+
"Add package.json with test, lint, and build scripts appropriate to the stack."
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"findings": [
|
|
19
|
+
{
|
|
20
|
+
"level": "pass",
|
|
21
|
+
"area": "install",
|
|
22
|
+
"message": "Agent kit installed at version 0.1.4."
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"level": "pass",
|
|
26
|
+
"area": "templates",
|
|
27
|
+
"message": "AGENTS.md matches the current bundled template."
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"level": "pass",
|
|
31
|
+
"area": "templates",
|
|
32
|
+
"message": "AGENT_ROSTER.md matches the current bundled template."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"level": "pass",
|
|
36
|
+
"area": "templates",
|
|
37
|
+
"message": "ASSISTANT_ADAPTERS.md matches the current bundled template."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"level": "pass",
|
|
41
|
+
"area": "templates",
|
|
42
|
+
"message": "COUNCIL.md matches the current bundled template."
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"level": "pass",
|
|
46
|
+
"area": "templates",
|
|
47
|
+
"message": "SKILLS.md matches the current bundled template."
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"level": "pass",
|
|
51
|
+
"area": "templates",
|
|
52
|
+
"message": "SPEC.md matches the current bundled template."
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"level": "pass",
|
|
56
|
+
"area": "templates",
|
|
57
|
+
"message": "DECISIONS.md matches the current bundled template."
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"level": "pass",
|
|
61
|
+
"area": "templates",
|
|
62
|
+
"message": "DOCS.md matches the current bundled template."
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"level": "pass",
|
|
66
|
+
"area": "templates",
|
|
67
|
+
"message": "DESIGN.md matches the current bundled template."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"level": "pass",
|
|
71
|
+
"area": "templates",
|
|
72
|
+
"message": "MESSAGING.md matches the current bundled template."
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"level": "pass",
|
|
76
|
+
"area": "templates",
|
|
77
|
+
"message": "MODEL_ROUTING.md matches the current bundled template."
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"level": "pass",
|
|
81
|
+
"area": "templates",
|
|
82
|
+
"message": "QUALITY_GATES.md matches the current bundled template."
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"level": "pass",
|
|
86
|
+
"area": "templates",
|
|
87
|
+
"message": "STYLE_GUIDE.md matches the current bundled template."
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"level": "pass",
|
|
91
|
+
"area": "templates",
|
|
92
|
+
"message": "SECURITY.md matches the current bundled template."
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"level": "pass",
|
|
96
|
+
"area": "templates",
|
|
97
|
+
"message": "TESTING.md matches the current bundled template."
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"level": "pass",
|
|
101
|
+
"area": "templates",
|
|
102
|
+
"message": "DEPLOYMENT.md matches the current bundled template."
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"level": "pass",
|
|
106
|
+
"area": "templates",
|
|
107
|
+
"message": "UPGRADE.md matches the current bundled template."
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"level": "pass",
|
|
111
|
+
"area": "agents",
|
|
112
|
+
"message": "Agent roster matches the schema-backed runtime contract."
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"level": "pass",
|
|
116
|
+
"area": "agents",
|
|
117
|
+
"message": "Agent roster contains the required default council agents."
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"level": "pass",
|
|
121
|
+
"area": "agents",
|
|
122
|
+
"message": "Agent roster maps default agents to required skills."
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"level": "pass",
|
|
126
|
+
"area": "agents",
|
|
127
|
+
"message": "Core-change workflow requires architect-led council handoff."
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"level": "pass",
|
|
131
|
+
"area": "agents",
|
|
132
|
+
"message": "Frontend-change workflow requires content-first design, reference-led critique, distinctiveness benchmarking, product-quality scoring, and creative-direction evidence."
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"level": "pass",
|
|
136
|
+
"area": "agents",
|
|
137
|
+
"message": "Marketing-copy workflow requires question-led positioning, value proposition, proof, objections, voice, and conversion evidence."
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"level": "pass",
|
|
141
|
+
"area": "agents",
|
|
142
|
+
"message": "Agent roster requires auditable handoff evidence."
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"level": "pass",
|
|
146
|
+
"area": "agents",
|
|
147
|
+
"message": ".agent-kit/schemas/agent-roster.schema.json is present and parseable."
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"level": "pass",
|
|
151
|
+
"area": "agents",
|
|
152
|
+
"message": ".agent-kit/schemas/council-session.schema.json is present and parseable."
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"level": "pass",
|
|
156
|
+
"area": "agents",
|
|
157
|
+
"message": ".agent-kit/schemas/audit-report.schema.json is present and parseable."
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"level": "pass",
|
|
161
|
+
"area": "agents",
|
|
162
|
+
"message": ".agent-kit/schemas/model-routing.schema.json is present and parseable."
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"level": "pass",
|
|
166
|
+
"area": "agents",
|
|
167
|
+
"message": ".agent-kit/schemas/project-context.schema.json is present and parseable."
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"level": "pass",
|
|
171
|
+
"area": "agents",
|
|
172
|
+
"message": ".agent-kit/schemas/correction-rules.schema.json is present and parseable."
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"level": "pass",
|
|
176
|
+
"area": "agents",
|
|
177
|
+
"message": ".agent-kit/schemas/session-event.schema.json is present and parseable."
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"level": "pass",
|
|
181
|
+
"area": "agents",
|
|
182
|
+
"message": ".agent-kit/schemas/studio-session.schema.json is present and parseable."
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"level": "pass",
|
|
186
|
+
"area": "agents",
|
|
187
|
+
"message": ".agent-kit/schemas/onboarding-state.schema.json is present and parseable."
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"level": "warn",
|
|
191
|
+
"area": "studio",
|
|
192
|
+
"message": ".agent-kit/project-context.json is valid but still missing high-value project context.",
|
|
193
|
+
"remediation": "Answer product summary, audience, workflows, auth/tenant model, UI direction, value proposition, and quality target with agent-kit setup or by editing .agent-kit/project-context.json."
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"level": "pass",
|
|
197
|
+
"area": "docs",
|
|
198
|
+
"message": "AGENTS.md exists."
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"level": "pass",
|
|
202
|
+
"area": "docs",
|
|
203
|
+
"message": "AGENT_ROSTER.md exists."
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"level": "pass",
|
|
207
|
+
"area": "docs",
|
|
208
|
+
"message": "ASSISTANT_ADAPTERS.md exists."
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"level": "pass",
|
|
212
|
+
"area": "docs",
|
|
213
|
+
"message": "COUNCIL.md exists."
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"level": "pass",
|
|
217
|
+
"area": "docs",
|
|
218
|
+
"message": "SKILLS.md exists."
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"level": "pass",
|
|
222
|
+
"area": "docs",
|
|
223
|
+
"message": "SPEC.md exists."
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"level": "pass",
|
|
227
|
+
"area": "docs",
|
|
228
|
+
"message": "DECISIONS.md exists."
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"level": "pass",
|
|
232
|
+
"area": "docs",
|
|
233
|
+
"message": "DOCS.md exists."
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"level": "pass",
|
|
237
|
+
"area": "docs",
|
|
238
|
+
"message": "DESIGN.md exists."
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"level": "pass",
|
|
242
|
+
"area": "docs",
|
|
243
|
+
"message": "MESSAGING.md exists."
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"level": "pass",
|
|
247
|
+
"area": "docs",
|
|
248
|
+
"message": "MODEL_ROUTING.md exists."
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"level": "pass",
|
|
252
|
+
"area": "docs",
|
|
253
|
+
"message": "QUALITY_GATES.md exists."
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"level": "pass",
|
|
257
|
+
"area": "docs",
|
|
258
|
+
"message": "STYLE_GUIDE.md exists."
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"level": "pass",
|
|
262
|
+
"area": "docs",
|
|
263
|
+
"message": "SECURITY.md exists."
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"level": "pass",
|
|
267
|
+
"area": "docs",
|
|
268
|
+
"message": "TESTING.md exists."
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"level": "pass",
|
|
272
|
+
"area": "docs",
|
|
273
|
+
"message": "DEPLOYMENT.md exists."
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"level": "pass",
|
|
277
|
+
"area": "docs",
|
|
278
|
+
"message": "UPGRADE.md exists."
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"level": "pass",
|
|
282
|
+
"area": "agents",
|
|
283
|
+
"message": "COUNCIL.md defines council-session handoff evidence."
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"level": "pass",
|
|
287
|
+
"area": "agents",
|
|
288
|
+
"message": ".agent-kit/assistant-adapters is installed."
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"level": "pass",
|
|
292
|
+
"area": "agents",
|
|
293
|
+
"message": "ASSISTANT_ADAPTERS.md maps the council roster to tool-specific instruction surfaces."
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"level": "warn",
|
|
297
|
+
"area": "agents",
|
|
298
|
+
"message": "Cursor is marked Active but .cursor/agents/planner.md is missing.",
|
|
299
|
+
"remediation": "Run agent-kit init --activate cursor to generate council subagents from the roster."
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"level": "warn",
|
|
303
|
+
"area": "models",
|
|
304
|
+
"message": "ASSISTANT_ADAPTERS.md still has unverified tool-surface rows.",
|
|
305
|
+
"remediation": "Replace TBD adapter rows with date, owner, evidence, model-selection status, and known limitations for each active IDE."
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"level": "pass",
|
|
309
|
+
"area": "models",
|
|
310
|
+
"message": "MODEL_ROUTING.md documents agent model profiles and IDE enforcement limits."
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"level": "pass",
|
|
314
|
+
"area": "models",
|
|
315
|
+
"message": "Model routing matches the schema-backed runtime contract."
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"level": "pass",
|
|
319
|
+
"area": "models",
|
|
320
|
+
"message": "Model routing maps every default council agent to a profile."
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"level": "pass",
|
|
324
|
+
"area": "messaging",
|
|
325
|
+
"message": "MESSAGING.md captures question-led positioning and value-proposition inputs."
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"level": "pass",
|
|
329
|
+
"area": "messaging",
|
|
330
|
+
"message": "MESSAGING.md connects claims, proof, objections, and CTA hierarchy."
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"level": "pass",
|
|
334
|
+
"area": "quality",
|
|
335
|
+
"message": "QUALITY_GATES.md defines a multi-area best-practice maturity model."
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"level": "pass",
|
|
339
|
+
"area": "upgrade",
|
|
340
|
+
"message": "UPGRADE.md defines a reviewable upgrade, migration, audit, and rollback lifecycle."
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"level": "warn",
|
|
344
|
+
"area": "evidence",
|
|
345
|
+
"message": "Project evidence docs still contain starter placeholders: COUNCIL.md, SPEC.md, DESIGN.md, MESSAGING.md, SECURITY.md, DEPLOYMENT.md, ASSISTANT_ADAPTERS.md, UPGRADE.md.",
|
|
346
|
+
"remediation": "Replace TBD/example rows with real project evidence, or document why an item is not applicable before claiming strong or best-practice maturity."
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"level": "warn",
|
|
350
|
+
"area": "project-reality",
|
|
351
|
+
"message": "No package.json found to verify test scripts.",
|
|
352
|
+
"remediation": "Add package.json with test, lint, and build scripts appropriate to the stack."
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"level": "pass",
|
|
356
|
+
"area": "project-reality",
|
|
357
|
+
"message": ".agent-kit/project-context.json exists."
|
|
358
|
+
}
|
|
359
|
+
]
|
|
360
|
+
}
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
|-- TESTING.md
|
|
17
17
|
|-- DEPLOYMENT.md
|
|
18
18
|
|-- UPGRADE.md
|
|
19
|
+
|-- .github
|
|
20
|
+
| `-- workflows
|
|
21
|
+
| `-- agent-kit-audit.yml
|
|
19
22
|
|-- .cursor
|
|
20
23
|
| `-- rules
|
|
21
24
|
| |-- cursor-agent-kit.mdc
|
|
@@ -24,10 +27,13 @@
|
|
|
24
27
|
|-- manifest.json
|
|
25
28
|
|-- agent-roster.json
|
|
26
29
|
|-- model-routing.json
|
|
30
|
+
|-- project-context.json
|
|
31
|
+
|-- project-context.md
|
|
27
32
|
|-- config.json
|
|
28
33
|
|-- overrides.json
|
|
29
34
|
|-- agents/
|
|
30
35
|
|-- skills/
|
|
36
|
+
|-- runtime-skills/
|
|
31
37
|
|-- prompts/
|
|
32
38
|
|-- checklists/
|
|
33
39
|
|-- design-adapters/
|
|
@@ -153,6 +153,13 @@
|
|
|
153
153
|
"modelSelection": "Use Copilot chat or coding-agent model selection where available; repo instructions advise but do not force model selection",
|
|
154
154
|
"enforcement": "advisory",
|
|
155
155
|
"adapter": ".agent-kit/assistant-adapters/model-selection/github-copilot-model-selection.md"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"tool": "Antigravity",
|
|
159
|
+
"instructionSurface": ".antigravity/agent-kit/plugin.json, .antigravity/agent-kit/commands/*.toml, and .antigravity/runtime-skills/*/SKILL.md",
|
|
160
|
+
"modelSelection": "Use Antigravity runtime or workspace model controls where available; native commands advise Agent Kit model profiles but do not force provider selection",
|
|
161
|
+
"enforcement": "advisory",
|
|
162
|
+
"adapter": ".agent-kit/assistant-adapters/antigravity.md"
|
|
156
163
|
}
|
|
157
164
|
],
|
|
158
165
|
"updatePolicy": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appsforgood/next-supabase-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Open agent council, skills, prompts, checklists, and markdown templates for Next.js and Supabase projects.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -20,11 +20,15 @@
|
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"dist",
|
|
23
|
+
"dist/studio/wizard/assets",
|
|
24
|
+
"dist/studio/office/assets",
|
|
23
25
|
"templates",
|
|
24
26
|
"agents",
|
|
25
27
|
"skills",
|
|
26
28
|
"prompts",
|
|
27
29
|
"checklists",
|
|
30
|
+
"antigravity",
|
|
31
|
+
"runtime-skills",
|
|
28
32
|
"design-adapters",
|
|
29
33
|
"assistant-adapters",
|
|
30
34
|
"model-routing",
|
|
@@ -63,7 +67,7 @@
|
|
|
63
67
|
},
|
|
64
68
|
"packageManager": "npm@11.6.2",
|
|
65
69
|
"scripts": {
|
|
66
|
-
"build": "tsup",
|
|
70
|
+
"build": "tsup && node scripts/copy-studio-assets.mjs",
|
|
67
71
|
"dev": "tsx src/cli/index.ts",
|
|
68
72
|
"typecheck": "tsc --noEmit",
|
|
69
73
|
"lint": "tsc --noEmit",
|
|
@@ -72,7 +76,9 @@
|
|
|
72
76
|
"smoke": "node dist/index.js doctor",
|
|
73
77
|
"smoke:install": "node scripts/smoke-install.mjs",
|
|
74
78
|
"smoke:studio": "node scripts/smoke-studio.mjs",
|
|
79
|
+
"smoke:setup": "node scripts/smoke-setup.mjs",
|
|
75
80
|
"smoke:audit-gate": "node scripts/smoke-audit-gate.mjs",
|
|
81
|
+
"package:validate": "node dist/index.js package validate",
|
|
76
82
|
"examples:check": "node scripts/example-check.mjs",
|
|
77
83
|
"version:check": "node scripts/version-check.mjs",
|
|
78
84
|
"sbom:check": "node scripts/sbom-check.mjs",
|
|
@@ -88,11 +94,13 @@
|
|
|
88
94
|
"zod": "^3.24.1"
|
|
89
95
|
},
|
|
90
96
|
"devDependencies": {
|
|
91
|
-
"@
|
|
92
|
-
"@types/node": "^22.10.5",
|
|
97
|
+
"@types/node": "^25.9.3",
|
|
93
98
|
"tsup": "^8.3.5",
|
|
94
99
|
"tsx": "^4.19.2",
|
|
95
|
-
"typescript": "^
|
|
100
|
+
"typescript": "^6.0.3",
|
|
96
101
|
"vitest": "^4.1.8"
|
|
102
|
+
},
|
|
103
|
+
"overrides": {
|
|
104
|
+
"esbuild": "0.28.1"
|
|
97
105
|
}
|
|
98
106
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Runtime Skills
|
|
2
|
+
|
|
3
|
+
These portable `SKILL.md` wrappers are for runtimes that discover skills by directory.
|
|
4
|
+
|
|
5
|
+
Canonical skill content remains in `skills/*.md` and installed project copies under `.agent-kit/skills/*.md`. Runtime wrappers must point back to the canonical skill file instead of forking the workflow.
|
|
6
|
+
|
|
7
|
+
When a canonical skill changes, update the matching wrapper description only if the trigger behavior changes.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: accessibility-wcag
|
|
3
|
+
description: Use for WCAG 2.1 AA review of forms, navigation, modals, menus, tables, dashboards, and custom interactions.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/accessibility-wcag.md` or `.agent-kit/skills/accessibility-wcag.md`.
|
|
7
|
+
|
|
8
|
+
Apply semantic HTML first, ARIA only when needed, keyboard navigation, focus states, and WCAG 2.1 AA color contrast. Record accessibility evidence with `agent-kit session output` when the work changes user-facing UI.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-handoff-tracing
|
|
3
|
+
description: Use for meaningful multi-agent work where decisions, risks, handoffs, outputs, and verification must survive the chat.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/agent-handoff-tracing.md` or `.agent-kit/skills/agent-handoff-tracing.md`.
|
|
7
|
+
|
|
8
|
+
Select the roster workflow, read project context and corrections, record decisions/handoffs/required outputs with `agent-kit session ...`, then run `agent-kit session render`.
|