@agentproto/work
v0.1.0-alpha.0
Published
@agentproto/work — AIP-20 WORK.md reference implementation. A workspace-only successor to AIP-13 that drops hardcoded project/initiative/task doctypes and delegates all per-item-kind schema work to AIP-18 collections — owning only the workspace root manif
Downloads
107
Maintainers
Readme
@agentproto/work
AIP-20 WORK.md reference implementation. A workspace-only successor to AIP-13 that drops hardcoded project/initiative/task doctypes and delegates all per-item-kind schema work to AIP-18 collections — owning only the workspace root manifest, scope axes, status rollups, and cross-AIP composition.
Status: 0.1.0-alpha. Generated by
scripts/scaffold-aip.mjs—build()andvalidate()bodies are TODOs.
Spec: https://agentproto.sh/docs/aip-20
Usage
import { defineWork } from "@agentproto/work"
const x = defineWork({
id: "my-work",
description: "Short purpose.",
// ...
})License
MIT — see LICENSE.
