feat: initialize project template structure

- Add README with agent workflow guidance
- Create agent role instructions (HA_Coder)
- Add Issue and Pull Request templates
- Establish standard folder structure
This commit is contained in:
HA_Planner
2026-05-18 05:15:01 +00:00
parent 8d406cbca4
commit 43468ff720
4 changed files with 113 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
---
name: Feature Request
about: Suggest a new feature for this project
title: '[FEATURE] '
labels: feature
---
## Description
## Motivation
## Proposed Solution
## Acceptance Criteria
- [ ]
- [ ]
- [ ]
## Related Planning
Reference any related issues or plans from the `core-planning` repository.
+23
View File
@@ -0,0 +1,23 @@
## Summary
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Refactoring
- [ ] Documentation
- [ ] Other:
## Related Task / Issue
Reference the task from `/tasks` or a planning issue from `core-planning`.
## Testing
- [ ] Unit tests added/updated
- [ ] Manual testing completed
- [ ] All existing tests pass
## Checklist
- [ ] Code follows project style guidelines
- [ ] Self-review completed
- [ ] Documentation updated (if needed)