You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR updates the documentation based on changes merged in the last 24 hours.
Features Documented
CLAUDE.md root-level AI coding agent guidance file (added in commit 1841592 — claude: init, 2026-04-06)
Changes Made
Updated docs/CONTRIBUTING.md — added a note in "Before you start" pointing AI coding agents (Claude Code, Cursor, Codex, etc.) to CLAUDE.md and configs/agent/AGENTS.md
Updated docs/AI_AGENT_FRIENDLINESS.md — added CLAUDE.md as a bullet under "Structured, discoverable layout" alongside configs/agent/, describing it as a root-level onboarding file for AI agents
The uv feature (core registry entry + mise post_install) was already fully documented by PR #9. This PR covers only the CLAUDE.md addition that PR #9 did not address.
gh aw add githubnext/agentics/workflows/daily-doc-updater.md@7ee2b60744abf71b985bead4599640f165edcd93
expires on Apr 9, 2026, 11:37 AM UTC
Note
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch docs/update-2026-04-07-claude-md-a3406bfe5e5f14f7.
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests. See also: gh-aw FAQ
Show patch preview (47 of 47 lines)
From 720e0b38dc77bfb792f7cce80b96ad902c462843 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Tue, 7 Apr 2026 11:35:13 +0000
Subject: [PATCH] docs: surface CLAUDE.md in CONTRIBUTING and
AI_AGENT_FRIENDLINESS
CLAUDE.md was added (claude: init, 2026-04-06) as a guidance file for
Claude Code and compatible AI coding agents. Reference it in:
- docs/CONTRIBUTING.md: 'Before you start' so agents and contributors
know it exists before diving in
- docs/AI_AGENT_FRIENDLINESS.md: 'Structured, discoverable layout' to
list it alongside configs/agent/ as an onboarding artifact
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
docs/AI_AGENT_FRIENDLINESS.md | 1 +
docs/CONTRIBUTING.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/AI_AGENT_FRIENDLINESS.md b/docs/AI_AGENT_FRIENDLINESS.md
index f9e73fb..1bd03b0 100644
--- a/docs/AI_AGENT_FRIENDLINESS.md+++ b/docs/AI_AGENT_FRIENDLINESS.md@@ -12,6 +12,7 @@ Registry-driven installs use package managers and flags that do not prompt (`-y`
- **Registry (`registry/*.yaml`)** — Tools and commands are data, not hidden in one-off scripts. Agents can read the same manifest humans do.
- **`configs/agent/`** — Default `AGENTS.md`, Cursor rules templates, and similar files give new repos a consistent starting point for agent instructions.
+- **`CLAUDE.md`** — Root-level guidance file for Claude Code and compatible AI coding agents. Summarises the architecture, key commands, and project conventions so agents can onboard without reading every file.
### Deterministic runtimes
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index 8072cf4..92be81d 100644
--- a/docs/CONTRIBUTING.md+++ b/docs/CONTRIBUTING.md@@ -8,6 +8,7 @@ Thank you for helping improve Botstrap. This project aims to stay **transparent*
- Read `docs/REGISTRY_SPEC.md` before editing `registry/prerequisites.yaml`, `registry/core.yaml`, or `registry/optional.y
... (truncated)
Documentation Updates - 2026-04-07
This PR updates the documentation based on changes merged in the last 24 hours.
Features Documented
CLAUDE.mdroot-level AI coding agent guidance file (added in commit1841592—claude: init, 2026-04-06)Changes Made
docs/CONTRIBUTING.md— added a note in "Before you start" pointing AI coding agents (Claude Code, Cursor, Codex, etc.) toCLAUDE.mdandconfigs/agent/AGENTS.mddocs/AI_AGENT_FRIENDLINESS.md— addedCLAUDE.mdas a bullet under "Structured, discoverable layout" alongsideconfigs/agent/, describing it as a root-level onboarding file for AI agentsMerged PRs Referenced
[docs] Update documentation for features from 2026-04-06(uv auto-install via mise — already documented; not re-covered here)Notes
The
uvfeature (core registry entry + mise post_install) was already fully documented by PR #9. This PR covers only theCLAUDE.mdaddition that PR #9 did not address.Note
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch
docs/update-2026-04-07-claude-md-a3406bfe5e5f14f7.Click here to create the pull request
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests. See also: gh-aw FAQ
Show patch preview (47 of 47 lines)