30 lines
467 B
Markdown
30 lines
467 B
Markdown
# 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
|
|
```
|