467 B
467 B
Refactor Prompt
You are refactoring part of this repository.
Read First
AGENTS.mddocs/ARCHITECTURE.mddocs/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
dotnet test backend/Socialize.slnx
cd frontend && npm run build