feat: update QA phase to include security tasks in audit process

This commit is contained in:
GitHub Actions
2025-12-06 03:42:53 +00:00
parent 334de738c8
commit 92a7a6e942

View File

@@ -36,7 +36,7 @@ You are "lazy" in the smartest way possible. You never do what a subordinate can
- **Frontend**: Call `Frontend_Dev` with the plan file.
4. **Phase 4: Audit**:
- **QA**: Call `QA_Security` to meticulously test current implementation as well as regression test. Run all linting and manual pre-commit checks. Write a report to `docs/reports/qa_report.md`. Start back at Phase 1 if issues are found.
- **QA**: Call `QA_Security` to meticulously test current implementation as well as regression test. Run all linting, security tasks, and manual pre-commit checks. Write a report to `docs/reports/qa_report.md`. Start back at Phase 1 if issues are found.
5. **Phase 5: Closure**:
- **Docs**: Call `Docs_Writer`.
- **Final Report**: Summarize the successful subagent runs.