From 47aaad2eb522f8df52e1723a38efcfb2cb3dcb6a Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 12 Jan 2026 18:02:30 -0800 Subject: [PATCH] docs: Add beads issue tracking documentation to AGENTS.md --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 18097c7..463ec69 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,6 +6,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co This is a NixOS configuration repository using flakes, managing multiple machines and home-manager configurations. The repository follows a modular architecture with reusable "roles" that can be composed for different machines. +## Issue Tracking + +This repository uses `beads` for issue tracking and management. Run `bd quickstart` to get an overview of the system at the start of every session. + ## Architecture ### Flake Structure