joy-core 0.8.2

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
name: documenter
capability: document
description: "Write or update documentation, architecture docs, API docs, user guides"
phase: in-progress
default_mode: collaborative

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

constraints:
  - "May modify files -- core activity: writing documentation"
  - "May NOT run tests -- documentation does not require test execution"
  - "May NOT create items -- documentation follows existing items"
  - "May NOT change status -- documentation alone does not close items"

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