Repo not ready for the agent: missing scaffolding #113

Closed
opened 2026-05-23 03:26:49 +00:00 by igor · 0 comments
Collaborator

The agent refuses to clone this repo until it has the scaffolding to support
unattended work. Required checks:

  • CLAUDE.md present at repo root -- add CLAUDE.md with project conventions (test commands, code style, gotchas)
  • README present at repo root
  • Test setup detected -- add a way to run tests: "test" script in package.json, pytest.ini, [tool.pytest] in pyproject.toml, test: target in Makefile, or use a Cargo/Go project (implicit)
  • Lint setup detected -- add a linter config: .eslintrc*, .markdownlint*, .stylelintrc*, .flake8, [tool.ruff] in pyproject.toml, .golangci.yml, Cargo [lints], .shellcheckrc
  • CI workflow present
  • Required labels present (Agent, Status/Blocked, Status/Need More Info, Priority/Critical)

Bring the repo to standard, then close this ticket -- the next tick will
re-validate and either proceed or reopen this with what's still missing.

This ticket is auto-managed by the agent. Do not edit the title or remove the
HTML comment marker at the top of the body.

<!-- agent:onboarding --> The agent refuses to clone this repo until it has the scaffolding to support unattended work. Required checks: - [x] CLAUDE.md present at repo root -- add `CLAUDE.md` with project conventions (test commands, code style, gotchas) - [x] README present at repo root - [x] Test setup detected -- add a way to run tests: `"test"` script in package.json, `pytest.ini`, `[tool.pytest]` in pyproject.toml, `test:` target in Makefile, or use a Cargo/Go project (implicit) - [x] Lint setup detected -- add a linter config: `.eslintrc*`, `.markdownlint*`, `.stylelintrc*`, `.flake8`, `[tool.ruff]` in pyproject.toml, `.golangci.yml`, Cargo `[lints]`, `.shellcheckrc` - [x] CI workflow present - [x] Required labels present (Agent, Status/Blocked, Status/Need More Info, Priority/Critical) Bring the repo to standard, then close this ticket -- the next tick will re-validate and either proceed or reopen this with what's still missing. This ticket is auto-managed by the agent. Do not edit the title or remove the HTML comment marker at the top of the body.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
joshtronic/igor#113
No description provided.