agentera 0.0.0 → 3.0.0-dev.1
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 +241 -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 +147 -0
- package/bundle/references/cli/vocabulary-index.yaml +160 -0
- package/bundle/references/cli/vocabulary.md +566 -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 +544 -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 +48 -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 +958 -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 +1056 -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 +1276 -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 +208 -0
- package/dist/upgrade/channels.js.map +1 -0
- package/dist/upgrade/compatibility.js +201 -0
- package/dist/upgrade/compatibility.js.map +1 -0
- package/dist/upgrade/doctor.js +373 -0
- package/dist/upgrade/doctor.js.map +1 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js +332 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +1 -0
- package/dist/upgrade/runtimeMigration.js +484 -0
- package/dist/upgrade/runtimeMigration.js.map +1 -0
- package/dist/upgrade/upgradeCommands.js +36 -0
- package/dist/upgrade/upgradeCommands.js.map +1 -0
- package/dist/upgrade/upgradeOrchestrator.js +299 -0
- package/dist/upgrade/upgradeOrchestrator.js.map +1 -0
- package/dist/upgrade/versionResolution.js +179 -0
- package/dist/upgrade/versionResolution.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,288 @@
|
|
|
1
|
+
interface: ArtifactRegistry
|
|
2
|
+
status: design_contract
|
|
3
|
+
purpose: >-
|
|
4
|
+
Define the canonical artifact identity Interface before introducing a loader,
|
|
5
|
+
consumer migration, or capability-local schema migration. Canonical artifact
|
|
6
|
+
schema metadata remains the persisted authority; this model defines the shape
|
|
7
|
+
and ownership rules those schemas must satisfy.
|
|
8
|
+
source_of_truth:
|
|
9
|
+
persisted_authority: skills/agentera/schemas/artifacts/*.yaml meta
|
|
10
|
+
artifact_id_field: meta.name
|
|
11
|
+
default_path_field: meta.path
|
|
12
|
+
producer_field: meta.producer
|
|
13
|
+
consumers_field: meta.consumers
|
|
14
|
+
artifact_type_field: meta.artifact_type
|
|
15
|
+
added_contract_fields:
|
|
16
|
+
display_name: >-
|
|
17
|
+
Human-facing canonical artifact name used by capability schemas, docs.yaml
|
|
18
|
+
mapping keys, validators, and bounded CLI override lookup.
|
|
19
|
+
scope: >-
|
|
20
|
+
Where the artifact lives and how path overrides may apply.
|
|
21
|
+
path_template: >-
|
|
22
|
+
Structured path facts when meta.path contains a placeholder or points to a
|
|
23
|
+
global, archive, or local-harness location.
|
|
24
|
+
single_authority_rule: >-
|
|
25
|
+
Consumers may project these facts into views, but must not maintain separate
|
|
26
|
+
display-name, default-path, producer, consumer, scope, type, or special-case
|
|
27
|
+
maps outside this registry Interface and runtime docs.yaml override loading.
|
|
28
|
+
record:
|
|
29
|
+
required_groups:
|
|
30
|
+
- identity
|
|
31
|
+
- default_location
|
|
32
|
+
- relationships
|
|
33
|
+
- override_semantics
|
|
34
|
+
- capability_reference
|
|
35
|
+
- special_cases
|
|
36
|
+
groups:
|
|
37
|
+
identity:
|
|
38
|
+
type: object
|
|
39
|
+
owns:
|
|
40
|
+
- artifact ID
|
|
41
|
+
- display name
|
|
42
|
+
- artifact type
|
|
43
|
+
- artifact scope
|
|
44
|
+
required_fields:
|
|
45
|
+
artifact_id: string
|
|
46
|
+
display_name: string
|
|
47
|
+
artifact_type: enum
|
|
48
|
+
scope: enum
|
|
49
|
+
default_location:
|
|
50
|
+
type: object
|
|
51
|
+
owns:
|
|
52
|
+
- default path
|
|
53
|
+
- path-template placeholder facts
|
|
54
|
+
- path resolution phase
|
|
55
|
+
required_fields:
|
|
56
|
+
default_path: string
|
|
57
|
+
path_template: object|null
|
|
58
|
+
resolved_after_identity_lookup: boolean
|
|
59
|
+
relationships:
|
|
60
|
+
type: object
|
|
61
|
+
owns:
|
|
62
|
+
- producer capability IDs
|
|
63
|
+
- consumer capability IDs
|
|
64
|
+
required_fields:
|
|
65
|
+
producers: list[string]
|
|
66
|
+
consumers: list[string]
|
|
67
|
+
override_semantics:
|
|
68
|
+
type: object
|
|
69
|
+
owns:
|
|
70
|
+
- docs.yaml precedence boundaries
|
|
71
|
+
- project-local override eligibility
|
|
72
|
+
required_fields:
|
|
73
|
+
docs_yaml_can_override_path: boolean
|
|
74
|
+
docs_yaml_can_define_identity: boolean
|
|
75
|
+
forbidden_docs_yaml_authority: list[string]
|
|
76
|
+
capability_reference:
|
|
77
|
+
type: object
|
|
78
|
+
owns:
|
|
79
|
+
- capability-local artifact reference shape
|
|
80
|
+
- local usage role vocabulary
|
|
81
|
+
- optional role-specific description rule
|
|
82
|
+
required_fields:
|
|
83
|
+
artifact_id_field: string
|
|
84
|
+
local_role_field: string
|
|
85
|
+
local_role_values: list[string]
|
|
86
|
+
description_required: boolean
|
|
87
|
+
special_cases:
|
|
88
|
+
type: object
|
|
89
|
+
owns:
|
|
90
|
+
- global profile artifact
|
|
91
|
+
- plan archive artifact
|
|
92
|
+
- optimera harness path
|
|
93
|
+
- objective-scoped path placeholders
|
|
94
|
+
- global/local/project-root/project-agent-state distinctions
|
|
95
|
+
required_fields:
|
|
96
|
+
cases: list[object]
|
|
97
|
+
owned_enums:
|
|
98
|
+
artifact_type:
|
|
99
|
+
- human_facing
|
|
100
|
+
- agent_facing
|
|
101
|
+
- global_user_state
|
|
102
|
+
- archive
|
|
103
|
+
- local_harness
|
|
104
|
+
- cli_context
|
|
105
|
+
scope:
|
|
106
|
+
- project_root
|
|
107
|
+
- project_agent_state
|
|
108
|
+
- global_user_state
|
|
109
|
+
- archive
|
|
110
|
+
- objective_scoped
|
|
111
|
+
- local_harness
|
|
112
|
+
- cli_context
|
|
113
|
+
local_usage_role:
|
|
114
|
+
- produces
|
|
115
|
+
- consumes
|
|
116
|
+
- produces_and_consumes
|
|
117
|
+
docs_yaml_precedence:
|
|
118
|
+
owns:
|
|
119
|
+
- project-local path mapping overrides for known registry display names
|
|
120
|
+
- documentation index and producer notes for human docs state
|
|
121
|
+
does_not_own:
|
|
122
|
+
- canonical artifact IDs
|
|
123
|
+
- display names
|
|
124
|
+
- default paths
|
|
125
|
+
- producers
|
|
126
|
+
- consumers
|
|
127
|
+
- artifact type
|
|
128
|
+
- scope
|
|
129
|
+
- path-template semantics
|
|
130
|
+
resolution_order:
|
|
131
|
+
- Load canonical artifact identity from registry facts.
|
|
132
|
+
- Match docs.yaml mapping by known display_name only.
|
|
133
|
+
- Apply mapping path only when docs_yaml_can_override_path is true.
|
|
134
|
+
- Resolve placeholders or global environment defaults after identity lookup.
|
|
135
|
+
unknown_mapping_rule: >-
|
|
136
|
+
A docs.yaml mapping entry that does not match a known registry display_name
|
|
137
|
+
remains documentation/runtime mapping data only; it must not create a
|
|
138
|
+
canonical artifact ID or relationship.
|
|
139
|
+
capability_local_reference_shape:
|
|
140
|
+
canonical_reference:
|
|
141
|
+
artifact_id: string
|
|
142
|
+
local_role: enum[produces, consumes, produces_and_consumes]
|
|
143
|
+
description: optional string
|
|
144
|
+
forbidden_repetition:
|
|
145
|
+
- canonical display_name
|
|
146
|
+
- canonical default_path
|
|
147
|
+
- canonical producers
|
|
148
|
+
- canonical consumers
|
|
149
|
+
- canonical artifact_type
|
|
150
|
+
- canonical scope
|
|
151
|
+
description_rule: >-
|
|
152
|
+
Capability-local descriptions may explain how the capability uses the
|
|
153
|
+
artifact, but must not restate canonical paths, producer lists, consumer
|
|
154
|
+
lists, or special-case path semantics.
|
|
155
|
+
required_artifact_identities:
|
|
156
|
+
project_agent_state:
|
|
157
|
+
- artifact_id: plan
|
|
158
|
+
display_name: PLAN.md
|
|
159
|
+
default_path: .agentera/plan.yaml
|
|
160
|
+
- artifact_id: progress
|
|
161
|
+
display_name: PROGRESS.md
|
|
162
|
+
default_path: .agentera/progress.yaml
|
|
163
|
+
- artifact_id: docs
|
|
164
|
+
display_name: DOCS.md
|
|
165
|
+
default_path: .agentera/docs.yaml
|
|
166
|
+
- artifact_id: decisions
|
|
167
|
+
display_name: DECISIONS.md
|
|
168
|
+
default_path: .agentera/decisions.yaml
|
|
169
|
+
- artifact_id: health
|
|
170
|
+
display_name: HEALTH.md
|
|
171
|
+
default_path: .agentera/health.yaml
|
|
172
|
+
- artifact_id: vision
|
|
173
|
+
display_name: VISION.md
|
|
174
|
+
default_path: .agentera/vision.yaml
|
|
175
|
+
project_root:
|
|
176
|
+
- artifact_id: todo
|
|
177
|
+
display_name: TODO.md
|
|
178
|
+
default_path: TODO.md
|
|
179
|
+
- artifact_id: changelog
|
|
180
|
+
display_name: CHANGELOG.md
|
|
181
|
+
default_path: CHANGELOG.md
|
|
182
|
+
- artifact_id: design
|
|
183
|
+
display_name: DESIGN.md
|
|
184
|
+
default_path: DESIGN.md
|
|
185
|
+
objective_scoped:
|
|
186
|
+
- artifact_id: objective
|
|
187
|
+
display_name: OBJECTIVE.md
|
|
188
|
+
default_path: .agentera/optimera/<name>/objective.yaml
|
|
189
|
+
path_template:
|
|
190
|
+
placeholder: <name>
|
|
191
|
+
meaning: active objective directory name
|
|
192
|
+
aliases_rejected_after_migration:
|
|
193
|
+
- <objective-name>
|
|
194
|
+
- artifact_id: experiments
|
|
195
|
+
display_name: EXPERIMENTS.md
|
|
196
|
+
default_path: .agentera/optimera/<name>/experiments.yaml
|
|
197
|
+
path_template:
|
|
198
|
+
placeholder: <name>
|
|
199
|
+
meaning: active objective directory name
|
|
200
|
+
aliases_rejected_after_migration:
|
|
201
|
+
- <objective-name>
|
|
202
|
+
explicit_special_cases:
|
|
203
|
+
- artifact_id: profile
|
|
204
|
+
display_name: PROFILE.md
|
|
205
|
+
artifact_type: global_user_state
|
|
206
|
+
scope: global_user_state
|
|
207
|
+
default_path: $PROFILERA_PROFILE_DIR/PROFILE.md
|
|
208
|
+
path_template:
|
|
209
|
+
env_precedence:
|
|
210
|
+
- PROFILERA_PROFILE_DIR
|
|
211
|
+
- XDG_DATA_HOME/agentera
|
|
212
|
+
- ~/.local/share/agentera
|
|
213
|
+
docs_yaml_can_override_path: false
|
|
214
|
+
- artifact_id: plan_archive
|
|
215
|
+
display_name: PLAN_archive
|
|
216
|
+
artifact_type: archive
|
|
217
|
+
scope: archive
|
|
218
|
+
default_path: .agentera/archive/PLAN-{date}.md
|
|
219
|
+
path_template:
|
|
220
|
+
placeholder: '{date}'
|
|
221
|
+
meaning: archive date or archive-safe plan suffix
|
|
222
|
+
docs_yaml_can_override_path: false
|
|
223
|
+
- artifact_id: optimera_harness
|
|
224
|
+
display_name: harness
|
|
225
|
+
artifact_type: local_harness
|
|
226
|
+
scope: local_harness
|
|
227
|
+
default_path: .agentera/optimera/<name>/harness
|
|
228
|
+
path_template:
|
|
229
|
+
placeholder: <name>
|
|
230
|
+
meaning: active objective directory name
|
|
231
|
+
aliases_rejected_after_migration:
|
|
232
|
+
- <objective-name>
|
|
233
|
+
docs_yaml_can_override_path: false
|
|
234
|
+
- artifact_id: benchmark_context
|
|
235
|
+
display_name: benchmark_context
|
|
236
|
+
artifact_type: cli_context
|
|
237
|
+
scope: cli_context
|
|
238
|
+
default_path: agentera prime --context optimera --format json#benchmark_context
|
|
239
|
+
producers:
|
|
240
|
+
- agentera
|
|
241
|
+
consumers:
|
|
242
|
+
- optimera
|
|
243
|
+
docs_yaml_can_override_path: false
|
|
244
|
+
consumer_permissions:
|
|
245
|
+
cross_capability_validator:
|
|
246
|
+
allowed_groups:
|
|
247
|
+
- identity
|
|
248
|
+
- default_location
|
|
249
|
+
- relationships
|
|
250
|
+
- capability_reference
|
|
251
|
+
- special_cases
|
|
252
|
+
forbidden_ownership:
|
|
253
|
+
- display-name translation maps
|
|
254
|
+
- name-specific exception sets
|
|
255
|
+
- producer or consumer expectation maps
|
|
256
|
+
bounded_cli_artifact_resolution:
|
|
257
|
+
allowed_groups:
|
|
258
|
+
- identity
|
|
259
|
+
- default_location
|
|
260
|
+
- override_semantics
|
|
261
|
+
- special_cases
|
|
262
|
+
forbidden_ownership:
|
|
263
|
+
- canonical display-name maps outside registry projection
|
|
264
|
+
- objective placeholder aliases outside path_template facts
|
|
265
|
+
docs_consumers:
|
|
266
|
+
allowed_groups:
|
|
267
|
+
- identity
|
|
268
|
+
- override_semantics
|
|
269
|
+
forbidden_ownership:
|
|
270
|
+
- canonical artifact ID creation
|
|
271
|
+
- canonical producer or consumer ownership
|
|
272
|
+
tests:
|
|
273
|
+
allowed_groups:
|
|
274
|
+
- identity
|
|
275
|
+
- default_location
|
|
276
|
+
- relationships
|
|
277
|
+
- override_semantics
|
|
278
|
+
- capability_reference
|
|
279
|
+
- special_cases
|
|
280
|
+
forbidden_ownership:
|
|
281
|
+
- duplicated expected artifact maps
|
|
282
|
+
- name-specific validator exception assertions outside registry facts
|
|
283
|
+
non_goals:
|
|
284
|
+
- Do not introduce an executable ArtifactRegistry loader in this task.
|
|
285
|
+
- Do not migrate capability-local artifacts.yaml files in this task.
|
|
286
|
+
- Do not migrate scripts/validate_cross_capability.py or scripts/agentera in this task.
|
|
287
|
+
- Do not change docs.yaml mapping semantics at runtime in this task.
|
|
288
|
+
- Do not change package, runtime, install-root, version, release, vision, or objective state.
|