@appsforgood/next-supabase-kit 0.4.1 → 0.4.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/CHANGELOG.md +5 -0
- package/UPGRADE.md +11 -0
- package/USER_GUIDE.html +5 -5
- package/USER_GUIDE.md +5 -5
- package/agents/app-engineer/agent.md +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/examples/next-supabase-installed/.agent-kit/manifest.json +25 -25
- package/examples/next-supabase-installed/.antigravity/runtime-skills/nextjs-app-router/SKILL.md +29 -9
- package/examples/next-supabase-installed/.antigravity/runtime-skills/owasp-security-review/SKILL.md +31 -9
- package/examples/next-supabase-installed/.antigravity/runtime-skills/planning/SKILL.md +11 -5
- package/examples/next-supabase-installed/.antigravity/runtime-skills/postgres-migrations/SKILL.md +25 -7
- package/examples/next-supabase-installed/.antigravity/runtime-skills/supabase-auth-rls/SKILL.md +41 -9
- package/examples/next-supabase-installed/.antigravity/runtime-skills/testing-qa/SKILL.md +3 -3
- package/examples/next-supabase-installed/.claude/agents/app-engineer.md +2 -0
- package/examples/next-supabase-installed/.codex/agents/app-engineer.toml +2 -0
- package/examples/next-supabase-installed/.cursor/agents/app-engineer.md +2 -0
- package/examples/next-supabase-installed/.cursor/skills/nextjs-app-router/SKILL.md +29 -9
- package/examples/next-supabase-installed/.cursor/skills/owasp-security-review/SKILL.md +31 -9
- package/examples/next-supabase-installed/.cursor/skills/planning/SKILL.md +11 -5
- package/examples/next-supabase-installed/.cursor/skills/postgres-migrations/SKILL.md +25 -7
- package/examples/next-supabase-installed/.cursor/skills/supabase-auth-rls/SKILL.md +41 -9
- package/examples/next-supabase-installed/.cursor/skills/testing-qa/SKILL.md +3 -3
- package/examples/next-supabase-installed/USER_GUIDE.html +5 -5
- package/examples/next-supabase-installed/USER_GUIDE.md +5 -5
- package/examples/next-supabase-installed/skills/nextjs-app-router/SKILL.md +29 -9
- package/examples/next-supabase-installed/skills/owasp-security-review/SKILL.md +31 -9
- package/examples/next-supabase-installed/skills/planning/SKILL.md +11 -5
- package/examples/next-supabase-installed/skills/postgres-migrations/SKILL.md +25 -7
- package/examples/next-supabase-installed/skills/supabase-auth-rls/SKILL.md +41 -9
- package/examples/next-supabase-installed/skills/testing-qa/SKILL.md +3 -3
- package/package.json +1 -1
- package/research/agent-skill-gap-report.md +4 -0
- package/skills/nextjs-app-router/SKILL.md +29 -9
- package/skills/owasp-security-review/SKILL.md +31 -9
- package/skills/planning/SKILL.md +11 -5
- package/skills/postgres-migrations/SKILL.md +25 -7
- package/skills/supabase-auth-rls/SKILL.md +41 -9
- package/skills/testing-qa/SKILL.md +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.2
|
|
4
|
+
|
|
5
|
+
- Uplift default domain skills so they are playbooks, not checklists: `nextjs-app-router` (App Router, async request APIs, `proxy.ts`), `supabase-auth-rls` (SSR clients, `getUser()`, service role, RLS), `postgres-migrations` (RLS in the same change), `owasp-security-review` (Top 10 mapped onto Actions/RLS/SSRF).
|
|
6
|
+
- Planner’s `planning` skill names which of those skills the owner must run. App engineer must not skip them for a “small” route.
|
|
7
|
+
|
|
3
8
|
## 0.4.1
|
|
4
9
|
|
|
5
10
|
- Catch-up release: npm `0.4.0` was the simplify cut; later GitHub work (`deslop`, frontend-design, catalog pointers, leftover `doctor`, HTML user guide) was not on npm.
|
package/UPGRADE.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Upgrade Guide
|
|
2
2
|
|
|
3
|
+
## 0.4.2
|
|
4
|
+
|
|
5
|
+
`0.4.1` is the published simplify catch-up. `0.4.2` rewrites the Next.js and Supabase domain skills. `update` refreshes pristine skill files; local edits win or land in conflicts.
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npx @appsforgood/next-supabase-kit@0.4.2 update
|
|
9
|
+
npx @appsforgood/next-supabase-kit@0.4.2 doctor
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Do not re-init. `update` still never deletes leftover 0.3 council docs.
|
|
13
|
+
|
|
3
14
|
## 0.4.1
|
|
4
15
|
|
|
5
16
|
npm `0.4.0` was the simplify cut. `0.4.1` adds `deslop`, the 4-token `frontend-design` skill, catalog pointers on agents, and leftover-0.3 `doctor` warnings. Those leftover warnings are not a failure. `update` still never deletes old council docs.
|
package/USER_GUIDE.html
CHANGED
|
@@ -563,23 +563,23 @@
|
|
|
563
563
|
<tbody>
|
|
564
564
|
<tr>
|
|
565
565
|
<td><code>planning</code></td>
|
|
566
|
-
<td>Ambiguous work; pick an owner</td>
|
|
566
|
+
<td>Ambiguous work; pick an owner and which skill they run</td>
|
|
567
567
|
</tr>
|
|
568
568
|
<tr>
|
|
569
569
|
<td><code>nextjs-app-router</code></td>
|
|
570
|
-
<td>
|
|
570
|
+
<td>App Router, Server vs Client, actions, <code>proxy.ts</code></td>
|
|
571
571
|
</tr>
|
|
572
572
|
<tr>
|
|
573
573
|
<td><code>supabase-auth-rls</code></td>
|
|
574
|
-
<td>Auth, RLS, service role</td>
|
|
574
|
+
<td>Auth, RLS, service role, Storage</td>
|
|
575
575
|
</tr>
|
|
576
576
|
<tr>
|
|
577
577
|
<td><code>postgres-migrations</code></td>
|
|
578
|
-
<td>Schema
|
|
578
|
+
<td>Schema, constraints, RLS in the same change</td>
|
|
579
579
|
</tr>
|
|
580
580
|
<tr>
|
|
581
581
|
<td><code>owasp-security-review</code></td>
|
|
582
|
-
<td>Mutations, uploads, secrets</td>
|
|
582
|
+
<td>Mutations, uploads, SSRF, secrets</td>
|
|
583
583
|
</tr>
|
|
584
584
|
<tr>
|
|
585
585
|
<td><code>frontend-design</code></td>
|
package/USER_GUIDE.md
CHANGED
|
@@ -82,11 +82,11 @@ Do not ask one chat to be all six. Planner names the next specialist. It does no
|
|
|
82
82
|
|
|
83
83
|
| Skill | Use when |
|
|
84
84
|
| --- | --- |
|
|
85
|
-
| `planning` | Ambiguous work; pick an owner |
|
|
86
|
-
| `nextjs-app-router` |
|
|
87
|
-
| `supabase-auth-rls` | Auth, RLS, service role |
|
|
88
|
-
| `postgres-migrations` | Schema
|
|
89
|
-
| `owasp-security-review` | Mutations, uploads, secrets |
|
|
85
|
+
| `planning` | Ambiguous work; pick an owner and which skill they run |
|
|
86
|
+
| `nextjs-app-router` | App Router, Server vs Client, actions, `proxy.ts` |
|
|
87
|
+
| `supabase-auth-rls` | Auth, RLS, service role, Storage |
|
|
88
|
+
| `postgres-migrations` | Schema, constraints, RLS in the same change |
|
|
89
|
+
| `owasp-security-review` | Mutations, uploads, SSRF, secrets |
|
|
90
90
|
| `frontend-design` | Layout, simple palette, anti-generic UI |
|
|
91
91
|
| `accessibility-wcag` | Keyboard, contrast, labels |
|
|
92
92
|
| `browser-qa` | Any screen. Required for QA of UI |
|
|
@@ -23,6 +23,8 @@ Code-only “it should work” is incomplete for anything the user can see or cl
|
|
|
23
23
|
|
|
24
24
|
`nextjs-app-router`, `supabase-auth-rls`, `postgres-migrations`.
|
|
25
25
|
|
|
26
|
+
Run those skills. Do not treat a small route, form, or table as exempt.
|
|
27
|
+
|
|
26
28
|
Available skills: `catalog.json` and the skill table in `USER_GUIDE.md`. Start with the skills named above. Use another listed skill when this job needs it.
|
|
27
29
|
|
|
28
30
|
## Handoff
|
package/dist/index.js
CHANGED
|
@@ -670,7 +670,7 @@ import { join as join8 } from "path";
|
|
|
670
670
|
|
|
671
671
|
// src/config/defaults.ts
|
|
672
672
|
var PACKAGE_NAME = "@appsforgood/next-supabase-kit";
|
|
673
|
-
var PACKAGE_VERSION = "0.4.
|
|
673
|
+
var PACKAGE_VERSION = "0.4.2";
|
|
674
674
|
var ROOT_DOCS = ["AGENTS.md", "USER_GUIDE.md", "USER_GUIDE.html"];
|
|
675
675
|
var CURSOR_RULE_FILE = {
|
|
676
676
|
source: "assistant-adapters/cursor-agent-kit.mdc",
|