Package Model
An A3S package may contain native capabilities, declarative cognitive content, or both. Every surface shares one signed identity, generation, and uninstall boundary.
Schema-v3 surfaces and target OKF surface
In this model, a Tool is not an MCP tools/list item. A Tool keeps its own CLI or HTTP contract; Use does not translate every workload into a private universal protocol. Static UI is not a Runtime workload either. Only its declared Tool or MCP backend enters Runtime.
Tool, MCP, Skill, and UI have a schema-v3 contract baseline. OKF is now a first-class cognitive surface in the target architecture; its shared bundle descriptor, bounded inspector, and canonical fixtures are frozen. Manifest, catalog, lifecycle, and host projection remain pending, so the current parser rejects an undefined okf block.
OKF is not an executable workload. It is a shareable knowledge package: each non-reserved concept is UTF-8 Markdown with YAML frontmatter, the file path is concept identity, standard Markdown links form the knowledge graph, and type is required. The frozen content contract targets OKF v0.2 with explicit v0.1 compatibility. Raw PDF, Office, image, or web sources do not become OKF authority directly; an independent compiler must emit a conformant bundle first.
ACL manifest
Packages use a3s-use-extension.acl, parsed by A3S ACL. ACL means A3S Agent Configuration Language, not HCL.
Schema v1 and v2 remain compatible. Schema v3 adds repeatable named surfaces and an acyclic readiness graph. All paths are relative to the package root. Activation rejects path traversal, links, archive ambiguity, route collisions, oversized packages, provenance drift, and incompatible host ranges.
The repository contains an executable plugin-v3.acl fixture.
Dependencies and readiness
Surfaces are not installed independently. The Surface Reconciler builds a complete dependency closure for one package generation:
- Tool and MCP require an explicit Runtime provider that satisfies workload, network, resource, and isolation requirements.
- Skill content must match its digest, and all required Tool/MCP dependencies must be usable.
- UI content must be intact, with every declared backend binding authorized.
- A target OKF surface must pass frontmatter, path, link, size, and content-digest checks; A3S Knowledge indexes only a generation atomically promoted by the host.
- One capability generation is published atomically only after every required surface is ready.
- Optional failure may produce
degraded; required failure withholds the new generation.
Identity and ownership
- package ID: stable lifecycle identity, such as
acme/research; - generation: one immutable installed content set; upgrade creates a new generation;
- route: presentation and dispatch alias that does not own the package;
- receipt: records files, projections, and resources owned by a generation;
- grant: binds actor, scope, permissions, and exact generation.
Uninstall removes receipt-owned content only. Plugin data is retained by default; permanent purge is a separate, explicit, user-only operation.