Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .agents/skills/constructive-cli.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion .agents/skills/constructive-cli/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file modified .agents/skills/constructive-pnpm.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion .agents/skills/constructive-pnpm/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file modified .agents/skills/constructive-testing.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading