Conversation
* ci: move Linux CI to sized self-hosted ARC (-4/-8) + actionlint * chore: Convert CI to portable self-hosted/GitHub-hosted pattern - Transform 1: runs-on replaced with org variable fallback
…oves Node-20 deprecation warnings) [skip ci]
Extends the catalog from 8 to 12 templates (existing 8 unchanged). Each adapts an MIT-licensed public subagent into this repo's SOUL.md + .works/agent.yml format, with skills.yml, kb/, prompts, and an eval: - starter-growth (Growth / SEO Strategist, TENANT) <- VoltAgent seo-specialist/growth-loops + wshobson seo-* - starter-designer (Designer UI/UX, WORK) <- VoltAgent ui-designer + wshobson ui-ux-designer - starter-devops (DevOps / SRE, WORK) <- VoltAgent devops-engineer/sre-engineer + wshobson devops-troubleshooter - starter-founder (Founder / Product Strategist, MISSION) <- VoltAgent product-manager/market-researcher manifest.json gets 4 index rows; README gains MIT source attribution. Validated against the repo's ajv schemas (12/12 templates valid). Co-Authored-By: Claude Opus 4.8 <[email protected]>
|
Analysis CompleteGenerated ECC bundle from 3 commits | Confidence: 60% View Pull Request #4Repository Profile
Changed Files (56)
Top hotspots
Top directories
Analysis Depth Readiness (evidence-backed, 64%)ECC Tools uses this to decide whether recommendations should stay at commit-history/setup guidance or expand into CI, security, harness, reference-set, AI-routing, and team backlog work.
Reference Set Readiness (0/7, 0%)
Likely Future Issues (3)
Suggested Follow-up Work (3)
Copy-ready bodies test: add budget evidence for templates/starter-designer/prompts/system.md + templates/starter-designer/prompts/tasks/component-spec.md ## Summary
- Add budget or usage-limit validation for the recently changed AI routing or model-call surface.
## Why
- Backfill cost, token, or usage-limit validation before another model-routing change lands on the touched surface.
## Touched paths
- `templates/starter-designer/prompts/system.md`
- `templates/starter-designer/prompts/tasks/component-spec.md`
## Validation
- Add or extend budget, token, usage-limit, or model-routing regression coverage for the changed path.
- Verify the route still enforces plan limits, retry caps, fallback behavior, or explicit cost controls.ci: add failure-mode evidence for .github/workflows/validate.yml ## Summary
- Add CI failure-mode evidence for the recently changed workflow or test-runner surface.
## Why
- Backfill CI failure-mode evidence before another workflow or test-runner change lands on the touched surface.
## Touched paths
- `.github/workflows/validate.yml`
## Validation
- Add or update a CI failure fixture, captured failing log, troubleshooting note, workflow dry-run evidence, or regression test for the changed CI/test-runner behavior.
- Run the affected workflow or test-runner entrypoint locally or in CI and record pass/fail evidence.chore: refresh lockfile and validate CI after dependency updates ## Summary
- Refresh the lockfile and rerun CI after the dependency or workflow changes in this PR.
## Why
- Package or workflow changes without a lockfile refresh tend to turn into noisy follow-up fixes after merge.
## Touched paths
- `.github/workflows/validate.yml`
## Validation
- Refresh the lockfile in the same package manager used by the repo.
- Run the repo typecheck / test / CI entrypoints that depend on the updated package graph.Generated Instincts (15)
After merging, import with: Files
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cascades
developintomainso the platform (which reads refmain) picks up the four new starter agent templates.New templates (existing 8 unchanged)
Each adapts an MIT-licensed public subagent (VoltAgent/awesome-claude-code-subagents, wshobson/agents) into this repo's
SOUL.md+.works/agent.ymlformat, withskills.yml,kb/,prompts/, and aneval/<slug>.yml.manifest.jsongains 4 index rows; README gains MIT source attribution.Validated locally against the repo's ajv schemas: 12/12 templates valid.
Also brings the two prior CI commits already on
develop(self-hosted ARC runner + Node-24 action bumps) ontomainas part of the normal cascade (no cherry-pick).🤖 Generated with Claude Code