1.9 KiB
1.9 KiB
instructions for agents
- Spell the project name as
Burrowin user-facing copy andburrowin code, package, and protocol identifiers unless an existing integration requires a different literal. - Read CONSTITUTION.md before changing Apple clients, the daemon, the control plane, forge infrastructure, identity, or security-sensitive code.
- Anchor non-trivial changes in a Burrow Evolution Proposal (BEP) under evolution/ so future contributors can inherit the rationale, safeguards, and rollout shape.
- Before touching the Apple app, daemon IPC, or Tailnet flows, review:
- Apple clients must talk only to the daemon over gRPC. Do not add direct HTTP, control-plane, or helper-process calls from Swift UI code.
- Treat Tailnet as one protocol family. Tailscale-managed and self-hosted Headscale-style deployments differ by authority, policy, and auth details, not by a separate user-facing protocol surface.
- Maintain canonical identity and operator metadata in contributors.nix. If Burrow forge, Authentik, Headscale, or admin/group mappings need to change, edit that registry first and derive runtime configuration from it.
- When process or architecture is unclear, stop and draft or update a BEP instead of improvising durable behavior in code.