Timmy Agent
425a87bcce
Test / pytest (pull_request) Failing after 8s
feat(scripts): add readme_generator — auto-generate README from codebase
Adds scripts/readme_generator.py — a tool that scans Python codebases,
extracts module docstrings, entry points (argparse main), and directory
structure to generate a standard README.md with: description, installation,
usage, scripts list.
Acceptance for #97:
- Reads codebase structure (AST-based Python file scanner)
- Generates README sections (Description, Installation, Usage, Scripts, Directory)
- Updates existing README (replaces on run — idempotent)
- 1 per run (single repo per invocation)
Usage:
python3 scripts/readme_generator.py # generate in-place
python3 scripts/readme_generator.py --dry-run # preview stats
python3 scripts/readme_generator.py --dir /path
Closes #97
2026-04-26 00:20:11 -04:00
..
2026-04-14 11:17:01 -04:00
2026-04-15 15:06:09 +00:00
2026-04-14 14:05:30 -04:00
2026-04-15 03:46:43 +00:00
2026-04-15 03:44:12 +00:00
2026-04-15 03:56:27 +00:00
2026-04-15 03:49:00 +00:00
2026-04-14 14:03:30 -04:00
2026-04-15 14:47:26 +00:00
2026-04-15 14:42:28 +00:00
2026-04-15 04:00:12 +00:00
2026-04-15 14:47:27 +00:00
2026-04-15 10:52:51 -04:00
2026-04-26 00:20:11 -04:00
2026-04-15 10:54:58 -04:00
2026-04-15 03:02:12 +00:00
2026-04-14 19:06:16 +00:00
2026-04-15 03:39:08 +00:00
2026-04-14 14:03:30 -04:00
2026-04-15 14:53:43 +00:00
2026-04-14 14:05:30 -04:00
2026-04-15 03:57:21 +00:00
2026-04-15 03:50:04 +00:00
2026-04-14 19:02:41 +00:00
2026-04-14 14:05:30 -04:00
2026-04-14 14:03:30 -04:00
2026-04-15 14:47:30 +00:00
2026-04-15 04:00:46 +00:00
2026-04-15 10:52:51 -04:00
2026-04-15 10:54:58 -04:00
2026-04-15 03:39:09 +00:00
2026-04-14 14:21:21 -04:00