Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.MD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Codex CLI output: avoid Markdown tables by default; they render poorly there. Us
- Skill descriptions: short generic trigger phrase, not summary; no personal names, long paths, or workflow narration unless needed for routing.
- Skill frontmatter: quote `description`; after SKILL.md edits, YAML-parse frontmatter before commit.
- After adding/removing/renaming a skill: run `scripts/sync-skills` (mirrors into `~/.claude/skills` + `~/.codex/skills`, prunes dead links). `--dry-run` to preview.
- Upstream sync: treat `steipete/agent-scripts` as a source to mine, not a branch to merge. Preserve Bram-local skills/helpers (`hermes-win`, `hermes-dashboard`, `autoreview`, `bram-maintainer-loop`, `tdd`, `to-prd`, `to-issues`, `grill-with-docs`). Scrub or skip non-Bram personal/product assumptions; do not adopt broken symlinks unless Bram explicitly configures that repo.
- Upstream sync: treat `steipete/agent-scripts` as a source to mine, not a branch to merge. Preserve Bram-local skills/helpers (`hermes-win`, `hermes-dashboard`, `autoreview`, `bram-maintainer-loop-v2`, `tdd`, `to-prd`, `to-issues`, `grill-with-docs`). Scrub or skip non-Bram personal/product assumptions; do not adopt broken symlinks unless Bram explicitly configures that repo.
- Read `~/Projects/agent-scripts/tools.md` when the tool catalog matters.

## Routing
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ summary: Timeline of guardrail helper changes mirrored from Sweetistics and rela

# Changelog

## 2026-07-22 — Remove Legacy Maintainer Loop
- Removed the legacy current-repository `bram-maintainer-loop` skill and project-loop prompt; maintainer orchestration now routes only through `bram-maintainer-loop-v2`.

## 2026-07-22 — Codex First Refresh
- Refreshed `codex-first` from ten upstream commits: hard gate with autoreview exception, widened routing (diagnose-then-fix, exploratory subagents, git mechanics/PR landing), `gpt-5.6-sol` + high effort pinning, ChatGPT-app PATH recipe, harness-tracked background launches, and the liveness watchdog with explicit-id resume.
- Bram-local deviations: never fast mode (flag dropped from every invocation), maintainer pointer stays `$bram-maintainer-loop-v2`, loopback-only proxy gate without upstream's personal router host, and the huge-context preflight points at the flat skill mirror.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Repo-specific rules go below that pointer. Do not copy shared blocks into downst
- Keeps later `GH_OFFLINE=1 gh ...` reads useful during outages.

`config/bram-loop-repos.txt`
- Flagged repositories for `$bram-maintainer-loop` broad maintenance runs.
- Flagged repositories for `$bram-maintainer-loop-v2` broad maintenance runs.
- Starts with `gohealthcli` and `gobankcli`; one repo slug per line.

`scripts/browser-tools.ts`
Expand All @@ -116,7 +116,7 @@ Treat this repo as Bram's canonical shared agent setup and portable helper mirro

Upstream intake from `steipete/agent-scripts`:
- Mine selectively; do not merge wholesale.
- Preserve Bram-local skills/helpers: `hermes-win`, `hermes-dashboard`, `autoreview`, `bram-maintainer-loop`, `tdd`, `to-prd`, `to-issues`, `grill-with-docs`.
- Preserve Bram-local skills/helpers: `hermes-win`, `hermes-dashboard`, `autoreview`, `bram-maintainer-loop-v2`, `tdd`, `to-prd`, `to-issues`, `grill-with-docs`.
- Skip or scrub non-Bram personal/product defaults before adopting docs or skills.
- Do not adopt symlinks to missing repos unless Bram explicitly configures them.
- Prefer generic helper/script fixes, CI smoke checks, and non-personal skill improvements.
Expand Down
2 changes: 1 addition & 1 deletion VISION.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ agent-scripts is Bram's shared agent instruction, skill, and helper-tool base. I
- Small skill, script, prompt, and docs fixes that preserve Bram-local rules.
- New or updated skills with short quoted descriptions, valid front matter, and operational wording.
- Helper improvements that stay dependency-light, generic, and reusable across repos.
- GitHub, review, release, and maintainer-loop guardrail improvements with validation.
- GitHub, review, release, and maintainer-loop-v2 guardrail improvements with validation.
- Sync cleanup that mines upstream ideas while preserving Bram-specific behavior.

## Needs Sign-Off
Expand Down
2 changes: 1 addition & 1 deletion config/bram-loop-repos.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bram maintainer loop flagged repos.
# Bram maintainer loop v2 flagged repos.
# One repo slug per line; blank lines and comments ignored.
gohealthcli
gobankcli
Expand Down
41 changes: 0 additions & 41 deletions prompts/bram-maintainer-project-loop.md

This file was deleted.

Loading
Loading