agentera 0.0.0 → 3.0.0-dev.0
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.
- package/README.md +6 -45
- package/bundle/.agentera-npx-bundle.json +4 -0
- package/bundle/references/adapters/cursor.md +213 -0
- package/bundle/references/adapters/opencode.md +530 -0
- package/bundle/references/adapters/package-manifest-interface-model.yaml +337 -0
- package/bundle/references/adapters/package-registry.yaml +247 -0
- package/bundle/references/adapters/package-surface-characterization.md +48 -0
- package/bundle/references/adapters/runtime-adapter-characterization.md +79 -0
- package/bundle/references/adapters/runtime-adapter-interface-model.yaml +200 -0
- package/bundle/references/adapters/runtime-adapter-registry.yaml +548 -0
- package/bundle/references/adapters/runtime-feature-parity.md +189 -0
- package/bundle/references/analysis/benchmark.md +267 -0
- package/bundle/references/analysis/startup-measurement-contract.yaml +424 -0
- package/bundle/references/artifacts/artifact-registry-interface-model.yaml +288 -0
- package/bundle/references/cli/agent-ready-state-contract.yaml +950 -0
- package/bundle/references/cli/app-lifecycle-vocabulary.yaml +233 -0
- package/bundle/references/cli/audience-namespace-cli-migration.yaml +355 -0
- package/bundle/references/cli/bundle-skill-vocabulary.yaml +278 -0
- package/bundle/references/cli/capability-instruction-contract.yaml +123 -0
- package/bundle/references/cli/capability-tool-classification.yaml +53 -0
- package/bundle/references/cli/routing-execution-vocabulary.yaml +281 -0
- package/bundle/references/cli/update-channels.yaml +120 -0
- package/bundle/references/cli/vocabulary-index.yaml +160 -0
- package/bundle/references/cli/vocabulary.md +562 -0
- package/bundle/references/meta/documentation-inventory.md +43 -0
- package/bundle/references/v1-section-mapping.md +47 -0
- package/bundle/registry.json +39 -0
- package/bundle/skills/agentera/.claude-plugin/plugin.json +27 -0
- package/bundle/skills/agentera/SKILL.md +470 -0
- package/bundle/skills/agentera/agents/dokumentera.toml +6 -0
- package/bundle/skills/agentera/agents/hej.toml +6 -0
- package/bundle/skills/agentera/agents/inspektera.toml +6 -0
- package/bundle/skills/agentera/agents/inspirera.toml +6 -0
- package/bundle/skills/agentera/agents/optimera.toml +6 -0
- package/bundle/skills/agentera/agents/orkestrera.toml +6 -0
- package/bundle/skills/agentera/agents/planera.toml +6 -0
- package/bundle/skills/agentera/agents/profilera.toml +6 -0
- package/bundle/skills/agentera/agents/realisera.toml +6 -0
- package/bundle/skills/agentera/agents/resonera.toml +6 -0
- package/bundle/skills/agentera/agents/visionera.toml +6 -0
- package/bundle/skills/agentera/agents/visualisera.toml +6 -0
- package/bundle/skills/agentera/capabilities/dokumentera/instructions.md +428 -0
- package/bundle/skills/agentera/capabilities/dokumentera/schemas/artifacts.yaml +73 -0
- package/bundle/skills/agentera/capabilities/dokumentera/schemas/exit.yaml +35 -0
- package/bundle/skills/agentera/capabilities/dokumentera/schemas/triggers.yaml +35 -0
- package/bundle/skills/agentera/capabilities/dokumentera/schemas/validation.yaml +139 -0
- package/bundle/skills/agentera/capabilities/hej/instructions.md +331 -0
- package/bundle/skills/agentera/capabilities/hej/schemas/artifacts.yaml +69 -0
- package/bundle/skills/agentera/capabilities/hej/schemas/exit.yaml +32 -0
- package/bundle/skills/agentera/capabilities/hej/schemas/triggers.yaml +58 -0
- package/bundle/skills/agentera/capabilities/hej/schemas/validation.yaml +55 -0
- package/bundle/skills/agentera/capabilities/inspektera/instructions.md +514 -0
- package/bundle/skills/agentera/capabilities/inspektera/schemas/artifacts.yaml +76 -0
- package/bundle/skills/agentera/capabilities/inspektera/schemas/exit.yaml +36 -0
- package/bundle/skills/agentera/capabilities/inspektera/schemas/triggers.yaml +38 -0
- package/bundle/skills/agentera/capabilities/inspektera/schemas/validation.yaml +113 -0
- package/bundle/skills/agentera/capabilities/inspirera/instructions.md +280 -0
- package/bundle/skills/agentera/capabilities/inspirera/schemas/artifacts.yaml +24 -0
- package/bundle/skills/agentera/capabilities/inspirera/schemas/exit.yaml +33 -0
- package/bundle/skills/agentera/capabilities/inspirera/schemas/triggers.yaml +34 -0
- package/bundle/skills/agentera/capabilities/inspirera/schemas/validation.yaml +58 -0
- package/bundle/skills/agentera/capabilities/optimera/instructions.md +437 -0
- package/bundle/skills/agentera/capabilities/optimera/schemas/artifacts.yaml +69 -0
- package/bundle/skills/agentera/capabilities/optimera/schemas/exit.yaml +35 -0
- package/bundle/skills/agentera/capabilities/optimera/schemas/triggers.yaml +39 -0
- package/bundle/skills/agentera/capabilities/optimera/schemas/validation.yaml +91 -0
- package/bundle/skills/agentera/capabilities/orkestrera/instructions.md +433 -0
- package/bundle/skills/agentera/capabilities/orkestrera/schemas/artifacts.yaml +64 -0
- package/bundle/skills/agentera/capabilities/orkestrera/schemas/exit.yaml +34 -0
- package/bundle/skills/agentera/capabilities/orkestrera/schemas/triggers.yaml +42 -0
- package/bundle/skills/agentera/capabilities/orkestrera/schemas/validation.yaml +107 -0
- package/bundle/skills/agentera/capabilities/planera/instructions.md +368 -0
- package/bundle/skills/agentera/capabilities/planera/schemas/artifacts.yaml +62 -0
- package/bundle/skills/agentera/capabilities/planera/schemas/exit.yaml +33 -0
- package/bundle/skills/agentera/capabilities/planera/schemas/triggers.yaml +34 -0
- package/bundle/skills/agentera/capabilities/planera/schemas/validation.yaml +61 -0
- package/bundle/skills/agentera/capabilities/profilera/instructions.md +419 -0
- package/bundle/skills/agentera/capabilities/profilera/schemas/artifacts.yaml +18 -0
- package/bundle/skills/agentera/capabilities/profilera/schemas/exit.yaml +34 -0
- package/bundle/skills/agentera/capabilities/profilera/schemas/triggers.yaml +45 -0
- package/bundle/skills/agentera/capabilities/profilera/schemas/validation.yaml +57 -0
- package/bundle/skills/agentera/capabilities/realisera/instructions.md +403 -0
- package/bundle/skills/agentera/capabilities/realisera/schemas/artifacts.yaml +80 -0
- package/bundle/skills/agentera/capabilities/realisera/schemas/exit.yaml +35 -0
- package/bundle/skills/agentera/capabilities/realisera/schemas/triggers.yaml +39 -0
- package/bundle/skills/agentera/capabilities/realisera/schemas/validation.yaml +110 -0
- package/bundle/skills/agentera/capabilities/resonera/instructions.md +329 -0
- package/bundle/skills/agentera/capabilities/resonera/schemas/artifacts.yaml +47 -0
- package/bundle/skills/agentera/capabilities/resonera/schemas/exit.yaml +35 -0
- package/bundle/skills/agentera/capabilities/resonera/schemas/triggers.yaml +46 -0
- package/bundle/skills/agentera/capabilities/resonera/schemas/validation.yaml +77 -0
- package/bundle/skills/agentera/capabilities/visionera/instructions.md +309 -0
- package/bundle/skills/agentera/capabilities/visionera/schemas/artifacts.yaml +57 -0
- package/bundle/skills/agentera/capabilities/visionera/schemas/exit.yaml +35 -0
- package/bundle/skills/agentera/capabilities/visionera/schemas/triggers.yaml +41 -0
- package/bundle/skills/agentera/capabilities/visionera/schemas/validation.yaml +74 -0
- package/bundle/skills/agentera/capabilities/visualisera/instructions.md +400 -0
- package/bundle/skills/agentera/capabilities/visualisera/schemas/artifacts.yaml +44 -0
- package/bundle/skills/agentera/capabilities/visualisera/schemas/exit.yaml +34 -0
- package/bundle/skills/agentera/capabilities/visualisera/schemas/triggers.yaml +33 -0
- package/bundle/skills/agentera/capabilities/visualisera/schemas/validation.yaml +80 -0
- package/bundle/skills/agentera/capability_schema_contract.yaml +385 -0
- package/bundle/skills/agentera/protocol.yaml +463 -0
- package/bundle/skills/agentera/references/contract.md +1039 -0
- package/bundle/skills/agentera/schemas/artifacts/changelog.yaml +60 -0
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +461 -0
- package/bundle/skills/agentera/schemas/artifacts/design.yaml +55 -0
- package/bundle/skills/agentera/schemas/artifacts/docs.yaml +402 -0
- package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +373 -0
- package/bundle/skills/agentera/schemas/artifacts/health.yaml +484 -0
- package/bundle/skills/agentera/schemas/artifacts/objective.yaml +399 -0
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +342 -0
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +325 -0
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +110 -0
- package/bundle/skills/agentera/schemas/artifacts/vision.yaml +262 -0
- package/bundle/skills/hej/.claude-plugin/plugin.json +6 -0
- package/bundle/skills/hej/SKILL.md +69 -0
- package/bundle/skills/hej/agents/hej.toml +11 -0
- package/bundle/skills/hej/agents/openai.yaml +8 -0
- package/dist/analytics/extractCorpus.js +1791 -0
- package/dist/analytics/extractCorpus.js.map +1 -0
- package/dist/analytics/usageStats.js +487 -0
- package/dist/analytics/usageStats.js.map +1 -0
- package/dist/bin/agentera.js +4 -0
- package/dist/bin/agentera.js.map +1 -0
- package/dist/cli/appContext.js +226 -0
- package/dist/cli/appContext.js.map +1 -0
- package/dist/cli/argvalidate.js +41 -0
- package/dist/cli/argvalidate.js.map +1 -0
- package/dist/cli/capabilityContext.js +2421 -0
- package/dist/cli/capabilityContext.js.map +1 -0
- package/dist/cli/commands/backfill.js +84 -0
- package/dist/cli/commands/backfill.js.map +1 -0
- package/dist/cli/commands/capability.js +44 -0
- package/dist/cli/commands/capability.js.map +1 -0
- package/dist/cli/commands/compact.js +148 -0
- package/dist/cli/commands/compact.js.map +1 -0
- package/dist/cli/commands/doctor.js +180 -0
- package/dist/cli/commands/doctor.js.map +1 -0
- package/dist/cli/commands/lint.js +179 -0
- package/dist/cli/commands/lint.js.map +1 -0
- package/dist/cli/commands/prime.js +545 -0
- package/dist/cli/commands/prime.js.map +1 -0
- package/dist/cli/commands/query.js +346 -0
- package/dist/cli/commands/query.js.map +1 -0
- package/dist/cli/commands/report.js +210 -0
- package/dist/cli/commands/report.js.map +1 -0
- package/dist/cli/commands/schema.js +306 -0
- package/dist/cli/commands/schema.js.map +1 -0
- package/dist/cli/commands/state.js +1012 -0
- package/dist/cli/commands/state.js.map +1 -0
- package/dist/cli/commands/upgrade.js +49 -0
- package/dist/cli/commands/upgrade.js.map +1 -0
- package/dist/cli/commands/validate.js +519 -0
- package/dist/cli/commands/validate.js.map +1 -0
- package/dist/cli/commands/verify.js +204 -0
- package/dist/cli/commands/verify.js.map +1 -0
- package/dist/cli/dispatch.js +962 -0
- package/dist/cli/dispatch.js.map +1 -0
- package/dist/cli/orientation.js +595 -0
- package/dist/cli/orientation.js.map +1 -0
- package/dist/cli/prime-blob.js +3 -0
- package/dist/cli/prime-blob.js.map +1 -0
- package/dist/cli/stateQuery.js +292 -0
- package/dist/cli/stateQuery.js.map +1 -0
- package/dist/cli/structured.js +18 -0
- package/dist/cli/structured.js.map +1 -0
- package/dist/core/difflib.js +274 -0
- package/dist/core/difflib.js.map +1 -0
- package/dist/core/git.js +43 -0
- package/dist/core/git.js.map +1 -0
- package/dist/core/paths.js +50 -0
- package/dist/core/paths.js.map +1 -0
- package/dist/core/pyjson.js +101 -0
- package/dist/core/pyjson.js.map +1 -0
- package/dist/core/sourceRoot.js +72 -0
- package/dist/core/sourceRoot.js.map +1 -0
- package/dist/core/toml.js +11 -0
- package/dist/core/toml.js.map +1 -0
- package/dist/core/yaml.js +25 -0
- package/dist/core/yaml.js.map +1 -0
- package/dist/eval/evalSkills.js +258 -0
- package/dist/eval/evalSkills.js.map +1 -0
- package/dist/eval/semanticEval.js +148 -0
- package/dist/eval/semanticEval.js.map +1 -0
- package/dist/eval/semanticFixtures.js +227 -0
- package/dist/eval/semanticFixtures.js.map +1 -0
- package/dist/hooks/common.js +160 -0
- package/dist/hooks/common.js.map +1 -0
- package/dist/hooks/compaction.js +935 -0
- package/dist/hooks/compaction.js.map +1 -0
- package/dist/hooks/cursorPreToolUse.js +19 -0
- package/dist/hooks/cursorPreToolUse.js.map +1 -0
- package/dist/hooks/cursorSessionStart.js +71 -0
- package/dist/hooks/cursorSessionStart.js.map +1 -0
- package/dist/hooks/sessionStart.js +209 -0
- package/dist/hooks/sessionStart.js.map +1 -0
- package/dist/hooks/sessionStop.js +212 -0
- package/dist/hooks/sessionStop.js.map +1 -0
- package/dist/hooks/validateArtifact.js +933 -0
- package/dist/hooks/validateArtifact.js.map +1 -0
- package/dist/registries/artifactRegistry.js +206 -0
- package/dist/registries/artifactRegistry.js.map +1 -0
- package/dist/registries/capabilityContract.js +310 -0
- package/dist/registries/capabilityContract.js.map +1 -0
- package/dist/registries/packageRegistry.js +641 -0
- package/dist/registries/packageRegistry.js.map +1 -0
- package/dist/registries/runtimeAdapterRegistry.js +315 -0
- package/dist/registries/runtimeAdapterRegistry.js.map +1 -0
- package/dist/setup/codex.js +1052 -0
- package/dist/setup/codex.js.map +1 -0
- package/dist/setup/copilot.js +227 -0
- package/dist/setup/copilot.js.map +1 -0
- package/dist/setup/cursor.js +127 -0
- package/dist/setup/cursor.js.map +1 -0
- package/dist/setup/doctor.js +1269 -0
- package/dist/setup/doctor.js.map +1 -0
- package/dist/state/installRoot.js +279 -0
- package/dist/state/installRoot.js.map +1 -0
- package/dist/state/progressCommit.js +289 -0
- package/dist/state/progressCommit.js.map +1 -0
- package/dist/state/startupAnalysis.js +1953 -0
- package/dist/state/startupAnalysis.js.map +1 -0
- package/dist/upgrade/appModel.js +189 -0
- package/dist/upgrade/appModel.js.map +1 -0
- package/dist/upgrade/channels.js +197 -0
- package/dist/upgrade/channels.js.map +1 -0
- package/dist/upgrade/compatibility.js +197 -0
- package/dist/upgrade/compatibility.js.map +1 -0
- package/dist/upgrade/doctor.js +368 -0
- package/dist/upgrade/doctor.js.map +1 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js +412 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +1 -0
- package/dist/upgrade/upgradeCommands.js +40 -0
- package/dist/upgrade/upgradeCommands.js.map +1 -0
- package/dist/upgrade/upgradeOrchestrator.js +280 -0
- package/dist/upgrade/upgradeOrchestrator.js.map +1 -0
- package/dist/validate/appHomeContract.js +150 -0
- package/dist/validate/appHomeContract.js.map +1 -0
- package/dist/validate/capability.js +412 -0
- package/dist/validate/capability.js.map +1 -0
- package/dist/validate/crossCapability.js +145 -0
- package/dist/validate/crossCapability.js.map +1 -0
- package/dist/validate/lifecycleAdapters.js +772 -0
- package/dist/validate/lifecycleAdapters.js.map +1 -0
- package/dist/validate/selfAudit.js +107 -0
- package/dist/validate/selfAudit.js.map +1 -0
- package/package.json +28 -8
- package/LICENSE +0 -201
- package/bin/agentera.mjs +0 -50
- package/lib/exec.mjs +0 -116
- package/lib/resolve.mjs +0 -129
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# Runtime Adapter Characterization
|
|
2
|
+
|
|
3
|
+
Task 2 of `Deepen RuntimeAdapter Registry` records current behavior before any
|
|
4
|
+
registry extraction. This is a characterization artifact, not the new registry.
|
|
5
|
+
|
|
6
|
+
## Doctor Output
|
|
7
|
+
|
|
8
|
+
Current JSON envelope fields are `schemaVersion`, `ok`, `installRoot`,
|
|
9
|
+
`runtimes`, `summary`, and `smoke`. Each runtime result exposes `runtime`,
|
|
10
|
+
`status`, `available`, `binary`, and `checks`. Each check exposes `name`,
|
|
11
|
+
`status`, `message`, `source`, `path`, `gap`, and `details`.
|
|
12
|
+
|
|
13
|
+
Primary pass messages by runtime:
|
|
14
|
+
|
|
15
|
+
| Runtime | Primary check | Status | Message | Diagnostic label |
|
|
16
|
+
|---------|---------------|--------|---------|------------------|
|
|
17
|
+
| Claude Code | `CLAUDE_PLUGIN_ROOT` | `pass` | `runtime can reach shared Agentera helper scripts` | none |
|
|
18
|
+
| OpenCode | `plugin_file` | `pass` | `OpenCode plugin file is present` | none |
|
|
19
|
+
| Copilot CLI | `AGENTERA_HOME` | `pass` | `runtime can reach shared Agentera helper scripts` | none |
|
|
20
|
+
| Codex CLI | `config.AGENTERA_HOME` | `pass` | `runtime can reach shared Agentera helper scripts` | none |
|
|
21
|
+
|
|
22
|
+
Current diagnostic labels that are intentionally public are `user_environment`,
|
|
23
|
+
`runtime_config`, `bundle_packaging`, `command_drift`, `skill_path_drift`, and
|
|
24
|
+
`validation_drift`.
|
|
25
|
+
|
|
26
|
+
## Upgrade Planning
|
|
27
|
+
|
|
28
|
+
Runtime-phase items currently expose `runtime`, `action`, `target`, `status`,
|
|
29
|
+
and `message`; copy operations also expose `source`, and configure operations
|
|
30
|
+
carry private `newText` until public JSON rendering strips it.
|
|
31
|
+
|
|
32
|
+
Characterized runtime actions:
|
|
33
|
+
|
|
34
|
+
| Runtime | Action | Target | Dry-run status | Apply behavior |
|
|
35
|
+
|---------|--------|--------|----------------|----------------|
|
|
36
|
+
| Claude Code | `configure` | none | `noop` | no local config write |
|
|
37
|
+
| Codex CLI | `configure` | `~/.codex/config.toml` | `pending` | writes config, then reports `runtime update applied` |
|
|
38
|
+
| Codex CLI | `copy-hooks` | `~/.codex/hooks.json` | `pending` | copies hooks, then reports `runtime update applied` |
|
|
39
|
+
| Codex CLI | `copy-agent` | `~/.codex/agents/*.toml` | `pending` | copies managed capability descriptors, then reports `runtime update applied` |
|
|
40
|
+
| Copilot CLI | `configure` | none | `noop` | no local config write; use per-invocation `AGENTERA_HOME` |
|
|
41
|
+
| OpenCode | `copy-plugin` | `~/.config/opencode/plugins/agentera.js` | `pending` | copies plugin, then reports `runtime update applied` |
|
|
42
|
+
| OpenCode | `copy-agent` | `~/.config/opencode/agents/*.md` | `pending` | copies managed capability descriptors, then reports `runtime update applied` |
|
|
43
|
+
|
|
44
|
+
Package-phase items currently expose `runtime`, `action`, `command`, `status`,
|
|
45
|
+
and `message`. Without `--update-packages`, package items are `skipped`; with it,
|
|
46
|
+
Claude Code and OpenCode package commands become `pending` and apply through the
|
|
47
|
+
external command runner. Copilot CLI and Codex CLI have no package command item in
|
|
48
|
+
the current upgrade phase.
|
|
49
|
+
|
|
50
|
+
## Lifecycle Validation
|
|
51
|
+
|
|
52
|
+
Current pass output from `scripts/validate_lifecycle_adapters.py` is exactly:
|
|
53
|
+
|
|
54
|
+
```text
|
|
55
|
+
lifecycle adapter metadata ok
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Current failure output begins with:
|
|
59
|
+
|
|
60
|
+
```text
|
|
61
|
+
lifecycle adapter validation failed:
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
Representative fail messages are characterized in `tests/test_runtime_adapters.py`:
|
|
65
|
+
Copilot stale `lifecycleHooks`, unsupported hook event files, missing `preToolUse`
|
|
66
|
+
artifact validation, Codex unsupported status values, malformed event containers,
|
|
67
|
+
missing supported-event declarations, missing unsupported-event declarations, and
|
|
68
|
+
missing `codex_hooks` limitation text.
|
|
69
|
+
|
|
70
|
+
## Drift Inventory
|
|
71
|
+
|
|
72
|
+
| Drift point | Decision | Before-migration handling |
|
|
73
|
+
|-------------|----------|---------------------------|
|
|
74
|
+
| duplicated runtime order appears in doctor, upgrade, and tests | `standardize` | Later registry extraction should define one runtime order and have consumers read it. |
|
|
75
|
+
| upgrade package phase only manages Claude Code and OpenCode | `preserve` | This is current behavior, not a registry gap; Copilot CLI and Codex CLI package command support is separate future work. |
|
|
76
|
+
| Codex supports hook events but shipped config wires only apply_patch validation | `preserve` | Keep the distinction between host support and shipped Agentera wiring. |
|
|
77
|
+
| Claude lifecycle behavior is validated through native hook files, not lifecycle metadata | `defer` | Do not invent Claude lifecycle metadata in Task 2; decide during registry interface design. |
|
|
78
|
+
| OpenCode session preload observes `session.created` but has no verified context injection path | `preserve` | Keep degraded preload semantics in docs and diagnostics. |
|
|
79
|
+
| hard-gate docs only claim blocking for reconstructable OpenCode and Copilot candidates | `preserve` | Keep scoped claims; do not standardize to full hard-gate parity. |
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
interface: RuntimeAdapter
|
|
2
|
+
status: design_contract
|
|
3
|
+
purpose: >-
|
|
4
|
+
Define the runtime-owned facts that a later registry Module may expose without
|
|
5
|
+
absorbing package metadata, app-home classification, or caller behavior.
|
|
6
|
+
record:
|
|
7
|
+
required_groups:
|
|
8
|
+
- identity
|
|
9
|
+
- host_detection
|
|
10
|
+
- lifecycle_events
|
|
11
|
+
- artifact_validation
|
|
12
|
+
- subagent_dispatch
|
|
13
|
+
- config_targets
|
|
14
|
+
- diagnostics
|
|
15
|
+
- documentation_claims
|
|
16
|
+
groups:
|
|
17
|
+
identity:
|
|
18
|
+
type: object
|
|
19
|
+
owns:
|
|
20
|
+
- runtime_id
|
|
21
|
+
- display_name
|
|
22
|
+
- adapter_family
|
|
23
|
+
- support_status
|
|
24
|
+
required_fields:
|
|
25
|
+
runtime_id: string
|
|
26
|
+
display_name: string
|
|
27
|
+
adapter_family: string
|
|
28
|
+
support_status: enum
|
|
29
|
+
host_detection:
|
|
30
|
+
type: object
|
|
31
|
+
owns:
|
|
32
|
+
- binary_names
|
|
33
|
+
- host_config_locations
|
|
34
|
+
- availability_probe_label
|
|
35
|
+
required_fields:
|
|
36
|
+
binary_names: list[string]
|
|
37
|
+
host_config_locations: list[string]
|
|
38
|
+
availability_probe_label: string
|
|
39
|
+
lifecycle_events:
|
|
40
|
+
type: object
|
|
41
|
+
owns:
|
|
42
|
+
- supported_events
|
|
43
|
+
- unsupported_events
|
|
44
|
+
- event_status
|
|
45
|
+
- limitations
|
|
46
|
+
required_fields:
|
|
47
|
+
supported_events: list[string]
|
|
48
|
+
unsupported_events: list[string]
|
|
49
|
+
event_status: map[string,string]
|
|
50
|
+
limitations: list[string]
|
|
51
|
+
artifact_validation:
|
|
52
|
+
type: object
|
|
53
|
+
owns:
|
|
54
|
+
- validation_events
|
|
55
|
+
- hard_gate_claims
|
|
56
|
+
- payload_reconstruction_limitations
|
|
57
|
+
required_fields:
|
|
58
|
+
validation_events: list[string]
|
|
59
|
+
hard_gate_claims: list[string]
|
|
60
|
+
payload_reconstruction_limitations: list[string]
|
|
61
|
+
subagent_dispatch:
|
|
62
|
+
type: object
|
|
63
|
+
owns:
|
|
64
|
+
- mechanism
|
|
65
|
+
- setup_targets
|
|
66
|
+
- descriptor_sources
|
|
67
|
+
- invocation_pattern
|
|
68
|
+
- limitations
|
|
69
|
+
- tool_configuration
|
|
70
|
+
required_fields:
|
|
71
|
+
mechanism: string
|
|
72
|
+
setup_targets: list[string]
|
|
73
|
+
descriptor_sources: list[string]
|
|
74
|
+
invocation_pattern: string
|
|
75
|
+
limitations: list[string]
|
|
76
|
+
config_targets:
|
|
77
|
+
type: object
|
|
78
|
+
owns:
|
|
79
|
+
- runtime_config_files
|
|
80
|
+
- hook_targets
|
|
81
|
+
- plugin_targets
|
|
82
|
+
- environment_exports
|
|
83
|
+
- write_safety_labels
|
|
84
|
+
required_fields:
|
|
85
|
+
runtime_config_files: list[string]
|
|
86
|
+
hook_targets: list[string]
|
|
87
|
+
plugin_targets: list[string]
|
|
88
|
+
environment_exports: list[string]
|
|
89
|
+
write_safety_labels: list[string]
|
|
90
|
+
diagnostics:
|
|
91
|
+
type: object
|
|
92
|
+
owns:
|
|
93
|
+
- check_names
|
|
94
|
+
- status_labels
|
|
95
|
+
- gap_labels
|
|
96
|
+
- primary_messages
|
|
97
|
+
required_fields:
|
|
98
|
+
check_names: list[string]
|
|
99
|
+
status_labels: list[string]
|
|
100
|
+
gap_labels: list[string]
|
|
101
|
+
primary_messages: list[string]
|
|
102
|
+
documentation_claims:
|
|
103
|
+
type: object
|
|
104
|
+
owns:
|
|
105
|
+
- reference_paths
|
|
106
|
+
- parity_claims
|
|
107
|
+
- install_claims
|
|
108
|
+
- known_drifts
|
|
109
|
+
required_fields:
|
|
110
|
+
reference_paths: list[string]
|
|
111
|
+
parity_claims: list[string]
|
|
112
|
+
install_claims: list[string]
|
|
113
|
+
known_drifts: list[string]
|
|
114
|
+
ownership:
|
|
115
|
+
runtime_adapter_owns:
|
|
116
|
+
- runtime identity and display labels
|
|
117
|
+
- host detection facts used by runtime-facing consumers
|
|
118
|
+
- lifecycle event support and limitations
|
|
119
|
+
- artifact validation support claims
|
|
120
|
+
- runtime-native subagent dispatch descriptor and invocation facts
|
|
121
|
+
- runtime config, hook, plugin, and environment target paths
|
|
122
|
+
- diagnostic check names, statuses, gaps, and messages
|
|
123
|
+
- adapter documentation parity and known-mismatch claims
|
|
124
|
+
package_metadata_out_of_scope:
|
|
125
|
+
owner: package_manifest_registry
|
|
126
|
+
deferred_todo: arch-package-manifest-registry
|
|
127
|
+
facts:
|
|
128
|
+
- version_authority
|
|
129
|
+
- package_manifest_schemas
|
|
130
|
+
- shared_package_paths
|
|
131
|
+
- release_metadata
|
|
132
|
+
install_root_out_of_scope:
|
|
133
|
+
owner: scripts/install_root.py
|
|
134
|
+
facts:
|
|
135
|
+
- AGENTERA_HOME precedence
|
|
136
|
+
- default app home
|
|
137
|
+
- managed classification
|
|
138
|
+
- stale classification
|
|
139
|
+
- unmanaged classification
|
|
140
|
+
- app-home diagnostics
|
|
141
|
+
consumer_permissions:
|
|
142
|
+
lifecycle_validation:
|
|
143
|
+
allowed_groups:
|
|
144
|
+
- identity
|
|
145
|
+
- lifecycle_events
|
|
146
|
+
- artifact_validation
|
|
147
|
+
- subagent_dispatch
|
|
148
|
+
- documentation_claims
|
|
149
|
+
forbidden_ownership:
|
|
150
|
+
- package_metadata_out_of_scope
|
|
151
|
+
- install_root_out_of_scope
|
|
152
|
+
doctor:
|
|
153
|
+
allowed_groups:
|
|
154
|
+
- identity
|
|
155
|
+
- host_detection
|
|
156
|
+
- config_targets
|
|
157
|
+
- diagnostics
|
|
158
|
+
- documentation_claims
|
|
159
|
+
forbidden_ownership:
|
|
160
|
+
- package_metadata_out_of_scope
|
|
161
|
+
- install_root_out_of_scope
|
|
162
|
+
upgrade:
|
|
163
|
+
allowed_groups:
|
|
164
|
+
- identity
|
|
165
|
+
- host_detection
|
|
166
|
+
- subagent_dispatch
|
|
167
|
+
- config_targets
|
|
168
|
+
- diagnostics
|
|
169
|
+
forbidden_ownership:
|
|
170
|
+
- package_metadata_out_of_scope
|
|
171
|
+
- install_root_out_of_scope
|
|
172
|
+
docs:
|
|
173
|
+
allowed_groups:
|
|
174
|
+
- identity
|
|
175
|
+
- lifecycle_events
|
|
176
|
+
- artifact_validation
|
|
177
|
+
- subagent_dispatch
|
|
178
|
+
- config_targets
|
|
179
|
+
- diagnostics
|
|
180
|
+
- documentation_claims
|
|
181
|
+
forbidden_ownership:
|
|
182
|
+
- package_metadata_out_of_scope
|
|
183
|
+
- install_root_out_of_scope
|
|
184
|
+
tests:
|
|
185
|
+
allowed_groups:
|
|
186
|
+
- identity
|
|
187
|
+
- host_detection
|
|
188
|
+
- lifecycle_events
|
|
189
|
+
- artifact_validation
|
|
190
|
+
- subagent_dispatch
|
|
191
|
+
- config_targets
|
|
192
|
+
- diagnostics
|
|
193
|
+
- documentation_claims
|
|
194
|
+
forbidden_ownership:
|
|
195
|
+
- package_metadata_out_of_scope
|
|
196
|
+
- install_root_out_of_scope
|
|
197
|
+
non_goals:
|
|
198
|
+
- Do not introduce an executable RuntimeAdapter registry Module in this task.
|
|
199
|
+
- Do not migrate lifecycle validation, doctor, upgrade, docs, or runtime tests to consume a registry in this task.
|
|
200
|
+
- Do not change app-home classification, package metadata validation, artifact write validation, or live runtime behavior.
|