Instructions file CodexOpenCode
Instructions for astrogilda/tsbootstrap, covering agents.md, what it is, setup and checks and conventions.
Instructions file CodexOpenCode
Instructions for astrogilda/tsbootstrap, covering agents.md, what it is, setup and checks and conventions.
MCP server Claude CodeCodexCursor +2
A Python package to generate bootstrapped time series. Runs locally from the tsbootstrap Python package.
astrogilda/mcp-keyring-injector
Plugin Claude Code
Securely inject MCP API credentials from system keyring into Claude Code configuration at session start.
astrogilda/mcp-keyring-injector
Hook
Runs when a session starts, executing inject-credentials.py. From astrogilda/mcp-keyring-injector.
astrogilda/mcp-keyring-injector
Hook
Runs when a session ends, executing remove-credentials.py. From astrogilda/mcp-keyring-injector.
Plugin Claude Code
Workstation-local event bus + blocking wait/emit primitive for agents: wait on or emit CI, pytest, Docker, filesystem, and Prometheus Alertmanager events without polling, plus a third-party plugin API (waitbus.sources.v1 entry-point group) for custom sources. GitHub Actions is source #1, with sub-second matrix-cell f.
MCP server Claude CodeCodexCursor +2
Workstation-local event bus and blocking wait/emit primitive: let any agent or script wait on or emit CI, pytest, Docker, and filesystem events without polling. GitHub Actions is source #1. Runs locally from the waitbus Python package.
Instructions file CodexOpenCode
Instructions for astrogilda/waitbus, covering agents.md, usage, documentation map, trust model and contributing.
Skill Claude CodeCodex
The workstation-local, cross-harness status bus, a blocking wait/emit primitive that lets any agent or script wait on, or emit, CI / pytest / Docker / filesystem events (finish or fail) without polling, framework-agnostically. GitHub Actions is source.