Files
wg-admin/AGENTS.md
Calmcacil 26120b8bc2 Add WireGuard TUI implementation
- Add Go TUI with bubbletea for WireGuard management
- Implement client CRUD operations with QR code generation
- Add configuration and validation modules
- Install/update scripts for client setup
- Update Makefile to build binaries to bin/ directory
- Add .gitignore for Go projects
2026-01-12 19:03:35 +01:00

898 B

Agent Instructions

IMPORTANT: All agents MUST read .agent/AGENTS.md for project-specific instructions before starting work.

Project Overview

This project uses bd (beads) for issue tracking and Gitea for external issue tracking.

  • Primary workflow: Use bd CLI for issue tracking
  • External issues: Gitea API for external bug/feature tracking
  • Agent instructions: .agent/ directory contains project-specific agent guidance

Quick Reference

bd ready              # Find available work
bd show <id>          # View issue details
bd update <id> --status in_progress  # Claim work
bd close <id>         # Complete work
bd sync               # Sync with git

Documentation

  • .agent/AGENTS.md - Project-specific agent instructions (READ THIS FIRST)
  • GITEA_ISSUES.md - Gitea issue workflow details
  • README.md - Project overview and setup