27 lines
554 B
Markdown
27 lines
554 B
Markdown
|
|
# TurboQuant Weekly Update Template
|
||
|
|
|
||
|
|
Use this template when posting manual weekly updates. For automated updates, run `scripts/weekly_update.py --post`.
|
||
|
|
|
||
|
|
## Week of [START_DATE] to [END_DATE]
|
||
|
|
|
||
|
|
### Completed
|
||
|
|
- [item 1]
|
||
|
|
- [item 2]
|
||
|
|
|
||
|
|
### Benchmark Results
|
||
|
|
- [key metric or "No new benchmarks this week"]
|
||
|
|
|
||
|
|
### In Progress
|
||
|
|
- [item being worked on — who's on it]
|
||
|
|
|
||
|
|
### Blockers
|
||
|
|
- [blocker — impact — who needs to act]
|
||
|
|
- _None_ if clear
|
||
|
|
|
||
|
|
### Next Week
|
||
|
|
- [planned item 1]
|
||
|
|
- [planned item 2]
|
||
|
|
|
||
|
|
---
|
||
|
|
_Generated by `scripts/weekly_update.py` or filled manually._
|