Skip to content

Commit 18aec7b

Browse files
committed
docs: update project guidelines in CLAUDE.md
1 parent f723da8 commit 18aec7b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.claude/CLAUDE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
- `list_communities`, `get_community`, `get_architecture_overview`
1212
- `build_or_update_graph`, `run_postprocess`
1313
- `get_annotation`
14-
- **`execute_cypher`** — Apache AGE Cypher 쿼리 직접 실행
1514

1615
## CLI Skill
1716

@@ -32,5 +31,5 @@
3231

3332
- TDD: Red → Green → Refactor
3433
- Tidy First: 구조적 변경과 행위 변경 분리
35-
- GORM 쿼리만 사용 (raw SQL 금지, AGE Cypher 제외)
34+
- GORM 쿼리만 사용 (raw SQL 금지)
3635
- 테스트: `CGO_ENABLED=1 go test -tags "fts5" ./... -count=1`

0 commit comments

Comments
 (0)