29 lines
757 B
JSON
29 lines
757 B
JSON
{
|
|
"name": "lazy",
|
|
"description": "Pragmatic, flexible AI framework for Claude Code with optional TDD, smart reviews, and inline task management",
|
|
"version": "2.2.2",
|
|
"author": {
|
|
"name": "MacroMan5 (Therouxe)",
|
|
"email": "etheroux5@gmail.com"
|
|
},
|
|
"skills": [
|
|
"./.claude/skills/"
|
|
],
|
|
"agents": [
|
|
"./.claude/agents/cleanup.md",
|
|
"./.claude/agents/coder.md",
|
|
"./.claude/agents/documentation.md",
|
|
"./.claude/agents/project-manager.md",
|
|
"./.claude/agents/refactor.md",
|
|
"./.claude/agents/research.md",
|
|
"./.claude/agents/reviewer.md",
|
|
"./.claude/agents/reviewer-story.md",
|
|
"./.claude/agents/tester.md"
|
|
],
|
|
"commands": [
|
|
"./.claude/commands/"
|
|
],
|
|
"hooks": [
|
|
"./.claude/hooks/hooks.json"
|
|
]
|
|
} |