Skip to content
Open
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
15 changes: 15 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"permissions": {
"allow": [
"WebFetch(domain:github.com)",
"WebFetch(domain:www.pinecone.io)",
"Bash(pnpm lint:markdown:*)",
"Bash(pnpm format:*)",
"Bash(test:*)",
"Bash(ls:*)",
"Bash(wc:*)",
"Bash(du:*)",
"WebFetch(domain:testcontainers.com)"
]
}
}
1 change: 1 addition & 0 deletions app/spicedb/tutorials/_meta.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default {
"ai-agent-authorization": "Tutorial: Authorization for AI Agents using SpiceDB",
"secure-rag-pipelines": "Tutorial: Securing RAG Pipelines with SpiceDB",
"agentic-rag": "Tutorial: Building Agentic RAG with SpiceDB, LangChain & Weaviate",
};
Loading
Loading