Skip to content

chore: sync repo metadata + landing page with v4.0 concept#20

Merged
ducdmdev merged 2 commits into
mainfrom
chore/v4-metadata-sync
May 11, 2026
Merged

chore: sync repo metadata + landing page with v4.0 concept#20
ducdmdev merged 2 commits into
mainfrom
chore/v4-metadata-sync

Conversation

@ducdmdev
Copy link
Copy Markdown
Owner

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)

  • Description updated from "3-stage (plan, execute, audit)" → "2-skill (execute, audit) with per-task adversarial review (Executor → Reviewer → Challenger ephemeral)"
  • Topics added: adversarial-review, ephemeral-agents

Plugin + marketplace manifests

  • description rewritten to surface the v4 model (per-task adversarial review, 2-skill flow)
  • keywords add: adversarial-review, ephemeral-agents, multi-agent
  • tags add: adversarial-review, ephemeral-pipeline

Landing page (site/index.html)

  • Meta description updated for v4
  • 3-card pipeline grid (Plan/Execute/Audit) → 2-card grid (Execute with Phase 0 + Phase 4 / Audit integration-only)
  • "13 Roles" feature card → "3 Universal Roles" (Executor / Reviewer / Challenger)
  • "Team Per Stage" → "Ephemeral Per-Task Teams"
  • Version badge/footer: v3.2.0 → v4.0.0
  • Animated terminal demo fully rewritten (~68 items): Phase 0 prep + Phase 4 per-task E/R/C pipeline (with PLAN_PROPOSAL, CODE_REVIEW, CHALLENGE_REVIEW message types) + Phase 5 integration-only audit + auto-chain
  • CSS class renames: stage-planstage-phase0, tm-plan-reviewertm-challenger, etc. (CSS + JS demo array consistent)
  • Removed auth-impl-1/2/reviewer teammate naming → executor-task-N, reviewer-task-N, challenger-task-N

Test plan

  • All 19 test files pass (357 assertions)
  • claude plugin validate . passes (1 unrelated marketplace-description warning)
  • HTML well-formed (python3 -c 'from html.parser import HTMLParser; ...')
  • Zero stale v3 references in landing page (grep clean for Plan, Execute, Audit, 3-stage, 13 roles, plan-reviewer, auth-impl-)
  • Manual smoke test (recommended): visit https://ducdmdev.github.io/agent-team-plugin/ after merge + GitHub Pages rebuild, verify the demo plays correctly with v4 content

ducdmdev added 2 commits May 11, 2026 21:40
…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
@ducdmdev ducdmdev merged commit 0af6078 into main May 11, 2026
1 check passed
@ducdmdev ducdmdev deleted the chore/v4-metadata-sync branch May 11, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant