3.6 KiB
3.6 KiB
ZeroClaw Project Triage Snapshot (2026-02-18)
As-of date: February 18, 2026.
This snapshot captures open PR/issue signals to guide docs and information-architecture work.
Data Source
Collected via GitHub CLI against zeroclaw-labs/zeroclaw:
gh repo view ...gh pr list --state open --limit 500 ...gh issue list --state open --limit 500 ...gh pr/issue view <id> ...for docs-relevant items
Repository Pulse
- Open PRs: 30
- Open Issues: 24
- Stars: 11,220
- Forks: 1,123
- Default branch:
main - License metadata on GitHub API:
Other(not MIT-detected)
PR Label Pressure (Open PRs)
Top signals by frequency:
risk: high— 24experienced contributor— 14size: S— 14ci— 11size: XS— 10dependencies— 7principal contributor— 6
Implication for docs:
- CI/security/service changes remain high-churn areas.
- Operator-facing docs should prioritize “what changed” visibility and fast troubleshooting paths.
Issue Label Pressure (Open Issues)
Top signals by frequency:
experienced contributor— 12enhancement— 8bug— 4
Implication for docs:
- Feature and performance requests still outpace explanatory docs.
- Troubleshooting and operational references should be kept near the top navigation.
Docs-Relevant Open PRs
- #716 — OpenRC support (service behavior/docs impact)
- #725 — shell completion commands (CLI docs impact)
- #732 — CI action replacement (contributor workflow docs impact)
- #759 — daemon/channel response handling fix (channel troubleshooting impact)
- #679 — pairing lockout accounting change (security behavior docs impact)
Docs-Relevant Open Issues
- #426 — explicit request for clearer capabilities documentation
- #666 — operational runbook and alert/logging guidance request
- #745 — Docker pull failure (
ghcr.io) suggests deployment troubleshooting demand - #761 — Armbian compile error highlights platform troubleshooting needs
- #758 — storage backend flexibility request impacts config/reference docs
Recommended Docs Backlog (Priority Order)
-
Keep docs IA stable and obvious
- Maintain
docs/SUMMARY.md+ collection indexes as canonical nav. - Keep localized hubs aligned with the same top-level doc map.
- Maintain
-
Protect operator discoverability
- Keep
operations-runbook+troubleshootinglinked in top-level README/hubs. - Add platform-specific troubleshooting snippets when issues repeat.
- Keep
-
Track CLI/config drift aggressively
- Update
commands/providers/channels/configreferences when PRs touching these surfaces merge.
- Update
-
Separate current behavior from proposals
- Preserve proposal banners in security roadmap docs.
- Keep runtime-contract docs (
config/runbook/troubleshooting) clearly marked.
-
Maintain snapshot discipline
- Keep snapshots date-stamped and immutable.
- Create a new snapshot file for each docs sprint instead of mutating historical snapshots.
Snapshot Caveat
This is a time-bound snapshot (2026-02-18). Re-run the gh queries before planning a new documentation sprint.