@appsforgood/next-supabase-kit 0.1.3 → 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 +9 -0
- package/assistant-adapters/codex-agents.md +15 -0
- package/assistant-adapters/cursor-agent-kit.mdc +1 -0
- 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/model-selection/codex-config.example.toml +3 -0
- package/dist/index.js +627 -280
- package/dist/index.js.map +1 -1
- package/examples/next-supabase-installed/.agent-kit/manifest.json +3 -3
- package/examples/next-supabase-installed/.agent-kit/overrides.json +1 -7
- package/examples/next-supabase-installed/audit-output.json +9 -2
- package/package.json +1 -1
- package/templates/next-supabase/ASSISTANT_ADAPTERS.md +26 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packageName": "@appsforgood/next-supabase-kit",
|
|
3
|
-
"packageVersion": "0.1.
|
|
3
|
+
"packageVersion": "0.1.4",
|
|
4
4
|
"stack": "next-supabase",
|
|
5
|
-
"installedAt": "2026-06-
|
|
5
|
+
"installedAt": "2026-06-17T11:49:38.732Z",
|
|
6
6
|
"docs": [
|
|
7
7
|
"AGENTS.md",
|
|
8
8
|
"AGENT_ROSTER.md",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"templateHashes": {
|
|
41
41
|
"AGENTS.md": "c7f3e7360938a1ed804d2110e9af96e6f09d50c49138063bef0db1642ddaf84f",
|
|
42
42
|
"AGENT_ROSTER.md": "fb88198d0a5f911ec8cbaa2850c1a47e1dbd1fe2c8144f9ce633bbfc1ec414d3",
|
|
43
|
-
"ASSISTANT_ADAPTERS.md": "
|
|
43
|
+
"ASSISTANT_ADAPTERS.md": "b5fb02dbab39bab1af5122050cb86acbc726e24226e7024a3b984d5fdc12f798",
|
|
44
44
|
"COUNCIL.md": "40bec9051664c9c38b8360ee16f21b5e4716030d19c493cdec67395ab06528e1",
|
|
45
45
|
"SKILLS.md": "3c3c2eb40438a42026479dccac7bbf084ba22e2d758c425dff59385d05eae3bd",
|
|
46
46
|
"SPEC.md": "bb0406a141338b630a82026e4a2bb37f38448b3641d3b3ada62d146711a4fbfe",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"summary": {
|
|
3
3
|
"pass": 62,
|
|
4
|
-
"warn":
|
|
4
|
+
"warn": 5,
|
|
5
5
|
"fail": 0
|
|
6
6
|
},
|
|
7
7
|
"readiness": {
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"summary": "Agent kit setup is valid, but project-specific evidence still needs to replace starter placeholders.",
|
|
10
10
|
"nextActions": [
|
|
11
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.",
|
|
12
13
|
"Replace TBD adapter rows with date, owner, evidence, model-selection status, and known limitations for each active IDE.",
|
|
13
14
|
"Replace TBD/example rows with real project evidence, or document why an item is not applicable before claiming strong or best-practice maturity.",
|
|
14
15
|
"Add package.json with test, lint, and build scripts appropriate to the stack."
|
|
@@ -18,7 +19,7 @@
|
|
|
18
19
|
{
|
|
19
20
|
"level": "pass",
|
|
20
21
|
"area": "install",
|
|
21
|
-
"message": "Agent kit installed at version 0.1.
|
|
22
|
+
"message": "Agent kit installed at version 0.1.4."
|
|
22
23
|
},
|
|
23
24
|
{
|
|
24
25
|
"level": "pass",
|
|
@@ -291,6 +292,12 @@
|
|
|
291
292
|
"area": "agents",
|
|
292
293
|
"message": "ASSISTANT_ADAPTERS.md maps the council roster to tool-specific instruction surfaces."
|
|
293
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
|
+
},
|
|
294
301
|
{
|
|
295
302
|
"level": "warn",
|
|
296
303
|
"area": "models",
|
package/package.json
CHANGED
|
@@ -26,9 +26,9 @@ Canonical source of truth:
|
|
|
26
26
|
|
|
27
27
|
| Tool | Instruction surface | Instruction status | Model-selection status | Enforcement | Evidence | Notes |
|
|
28
28
|
| --- | --- | --- | --- | --- | --- | --- |
|
|
29
|
-
| Codex / AGENTS.md-compatible tools | `AGENTS.md`,
|
|
29
|
+
| Codex / AGENTS.md-compatible tools | `AGENTS.md`, `.codex/config.toml`, `.codex/agents/*.toml` | TBD | TBD | Partial | TBD | Run `agent-kit init --activate codex` to generate council custom agents and copy `.codex/config.toml`. |
|
|
30
30
|
| GitHub Copilot / VS Code | `.github/copilot-instructions.md` and `.github/instructions/*.instructions.md` | TBD | TBD | Advisory | TBD | Run `agent-kit init --activate copilot` to promote Copilot instruction files. |
|
|
31
|
-
| Cursor | `.cursor/rules
|
|
31
|
+
| Cursor | `.cursor/rules/*.mdc`, `.cursor/agents/*.md`, `.cursor/skills/*/SKILL.md` | Active on init (rules); subagents on `--activate cursor` | Advisory | Partial | Run `agent-kit init --activate cursor`; verify subagents. | Delegate to `.cursor/agents/` instead of role-playing the council. |
|
|
32
32
|
| Claude Code | `.claude/agents/*.md` and optional `CLAUDE.md` | TBD | TBD | Partial | TBD | Run `agent-kit init --activate claude` to generate subagents from `.agent-kit/agent-roster.json` and install `CLAUDE.md`. |
|
|
33
33
|
| Antigravity | `.antigravity/agent-kit/plugin.json`, `.antigravity/agent-kit/commands/*.toml`, `.antigravity/runtime-skills/*/SKILL.md` | TBD | TBD | Advisory | TBD | Run `agent-kit init --activate antigravity`, then `agent-kit adapter validate antigravity`; optional native validation is `agy plugin validate` when available. |
|
|
34
34
|
|
|
@@ -69,6 +69,30 @@ Verification steps:
|
|
|
69
69
|
|
|
70
70
|
If a project already customized `.cursor/rules/`, review `.agent-kit/conflicts/` after `agent-kit update` before adopting newer adapter wording.
|
|
71
71
|
|
|
72
|
+
Run `agent-kit init --activate cursor` to generate `.cursor/agents/*.md` and `.cursor/skills/*/SKILL.md` from the roster and kit skills.
|
|
73
|
+
|
|
74
|
+
## Multi-agent delegation
|
|
75
|
+
|
|
76
|
+
Same council playbook across IDEs — delegate to specialists instead of role-playing every role in one thread.
|
|
77
|
+
|
|
78
|
+
| Risk / work | Cursor | Codex | Claude Code |
|
|
79
|
+
| --- | --- | --- | --- |
|
|
80
|
+
| Auth / RLS / secrets | `@security-reviewer` or Task `security-review` | spawn `security-reviewer.toml` | `@security-reviewer` |
|
|
81
|
+
| Planning / scope | `@planner` | spawn `planner.toml` | `@planner` |
|
|
82
|
+
| Frontend UI | `@frontend-design-lead` | spawn `frontend-design-lead.toml` | `@frontend-design-lead` |
|
|
83
|
+
| QA / behavior changes | `@qa-engineer` or Task `bugbot` | spawn `qa-engineer.toml` | `@qa-engineer` |
|
|
84
|
+
|
|
85
|
+
Record evidence with `agent-kit session checkpoint --file <json>` when the CLI is available.
|
|
86
|
+
|
|
87
|
+
## Codex Activation
|
|
88
|
+
|
|
89
|
+
`agent-kit init --activate codex` installs:
|
|
90
|
+
|
|
91
|
+
- `.codex/config.toml`
|
|
92
|
+
- `.codex/agents/*.toml` council custom agents with `model_reasoning_effort` from `.agent-kit/model-routing.json`
|
|
93
|
+
|
|
94
|
+
Validate with `agent-kit adapter validate codex`.
|
|
95
|
+
|
|
72
96
|
## Antigravity Activation
|
|
73
97
|
|
|
74
98
|
`agent-kit init --activate antigravity` installs a native runtime adapter without changing the canonical Agent Kit operating model:
|