📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-20 00:03:02 +00:00
parent 47ce7f78dc
commit 2c00adccd5
1216 changed files with 10376 additions and 90058 deletions
@@ -2,7 +2,7 @@
Release `9.0.0` adds first-class plugin distributions for both **Claude Code** and **Codex**.
This page is the canonical explanation of what those plugins are, how they differ from a full library install, and why the repository now ships both a **root plugin** and multiple **specialized plugins**.
This page explains how plugins fit beneath **AAS Core**, the orchestration layer for Codex and Claude Code. Plugins and direct installs deliver skill payloads; Core exposes the complete catalog and validates, records, and plans the exact stack chosen by the agent.
## What a plugin is in this repo
@@ -17,9 +17,13 @@ Plugins are useful when you want:
Plugins are **not** different content formats. They still ship `SKILL.md` playbooks. The difference is the packaging, install surface, and filtering.
## Full library install vs plugin install
## Core orchestration vs delivery surfaces
You now have two valid ways to use this repository with Claude Code or Codex.
For Codex and Claude Code, start with [AAS Core](aas-core.md) when you want the agent to choose from catalog evidence. Core exposes read-only local MCP tools and keeps validation, planning, and approved changes in the CLI.
Once the desired stack is clear, plugins and direct installs are two supported delivery surfaces. They do not replace Core and Core is not another plugin bundle.
## Full library install vs plugin install
### Full library install
@@ -132,6 +136,13 @@ Bundle-specific Codex plugins are generated alongside the root plugin so you can
## Which path should you choose?
Choose **AAS Core first** if:
- you want Codex or Claude Code to search and inspect the local catalog
- you want Codex or Claude to search the complete catalog and preserve its exact selection
- you want a reviewable `aas-stack.json` and preview plan before any change
- you want read-only MCP discovery separated from approval-gated CLI operations
Choose the **full library** if:
- you want the biggest catalog
@@ -155,6 +166,7 @@ The hosted [specialized plugin landing page](https://sickn33.github.io/agentic-a
## Related guides
- [AAS Core](aas-core.md)
- [Getting Started](getting-started.md)
- [FAQ](faq.md)
- [Claude Code skills](claude-code-skills.md)