docs: add canonical AGENTS.md + CLAUDE.md import stub#49
Merged
Conversation
Author an agent-agnostic AGENTS.md from the repo (uniform skeleton): purpose, folder map, _profile_cli shared helper, sibling-PYTHONPATH execution model (no pip install of PyAuto*), ruff lint gate (lint.yml), and profile.yml as a manual/release-only workflow (not a per-PR gate). README left as-is. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The lychee release tarball now nests its contents under lychee-x86_64-unknown-linux-gnu/, so 'tar -xz -C /usr/local/bin lychee' failed with 'lychee: Not found in archive' — the lint gate has been red on main for weeks (ruff never ran). Strip the leading directory and extract the nested binary. Also expand the AGENTS.md Testing section to note lint.yml runs build_readme --check, the lychee link-rot check, and a per-section smoke alongside ruff. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Adds an agent-agnostic
AGENTS.md(authored from the repo, uniform ecosystem skeleton) and a 4-line@AGENTS.mdCLAUDE.mdstub. TheREADME.mdis left as-is.Contents
results/artifact model._profile_cli.pydocumented accurately as a shared helper module (sweep flags + auto-simulate), not a runnable command.PYTHONPATH(activate.sh); no pip install of PyAuto*.lint.yml= ruff (not black) on every PR;profile.ymlis manual / release-only (workflow_dispatch+ tag), explicitly not a per-PR gate.Part of a 10-repo sweep on branch
claude/zealous-gates-l5vxfg.🤖 Generated with Claude Code