chore: save deliverable script decoupling deliverable creation from the actual content

This commit is contained in:
ajmallesh
2025-10-22 11:31:58 -07:00
parent 66c549f3b7
commit ac682b0172
27 changed files with 529 additions and 181 deletions
+7 -1
View File
@@ -1 +1,7 @@
Create file `deliverables/code_analysis_deliverable.md` with content "Pre-recon analysis complete".
Use the save_deliverable script to create your deliverable:
```bash
node save_deliverable.js CODE_ANALYSIS 'Pre-recon analysis complete'
```
This will automatically create `deliverables/code_analysis_deliverable.md` with the correct filename.