feat(gh-monitor): design doc and build spec for GitHub PR polling monitor

This commit is contained in:
2026-03-15 17:12:24 -04:00
parent d35ea90e9f
commit 9f23deb309
3 changed files with 366 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
# hans-tools
Personal tooling for Hans — GitHub PR monitoring, automation hooks, and utilities.
## Tools
| Tool | Description | Status |
|---|---|---|
| `gh-monitor` | Polls GitHub for PR activity and notifies Hans via OpenClaw | Spec review |
## Structure
```
hans-tools/
├── gh-monitor/ # GitHub PR polling monitor
│ ├── design.md # Design doc
│ ├── buildspec.md # Build spec
│ └── ... # Implementation (pending review)
└── README.md
```
## Principles
- Every tool has a design doc and build spec reviewed before implementation
- No secrets in the repo — all credentials via environment variables
- Tools run as cron jobs or daemons managed by OpenClaw