@acidicsoil/portable-capabilities 0.1.4 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/dist-release/catalog/roles/acceptance-criteria-synthesis.yaml +84 -0
  2. package/dist-release/catalog/roles/anti-pattern-inversion.yaml +83 -0
  3. package/dist-release/catalog/roles/behavior-preserving-refactor.yaml +88 -0
  4. package/dist-release/catalog/roles/canonical-exemplar-generalization.yaml +84 -0
  5. package/dist-release/catalog/roles/constrained-exemplar-adaptation.yaml +85 -0
  6. package/dist-release/catalog/roles/convention-mining.yaml +81 -0
  7. package/dist-release/catalog/roles/conversation-to-specification.yaml +83 -0
  8. package/dist-release/catalog/roles/delta-analysis.yaml +84 -0
  9. package/dist-release/catalog/roles/domain-context-boundary.yaml +82 -0
  10. package/dist-release/catalog/roles/evaluation-harness-design.yaml +86 -0
  11. package/dist-release/catalog/roles/failure-to-guardrail.yaml +81 -0
  12. package/dist-release/catalog/roles/multi-exemplar-consensus.yaml +81 -0
  13. package/dist-release/catalog/roles/reference-trace-mapping.yaml +83 -0
  14. package/dist-release/catalog/roles/reusable-workflow-abstraction.yaml +82 -0
  15. package/dist-release/catalog/roles/structural-pattern-extraction.yaml +82 -0
  16. package/dist-release/catalog/roles/template-family-generation.yaml +83 -0
  17. package/dist-release/catalog/runtime-profiles/antigravity.yaml +60 -0
  18. package/dist-release/catalog/runtime-profiles/claude-code.yaml +65 -0
  19. package/dist-release/catalog/runtime-profiles/codex.yaml +71 -0
  20. package/dist-release/catalog/runtime-profiles/dcode.yaml +67 -0
  21. package/dist-release/catalog/runtime-profiles/oh-my-pi.yaml +62 -0
  22. package/dist-release/catalog/runtime-profiles/opencode.yaml +65 -0
  23. package/dist-release/catalog/runtime-profiles/pi.yaml +66 -0
  24. package/dist-release/cli.js +77 -37
  25. package/dist-release/cli.js.map +3 -3
  26. package/dist-release/index.js +77 -37
  27. package/dist-release/index.js.map +3 -3
  28. package/package.json +3 -1
