Initial commit: ClaudeForge v1.0.0

This commit is contained in:
Reza Rezvani
2025-11-12 11:19:48 +01:00
commit 37422c1667
42 changed files with 11812 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
---
name: Bug Report
about: Report a bug or issue with ClaudeForge
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of the bug.
## Steps to Reproduce
1. Go to '...'
2. Run command '...'
3. See error '...'
## Expected Behavior
What you expected to happen.
## Actual Behavior
What actually happened.
## Environment
- **OS:** [e.g., macOS 13.5, Windows 11, Ubuntu 22.04]
- **Claude Code Version:** [e.g., 2.1.0]
- **ClaudeForge Version:** [e.g., 1.0.0]
- **Installation Method:** [user-level / project-level]
## Additional Context
Add any other context, screenshots, or logs about the problem.
## Relevant Files
If applicable, attach:
- Error logs
- Generated CLAUDE.md file
- Project structure
## Possible Solution
If you have ideas on how to fix this, please share.