chore: moving towards agentic development
This commit is contained in:
29
docs/PROMPTS/refactor.md
Normal file
29
docs/PROMPTS/refactor.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Refactor Prompt
|
||||
|
||||
You are refactoring part of this repository.
|
||||
|
||||
## Read First
|
||||
|
||||
- `AGENTS.md`
|
||||
- `docs/ARCHITECTURE.md`
|
||||
- `docs/AGENTIC_WORKFLOW.md`
|
||||
- Relevant feature spec
|
||||
|
||||
## Scope
|
||||
|
||||
Describe the exact refactor boundary.
|
||||
|
||||
## Rules
|
||||
|
||||
- Preserve behavior.
|
||||
- Do not add features.
|
||||
- Keep the diff focused.
|
||||
- Update docs if structure or workflow changes.
|
||||
- Run tests/builds after.
|
||||
|
||||
## Validation
|
||||
|
||||
```bash
|
||||
dotnet test backend/Socialize.slnx
|
||||
cd frontend && npm run build
|
||||
```
|
||||
Reference in New Issue
Block a user