polyc-capability 2026.9.0

Capability taxonomy, derivation functions, and the pure gate decision engine for polychrome.
Documentation
[package]
name = "polyc-capability"
version.workspace = true
description = "Capability taxonomy, derivation functions, and the pure gate decision engine for polychrome."
edition.workspace = true
license.workspace = true
authors.workspace = true
rust-version.workspace = true
repository.workspace = true

[package.metadata.polychrome]
# Software-system layer — see docs/architecture/. A foundation
# Component: a leaf building block; depends only on other foundations.
layer = "component"
foundation = true
# Logical plane role in the separated state, projection, and query topology
# (#1565, chunk A1) — a different question than `layer` above. The canonical
# policy is arch-capabilities.toml; scripts/check_plane_capabilities.py checks it.
plane_role = "shared"

[dependencies]
polyc-llm = { version = "=2026.9.0", path = "../llm" }

[dev-dependencies]
serde_json = { workspace = true }

[lints]
workspace = true