Files
timmy-home/infrastructure/emacs-control-plane/dispatch.org.template
Alexander Whitestone 8d1f9ed375
Some checks failed
Smoke Test / smoke (pull_request) Failing after 20s
feat(#667): codebase_genome.py — test stub generator for uncovered functions
AST-based tool that scans Python files, extracts function/method signatures,
and generates pytest test stubs for functions without existing tests.

Usage:
  python3 codebase_genome.py /path/to/repo
  python3 codebase_genome.py /path/to/repo -o tests/test_genome_generated.py

Features:
- AST parsing (no imports required, handles syntax errors gracefully)
- Extracts: function name, args, return type, decorators, class context
- Detects existing tests to avoid duplicates
- Generates: basic test + edge case test per function
- Skips private/dunder methods
- Configurable limit (--limit N)

Generated 30 test stubs for timmy-home as proof of concept.
2026-04-14 23:39:13 -04:00

51 lines
1.4 KiB
Plaintext

#+TITLE: Fleet Dispatch Hub
#+AUTHOR: Timmy Foundation
#+DATE: 2026-04-13
#+PROPERTY: header-args :tangle no
* Overview
This is the central task queue for the Timmy Foundation fleet.
Agents poll this file for =TODO= items matching their name.
* How to Use
1. Agents: Poll for =TODO= items with your assignee tag
2. Claim: Move to =IN_PROGRESS= with =:STARTED:= timestamp
3. Complete: Move to =DONE= with =:RESULT:= property
* Fleet Status
** Heartbeats
- timmy: LAST_HEARTBEAT <2026-04-13 Sun 15:00>
- ezra: LAST_HEARTBEAT <2026-04-13 Sun 15:00>
- allegro: LAST_HEARTBEAT <2026-04-13 Sun 14:55>
- bezalel: LAST_HEARTBEAT <2026-04-13 Sun 15:00>
* Tasks
** TODO [timmy] Example task — review pending PRs
SCHEDULED: <2026-04-13 Sun>
:PROPERTIES:
:PRIORITY: B
:ASSIGNEE: timmy
:GITEA_ISSUE: https://forge.alexanderwhitestone.com/Timmy_Foundation/timmy-home/issues/590
:END:
Check all open PRs across fleet repos and triage.
** TODO [ezra] Example task — run fleet health check
SCHEDULED: <2026-04-13 Sun>
:PROPERTIES:
:PRIORITY: C
:ASSIGNEE: ezra
:END:
SSH into each VPS and verify services are running.
** TODO [allegro] Example task — update cron job configs
SCHEDULED: <2026-04-13 Sun>
:PROPERTIES:
:PRIORITY: C
:ASSIGNEE: allegro
:END:
Review and update cron job definitions in timmy-config.
* Completed
#+BEGIN: clocktable :scope file :maxlevel 2
#+END: