Skip to content

Commit a594a58

Browse files
author
alpsla
committed
docs: Add Auto-fix and Multi-Framework testing priorities to Quick Start
1 parent 0136ca1 commit a594a58

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

packages/agents/src/two-branch/docs/next/QUICK_START_NEXT_SESSION.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,22 @@
4141
- Check if they are configured for the test environment.
4242
- Verify if they need specific build artifacts (e.g., `dist/` or `build/`) to run.
4343

44-
### 3. Final Polish & Report Verification
44+
### 3. Auto-fix Verification
45+
**Goal**: Validate the auto-fix utility works correctly.
46+
- Test the implemented autofix utility on the issues found.
47+
- Verify that fixes are applied correctly and code remains valid.
48+
- Check `BUG_FIX_MODEL_AND_AUTOFIX.md` or source code for usage instructions.
49+
50+
### 4. Multi-Framework Testing
51+
**Goal**: Test V9 on diverse TypeScript frameworks (not just CodeQual monorepo).
52+
- **Target Frameworks**:
53+
- **Express** (Standard backend)
54+
- **NestJS** (Opinionated backend)
55+
- **Next.js** (React framework)
56+
- **Action**: Clone representative open-source repos for each and run V9 analysis.
57+
- **Verify**: Tool execution, issue detection, and auto-fix generation across different project structures.
58+
59+
### 5. Final Polish & Report Verification
4560
**Goal**: Ensure the final V9 report is perfect.
4661
- Review the report format one last time.
4762
- Ensure all sections are populated correctly.

0 commit comments

Comments
 (0)