mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
b79413baf2
Documents the automated agents operating on this repo. Starting with Clawd (clockwork-labs-bot), the CI watchdog. This is a living document — new bots/gremlins get documented here. # API and ABI breaking changes None — documentation only. # Expected complexity level and risk 0 — documentation only. # Testing N/A — documentation only. --------- Co-authored-by: clockwork-labs-bot <bot@clockworklabs.com>
1.1 KiB
1.1 KiB
GREMLINS.md — Who Lives in the Pipes
This file documents the automated agents and bots that operate on this repository.
Clawd 🔧
- What: Anti-entropy gremlin / CI watchdog
- GitHub account:
clockwork-labs-bot - Discord channel: #gremlins (CL - SpacetimeDB)
- Powered by: OpenClaw + Claude
What Clawd does
- Monitors CI — watches for failures, flaky tests, and regressions
- Reviews PRs — comments on obvious bugs (never approves)
- Surfaces stale PRs — finds approved PRs that just need a rebase
- Documents testing — creates and maintains
DEVELOP.mdfiles explaining CI and test infrastructure - Alerts the team — posts findings in #gremlins, pings DevOps when something needs attention
What Clawd does NOT do
- Approve or merge PRs
- Take any destructive action (delete branches, close PRs, force push)
- Modify production infrastructure
Contacting Clawd
- Mention
@Openclawin #gremlins on Discord - Tag
@clockwork-labs-boton GitHub PRs/issues
To add a new gremlin, document it here.