Skip to content

Commit 64c2050

Browse files
committed
Add AGENTIC.scm
1 parent a6fd599 commit 64c2050

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

AGENTIC.scm

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
;; SPDX-License-Identifier: AGPL-3.0-or-later
2+
;; AGENTIC.scm - AI agent interaction patterns
3+
4+
(define agentic-config
5+
`((version . "1.0.0")
6+
(claude-code
7+
((model . "claude-opus-4-5-20251101")
8+
(tools . ("read" "edit" "bash" "grep" "glob"))
9+
(permissions . "read-all")))
10+
(patterns
11+
((code-review . "thorough")
12+
(refactoring . "conservative")
13+
(testing . "comprehensive")))
14+
(constraints
15+
((languages . ("rescript" "rust" "gleam"))
16+
(banned . ("typescript" "go" "python" "makefile"))))))

0 commit comments

Comments
 (0)