Skip to content

Commit eea642f

Browse files
wwwy3y3claude
andauthored
Add Claude Code configuration and documentation (#2152)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent ff37e42 commit eea642f

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CLAUDE.md renamed to .claude/CLAUDE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# CLAUDE.md
22

3-
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4-
5-
## Project Overview
6-
73
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).
84

95
## Repository Structure

.claude/settings.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(cd wren-ui && yarn:*)",
5+
"Bash(cd wren-ai-service && just:*)",
6+
"Bash(cd wren-ai-service && poetry run:*)",
7+
"Bash(cd wren-ai-service && poetry install:*)",
8+
"Bash(cd wren-launcher && make:*)",
9+
"Bash(git status:*)",
10+
"Bash(git diff:*)",
11+
"Bash(git log:*)",
12+
"Bash(git branch:*)",
13+
"Bash(gh pr:*)",
14+
"Bash(gh run:*)",
15+
"Bash(ls:*)",
16+
"Bash(wc:*)"
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)