Setting up agent development #3
Labels
No labels
bug
duplicate
effort
high
effort
low
effort
medium
effort
minimal
enhancement
help wanted
invalid
pr
feedback
pr
reviewing
question
status
backlog
status
document
status
done
status
implement
status
pending
status
planning
status
reviewing
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tepichord/milner#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Naina:
Updated on 2026-08-14 based on codebase verification.
Overview
Create two new top-level files:
AGENTS.md(repo guide for AI agents per the agents.md spec) andPLAN.md(long-term architecture and roadmap). Both are greenfield — the repo currently has only a minimalREADME.mdwith setup steps. Content must be grounded in the existing codebase: Talos Linux on libvirt/QEMU, HashiCorp Vault, Tailscale networking, dual-stack IPv4/IPv6.Technical Approach
AGENTS.mdat repo rootPLAN.mdat repo rootImplementation Details
Files to create:
/AGENTS.md— new file, ~50 lines/PLAN.md— new file, ~60 linesDependencies: None — both are standalone Markdown files.
Constraints:
AGENTS.mdmust follow the agents.md spec conventions (human-readable, no YAML frontmatter required)PLAN.mdphases must align with the existing README's 4-phase sequencecontrol-plane/main.tf,hc-vault/docker-compose.yml,worker/vm-setup/create-worker-vm.shOut-of-scope notes:
teamcity-agent/directory is NOT created in this issue — only documented as plannedAcceptance Criteria
AGENTS.mdexists at repo root with: Project Overview, Hard Rules, Repo Map, Tech Stack, Code Conventions, How Changes ShipPLAN.mdexists at repo root with: Vision, Current State, Phased Roadmap (4 phases), Target Architecture, Security Model, Open Questionscontrol-plane/,hc-vault/,worker/) plus plannedteamcity-agent/Testing Plan
Related Issues/PRs