cali-coding-go-stack

Installation
SKILL.md

Datastar Go SDK v2 Watch

Monitor: Issue #8 (GET/POST SSE action options) and PR #18 (PatchElement* refactor) pending. Alert user if merged. Today: v1.2.2 stable.

Go Stack Web Application

Go boilerplate inspired by Northstar.

Engineering Standards

Stack patterns only. Concurrency/linting/security in cali-coding-go-standards.

  • Local dev (Air, .air.toml, Makefile) also defined in cali-coding-go-standards.

⚠️ PocketBase hook wiring pitfall: app.OnServe().BindFunc(...) from inside another OnServe handler is a SILENT no-op. PocketBase's Hook.Trigger snapshots handlers before running them — nested BindFuncs never fire. Always register routes DIRECTLY on se.Router inside the existing top-level hook, or as a top-level app.OnServe().BindFunc registered before pb.Start(). Symptom: route returns 303 to /login indefinitely even though curl shows the bind ran.

Installs
4
GitHub Stars
2
First Seen
Jul 18, 2026
cali-coding-go-stack — calionauta/agent-sync-public