3db713a0c50b876516195a1385f27e164ade48d03db713a0c50b876516195a1385f27e164ade48d0Authored: 1 month ago (Sat, 6 Jun 2026 11:51:39 +0000)Match: Co-Authored-By: Codex GPT-5 <codex@openai.com>3db713a0c50b876516195a1385f27e164ade48d0Authored: 1 month ago (Sat, 6 Jun 2026 11:51:39 +0000)Match: Co-Authored-By: Codex GPT-5 <codex@openai.com>CLAUDE.mdTool: claude-codeAGENTS.mdAGENTS.mdTool: agents-md# AGENTS
gibcert is a Go CLI for declarative TLS certificate management. Keep changes small, explicit, and easy to audit, especially around private keys, DNS credentials, deploy hooks, permissions, and ACME state.
## Basics
- Keep diffs narrow and task-focused
- Prefer existing package boundaries, helpers, and style
- Avoid new dependencies, broad rewrites, and unrelated cleanup
- Preserve portability unless editing platform-specific code
- Use only the ASCII character subset for code comments
- Add `Co-none