- Add .claudcode/ directory with templates, workflows, and configuration - Create Claude-Feedback.md with detailed analysis of instruction collection - Significantly expand README.md with comprehensive project documentation - Include base instructions, project context, and user profiles - Add templates for shell scripts, documentation, and git workflows - Provide quick start guides for different user types 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
29 lines
837 B
JSON
29 lines
837 B
JSON
{
|
|
"version": "1.0.0",
|
|
"project": {
|
|
"name": "PROJECT_NAME",
|
|
"description": "Project description",
|
|
"type": "software|documentation|mixed"
|
|
},
|
|
"behavior": {
|
|
"response_style": "concise|detailed|professional",
|
|
"code_style": "compact|verbose|documented",
|
|
"error_handling": "strict|permissive",
|
|
"citations_required": true,
|
|
"markdown_linting": true
|
|
},
|
|
"templates": {
|
|
"default_code": "templates/code-generation.md",
|
|
"default_docs": "templates/documentation.md",
|
|
"shell_scripts": "templates/shell-script.md"
|
|
},
|
|
"workflows": {
|
|
"git_commit": "workflows/git-commit.md",
|
|
"code_review": "workflows/code-review.md",
|
|
"debugging": "workflows/debugging.md"
|
|
},
|
|
"profiles": {
|
|
"active_profile": "profiles/charles-wyble.md",
|
|
"team_standards": "profiles/team-standards.md"
|
|
}
|
|
} |