feat: bring agent repo to its own readiness bar (CLAUDE.md, Makefile, .shellcheckrc) #142

Merged
joshtronic merged 1 commit from feat/agent-repo-readiness-bar into master 2026-05-27 01:00:17 +00:00
Owner

Igor's validation flags this repo on three checks:

  1. CLAUDE.md present at repo root
  2. Test setup detected
  3. Lint setup detected

Adds:

  • CLAUDE.md -- project conventions, test command, code style,
    gotchas. Mirrors the structure of brain/website CLAUDE.md but
    scoped to the harness (idempotent steps, no sudo, brain-side
    lint cascades, the self-update behavior).
  • Makefile -- make test runs bin/check-sync.sh (the CI
    contract check). Optional make lint runs shellcheck +
    markdownlint when both are installed. The test: rule pattern
    matches check_test_signal's grep so the repo passes
    validation.
  • .shellcheckrc -- satisfies check_lint_signal's shell-config
    check. Disables SC1091 since lib/* are resolved at runtime via
    $AGENT_HOME and shellcheck can't follow that statically.

Once merged, the next tick's validation sweep should accept
igor/agent into VALIDATED_REPOS_JSON, and the weekly maintenance
pass becomes eligible to run on it (audit surface =
requirements.txt for the RAG Python venv).

Closes #113

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

Igor's validation flags this repo on three checks: 1. CLAUDE.md present at repo root 2. Test setup detected 3. Lint setup detected Adds: - `CLAUDE.md` -- project conventions, test command, code style, gotchas. Mirrors the structure of brain/website CLAUDE.md but scoped to the harness (idempotent steps, no sudo, brain-side lint cascades, the self-update behavior). - `Makefile` -- `make test` runs `bin/check-sync.sh` (the CI contract check). Optional `make lint` runs shellcheck + markdownlint when both are installed. The `test:` rule pattern matches `check_test_signal`'s grep so the repo passes validation. - `.shellcheckrc` -- satisfies `check_lint_signal`'s shell-config check. Disables SC1091 since lib/* are resolved at runtime via $AGENT_HOME and shellcheck can't follow that statically. Once merged, the next tick's validation sweep should accept igor/agent into VALIDATED_REPOS_JSON, and the weekly maintenance pass becomes eligible to run on it (audit surface = requirements.txt for the RAG Python venv). Closes #113 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
feat: bring agent repo to its own readiness bar (CLAUDE.md, Makefile, .shellcheckrc)
All checks were successful
Lint / check-sync (push) Successful in 5s
Lint / check-sync (pull_request) Successful in 5s
cd7a309057
Igor's validation flags this repo on three checks:

  1. CLAUDE.md present at repo root
  2. Test setup detected
  3. Lint setup detected

Adds:

- `CLAUDE.md` -- project conventions, test command, code style,
  gotchas. Mirrors the structure of brain/website CLAUDE.md but
  scoped to the harness (idempotent steps, no sudo, brain-side
  lint cascades, the self-update behavior).
- `Makefile` -- `make test` runs `bin/check-sync.sh` (the CI
  contract check). Optional `make lint` runs shellcheck +
  markdownlint when both are installed. The `test:` rule pattern
  matches `check_test_signal`'s grep so the repo passes
  validation.
- `.shellcheckrc` -- satisfies `check_lint_signal`'s shell-config
  check. Disables SC1091 since lib/* are resolved at runtime via
  $AGENT_HOME and shellcheck can't follow that statically.

Once merged, the next tick's validation sweep should accept
igor/agent into VALIDATED_REPOS_JSON, and the weekly maintenance
pass becomes eligible to run on it (audit surface =
requirements.txt for the RAG Python venv).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
joshtronic deleted branch feat/agent-repo-readiness-bar 2026-05-27 01:00:17 +00:00
Sign in to join this conversation.
No reviewers
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!142
No description provided.