Files
hans-tools/README.md

41 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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](tools/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](https://github.com/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`