diff --git a/.agents/skills/constructive-cli.zip b/.agents/skills/constructive-cli.zip index fe4a1b93b..cd4b6d737 100644 Binary files a/.agents/skills/constructive-cli.zip and b/.agents/skills/constructive-cli.zip differ diff --git a/.agents/skills/constructive-cli/SKILL.md b/.agents/skills/constructive-cli/SKILL.md index c894b8c3c..127825bc0 100644 --- a/.agents/skills/constructive-cli/SKILL.md +++ b/.agents/skills/constructive-cli/SKILL.md @@ -119,6 +119,6 @@ await generateMulti({ ## Cross-References -- `constructive-sdk-graphql` skill (in constructive-skills) — Full codegen pipeline (hooks, ORM, CLI generation) +- `constructive-codegen` skill (in constructive-skills) — Full codegen pipeline (hooks, ORM, CLI generation) - `pgpm` skill — Database migrations (deploy before generating CLI) - `constructive-setup` skill — Monorepo setup and local development diff --git a/.agents/skills/constructive-pnpm.zip b/.agents/skills/constructive-pnpm.zip index 927ee03cb..b3af805fc 100644 Binary files a/.agents/skills/constructive-pnpm.zip and b/.agents/skills/constructive-pnpm.zip differ diff --git a/.agents/skills/constructive-pnpm/SKILL.md b/.agents/skills/constructive-pnpm/SKILL.md index 29e932be6..07ff13177 100644 --- a/.agents/skills/constructive-pnpm/SKILL.md +++ b/.agents/skills/constructive-pnpm/SKILL.md @@ -57,6 +57,6 @@ See [pnpm-publishing.md](./references/pnpm-publishing.md) for the full explanati ## Cross-References -- `inquirerer-cli` — CLI building with inquirerer, README formatting +- `dev-utils` — CLI building with inquirerer, README formatting - `pgpm` — PGPM workspaces for SQL modules (different from pnpm workspaces) - `constructive-platform` — Platform core, environment configuration diff --git a/.agents/skills/constructive-testing.zip b/.agents/skills/constructive-testing.zip index 900341383..0994185b1 100644 Binary files a/.agents/skills/constructive-testing.zip and b/.agents/skills/constructive-testing.zip differ diff --git a/.agents/skills/constructive-testing/references/pgsql-test.md b/.agents/skills/constructive-testing/references/pgsql-test.md index 7bf027051..f8786fc30 100644 --- a/.agents/skills/constructive-testing/references/pgsql-test.md +++ b/.agents/skills/constructive-testing/references/pgsql-test.md @@ -211,4 +211,4 @@ Related skills (separate from this skill): - **`constructive-testing`** — Framework selection guide: which testing framework to use (pgsql-test vs graphile-test vs graphql-test vs server-test) and anti-patterns to avoid - `pgpm` (`references/testing.md`) — General pgpm test setup and seed adapters - `drizzle-orm-test` — Testing with Drizzle ORM (uses pgsql-test utilities) -- `constructive-safegres` — Safegres authorization policies that RLS tests validate +- `constructive-security` — Safegres authorization policies that RLS tests validate