chore: dogfood agent-ready onto its own repo - #1
Merged
testtest126 merged 1 commit intoJul 14, 2026
Merged
Conversation
Install the kit into its own root via `./install.sh .` so the project follows the conventions it ships: - AGENTS.md filled in with real values (POSIX-sh kit; test with `bats tests/install.bats`; lint with `shellcheck install.sh`; the no-dependencies promise; the templates/-derived copy list). - Per-tool adapters (CLAUDE.md, .github/copilot-instructions.md, .cursor/rules/agents.mdc) that point at AGENTS.md. - memory/ scaffold (MEMORY.md index + EXAMPLE.md format reference). Verified: `shellcheck install.sh` clean, `bats tests/install.bats` 10/10. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
testtest126
marked this pull request as ready for review
July 14, 2026 16:26
testtest126
added a commit
that referenced
this pull request
Jul 14, 2026
Merge pull request #1 from testtest126/claude/yakiv-kovalskyi-chore-d…
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.
Reproduces the closed "chore: dogfood" pull request as a reviewable copy.
Because that change is already merged into
main(a fresh PR againstmainwould be empty), this PR is opened againstdogfood-copy-base— a branch pinned at the pre-dogfood commit (2c47589) — so the full diff is visible for review.What this does
Installs the kit into its own root via
./install.sh .so the project follows the conventions it ships:bats tests/install.bats; lint withshellcheck install.sh; the no-dependencies promise; thetemplates/-derived copy list).CLAUDE.md,.github/copilot-instructions.md,.cursor/rules/agents.mdc) that all point atAGENTS.md.MEMORY.mdindex +EXAMPLE.mdformat reference).Diff
6 files, +123 lines:
.cursor/rules/agents.mdc.github/copilot-instructions.mdAGENTS.mdCLAUDE.mdmemory/EXAMPLE.mdmemory/MEMORY.mdVerification
shellcheck install.sh— cleanbats tests/install.bats— 10/10Generated by Claude Code