obsidian/wiki/reports/_index.md
2026-04-24 10:49:33 +01:00

29 lines
783 B
Markdown

---
title: "Reports"
description: "Weekly and monthly knowledge base summaries"
tags: [reports, index]
updated: 2026-04-24
---
# Reports
Automatically generated weekly and monthly summaries of Claude Code sessions and wiki growth.
## How to Generate
```bash
# Weekly report for current week
cd ~/.claude/memory-compiler && uv run python scripts/report-generator.py --weekly
# Monthly report for current month
cd ~/.claude/memory-compiler && uv run python scripts/report-generator.py --monthly
# Force regenerate
cd ~/.claude/memory-compiler && uv run python scripts/report-generator.py --weekly --force
```
Reports are scheduled automatically every Monday (weekly) and first of month (monthly).
## All Reports
*(No reports yet — first report will generate automatically)*