diff --git a/.claude/skills/commit.md b/.claude/skills/commit.md new file mode 120000 index 0000000..c541d3e --- /dev/null +++ b/.claude/skills/commit.md @@ -0,0 +1 @@ +../../.agents/skills/commit/SKILL.md \ No newline at end of file diff --git a/.claude/skills/pr.md b/.claude/skills/pr.md new file mode 120000 index 0000000..97b208c --- /dev/null +++ b/.claude/skills/pr.md @@ -0,0 +1 @@ +../../.agents/skills/pr/SKILL.md \ No newline at end of file diff --git a/.claude/skills/validate.md b/.claude/skills/validate.md new file mode 120000 index 0000000..44697f2 --- /dev/null +++ b/.claude/skills/validate.md @@ -0,0 +1 @@ +../../.agents/skills/validate/SKILL.md \ No newline at end of file diff --git a/.opencode/commands/commit.md b/.opencode/commands/commit.md new file mode 120000 index 0000000..c541d3e --- /dev/null +++ b/.opencode/commands/commit.md @@ -0,0 +1 @@ +../../.agents/skills/commit/SKILL.md \ No newline at end of file diff --git a/.opencode/commands/pr.md b/.opencode/commands/pr.md new file mode 120000 index 0000000..97b208c --- /dev/null +++ b/.opencode/commands/pr.md @@ -0,0 +1 @@ +../../.agents/skills/pr/SKILL.md \ No newline at end of file diff --git a/.opencode/commands/validate.md b/.opencode/commands/validate.md new file mode 120000 index 0000000..44697f2 --- /dev/null +++ b/.opencode/commands/validate.md @@ -0,0 +1 @@ +../../.agents/skills/validate/SKILL.md \ No newline at end of file diff --git a/opencode.json b/opencode.json new file mode 100644 index 0000000..5044df3 --- /dev/null +++ b/opencode.json @@ -0,0 +1,20 @@ +{ + "$schema": "https://opencode.ai/config.json", + "permission": { + "bash": { + "*": "ask", + "just lint": "allow", + "just fmt": "allow", + "just test-unit": "allow", + "just test-unit *": "allow", + "just check": "allow", + "just install": "allow", + "just build": "allow", + "poetry add *": "allow", + "poetry remove *": "allow", + "gh pr create *": "allow", + "gh label create *": "allow", + "gh label list *": "allow" + } + } +}