Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:46 +08:00
commit 6902106648
49 changed files with 11466 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"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"
]
}