diff --git a/README.md b/README.md index e55574ec0..018bc335d 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,10 @@ Claude Code gets the native commands, agents, and skills. Other tools use the sa - Optional and companion tracks for Discovery, Stock-taking, Sales, Project Management, Roadmap, Portfolio, Quality Assurance, Project Scaffolding, Design, Issue Breakdown, and Specorator Improvement. The canonical v1.0 track taxonomy is frozen in [ADR-0026](docs/adr/0026-freeze-v1-workflow-track-taxonomy.md). - Markdown artifacts in `specs//`, stable IDs (`REQ-*`, `T-*`, `TEST-*`, `ADR-*`), and `npm run verify` as the local and CI gate. - Claude Code agents, skills, and slash commands in `.claude/`, with shared root context in `AGENTS.md`. +- **Live verified examples** in [`examples/`](examples/) with `EVIDENCE.md` recording date, commit, commands, and caveats — see [`docs/golden-path-contract.md`](docs/golden-path-contract.md). +- **Cross-tool adapters** for Copilot ([`.github/copilot-instructions.md`](.github/copilot-instructions.md)), Codex ([`.codex/`](.codex/)), and Cursor ([`.cursor/rules/`](.cursor/rules/)) — all point back to `AGENTS.md`; no duplicated rules. See [`docs/adapters.md`](docs/adapters.md). +- **Adoption profiles** for solo builders, product teams, agency delivery, enterprise governance, and brownfield migration — [`docs/adoption-profiles/`](docs/adoption-profiles/). +- **OWASP-aligned agentic security review path** — opt-in skill covering goal hijacking, tool misuse, excessive agency, memory poisoning, secrets exposure, and handoff failures. See [`docs/agentic-security-review.md`](docs/agentic-security-review.md). ## Reference @@ -107,7 +111,8 @@ Claude Code gets the native commands, agents, and skills. Other tools use the sa | v0.5.1 | Done | [Recovery release for v0.5 — republished GitHub Release page after Immutable Releases incident](https://github.com/Luis85/agentic-workflow/issues/233) | | v0.5.2 | Planned | [Issue-breakdown track patch release](https://github.com/Luis85/agentic-workflow/issues/183) | | v0.6.0 | Done | Astro product page — `sites/index.html` replaced by Astro 6 build, repo-driven sections (landing / tour / tracker / info hub), brand-token bridge, and dynamic Pages base ([#335](https://github.com/Luis85/agentic-workflow/issues/335)) | -| v0.6 | Active | [Cross-tool adapters, live proof, hooks, and security](https://github.com/Luis85/agentic-workflow/issues/91) | +| v0.6 | Release-ready | [Cross-tool adapters, live proof, adoption profiles, agentic security, ISO 9001:2026 watch item](https://github.com/Luis85/agentic-workflow/issues/91) | +| v0.8.1 | In progress | Consolidation patch: closes out v0.6 plan artifacts (stages 8–10), tiered verify gate, backlog mirror, template init fixes | | v1.0 | Planned | [Release readiness checklist](https://github.com/Luis85/agentic-workflow/issues/92) | ## License diff --git a/sites/src/pages/index.astro b/sites/src/pages/index.astro index 461b1084d..f830d57ed 100644 --- a/sites/src/pages/index.astro +++ b/sites/src/pages/index.astro @@ -30,7 +30,7 @@ const versionLabel = `v${(rootPkg as { version: string }).version}`; const productName = "Specorator"; const tagline = "SPEC-DRIVEN, AGENTIC DEVELOPMENT"; const lead = - "A repository-native operating system for building with AI agents: specs first, role-scoped handoffs, quality gates, and traceable Markdown artifacts from idea to release."; + "A repository-native operating system for building with AI agents: verified golden-path examples, cross-tool adapters for Copilot, Codex, and Cursor, adoption profiles for every team shape, and an OWASP-aligned agentic security review path — all in plain Markdown from idea to release."; // CTA links to the canonical workflow guide (docs/specorator.md is the // authoritative methodology source per AGENTS.md §"Read these first").