Skip to content

chore: agent onboarding docs and stale file cleanup#38

Open
lfnovo wants to merge 2 commits into
mainfrom
chore/agent-onboarding
Open

chore: agent onboarding docs and stale file cleanup#38
lfnovo wants to merge 2 commits into
mainfrom
chore/agent-onboarding

Conversation

@lfnovo

@lfnovo lfnovo commented May 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add For Automated Agents section to CLAUDE.md pinning the install + validator commands, listing tools that must not be used as gates (ruff, mypy, e2e suites), and scoping the natural unit of work to one processor module.
  • Remove test_coverage_branch_report.md (7 months old, zero references in the repo).
  • Sync uv.lock to match the already-bumped pyproject.toml version 2.0.3.

Why

Prep work for adopting automated coding agents (harny) on this repo. The most common adoption failure is agents picking up the wrong validator (running ruff or mypy against unaudited debt, or e2e tests that need credentials) — pinning the exact command in CLAUDE.md prevents that.

No user-facing behavior changes; CHANGELOG not bumped.

Test plan

  • make test still passes (no code paths touched).
  • Verify CLAUDE.md renders correctly on GitHub.

lfnovo added 2 commits May 12, 2026 17:13
Adds 'For Automated Agents' section to CLAUDE.md pinning the validator
command, listing tools that must not be used as gates (ruff, mypy, e2e
suites), and scoping recommended changes to a single processor module.

Also removes a stale test coverage report from 7 months ago that is no
longer referenced anywhere in the repo.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant