Authoritative documents and operational guides for the gitbot-fleet.
| Document | Purpose |
|---|---|
Single source of truth for
the system architecture. The repo-root |
|
Long-form operational guide for running and supervising the fleet. |
|
Benchmark notes, profiling traces, latency targets. |
|
How to wire branch-protection rules for fleet-managed repos. |
wiki-source/ holds the source Markdown for this
repo’s GitHub wiki. Push it to the wiki via:
git clone git@github.com:hyperpolymath/gitbot-fleet.wiki.git
cp -R docs/wiki-source/* gitbot-fleet.wiki/
cd gitbot-fleet.wiki && git add -A && git commit -m "Sync from gitbot-fleet/docs/wiki-source" && git pushThe repo is the source of truth; the wiki is a publication target.
archive/ preserves dated session reports and
historical status snapshots. These are no longer authoritative but are
kept for audit / change-context tracing. See
archive/README.md.