chore: sync repo metadata + landing page with v4.0 concept#20
Merged
Conversation
…sk pipeline - Update meta description, hero intro, section intro for v4 flow - Replace 3-stage explanation cards (Plan/Execute/Audit) with 2-skill cards (Execute with Phase 0 + Phase 4 details; Audit integration-only) - Rewrite animated terminal demo: Phase 0 prep + Phase 4 per-task E/R/C pipeline (Executor → Reviewer → Challenger ephemeral) + auto-chain audit - Update role mentions from 13 specialized to Executor / Reviewer / Challenger - Rename CSS classes: stage-plan → stage-phase0, tm-plan-reviewer → tm-challenger; update both CSS and JS demo array consistently - Drop plan-reviewer message references; add CODE_REVIEW and CHALLENGE_REVIEW message types - Update teammate naming: auth-impl-1/2 → executor-task-1/2, auth-reviewer → reviewer-task-N + challenger-task-N (ephemeral)
- Description: replaced generic 'automated coordination' wording with 'per-task adversarial review pipeline (Executor → Reviewer → Challenger ephemeral), 2-skill flow (execute + audit)' to surface the v4 model - Keywords: added adversarial-review, ephemeral-agents, multi-agent - Tags: added adversarial-review, ephemeral-pipeline
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.
Summary
Follow-up to PR #19 (v4.0 release). Syncs repo description, manifest descriptions/keywords, and the GitHub Pages landing page with the v4.0 concept (2-skill pipeline, per-task adversarial review, 3 universal roles).
What changed
GitHub repo (done out-of-band via
gh repo edit)adversarial-review,ephemeral-agentsPlugin + marketplace manifests
descriptionrewritten to surface the v4 model (per-task adversarial review, 2-skill flow)keywordsadd:adversarial-review,ephemeral-agents,multi-agenttagsadd:adversarial-review,ephemeral-pipelineLanding page (
site/index.html)stage-plan→stage-phase0,tm-plan-reviewer→tm-challenger, etc. (CSS + JS demo array consistent)auth-impl-1/2/reviewerteammate naming →executor-task-N,reviewer-task-N,challenger-task-NTest plan
claude plugin validate .passes (1 unrelated marketplace-description warning)python3 -c 'from html.parser import HTMLParser; ...')Plan, Execute, Audit,3-stage,13 roles,plan-reviewer,auth-impl-)