Show the current state of the thesis — which chapters are complete, what data/notebooks exist, and what the most urgent next steps are.
Give a concise, accurate snapshot of where the thesis stands right now.
Run the following checks in parallel, then synthesise:
Read each of these files and report word count / content state (empty, stub, partial, complete):
thesis/chapters/introduction.texthesis/chapters/background.texthesis/chapters/methodology.texthesis/chapters/evaluation.texthesis/chapters/discussion.texthesis/chapters/conclusion.texthesis/chapters/sources.texCheck whether the notebooks have outputs (i.e. have been run):
python/survey/ROPAgen_SURVEY.ipynbpython/metrics/ROPAgen_METRICS.ipynbCheck if output artefacts exist:
python/metrics/output/ — list any CSVs or PNGspython/survey/output/ — list any filesCheck python/metrics/output/evaluation_results.csv — does it exist, how many rows?
## Thesis Status — [today's date]
### Chapters
| Chapter | Status | Notes |
|---------------|----------|-------|
| Introduction | ... | ... |
...
### Data & Notebooks
- survey notebook: [run / not run]
- metrics notebook: [run / not run]
- evaluation_results.csv: [exists, N rows / missing]
- output figures: [list or none]
### Most urgent next steps
1. ...
2. ...
3. ...
Be specific. If evaluation.tex is empty, say so. If the notebooks have no outputs, flag it.