We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f723da8 commit 18aec7bCopy full SHA for 18aec7b
1 file changed
.claude/CLAUDE.md
@@ -11,7 +11,6 @@
11
- `list_communities`, `get_community`, `get_architecture_overview`
12
- `build_or_update_graph`, `run_postprocess`
13
- `get_annotation`
14
-- **`execute_cypher`** — Apache AGE Cypher 쿼리 직접 실행
15
16
## CLI Skill
17
@@ -32,5 +31,5 @@
32
31
33
- TDD: Red → Green → Refactor
34
- Tidy First: 구조적 변경과 행위 변경 분리
35
-- GORM 쿼리만 사용 (raw SQL 금지, AGE Cypher 제외)
+- GORM 쿼리만 사용 (raw SQL 금지)
36
- 테스트: `CGO_ENABLED=1 go test -tags "fts5" ./... -count=1`
0 commit comments