@@ -0,0 +1,82 @@
1
+ schemaVersion: '1.0'
2
+ id: structural-pattern-extraction
3
+ purpose: Extract durable structural patterns from exemplars.
4
+ family:
5
+ id: exemplar-modeling
6
+ version: 1.0.0
7
+ taxonomy:
8
+ id: structural-pattern-extraction
9
+ displayName: Structural Pattern Extraction
10
+ transformation: Extract durable structural patterns from exemplars.
11
+ intendedOutput: Pattern catalog
12
+ inputs:
13
+ - name: artifact-set
14
+ description: Artifacts from which durable structure will be extracted.
15
+ required: true
16
+ - name: segmentation-rules
17
+ description: Rules for identifying comparable structural units.
18
+ required: false
19
+ - name: noise-exclusions
20
+ description: Known incidental or generated features to ignore.
21
+ required: false
22
+ precedence:
23
+ - sourceClass: explicit-contract
24
+ rank: 0
25
+ - sourceClass: observed-artifact
26
+ rank: 1
27
+ - sourceClass: inference
28
+ rank: 2
29
+ pipeline:
30
+ - id: ingest.sources
31
+ version: 1.0.0
32
+ - id: trace.build-evidence-ledger
33
+ version: 1.0.0
34
+ - id: validation.contract
35
+ version: 1.0.0
36
+ output:
37
+ schema: canonical/schemas/structural-pattern-extraction.output.schema.json
38
+ description: Pattern catalog
39
+ requiredBehavior:
40
+ - 'activation: Use structural-pattern-extraction only when the requested outcome requires this transformation: Extract
41
+ durable structural patterns from exemplars.'
42
+ - 'sufficiency: Require all role inputs marked required and enough evidence to complete these gates: Each pattern
43
+ has recurrence evidence, applicability conditions, and at least one falsification or negative-example check.'
44
+ - 'conflict: Apply declared source precedence; when equally authoritative evidence changes the decision, preserve
45
+ both positions and return the affected output field as unresolved.'
46
+ - 'ambiguity: Isolate ambiguous terms or boundaries, show which stage and output fields they affect, and request
47
+ clarification rather than selecting an unsupported interpretation.'
48
+ - 'abstention: Abstain from structural-pattern-extraction when required inputs are absent, the decision rule cannot
49
+ be applied, or evidence cannot satisfy the completion gate.'
50
+ - 'stop: Stop before emitting Pattern catalog unless Each pattern has recurrence evidence, applicability conditions,
51
+ and at least one falsification or negative-example check.'
52
+ - 'resources: Load the artifact set, segmentation rules, and exclusion catalog; use negative examples to reject
53
+ over-broad patterns.'
54
+ - 'transformation: Execute the ordered analytical procedure: 1) segment artifacts into comparable units; 2) identify
55
+ repeated relations and ordering constraints; 3) distinguish durable patterns from coincidental repetition; 4)
56
+ name each pattern and attach positive and negative examples.'
57
+ - 'output: Populate and validate canonical/schemas/structural-pattern-extraction.output.schema.json with required
58
+ fields patterns, evidenceMatrix, negativeExamples, applicabilityConditions, openHypotheses; do not replace missing
59
+ fields with prose.'
60
+ - 'traceability: Link every material output field to source identifiers and the analytical stage or decision that
61
+ produced it; retain counterevidence for unresolved results.'
62
+ - 'evaluation: Pass only when the output schema validates, the ordered stages are evidenced, the role decision rule
63
+ was applied, and this completion gate holds: Each pattern has recurrence evidence, applicability conditions, and
64
+ at least one falsification or negative-example check.'
65
+ forbiddenBehavior:
66
+ - Do not substitute generic analytical behavior for the role-specific structural-pattern-extraction transformation.
67
+ - Do not skip, reorder, or silently collapse the role's declared analytical stages.
68
+ - Do not invent missing evidence, resolve authority conflicts by convenience, or emit a completed result after a
69
+ stop or abstention condition.
70
+ - Do not copy operation-owned ingestion, ledger, or schema-validation mechanics into the role contract.
71
+ traceability:
72
+ materialClaimsRequireSources: true
73
+ ledgerFormat: jsonl
74
+ artifacts: content-addressed
75
+ evaluation:
76
+ criteria:
77
+ - The authoritative transformation and intended output for structural-pattern-extraction are preserved.
78
+ - 'Required inputs and the decision rule are satisfied: Promote a candidate only when recurrence and structural
79
+ relevance exceed incidental similarity; otherwise retain it as a hypothesis.'
80
+ - 'The ordered analytical stages are evidenced and the output completion gate passes: Each pattern has recurrence
81
+ evidence, applicability conditions, and at least one falsification or negative-example check.'
82
+ - Conflict, ambiguity, insufficient-evidence, abstention, and stop behavior remain explicit and testable.
@@ -0,0 +1,83 @@
1
+ schemaVersion: '1.0'
2
+ id: template-family-generation
3
+ purpose: Generate a coherent family of reusable templates.
4
+ family:
5
+ id: context-template-generation
6
+ version: 1.0.0
7
+ taxonomy:
8
+ id: template-family-generation
9
+ displayName: Template Family Generation
10
+ transformation: Generate a coherent family of reusable templates.
11
+ intendedOutput: Template family
12
+ inputs:
13
+ - name: template-requirements
14
+ description: Requirements shared by the template family.
15
+ required: true
16
+ - name: variation-model
17
+ description: Allowed variants and their selection conditions.
18
+ required: true
19
+ - name: reference-artifacts
20
+ description: Approved examples or existing templates.
21
+ required: false
22
+ precedence:
23
+ - sourceClass: explicit-contract
24
+ rank: 0
25
+ - sourceClass: observed-artifact
26
+ rank: 1
27
+ - sourceClass: inference
28
+ rank: 2
29
+ pipeline:
30
+ - id: ingest.sources
31
+ version: 1.0.0
32
+ - id: trace.build-evidence-ledger
33
+ version: 1.0.0
34
+ - id: validation.contract
35
+ version: 1.0.0
36
+ output:
37
+ schema: canonical/schemas/template-family-generation.output.schema.json
38
+ description: Template family
39
+ requiredBehavior:
40
+ - 'activation: Use template-family-generation only when the requested outcome requires this transformation: Generate
41
+ a coherent family of reusable templates.'
42
+ - 'sufficiency: Require all role inputs marked required and enough evidence to complete these gates: All required
43
+ variants are generated, shared behavior is single-sourced, selection rules are deterministic, and every variant
44
+ validates.'
45
+ - 'conflict: Apply declared source precedence; when equally authoritative evidence changes the decision, preserve
46
+ both positions and return the affected output field as unresolved.'
47
+ - 'ambiguity: Isolate ambiguous terms or boundaries, show which stage and output fields they affect, and request
48
+ clarification rather than selecting an unsupported interpretation.'
49
+ - 'abstention: Abstain from template-family-generation when required inputs are absent, the decision rule cannot
50
+ be applied, or evidence cannot satisfy the completion gate.'
51
+ - 'stop: Stop before emitting Template family unless All required variants are generated, shared behavior is single-sourced,
52
+ selection rules are deterministic, and every variant validates.'
53
+ - 'resources: Load family requirements, variation model, approved references, and validation schemas; load each
54
+ reference only for the feature it evidences.'
55
+ - 'transformation: Execute the ordered analytical procedure: 1) derive the invariant template skeleton; 2) model
56
+ variation points and compatibility constraints; 3) generate each variant from shared primitives; 4) validate family
57
+ coherence coverage and non-duplication.'
58
+ - 'output: Populate and validate canonical/schemas/template-family-generation.output.schema.json with required fields
59
+ sharedTemplate, variants, selectionRules, compatibilityMatrix, validationResults; do not replace missing fields
60
+ with prose.'
61
+ - 'traceability: Link every material output field to source identifiers and the analytical stage or decision that
62
+ produced it; retain counterevidence for unresolved results.'
63
+ - 'evaluation: Pass only when the output schema validates, the ordered stages are evidenced, the role decision rule
64
+ was applied, and this completion gate holds: All required variants are generated, shared behavior is single-sourced,
65
+ selection rules are deterministic, and every variant validates.'
66
+ forbiddenBehavior:
67
+ - Do not substitute generic analytical behavior for the role-specific template-family-generation transformation.
68
+ - Do not skip, reorder, or silently collapse the role's declared analytical stages.
69
+ - Do not invent missing evidence, resolve authority conflicts by convenience, or emit a completed result after a
70
+ stop or abstention condition.
71
+ - Do not copy operation-owned ingestion, ledger, or schema-validation mechanics into the role contract.
72
+ traceability:
73
+ materialClaimsRequireSources: true
74
+ ledgerFormat: jsonl
75
+ artifacts: content-addressed
76
+ evaluation:
77
+ criteria:
78
+ - The authoritative transformation and intended output for template-family-generation are preserved.
79
+ - 'Required inputs and the decision rule are satisfied: Keep behavior in the shared primitive when all variants
80
+ require it; create a variant only when a documented selection condition changes structure or obligations.'
81
+ - 'The ordered analytical stages are evidenced and the output completion gate passes: All required variants are
82
+ generated, shared behavior is single-sourced, selection rules are deterministic, and every variant validates.'
83
+ - Conflict, ambiguity, insufficient-evidence, abstention, and stop behavior remain explicit and testable.
@@ -0,0 +1,60 @@
1
+ schemaVersion: "1.0"
2
+ id: antigravity
3
+ version: 1.0.0
4
+ nativeRoot: .agents/skills
5
+ supportedPrimitives:
6
+ - skill
7
+ - workflow
8
+ - rule
9
+ unsupportedPrimitives:
10
+ - command
11
+ - agent
12
+ - extension
13
+ - memory
14
+ capabilities:
15
+ skill: true
16
+ command: false
17
+ agent: false
18
+ workflow: true
19
+ rule: true
20
+ extension: false
21
+ memory: false
22
+ limitations:
23
+ - Canonical behavior remains in generated skills and resources.
24
+ limits:
25
+ maxInitialBytes: 8192
26
+ maxResourceBytes: 1048576
27
+ permissionModel: read-only-default
28
+ provenance:
29
+ sources:
30
+ - docs/prd/product.md
31
+ - .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md
32
+ - https://antigravity.google/changelog
33
+ reviewedAt: 2026-08-02
34
+ reviewBy: 2027-02-02
35
+ reviewer: portable-capabilities
36
+ fallbacks:
37
+ command: skill-resource
38
+ agent: skill-resource
39
+ extension: skill-resource
40
+ memory: skill-resource
41
+ compatibility:
42
+ minimumSupportedVersion: null
43
+ maximumKnownCompatibleVersion: null
44
+ maximumKnownCompatibleRange: null
45
+ testedVersions: []
46
+ outcome: unavailable
47
+ unknownVersionBehavior: fail
48
+ harness:
49
+ identity: antigravity-authoritative-behavioral-harness
50
+ availability: unavailable
51
+ evidence: .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md#environment-probe
52
+ reviewedAt: 2026-07-30
53
+ expiresAt: 2026-10-28
54
+ approval:
55
+ status: approved
56
+ owner: Portable Capabilities maintainers
57
+ approvedAt: 2026-07-30
58
+ latestPublishedVersion: 2.4.3
59
+ releaseSource: https://antigravity.google/changelog
60
+ releaseObservedAt: 2026-07-30
@@ -0,0 +1,65 @@
1
+ schemaVersion: "1.0"
2
+ id: claude-code
3
+ version: 1.0.0
4
+ nativeRoot: .claude/skills
5
+ supportedPrimitives:
6
+ - skill
7
+ - command
8
+ - agent
9
+ unsupportedPrimitives:
10
+ - workflow
11
+ - rule
12
+ - extension
13
+ - memory
14
+ capabilities:
15
+ skill: true
16
+ command: true
17
+ agent: true
18
+ workflow: false
19
+ rule: false
20
+ extension: false
21
+ memory: false
22
+ limitations:
23
+ - Canonical behavior remains in generated skills and resources.
24
+ limits:
25
+ maxInitialBytes: 8192
26
+ maxResourceBytes: 1048576
27
+ permissionModel: read-only-default
28
+ provenance:
29
+ sources:
30
+ - docs/prd/product.md
31
+ - .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md
32
+ - https://www.npmjs.com/package/@anthropic-ai/claude-code
33
+ reviewedAt: 2026-08-02
34
+ reviewBy: 2027-02-02
35
+ reviewer: portable-capabilities
36
+ fallbacks:
37
+ workflow: skill-resource
38
+ rule: skill-resource
39
+ extension: skill-resource
40
+ memory: skill-resource
41
+ compatibility:
42
+ minimumSupportedVersion: 2.1.220
43
+ maximumKnownCompatibleVersion: 2.1.220
44
+ maximumKnownCompatibleRange: ">=2.1.220 <=2.1.220"
45
+ testedVersions:
46
+ - version: 2.1.220
47
+ testedAt: 2026-07-29
48
+ platform: planning-environment
49
+ executable: claude
50
+ evidence: .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md#environment-probe
51
+ outcome: supported
52
+ unknownVersionBehavior: fail
53
+ harness:
54
+ identity: claude-code-generated-package-behavioral-harness
55
+ availability: available
56
+ evidence: packages/conformance/src/tracer/runtime-usability-evidence.json
57
+ reviewedAt: 2026-07-30
58
+ expiresAt: 2026-10-28
59
+ approval:
60
+ status: approved
61
+ owner: Portable Capabilities maintainers
62
+ approvedAt: 2026-07-30
63
+ latestPublishedVersion: 2.1.220
64
+ releaseSource: https://www.npmjs.com/package/@anthropic-ai/claude-code
65
+ releaseObservedAt: 2026-07-30
@@ -0,0 +1,71 @@
1
+ schemaVersion: "1.0"
2
+ id: codex
3
+ version: 1.0.0
4
+ nativeRoot: .agents/skills
5
+ supportedPrimitives:
6
+ - skill
7
+ - agent
8
+ unsupportedPrimitives:
9
+ - command
10
+ - workflow
11
+ - rule
12
+ - extension
13
+ - memory
14
+ capabilities:
15
+ skill: true
16
+ command: false
17
+ agent: true
18
+ workflow: false
19
+ rule: false
20
+ extension: false
21
+ memory: false
22
+ limitations:
23
+ - Canonical behavior remains in generated skills and resources.
24
+ limits:
25
+ maxInitialBytes: 8192
26
+ maxResourceBytes: 1048576
27
+ permissionModel: read-only-default
28
+ provenance:
29
+ sources:
30
+ - docs/prd/product.md
31
+ - .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md
32
+ - https://www.npmjs.com/package/@openai/codex
33
+ reviewedAt: 2026-08-02
34
+ reviewBy: 2027-02-02
35
+ reviewer: portable-capabilities
36
+ fallbacks:
37
+ command: skill-resource
38
+ workflow: skill-resource
39
+ rule: skill-resource
40
+ extension: skill-resource
41
+ memory: skill-resource
42
+ compatibility:
43
+ minimumSupportedVersion: 0.144.4
44
+ maximumKnownCompatibleVersion: 0.146.0
45
+ maximumKnownCompatibleRange: ">=0.144.4 <=0.146.0"
46
+ testedVersions:
47
+ - version: 0.144.4
48
+ testedAt: 2026-07-29
49
+ platform: planning-environment
50
+ executable: codex
51
+ evidence: .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md#environment-probe
52
+ - version: 0.146.0
53
+ testedAt: 2026-07-30
54
+ platform: isolated-temporary-consumer
55
+ executable: codex
56
+ evidence: packages/conformance/src/tracer/runtime-usability-evidence.json
57
+ outcome: supported
58
+ unknownVersionBehavior: fail
59
+ harness:
60
+ identity: codex-generated-package-behavioral-harness
61
+ availability: available
62
+ evidence: packages/conformance/src/tracer/runtime-usability-evidence.json
63
+ reviewedAt: 2026-07-30
64
+ expiresAt: 2026-10-28
65
+ approval:
66
+ status: approved
67
+ owner: Portable Capabilities maintainers
68
+ approvedAt: 2026-07-30
69
+ latestPublishedVersion: 0.146.0
70
+ releaseSource: https://www.npmjs.com/package/@openai/codex
71
+ releaseObservedAt: 2026-07-30
@@ -0,0 +1,67 @@
1
+ schemaVersion: "1.0"
2
+ id: dcode
3
+ version: 1.0.0
4
+ nativeRoot: .dcode/skills
5
+ supportedPrimitives:
6
+ - skill
7
+ unsupportedPrimitives:
8
+ - command
9
+ - agent
10
+ - workflow
11
+ - rule
12
+ - extension
13
+ - memory
14
+ capabilities:
15
+ skill: true
16
+ command: false
17
+ agent: false
18
+ workflow: false
19
+ rule: false
20
+ extension: false
21
+ memory: false
22
+ limitations:
23
+ - Canonical behavior remains in generated skills and resources.
24
+ limits:
25
+ maxInitialBytes: 8192
26
+ maxResourceBytes: 1048576
27
+ permissionModel: read-only-default
28
+ provenance:
29
+ sources:
30
+ - docs/prd/product.md
31
+ - .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md
32
+ - https://github.com/langchain-ai/deepagents/releases
33
+ reviewedAt: 2026-08-02
34
+ reviewBy: 2027-02-02
35
+ reviewer: portable-capabilities
36
+ fallbacks:
37
+ command: skill-resource
38
+ agent: skill-resource
39
+ workflow: skill-resource
40
+ rule: skill-resource
41
+ extension: skill-resource
42
+ memory: skill-resource
43
+ compatibility:
44
+ minimumSupportedVersion: 0.1.38
45
+ maximumKnownCompatibleVersion: 0.1.38
46
+ maximumKnownCompatibleRange: ">=0.1.38 <=0.1.38"
47
+ testedVersions:
48
+ - version: 0.1.38
49
+ testedAt: 2026-07-29
50
+ platform: planning-environment
51
+ executable: dcode
52
+ evidence: .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md#environment-probe
53
+ outcome: unavailable
54
+ unknownVersionBehavior: fail
55
+ harness:
56
+ identity: dcode-authoritative-behavioral-harness
57
+ availability: unavailable
58
+ evidence: .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md#projection-and-harness-implications
59
+ reviewedAt: 2026-07-30
60
+ expiresAt: 2026-10-28
61
+ approval:
62
+ status: approved
63
+ owner: Portable Capabilities maintainers
64
+ approvedAt: 2026-07-30
65
+ latestPublishedVersion: 0.1.50
66
+ releaseSource: https://github.com/langchain-ai/deepagents/releases
67
+ releaseObservedAt: 2026-07-30
@@ -0,0 +1,62 @@
1
+ schemaVersion: "1.0"
2
+ id: oh-my-pi
3
+ version: 1.0.0
4
+ nativeRoot: .pi/skills
5
+ supportedPrimitives:
6
+ - skill
7
+ unsupportedPrimitives:
8
+ - command
9
+ - agent
10
+ - workflow
11
+ - rule
12
+ - extension
13
+ - memory
14
+ capabilities:
15
+ skill: true
16
+ command: false
17
+ agent: false
18
+ workflow: false
19
+ rule: false
20
+ extension: false
21
+ memory: false
22
+ limitations:
23
+ - Canonical behavior remains in generated skills and resources.
24
+ limits:
25
+ maxInitialBytes: 8192
26
+ maxResourceBytes: 1048576
27
+ permissionModel: read-only-default
28
+ provenance:
29
+ sources:
30
+ - docs/prd/product.md
31
+ - .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md
32
+ - https://github.com/can1357/oh-my-pi/releases/latest
33
+ reviewedAt: 2026-08-02
34
+ reviewBy: 2027-02-02
35
+ reviewer: portable-capabilities
36
+ fallbacks:
37
+ command: skill-resource
38
+ agent: skill-resource
39
+ workflow: skill-resource
40
+ rule: skill-resource
41
+ extension: skill-resource
42
+ memory: skill-resource
43
+ compatibility:
44
+ minimumSupportedVersion: null
45
+ maximumKnownCompatibleVersion: null
46
+ maximumKnownCompatibleRange: null
47
+ testedVersions: []
48
+ outcome: unavailable
49
+ unknownVersionBehavior: fail
50
+ harness:
51
+ identity: oh-my-pi-authoritative-behavioral-harness
52
+ availability: unavailable
53
+ evidence: .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md#environment-probe
54
+ reviewedAt: 2026-07-30
55
+ expiresAt: 2026-10-28
56
+ approval:
57
+ status: approved
58
+ owner: Portable Capabilities maintainers
59
+ approvedAt: 2026-07-30
60
+ latestPublishedVersion: 17.2.1
61
+ releaseSource: https://github.com/can1357/oh-my-pi/releases/latest
62
+ releaseObservedAt: 2026-07-30
@@ -0,0 +1,65 @@
1
+ schemaVersion: "1.0"
2
+ id: opencode
3
+ version: 1.0.0
4
+ nativeRoot: .opencode/skills
5
+ supportedPrimitives:
6
+ - skill
7
+ - command
8
+ - agent
9
+ unsupportedPrimitives:
10
+ - workflow
11
+ - rule
12
+ - extension
13
+ - memory
14
+ capabilities:
15
+ skill: true
16
+ command: true
17
+ agent: true
18
+ workflow: false
19
+ rule: false
20
+ extension: false
21
+ memory: false
22
+ limitations:
23
+ - Canonical behavior remains in generated skills and resources.
24
+ limits:
25
+ maxInitialBytes: 8192
26
+ maxResourceBytes: 1048576
27
+ permissionModel: read-only-default
28
+ provenance:
29
+ sources:
30
+ - docs/prd/product.md
31
+ - .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md
32
+ - https://github.com/anomalyco/opencode/releases/latest
33
+ reviewedAt: 2026-08-02
34
+ reviewBy: 2027-02-02
35
+ reviewer: portable-capabilities
36
+ fallbacks:
37
+ workflow: skill-resource
38
+ rule: skill-resource
39
+ extension: skill-resource
40
+ memory: skill-resource
41
+ compatibility:
42
+ minimumSupportedVersion: 1.17.20
43
+ maximumKnownCompatibleVersion: 1.17.20
44
+ maximumKnownCompatibleRange: ">=1.17.20 <=1.17.20"
45
+ testedVersions:
46
+ - version: 1.17.20
47
+ testedAt: 2026-07-29
48
+ platform: planning-environment
49
+ executable: opencode
50
+ evidence: .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md#environment-probe
51
+ outcome: unavailable
52
+ unknownVersionBehavior: fail
53
+ harness:
54
+ identity: opencode-authoritative-behavioral-harness
55
+ availability: unavailable
56
+ evidence: .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md#projection-and-harness-implications
57
+ reviewedAt: 2026-07-30
58
+ expiresAt: 2026-10-28
59
+ approval:
60
+ status: approved
61
+ owner: Portable Capabilities maintainers
62
+ approvedAt: 2026-07-30
63
+ latestPublishedVersion: 1.17.20
64
+ releaseSource: https://github.com/anomalyco/opencode/releases/latest
65
+ releaseObservedAt: 2026-07-30
@@ -0,0 +1,66 @@
1
+ schemaVersion: "1.0"
2
+ id: pi
3
+ version: 1.0.0
4
+ nativeRoot: .pi/skills
5
+ supportedPrimitives:
6
+ - skill
7
+ - extension
8
+ unsupportedPrimitives:
9
+ - command
10
+ - agent
11
+ - workflow
12
+ - rule
13
+ - memory
14
+ capabilities:
15
+ skill: true
16
+ command: false
17
+ agent: false
18
+ workflow: false
19
+ rule: false
20
+ extension: true
21
+ memory: false
22
+ limitations:
23
+ - Canonical behavior remains in generated skills and resources.
24
+ limits:
25
+ maxInitialBytes: 8192
26
+ maxResourceBytes: 1048576
27
+ permissionModel: read-only-default
28
+ provenance:
29
+ sources:
30
+ - docs/prd/product.md
31
+ - .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md
32
+ - https://www.npmjs.com/package/@earendil-works/pi-coding-agent
33
+ reviewedAt: 2026-08-02
34
+ reviewBy: 2027-02-02
35
+ reviewer: portable-capabilities
36
+ fallbacks:
37
+ command: skill-resource
38
+ agent: skill-resource
39
+ workflow: skill-resource
40
+ rule: skill-resource
41
+ memory: skill-resource
42
+ compatibility:
43
+ minimumSupportedVersion: 0.64.0
44
+ maximumKnownCompatibleVersion: 0.64.0
45
+ maximumKnownCompatibleRange: ">=0.64.0 <=0.64.0"
46
+ testedVersions:
47
+ - version: 0.64.0
48
+ testedAt: 2026-07-29
49
+ platform: planning-environment
50
+ executable: pi
51
+ evidence: .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md#environment-probe
52
+ outcome: unavailable
53
+ unknownVersionBehavior: fail
54
+ harness:
55
+ identity: pi-authoritative-behavioral-harness
56
+ availability: unavailable
57
+ evidence: .planning/phases/06.1-runtime-usability-and-behavioral-closure/06.1-COMPATIBILITY-RESEARCH.md#projection-and-harness-implications
58
+ reviewedAt: 2026-07-30
59
+ expiresAt: 2026-10-28
60
+ approval:
61
+ status: approved
62
+ owner: Portable Capabilities maintainers
63
+ approvedAt: 2026-07-30
64
+ latestPublishedVersion: 0.83.0
65
+ releaseSource: https://www.npmjs.com/package/@earendil-works/pi-coding-agent
66
+ releaseObservedAt: 2026-07-30