- Use <#> (inner product) operator instead of <=> (cosine distance)
- Use extensions.vector(512) instead of vector(1536)
- Remove `stable` and `security invoker` qualifiers
- Add full_text_weight, semantic_weight, rrf_k parameters
- Use least(match_count, 30) cap for over-fetching
- Remove default value from match_count (required param)
- Use parameterized rrf_k and weights in RRF scoring formula
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add root _sections.md with db and realtime sections. All reference
files use flat structure in references/ directory.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace bullet list with proper table showing publishable/secret keys
alongside legacy anon/service_role keys, matching current Supabase docs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- pg_cron requires pg_catalog schema, not extensions (critical fix)
- Add publishable/secret key types to Identifying Keys section
- Fix Dashboard path to Settings > API Keys
- Fix migration up comment: applies all pending, not single
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Move all database reference files to references/db/ to organize
by product area and take advantage of the new subdirectory support
in the build system.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add references/getting-started-locally.md for local development
- Update SKILL.md with Local Development reference
- Add CLI usage note recommending npx for version consistency
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The build system now correctly preserves subdirectory paths when
generating the Available References section. For example, files in
references/db/ are now listed as references/db/file.md instead of
just references/file.md.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat: supabase db references
* refactor: move database references to db subdirectory
Move all database reference files to references/db/ to organize
by product area and take advantage of the new subdirectory support
in the build system.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Add a sanity test that verifies the skills CLI installation works:
- Runs `npx skills add . -a claude-code -y` using current directory
- Checks command doesn't fail (exit code 0)
- Verifies .claude/skills directory is created
- Dynamically discovers skills in the repo and verifies they're installed
- Checks SKILL.md exists in each installed skill
The test runs on every push to main and pull requests.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The CLAUDE.md symlink causes installation errors when using
`npx skills add` as it tries to copy AGENTS.md to itself.
- Remove createClaudeSymlink function from build.ts
- Remove claudeSymlink from SkillPaths interface
- Remove CLAUDE.md references from AGENTS.md structure documentation
- Delete existing CLAUDE.md symlink from skills directory
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove support for nested subdirectories in references/.
All markdown reference files must now be placed directly in
the references/ directory (e.g., references/auth-signup.md).
- Replace getMarkdownFilesRecursive with getMarkdownFiles (flat)
- Simplify parseAllSections to only read root _sections.md
- Update getReferenceFiles to skip subdirectories
- Keep deprecated getMarkdownFilesRecursive alias for compatibility
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
The build system now correctly preserves subdirectory paths when
generating the Available References section. For example, files in
references/db/ are now listed as references/db/file.md instead of
just references/file.md.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat: supabase db references
* refactor: move database references to db subdirectory
Move all database reference files to references/db/ to organize
by product area and take advantage of the new subdirectory support
in the build system.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>