Commit Graph

11 Commits

Author SHA1 Message Date
user
73f31c75be docs: add webhook vs poller notification delivery approaches
All checks were successful
check / check (push) Successful in 11s
Add a new 'Notification Delivery: Webhooks vs Polling' section to
OPENCLAW_TRICKS.md explaining the two approaches for receiving Gitea
notifications:

1. Direct webhooks for VPS/public server deployments (realtime, push-based)
2. Notification poller for local machines behind NAT (simple, no firewall config)

Includes a comparison table to help users choose.

Update SETUP_CHECKLIST.md Phase 10 to present both options (A and B) with
separate sub-checklists, replacing the previous poller-only instructions.
2026-02-28 03:24:32 -08:00
clawbot
a6cd3e5997 add branch protection as server-side interlock in both docs
All checks were successful
check / check (push) Successful in 11s
2026-02-28 02:42:28 -08:00
clawbot
0db057ff4a reframe quality standards as benefiting everyone, not just agents
All checks were successful
check / check (push) Successful in 11s
Humans also have limited state and drop things under cognitive load.
Universal make targets reduce context-switching cost across repos.
Agents can implement/enforce, but everyone benefits.
2026-02-28 02:28:34 -08:00
clawbot
f5e2d22398 Makefile section: credit pre-AI origin, authoritative because it IS the tooling
All checks were successful
check / check (push) Successful in 11s
2026-02-28 02:24:46 -08:00
clawbot
4f11af2de5 add checklists-over-prose section: why redundancy with REPO_POLICIES works
All checks were successful
check / check (push) Successful in 11s
2026-02-28 02:22:47 -08:00
clawbot
51677e3adb add git quality standards section: interlocking checks, linter policy, PR pipeline
All checks were successful
check / check (push) Successful in 11s
2026-02-28 02:21:45 -08:00
clawbot
b0452265c8 note: workspace repo deliberately commits secrets (private DR exception)
Some checks failed
check / check (push) Failing after 8s
2026-02-28 02:16:12 -08:00
clawbot
27c270755d add workspace-as-git-repo section: DR, state snapshots, prompt debugging
Some checks failed
check / check (push) Failing after 9s
2026-02-28 02:15:40 -08:00
clawbot
f65ea86e4b implement repo policies: Makefile, Dockerfile, CI, prettier, editorconfig, LICENSE
Some checks failed
check / check (push) Failing after 9s
Add failure stories section to OPENCLAW_TRICKS.md covering 10 real production
failures and fixes from the first three weeks of operation.
2026-02-28 02:06:35 -08:00
clawbot
c700721806 add system overview: how and why the pieces fit together 2026-02-28 02:03:52 -08:00
user
e5f596816c initial: OPENCLAW_TRICKS.md — configuration recipes for OpenClaw agents 2026-02-28 01:54:31 -08:00