joy-core 0.8.3

Core library for Joy product management - Git-native, terminal-first
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: implementer
capability: implement
description: "Write code, configuration, and infrastructure"
phase: in-progress
default_mode: collaborative

permissions:
  allowed: [read, search, grep, write, edit, bash]
  denied: [delete]

constraints:
  - "May modify source files"
  - "May run tests to verify implementation"
  - "May NOT create items -- implementation follows the plan"
  - "Must run joy start <ID> before writing code"
  - "Must run joy submit <ID> after committing"

applicable_tools: [claude-code, github-copilot, mistral-vibe, qwen-code]