hansheinemann 43ab5dcc3a feat(gh-monitor): implement poll.py — steps 1-9 (#2)
* feat(gh-monitor): implement poll.py — steps 1-9 complete

* chore: nudge PR head
2026-03-15 18:48:56 -04:00
2026-03-15 17:11:00 -04:00

hans-tools

Central reference for all tools built for Hans — small utilities live here, larger standalone projects are linked below.


Small Tools (tools/)

Tool Description Status
gh-monitor Polls GitHub for PR activity, notifies Hans via OpenClaw Spec review

Larger Projects

Project Repo Description Status
the-agency coding-with-hans-heinemann/the-agency Tiered multi-agent orchestration pipeline (T1T5) Phase 2 complete

Structure

hans-tools/
├── tools/                  # Self-contained small tools
│   └── <tool-name>/
│       ├── design.md
│       ├── buildspec.md
│       └── ...
└── README.md               # This index

Conventions

  • Every tool has a design.md and buildspec.md reviewed before implementation
  • No secrets in the repo — credentials via environment variables only
  • All work on feature branches (hans/...), never directly to main
Description
No description provided
Readme 84 KiB
Languages
Python 100%