Add Claude Code configuration and documentation (#2152)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
william chang(張仲威)
2026-03-10 21:42:45 +08:00
committed by GitHub
parent ff37e42bd2
commit eea642fde8
2 changed files with 19 additions and 4 deletions
-4
View File
@@ -1,9 +1,5 @@
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Project Overview
WrenAI is an open-source GenBI (Generative BI) agent that converts natural language questions into SQL queries and charts. It uses a semantic layer (MDL - Metadata Definition Language) to guide LLM-powered text-to-SQL generation via retrieval-augmented generation (RAG).
## Repository Structure
+19
View File
@@ -0,0 +1,19 @@
{
"permissions": {
"allow": [
"Bash(cd wren-ui && yarn:*)",
"Bash(cd wren-ai-service && just:*)",
"Bash(cd wren-ai-service && poetry run:*)",
"Bash(cd wren-ai-service && poetry install:*)",
"Bash(cd wren-launcher && make:*)",
"Bash(git status:*)",
"Bash(git diff:*)",
"Bash(git log:*)",
"Bash(git branch:*)",
"Bash(gh pr:*)",
"Bash(gh run:*)",
"Bash(ls:*)",
"Bash(wc:*)"
]
}
}