John Lamb
698fe86ee3
voice updates, blog publish skill
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled
2026-04-20 20:09:08 -05:00
John Lamb
bb91ccbef8
Merge upstream v2.67.0 with fork customizations preserved
...
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled
Brings in 79 upstream commits via merge-upstream branch. Conflicts resolved
by taking the merge-upstream version, which contains all triaged fork-vs-upstream
decisions from the upstream-merge skill workflow.
See merge commit fe3b1ee for the detailed triage breakdown of the 15 both-changed
files (7 keep deleted, 1 keep local, 1 restore from upstream, 6 merge both).
2026-04-17 17:26:45 -05:00
John Lamb
fe3b1eee16
Merge upstream v2.67.0 with fork customizations preserved
...
Synced 79 commits from EveryInc/compound-engineering-plugin upstream while
preserving fork-specific customizations (Python/FastAPI pivot, Zoominfo-internal
review agents, deploy-wiring operational lessons, custom personas).
## Triage decisions (15 conflicts resolved)
Keep deleted (7) -- fork already removed these in prior cleanups:
- agents/design/{design-implementation-reviewer,design-iterator,figma-design-sync}
(no fork successor; backend-Python focus doesn't need UI/Figma agents)
- agents/docs/ankane-readme-writer (replaced by python-package-readme-writer)
- agents/review/{data-migration-expert,performance-oracle,security-sentinel}
(replaced by *-reviewer naming convention: data-migrations-reviewer,
performance-reviewer, security-reviewer)
Keep local (1):
- agents/workflow/lint.md (Python tooling: ruff/mypy/djlint/bandit; upstream
deleted the file). Fixed pre-existing duplicate "2." numbering bug.
Restore from upstream (1):
- agents/review/data-integrity-guardian.md (kept for GDPR/CCPA privacy
compliance angle not covered by data-migrations-reviewer)
Merge both (6) -- upstream structural wins layered with fork intent:
- agents/research/best-practices-researcher.md (upstream <examples> removal +
fork's Rails/Ruby -> Python/FastAPI translations)
- skills/ce-brainstorm/SKILL.md (universal-brainstorming routing + Slack
context + non-obvious angles + fork's Deploy wiring flag)
- skills/ce-plan/SKILL.md (universal-planning routing + planning-bootstrap +
fork's two Deploy wiring check bullets)
- skills/ce-review/SKILL.md (Run ID, model tiering haiku->sonnet, compact-JSON
artifact contract, file-type awareness, cli-readiness-reviewer + fork's
zip-agent-validator, design-conformance-reviewer, Stage 6 Zip Agent
Validation)
- skills/ce-review/references/persona-catalog.md (cli-readiness row + adversarial
refinement + fork's Language & Framework Conditional layer; 22 personas total)
- skills/ce-work/SKILL.md (Parallel Safety Check, parallel-subagent constraints,
Phase 3-4 compression + fork's deploy-values self-review row, with duplicate
checklist bullet collapsed to single occurrence)
## Auto-applied (no triage needed)
- 225 remote-only files: accepted as-is (new docs, brainstorms, plans,
upstream skills, tests, scripts)
- 70 local-only files: 46 preserved as-is (kieran-python, tiangolo-fastapi,
zip-agent-validator, design-conformance-reviewer, essay/proof commands,
excalidraw-png-export, etc.); 24 stayed deleted (dhh-rails-style,
andrew-kane-gem-writer, dspy-ruby Ruby skills no longer needed)
## README updated
- Removed Design section (3 deleted agents)
- Removed deleted Review entries (data-migration-expert, dhh-rails-reviewer,
kieran-rails-reviewer, performance-oracle, security-sentinel)
- Added new Review entries: design-conformance-reviewer, previous-comments-reviewer,
tiangolo-fastapi-reviewer, zip-agent-validator
- Workflow: added lint
- Docs: replaced ankane-readme-writer with python-package-readme-writer
## Known issues (not introduced by merge decisions)
- 9 detect-project-type.sh tests fail on macOS bash 3.2 (script uses
`declare -A` which requires bash 4+). Upstream regression in commit 070092d
(#568 ). Resolution: install bash 4+ via `brew install bash` locally;
upstream fix tracked separately.
- 2 review-skill-contract tests reference deleted agents (dhh-rails-reviewer,
data-migration-expert). Pre-existing fork inconsistency, not new.
bun run release:validate: passes (46 agents, 51 skills, 0 MCP servers)
2026-04-17 17:24:41 -05:00
John Lamb
ff0582f4db
chore(review): standardize agent color to white for design-conformance and zip-agent-validator
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled
2026-04-17 16:01:15 -05:00
github-actions[bot]
7924f5ccc9
chore: release main ( #586 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-17 11:42:41 -07:00
Trevin Chow
12aaad31eb
feat(ce-ideate): mode-aware v2 ideation ( #588 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-17 11:40:54 -07:00
Trevin Chow
59dbaef376
feat(ce-release-notes): add skill for browsing plugin release history ( #589 )
...
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com >
2026-04-17 02:00:37 -07:00
Trevin Chow
e7cf0ae957
feat(proof, ce-brainstorm, ce-plan, ce-ideate): HITL review-loop mode ( #580 )
...
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com >
2026-04-16 23:14:33 -07:00
github-actions[bot]
d8af513a0a
chore: release main ( #584 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-16 22:59:10 -07:00
Trevin Chow
c89f18a115
fix(ce-pr-description): hand off PR body via temp file ( #581 )
...
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com >
2026-04-16 22:47:49 -07:00
Trevin Chow
4ccadcfd3f
fix(resolve-pr-feedback): unblock /loop scheduling ( #582 )
2026-04-16 22:28:52 -07:00
Trevin Chow
1995e3d790
chore(claude-permissions-optimizer)!: remove skill ( #578 )
2026-04-16 16:46:29 -07:00
Kieran Klaassen
070092d997
feat(ce-polish-beta): human-in-the-loop polish phase between /ce:review and merge ( #568 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-16 17:55:10 -05:00
Trevin Chow
3d96c0f074
fix(ce-plan, ce-brainstorm): reliable interactive handoff menus ( #575 )
2026-04-16 12:04:19 -07:00
github-actions[bot]
ee86dc3379
chore: release main ( #570 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-15 17:42:59 -07:00
Trevin Chow
0b3d4b283c
fix(ce-compound, ce-compound-refresh): use injected memory block ( #569 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-15 17:41:51 -07:00
github-actions[bot]
d18e28eb57
chore: release main ( #549 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-15 14:16:07 -07:00
Trevin Chow
5cae4d1dab
fix(ce-work,ce-work-beta): add safety checks for parallel subagent dispatch ( #557 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-15 14:10:08 -07:00
Trevin Chow
d8305dd159
fix(ce-update): use correct marketplace name in cache path ( #566 )
2026-04-15 10:04:55 -07:00
Trevin Chow
8ec6d339fe
feat(ce-pr-description): focused skill for PR description generation ( #561 )
2026-04-14 21:41:05 -07:00
Trevin Chow
a55990387d
fix(git-commit-push-pr): rewrite descriptions as net result, not changelog ( #558 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-13 23:22:47 -07:00
Trevin Chow
e4d5f241bd
fix(ce-plan): close escape hatches that let the skill abandon direct invocations ( #554 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-13 21:27:05 -07:00
Trevin Chow
e45c435b99
fix(document-review, review): restrict reviewer agents to read-only tools ( #553 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-13 10:29:16 -07:00
Harold Hunt
8f20aa0406
feat(ce-optimize): Auto-research loop for tuning system prompts / vector clustering / evaluating different code solution / etc ( #446 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-12 20:16:09 -07:00
David Joerg
4e0ed2cc8d
fix(ce-review): always fetch base branch to prevent stale merge-base ( #544 )
...
Co-authored-by: David Joerg <david@Davids-MacBook-Pro-2.local >
2026-04-11 15:04:09 -07:00
Trevin Chow
9aa65c1fe6
docs(ce-setup): add getting started sections to READMEs ( #548 )
2026-04-10 17:47:21 -07:00
github-actions[bot]
e931ed92b1
chore: release main ( #547 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-10 17:44:25 -07:00
Trevin Chow
1372b2cffd
fix(cleanup): remove rclone, agent-browser, lint, and bug-reproduction-validator ( #545 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-10 17:41:33 -07:00
Trevin Chow
354dbb7582
feat(ce-setup): unified setup skill with dependency management and config bootstrapping ( #345 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-10 17:39:43 -07:00
Trevin Chow
545405380d
fix(ce-demo-reel): two-stage upload for reviewable approval gate ( #546 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-10 17:30:39 -07:00
github-actions[bot]
fba5cbaa01
chore: release main ( #529 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-10 10:35:45 -07:00
Trevin Chow
e38223ae91
feat(ce-debug): add systematic debugging skill ( #543 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-10 10:23:48 -07:00
Trevin Chow
b979143ad0
feat(ce-demo-reel): add demo reel skill with Python capture pipeline ( #541 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-09 21:29:51 -07:00
Trevin Chow
f3cc7545e5
feat(ce-plan): add output structure and scope sub-categorization ( #542 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-09 19:22:21 -07:00
Trevin Chow
bb59547a2e
feat(ce-work): reduce token usage by extracting late-sequence references ( #540 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-09 12:48:21 -07:00
Trevin Chow
31b0686c2e
feat(ce-work-beta): add beta Codex delegation mode ( #476 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-09 00:29:12 -07:00
Trevin Chow
044a035e77
fix(git-commit-push-pr): remove harness slug from badge table ( #539 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-08 23:30:43 -07:00
Trevin Chow
042ee73239
feat(slack-researcher): add /ce-slack-research skill and improve agent ( #538 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-08 11:00:00 -07:00
Trevin Chow
3208ec71f8
feat(session-historian): cross-platform session history agent and /ce-sessions skill ( #534 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-08 07:52:26 -07:00
Trevin Chow
a5ce094772
feat(ce-review): add compact returns to reduce orchestrator context during merge ( #535 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-08 01:03:42 -07:00
Trevin Chow
d37f0ed16f
feat(ce-update): add plugin version check skill and ce_platforms filtering ( #532 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-08 00:09:02 -07:00
Trevin Chow
0ae91dcc29
fix(ce-compound): explicit mode prompt and lightweight rename ( #528 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-07 13:22:07 -07:00
github-actions[bot]
5fb6801567
chore: release main ( #525 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-07 12:30:59 -07:00
Trevin Chow
bafe9f0968
fix(ce-review): add recursion guard to reviewer subagent template ( #527 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 12:29:48 -07:00
Trevin Chow
9a82222aba
fix(document-review): widen autofix classification beyond trivial fixes ( #524 )
2026-04-06 22:05:27 -07:00
github-actions[bot]
a6183ed000
chore: release main ( #516 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-06 12:29:48 -07:00
Trevin Chow
36d8119166
fix(document-review): add recursion guard to reviewer subagent template ( #523 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-06 12:26:22 -07:00
Trevin Chow
949bdef909
fix(review,work): omit mode parameter in subagent dispatch to respect user permissions ( #522 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-06 12:12:31 -07:00
Trevin Chow
6f9069df7a
fix(slack-researcher): make Slack research opt-in, surface workspace identity ( #521 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-06 11:34:39 -07:00
Trevin Chow
320a045241
feat(ce-plan,ce-brainstorm): universal planning and brainstorming for non-software tasks ( #519 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-05 23:53:13 -07:00