feat: dogfood repo infra — add agent guidance, YAML issue forms, pivot design#48
Open
robotlearning123 wants to merge 3 commits intomainfrom
Open
feat: dogfood repo infra — add agent guidance, YAML issue forms, pivot design#48robotlearning123 wants to merge 3 commits intomainfrom
robotlearning123 wants to merge 3 commits intomainfrom
Conversation
…ttributes Add agent guidance files for all major AI coding tools: - CLAUDE.md at repo root (imports AGENTS.md) - .github/copilot-instructions.md for GitHub Copilot - .github/workflows/copilot-setup-steps.yml for Copilot coding agent - .gitattributes for cross-platform line ending normalization - Update AGENTS.md to reflect v0.1.0 and new provider architecture Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace Markdown issue templates with YAML issue forms for structured input. YAML forms are easier for agents to parse and provide dropdowns, required field validation, and better UX. - bug_report.yml: structured fields with OS dropdown, version inputs - feature_request.yml: category dropdown, structured problem/solution - config.yml: disable blank issues, link to discussions - Remove old bug_report.md and feature_request.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Design for pivoting agent-ready from repo maturity scanner to repo infrastructure setup tool. 9 modular providers, CLI + Action, autonomous operation with opinionated defaults. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Agent Ready Scan Results
Full ReportAgent Readiness ReportLevel: L1 Pillar Summary
Failed Checks
...and 21 more |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Agent Guidance (commit 1)
Issue Templates (commit 2)
bug_report.md→bug_report.yml(YAML form with dropdowns, required fields)feature_request.md→feature_request.yml(YAML form with category dropdown)config.yml(disable blank issues, link to discussions)Design Document (commit 3)
docs/plans/2026-02-28-pivot-design.md: full v2 pivot design — 9 modular providers, CLI + Action, autonomous setupWhy
Dogfooding: applying agent-ready's own standards to its own repo before building the tool that automates this for others. Every file created manually here is what a provider will generate automatically in v2.
Test plan
npm testpasses (152 tests, 0 failures)🤖 Generated with Claude Code