- 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
898 B
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
bdCLI 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 detailsREADME.md- Project overview and setup