agentera 3.0.0-dev.5 → 3.0.0-next.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 +4 -3
- package/bundle/extract-corpus-parity.json +23 -0
- package/bundle/references/adapters/cursor.md +9 -8
- package/bundle/references/adapters/opencode.md +1 -1
- package/bundle/references/adapters/package-registry.yaml +0 -1
- package/bundle/references/adapters/package-surface-characterization.md +1 -2
- package/bundle/references/analysis/startup-measurement-contract.yaml +15 -15
- package/bundle/references/cli/audience-namespace-cli-migration.yaml +40 -26
- package/bundle/references/cli/bundle-skill-vocabulary.yaml +1 -29
- package/bundle/references/cli/coexistence-probe.yaml +9 -0
- package/bundle/references/cli/parity-expected-actual-template.md +30 -0
- package/bundle/references/cli/single-name-protocol.yaml +42 -0
- package/bundle/references/cli/update-channels.yaml +16 -0
- package/bundle/references/cli/upgrade-repair-wording.md +31 -0
- package/bundle/references/cli/v3-handoff-manifest.schema.yaml +98 -0
- package/bundle/references/cli/vocabulary-index.yaml +6 -4
- package/bundle/references/cli/vocabulary.md +307 -301
- package/bundle/references/meta/documentation-inventory.md +9 -3
- package/bundle/skills/agentera/SKILL.md +49 -41
- package/bundle/skills/agentera/capabilities/hej/schemas/artifacts.yaml +4 -1
- package/bundle/skills/agentera/capabilities/profilera/schemas/exit.yaml +2 -1
- package/bundle/skills/agentera/capability_schema_contract.yaml +28 -0
- package/bundle/skills/agentera/references/contract.md +324 -315
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +38 -33
- package/dist/analytics/extractCorpus/cli.js +149 -0
- package/dist/analytics/extractCorpus/cli.js.map +1 -0
- package/dist/analytics/extractCorpus/copilotSessions.js +273 -0
- package/dist/analytics/extractCorpus/copilotSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/core.js +363 -0
- package/dist/analytics/extractCorpus/core.js.map +1 -0
- package/dist/analytics/extractCorpus/corpus.js +145 -0
- package/dist/analytics/extractCorpus/corpus.js.map +1 -0
- package/dist/analytics/extractCorpus/coverageAudit.js +261 -0
- package/dist/analytics/extractCorpus/coverageAudit.js.map +1 -0
- package/dist/analytics/extractCorpus/cursorSessions.js +423 -0
- package/dist/analytics/extractCorpus/cursorSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/extractCorpusParity.js +105 -0
- package/dist/analytics/extractCorpus/extractCorpusParity.js.map +1 -0
- package/dist/analytics/extractCorpus/filesystemSources.js +122 -0
- package/dist/analytics/extractCorpus/filesystemSources.js.map +1 -0
- package/dist/analytics/extractCorpus/index.js +12 -0
- package/dist/analytics/extractCorpus/index.js.map +1 -0
- package/dist/analytics/extractCorpus/jsonlSessions.js +185 -0
- package/dist/analytics/extractCorpus/jsonlSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/sqliteCaps.js +44 -0
- package/dist/analytics/extractCorpus/sqliteCaps.js.map +1 -0
- package/dist/analytics/extractCorpus/sqliteSessions.js +368 -0
- package/dist/analytics/extractCorpus/sqliteSessions.js.map +1 -0
- package/dist/analytics/extractCorpus.js +2 -1790
- package/dist/analytics/extractCorpus.js.map +1 -1
- package/dist/analytics/usageStats.js +1 -1
- package/dist/analytics/usageStats.js.map +1 -1
- package/dist/capabilities/inspirera/instructions.js +1 -1
- package/dist/capabilities/inspirera/instructions.js.map +1 -1
- package/dist/capabilities/planera/instructions.js +1 -1
- package/dist/capabilities/planera/instructions.js.map +1 -1
- package/dist/capabilities/profilera/instructions.js +1 -1
- package/dist/capabilities/profilera/instructions.js.map +1 -1
- package/dist/capabilities/realisera/instructions.js +1 -1
- package/dist/capabilities/realisera/instructions.js.map +1 -1
- package/dist/capabilities/resonera/instructions.js +1 -1
- package/dist/capabilities/resonera/instructions.js.map +1 -1
- package/dist/capabilities/visionera/instructions.js +1 -1
- package/dist/capabilities/visionera/instructions.js.map +1 -1
- package/dist/capabilities/visualisera/instructions.js +3 -4
- package/dist/capabilities/visualisera/instructions.js.map +1 -1
- package/dist/cli/appContext.js +2 -14
- package/dist/cli/appContext.js.map +1 -1
- package/dist/cli/capabilityContext/benchmark.js +557 -0
- package/dist/cli/capabilityContext/benchmark.js.map +1 -0
- package/dist/cli/capabilityContext/bespoke.js +25 -0
- package/dist/cli/capabilityContext/bespoke.js.map +1 -0
- package/dist/cli/capabilityContext/closeout.js +230 -0
- package/dist/cli/capabilityContext/closeout.js.map +1 -0
- package/dist/cli/capabilityContext/contract.js +186 -0
- package/dist/cli/capabilityContext/contract.js.map +1 -0
- package/dist/cli/capabilityContext/evidence.js +446 -0
- package/dist/cli/capabilityContext/evidence.js.map +1 -0
- package/dist/cli/capabilityContext/index.js +4 -0
- package/dist/cli/capabilityContext/index.js.map +1 -0
- package/dist/cli/capabilityContext/orchestration.js +107 -0
- package/dist/cli/capabilityContext/orchestration.js.map +1 -0
- package/dist/cli/capabilityContext/planState.js +271 -0
- package/dist/cli/capabilityContext/planState.js.map +1 -0
- package/dist/cli/capabilityContext/progress.js +96 -0
- package/dist/cli/capabilityContext/progress.js.map +1 -0
- package/dist/cli/capabilityContext/realisera.js +174 -0
- package/dist/cli/capabilityContext/realisera.js.map +1 -0
- package/dist/cli/capabilityContext/shared.js +94 -0
- package/dist/cli/capabilityContext/shared.js.map +1 -0
- package/dist/cli/capabilityContext/slim.js +106 -0
- package/dist/cli/capabilityContext/slim.js.map +1 -0
- package/dist/cli/capabilityContext/startup.js +208 -0
- package/dist/cli/capabilityContext/startup.js.map +1 -0
- package/dist/cli/capabilityContext/types.js +43 -0
- package/dist/cli/capabilityContext/types.js.map +1 -0
- package/dist/cli/capabilityContext.js +1 -2486
- package/dist/cli/capabilityContext.js.map +1 -1
- package/dist/cli/commands/appHome.js +23 -0
- package/dist/cli/commands/appHome.js.map +1 -0
- package/dist/cli/commands/compact.js +1 -1
- package/dist/cli/commands/compact.js.map +1 -1
- package/dist/cli/commands/doctor.js +18 -96
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/lint.js +4 -36
- package/dist/cli/commands/lint.js.map +1 -1
- package/dist/cli/commands/prime/bundleStatus.js +126 -0
- package/dist/cli/commands/prime/bundleStatus.js.map +1 -0
- package/dist/cli/commands/prime/collectOrientationState.js +143 -0
- package/dist/cli/commands/prime/collectOrientationState.js.map +1 -0
- package/dist/cli/commands/prime/orientationOutput.js +172 -0
- package/dist/cli/commands/prime/orientationOutput.js.map +1 -0
- package/dist/cli/commands/prime/types.js +2 -0
- package/dist/cli/commands/prime/types.js.map +1 -0
- package/dist/cli/commands/prime/v1Migration.js +39 -0
- package/dist/cli/commands/prime/v1Migration.js.map +1 -0
- package/dist/cli/commands/prime.js +10 -549
- package/dist/cli/commands/prime.js.map +1 -1
- package/dist/cli/commands/query.js +1 -1
- package/dist/cli/commands/query.js.map +1 -1
- package/dist/cli/commands/report.js +19 -4
- package/dist/cli/commands/report.js.map +1 -1
- package/dist/cli/commands/schema.js +1 -2
- package/dist/cli/commands/schema.js.map +1 -1
- package/dist/cli/commands/state/decisions.js +397 -0
- package/dist/cli/commands/state/decisions.js.map +1 -0
- package/dist/cli/commands/state/docs.js +93 -0
- package/dist/cli/commands/state/docs.js.map +1 -0
- package/dist/cli/commands/state/experiments.js +67 -0
- package/dist/cli/commands/state/experiments.js.map +1 -0
- package/dist/cli/commands/state/health.js +114 -0
- package/dist/cli/commands/state/health.js.map +1 -0
- package/dist/cli/commands/state/index.js +51 -0
- package/dist/cli/commands/state/index.js.map +1 -0
- package/dist/cli/commands/state/objective.js +68 -0
- package/dist/cli/commands/state/objective.js.map +1 -0
- package/dist/cli/commands/state/plan.js +172 -0
- package/dist/cli/commands/state/plan.js.map +1 -0
- package/dist/cli/commands/state/progress.js +47 -0
- package/dist/cli/commands/state/progress.js.map +1 -0
- package/dist/cli/commands/state/shared.js +15 -0
- package/dist/cli/commands/state/shared.js.map +1 -0
- package/dist/cli/commands/state/todo.js +121 -0
- package/dist/cli/commands/state/todo.js.map +1 -0
- package/dist/cli/commands/validate.js +38 -24
- package/dist/cli/commands/validate.js.map +1 -1
- package/dist/cli/contracts/bundleStatus.js +2 -0
- package/dist/cli/contracts/bundleStatus.js.map +1 -0
- package/dist/cli/contracts/orientationState.js +2 -0
- package/dist/cli/contracts/orientationState.js.map +1 -0
- package/dist/cli/dispatch/argvParser.js +33 -0
- package/dist/cli/dispatch/argvParser.js.map +1 -0
- package/dist/cli/dispatch/check.js +328 -0
- package/dist/cli/dispatch/check.js.map +1 -0
- package/dist/cli/dispatch/commands.js +27 -0
- package/dist/cli/dispatch/commands.js.map +1 -0
- package/dist/cli/dispatch/index.js +179 -0
- package/dist/cli/dispatch/index.js.map +1 -0
- package/dist/cli/dispatch/lifecycle.js +537 -0
- package/dist/cli/dispatch/lifecycle.js.map +1 -0
- package/dist/cli/dispatch/prime.js +104 -0
- package/dist/cli/dispatch/prime.js.map +1 -0
- package/dist/cli/dispatch/shared.js +64 -0
- package/dist/cli/dispatch/shared.js.map +1 -0
- package/dist/cli/dispatch/state.js +144 -0
- package/dist/cli/dispatch/state.js.map +1 -0
- package/dist/cli/dispatch.js +1 -1293
- package/dist/cli/dispatch.js.map +1 -1
- package/dist/cli/help.js +30 -2
- package/dist/cli/help.js.map +1 -1
- package/dist/cli/orientation/attention.js +57 -0
- package/dist/cli/orientation/attention.js.map +1 -0
- package/dist/cli/orientation/corpusCoverage.js +71 -0
- package/dist/cli/orientation/corpusCoverage.js.map +1 -0
- package/dist/cli/orientation.js +41 -28
- package/dist/cli/orientation.js.map +1 -1
- package/dist/cli/startupCompletenessContract.js +49 -0
- package/dist/cli/startupCompletenessContract.js.map +1 -0
- package/dist/cli/todoSeverity.js +19 -0
- package/dist/cli/todoSeverity.js.map +1 -0
- package/dist/core/jsonValue.js +6 -0
- package/dist/core/jsonValue.js.map +1 -0
- package/dist/core/pyjson.js +67 -2
- package/dist/core/pyjson.js.map +1 -1
- package/dist/hooks/common.js +8 -23
- package/dist/hooks/common.js.map +1 -1
- package/dist/hooks/compaction/apply.js +263 -0
- package/dist/hooks/compaction/apply.js.map +1 -0
- package/dist/hooks/compaction/dryRun.js +181 -0
- package/dist/hooks/compaction/dryRun.js.map +1 -0
- package/dist/hooks/compaction/index.js +23 -0
- package/dist/hooks/compaction/index.js.map +1 -0
- package/dist/hooks/compaction/parse.js +258 -0
- package/dist/hooks/compaction/parse.js.map +1 -0
- package/dist/hooks/compaction/retention.js +197 -0
- package/dist/hooks/compaction/retention.js.map +1 -0
- package/dist/hooks/compaction/status.js +241 -0
- package/dist/hooks/compaction/status.js.map +1 -0
- package/dist/hooks/compaction/types.js +6 -0
- package/dist/hooks/compaction/types.js.map +1 -0
- package/dist/hooks/cursorPreToolUse.js +1 -1
- package/dist/hooks/cursorPreToolUse.js.map +1 -1
- package/dist/hooks/cursorSessionStart.js +10 -2
- package/dist/hooks/cursorSessionStart.js.map +1 -1
- package/dist/hooks/sessionStart.js +4 -4
- package/dist/hooks/sessionStart.js.map +1 -1
- package/dist/hooks/sessionStop.js +3 -12
- package/dist/hooks/sessionStop.js.map +1 -1
- package/dist/hooks/validateArtifact/agentFacing.js +10 -0
- package/dist/hooks/validateArtifact/agentFacing.js.map +1 -0
- package/dist/hooks/validateArtifact/index.js +149 -0
- package/dist/hooks/validateArtifact/index.js.map +1 -0
- package/dist/hooks/validateArtifact/markdown.js +146 -0
- package/dist/hooks/validateArtifact/markdown.js.map +1 -0
- package/dist/hooks/validateArtifact/runtime.js +83 -0
- package/dist/hooks/validateArtifact/runtime.js.map +1 -0
- package/dist/hooks/validateArtifact/schema.js +455 -0
- package/dist/hooks/validateArtifact/schema.js.map +1 -0
- package/dist/hooks/validateArtifact/traversal.js +105 -0
- package/dist/hooks/validateArtifact/traversal.js.map +1 -0
- package/dist/hooks/validateArtifact/violations.js +105 -0
- package/dist/hooks/validateArtifact/violations.js.map +1 -0
- package/dist/migrate/v2HandoffManifest.js +333 -0
- package/dist/migrate/v2HandoffManifest.js.map +1 -0
- package/dist/registries/artifactProtocolIds.js +77 -0
- package/dist/registries/artifactProtocolIds.js.map +1 -0
- package/dist/release/releaseMetadata.js +235 -0
- package/dist/release/releaseMetadata.js.map +1 -0
- package/dist/setup/codex/agents.js +96 -0
- package/dist/setup/codex/agents.js.map +1 -0
- package/dist/setup/codex/cli.js +161 -0
- package/dist/setup/codex/cli.js.map +1 -0
- package/dist/setup/codex/configToml.js +644 -0
- package/dist/setup/codex/configToml.js.map +1 -0
- package/dist/setup/codex/constants.js +29 -0
- package/dist/setup/codex/constants.js.map +1 -0
- package/dist/setup/codex/installRoot.js +64 -0
- package/dist/setup/codex/installRoot.js.map +1 -0
- package/dist/setup/codex/state.js +270 -0
- package/dist/setup/codex/state.js.map +1 -0
- package/dist/setup/codex.js +11 -1196
- package/dist/setup/codex.js.map +1 -1
- package/dist/setup/cursor.js +1 -1
- package/dist/setup/cursor.js.map +1 -1
- package/dist/setup/doctor/core.js +300 -0
- package/dist/setup/doctor/core.js.map +1 -0
- package/dist/setup/doctor/diagnostics.js +247 -0
- package/dist/setup/doctor/diagnostics.js.map +1 -0
- package/dist/setup/doctor/opencode.js +281 -0
- package/dist/setup/doctor/opencode.js.map +1 -0
- package/dist/setup/doctor/report.js +418 -0
- package/dist/setup/doctor/report.js.map +1 -0
- package/dist/setup/doctor.js +9 -1296
- package/dist/setup/doctor.js.map +1 -1
- package/dist/setup/opencode.js +13 -0
- package/dist/setup/opencode.js.map +1 -0
- package/dist/setup/smokeChecks.js +1 -1
- package/dist/setup/smokeChecks.js.map +1 -1
- package/dist/state/installRoot.js +49 -18
- package/dist/state/installRoot.js.map +1 -1
- package/dist/state/startupAnalysis/benchmark.js +367 -0
- package/dist/state/startupAnalysis/benchmark.js.map +1 -0
- package/dist/state/startupAnalysis/contract.js +122 -0
- package/dist/state/startupAnalysis/contract.js.map +1 -0
- package/dist/state/startupAnalysis/helpers.js +287 -0
- package/dist/state/startupAnalysis/helpers.js.map +1 -0
- package/dist/state/startupAnalysis/index.js +7 -0
- package/dist/state/startupAnalysis/index.js.map +1 -0
- package/dist/state/startupAnalysis/metrics.js +334 -0
- package/dist/state/startupAnalysis/metrics.js.map +1 -0
- package/dist/state/startupAnalysis/records.js +195 -0
- package/dist/state/startupAnalysis/records.js.map +1 -0
- package/dist/state/startupAnalysis/report.js +101 -0
- package/dist/state/startupAnalysis/report.js.map +1 -0
- package/dist/state/startupAnalysis/threshold.js +500 -0
- package/dist/state/startupAnalysis/threshold.js.map +1 -0
- package/dist/state/startupAnalysis.js +2 -1952
- package/dist/state/startupAnalysis.js.map +1 -1
- package/dist/upgrade/appModel.js +1 -4
- package/dist/upgrade/appModel.js.map +1 -1
- package/dist/upgrade/bundleEvidence.js +34 -0
- package/dist/upgrade/bundleEvidence.js.map +1 -0
- package/dist/upgrade/channels.js +8 -1
- package/dist/upgrade/channels.js.map +1 -1
- package/dist/upgrade/cliProbe.js +22 -0
- package/dist/upgrade/cliProbe.js.map +1 -0
- package/dist/upgrade/coexistenceProbe.js +80 -0
- package/dist/upgrade/coexistenceProbe.js.map +1 -0
- package/dist/upgrade/compatibility.js +1 -4
- package/dist/upgrade/compatibility.js.map +1 -1
- package/dist/upgrade/doctor.js +204 -170
- package/dist/upgrade/doctor.js.map +1 -1
- package/dist/upgrade/doctorClassifier.js +208 -0
- package/dist/upgrade/doctorClassifier.js.map +1 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js +6 -84
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +1 -1
- package/dist/upgrade/nextMajorDoctor.js +20 -1
- package/dist/upgrade/nextMajorDoctor.js.map +1 -1
- package/dist/upgrade/npxPlatformStatus.js +24 -0
- package/dist/upgrade/npxPlatformStatus.js.map +1 -0
- package/dist/upgrade/projectIntegration.js +55 -70
- package/dist/upgrade/projectIntegration.js.map +1 -1
- package/dist/upgrade/projectIntegrationDecision.js +93 -0
- package/dist/upgrade/projectIntegrationDecision.js.map +1 -0
- package/dist/upgrade/runtimeMigration.js +13 -2
- package/dist/upgrade/runtimeMigration.js.map +1 -1
- package/dist/upgrade/v3CapabilitySurface.js +15 -0
- package/dist/upgrade/v3CapabilitySurface.js.map +1 -0
- package/dist/upgrade/versionResolution.js +8 -0
- package/dist/upgrade/versionResolution.js.map +1 -1
- package/dist/validate/appHomeContract.js +3 -3
- package/dist/validate/appHomeContract.js.map +1 -1
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js +93 -0
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js.map +1 -0
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js +488 -0
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js.map +1 -0
- package/dist/validate/lifecycleAdapters/shared.js +198 -0
- package/dist/validate/lifecycleAdapters/shared.js.map +1 -0
- package/dist/validate/lifecycleAdapters.js +12 -722
- package/dist/validate/lifecycleAdapters.js.map +1 -1
- package/dist/validate/selfAudit.js +62 -20
- package/dist/validate/selfAudit.js.map +1 -1
- package/dist/validate/vocabularyAuthority.js +298 -0
- package/dist/validate/vocabularyAuthority.js.map +1 -0
- package/package.json +3 -3
- package/bundle/references/v1-section-mapping.md +0 -47
- package/bundle/skills/hej/.claude-plugin/plugin.json +0 -6
- package/bundle/skills/hej/SKILL.md +0 -69
- package/bundle/skills/hej/agents/hej.toml +0 -11
- package/bundle/skills/hej/agents/openai.yaml +0 -8
- package/dist/cli/commands/state.js +0 -1023
- package/dist/cli/commands/state.js.map +0 -1
- package/dist/hooks/compaction.js +0 -935
- package/dist/hooks/compaction.js.map +0 -1
- package/dist/hooks/validateArtifact.js +0 -935
- package/dist/hooks/validateArtifact.js.map +0 -1
|
@@ -10,22 +10,22 @@ included when they shape cross-suite usage.
|
|
|
10
10
|
|
|
11
11
|
## Authority order
|
|
12
12
|
|
|
13
|
-
| Authority
|
|
14
|
-
|
|
|
15
|
-
| `references/cli/vocabulary-index.yaml`
|
|
16
|
-
| `skills/agentera/protocol.yaml`
|
|
17
|
-
| `skills/agentera/capability_schema_contract.yaml`
|
|
18
|
-
| `skills/agentera/schemas/artifacts/*.yaml`
|
|
19
|
-
| `references/artifacts/artifact-registry-interface-model.yaml`
|
|
20
|
-
| `references/cli/app-lifecycle-vocabulary.yaml`
|
|
21
|
-
| `references/cli/update-channels.yaml`
|
|
22
|
-
| `references/cli/bundle-skill-vocabulary.yaml`
|
|
23
|
-
| `references/cli/capability-instruction-contract.yaml`
|
|
24
|
-
| `references/cli/routing-execution-vocabulary.yaml`
|
|
25
|
-
| `skills/agentera/SKILL.md`
|
|
26
|
-
| `packages/cli/src/capabilities/*/instructions.ts`
|
|
27
|
-
| `the agentera CLI` and `packages/cli/src/upgrade (doctor/upgrade)` | CLI-visible command labels, upgrade output, and doctor diagnostics.
|
|
28
|
-
| `README.md`, `UPGRADE.md`, `DESIGN.md`, `.agentera/*.yaml`
|
|
13
|
+
| Authority | Owns |
|
|
14
|
+
| ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
15
|
+
| `references/cli/vocabulary-index.yaml` | Authority order, normalization rules, plain-language layer rules, and Decision 44 replacement boundaries. |
|
|
16
|
+
| `skills/agentera/protocol.yaml` | Confidence, severity, decision labels, exit signals, visual tokens, glyphs, and phases. |
|
|
17
|
+
| `skills/agentera/capability_schema_contract.yaml` | Capability schema structure, required groups, priorities, and primitive-reference fields. |
|
|
18
|
+
| `skills/agentera/schemas/artifacts/*.yaml` | Artifact field grammar, status values, path contracts, and validation rules. |
|
|
19
|
+
| `references/artifacts/artifact-registry-interface-model.yaml` | Artifact identity facts: `artifact_id`, display name, default path, producers, consumers, type, scope. |
|
|
20
|
+
| `references/cli/app-lifecycle-vocabulary.yaml` | App lifecycle canonical statuses, deprecated aliases, operation verbs, status concepts, and consumer ownership boundaries. |
|
|
21
|
+
| `references/cli/update-channels.yaml` | Stable and development update channels, dist-tag/git resolution, default channel, and override keys. |
|
|
22
|
+
| `references/cli/bundle-skill-vocabulary.yaml` | Canonical concepts, compatibility boundaries, and classification rules for `bundle` and `SKILL.md` usage. |
|
|
23
|
+
| `references/cli/capability-instruction-contract.yaml` | Decision 57 capability instruction-file contract, current `packages/cli/src/capabilities/<name>/instructions.ts` authority, and implemented `first_invocation_read` CLI/schema discoverability (D65 collapsed the legacy `full`/`compact_startup` distinction into a single `prime_context` value with runtime enforcement). |
|
|
24
|
+
| `references/cli/routing-execution-vocabulary.yaml` | Canonical concepts, compatibility boundaries, and classification rules for routing, suggestions, delegation, worker spawning, runtime subagent mechanisms, and pre-spawn Git commits. |
|
|
25
|
+
| `skills/agentera/SKILL.md` | Agentera routing entry point, routing model, CLI-first state access, installed-app status checks, and safety rails. |
|
|
26
|
+
| `packages/cli/src/capabilities/*/instructions.ts` | Capability behavior, workflow grammar, step markers, and cross-capability boundaries. Loaded as a default-exported string constant and served via `agentera prime --context <name> --format json`. |
|
|
27
|
+
| `the agentera CLI` and `packages/cli/src/upgrade (doctor/upgrade)` | CLI-visible command labels, upgrade output, and doctor diagnostics. |
|
|
28
|
+
| `README.md`, `UPGRADE.md`, `DESIGN.md`, `.agentera/*.yaml` | User-facing phrasing, design vocabulary, and current project-state examples. |
|
|
29
29
|
|
|
30
30
|
## Normalization rules
|
|
31
31
|
|
|
@@ -49,36 +49,39 @@ examples. Diagnostics should state object, state, cause, and fix.
|
|
|
49
49
|
|
|
50
50
|
## Product grammar
|
|
51
51
|
|
|
52
|
-
| Term
|
|
53
|
-
|
|
|
54
|
-
| Agentera
|
|
55
|
-
|
|
|
56
|
-
|
|
|
57
|
-
|
|
|
58
|
-
|
|
|
59
|
-
| Capability
|
|
60
|
-
|
|
|
61
|
-
|
|
|
62
|
-
|
|
|
63
|
-
|
|
|
64
|
-
|
|
|
52
|
+
| Term | Definition | Common sources |
|
|
53
|
+
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
|
|
54
|
+
| Agentera | An opinionated mobile-first coding agent. One product brand across delivery surfaces — `@agentera/mobile`, `@agentera/web`, `@agentera/cli`, and editor skill/plugin runtimes. Structured `.agentera/` project state makes sessions compound. | `README.md`, `.agentera/vision.yaml` |
|
|
55
|
+
| Product surface | Where the same fixed Agentera workflow ships: `@agentera/mobile` (primary app), `@agentera/web` (site and docs), `@agentera/cli` (agent runtime and state CLI), and editor skill/plugin runtimes (Cursor, Claude, OpenCode, Codex, Copilot). Not extension hosts — delivery shells. | `README.md`, `AGENTS.md`, `packages/*/README.md`, `.agentera/decisions.yaml` |
|
|
56
|
+
| @agentera/mobile | The flagship mobile/web app package at `packages/mobile`. SvelteKit, Cursor SDK, Cloudflare Worker. | `packages/mobile/README.md`, `packages/mobile/DESIGN.md` |
|
|
57
|
+
| Agentera skill | Runtime-loaded skill at `skills/agentera/` — a delivery surface for the same twelve-capability workflow inside supported editors. Contains the routing entry and twelve capabilities; not user extensibility. | `skills/agentera/SKILL.md`, `README.md` Internals |
|
|
58
|
+
| Capability | A routed behavioral unit inside the Agentera skill, with the prose module `packages/cli/src/capabilities/<name>/instructions.ts` plus `triggers.yaml`, `artifacts.yaml`, `validation.yaml`, and `exit.yaml`. | `AGENTS.md`, `skills/agentera/capabilities/*`, `packages/cli/src/capabilities/*` |
|
|
59
|
+
| Capability canonical name (v3) | The English name binding for v3+ capability invocation, per Decision 70. Promoted from the Decision 43 alias set. Mobile UX, web docs, editor skills, and the CLI all use the same English name; the v2 stable distribution uses the legacy Swedish `-era` IDs (see `Legacy Swedish capability names`). | `.agentera/decisions.yaml` (D43, D70), `references/cli/vocabulary-index.yaml` (protected_surfaces) |
|
|
60
|
+
| Legacy Swedish capability names (v2 stable) | The historical Swedish `-era` IDs (e.g. `hej`, `resonera`) used by the v2 stable distribution (`npx -y agentera@latest`) and preserved as historical references in archived plans, decisions, and changelogs. Out of scope for v3 surface per Decision 70. Coexistence probe surfaces per-distribution naming divergence. | `.agentera/decisions.yaml` (D70), `references/cli/vocabulary-index.yaml` (protected_surfaces) |
|
|
61
|
+
| Shared protocol | Internal primitive vocabulary in `protocol.yaml`: confidence, severity, decision labels, exits, visual tokens, glyphs, and phases. | `skills/agentera/protocol.yaml` |
|
|
62
|
+
| Capability schema contract | The executable contract for capability schema groups, stable IDs, priorities, deprecations, and primitive references. | `skills/agentera/capability_schema_contract.yaml` |
|
|
63
|
+
| Project state | Structured files that preserve intent, decisions, plans, progress, health, docs, design, and session continuity. | `README.md`, `.agentera/docs.yaml` |
|
|
64
|
+
| Project history | Durable history kept in files so future agents do not reconstruct history from chat residue. | `README.md`, `.agentera/progress.yaml` |
|
|
65
|
+
| Saved project context | Project artifacts plus global profile data that let future sessions reuse context and preferences. | `README.md`, `profilera` prose |
|
|
66
|
+
| Sharp colleague | Agentera's voice: direct, opinionated, evidence-backed, warm enough to collaborate, and willing to push back. | `.agentera/vision.yaml`, `DESIGN.md`, capability prose |
|
|
67
|
+
| Docs-first workflow | Document intended behavior before tests and code; docs define intent, tests enforce it, code implements it. | `dokumentera`, `planera`, `realisera` prose |
|
|
65
68
|
|
|
66
69
|
## Capability grammar
|
|
67
70
|
|
|
68
|
-
| Glyph | Capability
|
|
69
|
-
|
|
|
70
|
-
| `⌂`
|
|
71
|
-
| `⛥`
|
|
72
|
-
| `❈`
|
|
73
|
-
| `⬚`
|
|
74
|
-
| `≡`
|
|
75
|
-
| `⧉`
|
|
76
|
-
| `⎘`
|
|
77
|
-
| `⛶`
|
|
78
|
-
| `▤`
|
|
79
|
-
| `♾`
|
|
80
|
-
| `◰`
|
|
81
|
-
| `⎈`
|
|
71
|
+
| Glyph | Capability | Role |
|
|
72
|
+
| ----- | ----------- | ------------------------------------------------------------------------------ |
|
|
73
|
+
| `⌂` | hej | Orientation, routing, dashboard briefing, and next best action. |
|
|
74
|
+
| `⛥` | visionera | Project direction, north star, principles, identity, and strategic tensions. |
|
|
75
|
+
| `❈` | resonera | Structured deliberation, tradeoff pressure, and decision thinking. |
|
|
76
|
+
| `⬚` | inspirera | External pattern analysis and useful cross-pollination. |
|
|
77
|
+
| `≡` | planera | Planning with behavioral acceptance criteria; owns WHAT and WHY. |
|
|
78
|
+
| `⧉` | realisera | Verified autonomous development cycle; owns HOW. |
|
|
79
|
+
| `⎘` | optimera | Metric-driven optimization through one experiment per invocation. |
|
|
80
|
+
| `⛶` | inspektera | Codebase health audit, architecture review, and artifact current-state review. |
|
|
81
|
+
| `▤` | dokumentera | Documentation layer; owns docs-first workflow guidance. |
|
|
82
|
+
| `♾` | profilera | Reusable decision profile and preference extraction. |
|
|
83
|
+
| `◰` | visualisera | Visual identity, design tokens, and design-system language. |
|
|
84
|
+
| `⎈` | orkestrera | Multi-cycle orchestration; dispatches work and evaluates completion. |
|
|
82
85
|
|
|
83
86
|
Capability names use Swedish-style `-era` verb forms. The name is the action:
|
|
84
87
|
`planera` plans, `realisera` realizes, `optimera` optimizes.
|
|
@@ -110,36 +113,36 @@ the prose module directly.
|
|
|
110
113
|
|
|
111
114
|
## Invocation and routing grammar
|
|
112
115
|
|
|
113
|
-
| Term
|
|
114
|
-
|
|
|
115
|
-
| CLI-first state access
|
|
116
|
-
| Top-level state commands
|
|
117
|
-
| Artifact-backed briefing
|
|
118
|
-
| Bare `/agentera`
|
|
119
|
-
| Hej dashboard
|
|
120
|
-
| `agentera hej`
|
|
121
|
-
| Direct route
|
|
122
|
-
| Canonical capability route
|
|
123
|
-
| Primary route alias
|
|
124
|
-
| Secondary request wording
|
|
125
|
-
| Natural-language trigger
|
|
126
|
-
| Trigger priority
|
|
127
|
-
| High-confidence match
|
|
128
|
-
| Borderline match
|
|
129
|
-
| Fallback to hej
|
|
130
|
-
| Concrete next action
|
|
131
|
-
| Suggest, don't force
|
|
132
|
-
| Capability handoff label
|
|
133
|
-
| Explicit route documentation | User-facing examples that teach the actual entry route. Use `/agentera <alias>` such as `/agentera build`; do not present aliases as CLI commands.
|
|
134
|
-
| Runtime question tool
|
|
135
|
-
| Question-tool gating
|
|
136
|
-
| Handoff confirmation
|
|
137
|
-
| Route
|
|
138
|
-
| Suggest
|
|
139
|
-
| Delegate
|
|
140
|
-
| Spawn
|
|
141
|
-
| Subagent mechanism
|
|
142
|
-
| Legacy bridge
|
|
116
|
+
| Term | Definition |
|
|
117
|
+
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
118
|
+
| CLI-first state access | Read project state through `agentera` top-level commands before raw artifact reads. |
|
|
119
|
+
| Top-level state commands | The canonical namespace command is `state` followed by a subcommand (`plan`, `progress`, `health`, `todo`, `decisions`, `docs`, `objective`, `experiments`, `query`). Legacy top-level aliases remain during migration; see [audience-namespace-cli-migration.yaml](references/cli/audience-namespace-cli-migration.yaml). |
|
|
120
|
+
| Artifact-backed briefing | Any briefing or routing decision backed by Agentera project artifacts. It must use CLI-first state access. |
|
|
121
|
+
| Bare `/agentera` | Invocation without a specific request. It delegates to `hej` and renders the Hej dashboard from one composite source command. |
|
|
122
|
+
| Hej dashboard | User-facing project briefing with logo, status metrics, a narrative read inside `status`, attention, next action, and `⌂ hej · <status>`. Issues summary uses `critical · degraded · annoying` only. |
|
|
123
|
+
| `agentera hej` | Compact CLI source data for the caller-rendered dashboard. It is not the dashboard itself. |
|
|
124
|
+
| Direct route | A canonical capability name with optional following topic text, `/agentera <capability-name>` with optional topic text, or `/agentera <primary-alias>` routes directly to that capability and bypasses natural-language matching. |
|
|
125
|
+
| Canonical capability route | A Swedish capability name such as `resonera`, `planera`, or `orkestrera`, optionally followed by topic text, plus the slash form `/agentera <capability-name>` with optional topic text. Canonical names remain protocol identity. |
|
|
126
|
+
| Primary route alias | The one plain `/agentera <alias>` direct route for a capability, owned by `ROUTE_ALIASES.primary_aliases`. Each canonical capability has exactly one primary alias. |
|
|
127
|
+
| Secondary request wording | Natural-language phrases in capability trigger schemas, such as `deliberate`, `brainstorm`, `rubber duck`, `brief`, and `what's next`. They route through trigger matching and are not primary aliases. |
|
|
128
|
+
| Natural-language trigger | A phrase in `schemas/triggers.yaml` that maps a request to a capability. |
|
|
129
|
+
| Trigger priority | `high`, `medium`, or `low`; owned by the schema contract. |
|
|
130
|
+
| High-confidence match | A natural-language request with enough trigger evidence to route without asking. |
|
|
131
|
+
| Borderline match | A request with competing plausible routes. Agentera asks for disambiguation. |
|
|
132
|
+
| Fallback to hej | No sufficient match routes to hej for orientation. |
|
|
133
|
+
| Concrete next action | A route suggestion tied to an object such as `PLAN Task N`, `TODO`, `OBJECTIVE`, or `VISION refresh`. |
|
|
134
|
+
| Suggest, don't force | Hej recommends the next capability but waits for user confirmation. |
|
|
135
|
+
| Capability handoff label | A recommendation from one capability to another. Use glyph plus canonical name, such as `⧉ realisera` or `≡ planera`, not standalone slash-capability names. SG priority codes are internal protocol references and are not user-facing handoff labels. |
|
|
136
|
+
| Explicit route documentation | User-facing examples that teach the actual entry route. Use `/agentera <alias>` such as `/agentera build`; do not present aliases as CLI commands. |
|
|
137
|
+
| Runtime question tool | Host-native bounded-choice prompt. Current examples: Claude Code `AskUserQuestion`, Copilot `ask_user`, Codex `request_user_input`, and OpenCode `question`. These are guidance examples, not schema authority. |
|
|
138
|
+
| Question-tool gating | Use a native question tool only for at least two meaningful non-terminal next actions or consequential Proceed/Cancel; `Done` and custom/free-form answers do not count as alternatives. Initial Agentera/hej briefs stay free-form unless bounded choices were requested or the suggested next step is a state-changing Proceed/Cancel handoff. A single non-mutating suggested handoff may use a free-form prompt, but a single state-changing handoff uses native Proceed/Cancel confirmation. State-changing means the proposed next step may write artifacts, edit code, run optimization or orchestration cycles, apply migrations, refresh app/runtime state, or otherwise mutate project/runtime state. Apply the behavior rule first, with examples such as ⧉ realisera, ≡ planera when creating or updating plans, ▤ dokumentera when writing docs, ⎘ optimera when running or applying optimization cycles, and ⎈ orkestrera when dispatching cycles. This dispatcher rule governs hej and capability handoff prompts; invoked capability prose can impose stricter question-tool requirements. |
|
|
139
|
+
| Handoff confirmation | Clear free-form acceptance of the named single suggestion confirms invocation. Selecting a downstream capability option in a bounded prompt also confirms invocation; selecting `Done` stops without routing. Ambiguous replies get one clarifying question. |
|
|
140
|
+
| Route | Direct user invocation by canonical capability name, primary alias, or slash route. A route is already consent to invoke the capability and does not need an extra handoff confirmation. |
|
|
141
|
+
| Suggest | Recommend a downstream capability and wait for confirmation. |
|
|
142
|
+
| Delegate | Orkestrera assigns approved plan work to a worker capability during an explicitly orchestrated flow. |
|
|
143
|
+
| Spawn | Realisera or Optimera launches an isolated runtime worker through the host subagent mechanism. |
|
|
144
|
+
| Subagent mechanism | Runtime support for worker execution through Claude Code, OpenCode, Codex CLI, Copilot CLI, Cursor IDE, or another host-native worker surface. |
|
|
145
|
+
| Legacy bridge | Temporary v1 entry points, especially `/hej`, that guide users to `/agentera` and the v2 upgrade path. |
|
|
143
146
|
|
|
144
147
|
CLI-visible `agentera hej` labels are source labels. Preserve them in CLI tests
|
|
145
148
|
and parsing code, but transform them before presenting a user dashboard:
|
|
@@ -148,24 +151,27 @@ and parsing code, but transform them before presenting a user dashboard:
|
|
|
148
151
|
|
|
149
152
|
Primary route aliases are slash-route vocabulary, not CLI command vocabulary:
|
|
150
153
|
|
|
151
|
-
| Canonical capability |
|
|
152
|
-
|
|
|
153
|
-
| `hej`
|
|
154
|
-
| `visionera`
|
|
155
|
-
| `resonera`
|
|
156
|
-
| `inspirera`
|
|
157
|
-
| `planera`
|
|
158
|
-
| `realisera`
|
|
159
|
-
| `optimera`
|
|
160
|
-
| `inspektera`
|
|
161
|
-
| `dokumentera`
|
|
162
|
-
| `profilera`
|
|
163
|
-
| `visualisera`
|
|
164
|
-
| `orkestrera`
|
|
165
|
-
|
|
166
|
-
Do not teach primary aliases as CLI state commands.
|
|
167
|
-
|
|
168
|
-
`
|
|
154
|
+
| Canonical capability (v3) | Legacy Swedish ID (v2 stable) | Slash route |
|
|
155
|
+
| ------------------------- | ----------------------------- | ------------------------ |
|
|
156
|
+
| `status` | `hej` | `/agentera status` |
|
|
157
|
+
| `vision` | `visionera` | `/agentera vision` |
|
|
158
|
+
| `discuss` | `resonera` | `/agentera discuss` |
|
|
159
|
+
| `research` | `inspirera` | `/agentera research` |
|
|
160
|
+
| `plan` | `planera` | `/agentera plan` |
|
|
161
|
+
| `build` | `realisera` | `/agentera build` |
|
|
162
|
+
| `optimize` | `optimera` | `/agentera optimize` |
|
|
163
|
+
| `audit` | `inspektera` | `/agentera audit` |
|
|
164
|
+
| `document` | `dokumentera` | `/agentera document` |
|
|
165
|
+
| `profile` | `profilera` | `/agentera profile` |
|
|
166
|
+
| `design` | `visualisera` | `/agentera design` |
|
|
167
|
+
| `orchestrate` | `orkestrera` | `/agentera orchestrate` |
|
|
168
|
+
|
|
169
|
+
Do not teach primary aliases as CLI state commands. v3 orientation is
|
|
170
|
+
`agentera prime` (capability ID `status` via `prime --context status`); routine
|
|
171
|
+
state reads use `agentera state plan`, `state progress`, `state health`,
|
|
172
|
+
`state todo`, `state decisions`, `state docs`, `state objective`,
|
|
173
|
+
`state experiments`, and advanced `state query`. The v2 stable distribution
|
|
174
|
+
retains `hej` and the rest of the Swedish capability surface per Decision 70.
|
|
169
175
|
|
|
170
176
|
When capability prose recommends another capability, use the handoff label
|
|
171
177
|
grammar (`<glyph> <capability>`). Keep slash forms only when documenting the
|
|
@@ -194,23 +200,23 @@ ambiguous-term sweep remain separate follow-up work.
|
|
|
194
200
|
|
|
195
201
|
## Artifact grammar
|
|
196
202
|
|
|
197
|
-
| Term
|
|
198
|
-
|
|
|
199
|
-
| Artifact
|
|
200
|
-
| Human-facing artifact
|
|
201
|
-
| Severity band policy
|
|
202
|
-
| Agent-facing artifact
|
|
203
|
-
| Global artifact
|
|
204
|
-
| Canonical artifact name |
|
|
205
|
-
| Resolved artifact path
|
|
206
|
-
| Artifact mapping
|
|
207
|
-
| ArtifactRegistry
|
|
208
|
-
| `artifact_id`
|
|
209
|
-
| `display_name`
|
|
210
|
-
| `default_path`
|
|
211
|
-
| `local_role`
|
|
212
|
-
| Docs override boundary
|
|
213
|
-
| Objective state
|
|
203
|
+
| Term | Definition |
|
|
204
|
+
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
205
|
+
| Artifact | A project or agent state file owned by one or more capabilities. |
|
|
206
|
+
| Human-facing artifact | A root-level Markdown artifact intended for people, such as `TODO.md`, `CHANGELOG.md`, or `DESIGN.md`. |
|
|
207
|
+
| Severity band policy | TODO.md severity bands (⇶ Critical, ⇉ Degraded, → Normal, ⇢ Annoying) may be header-only when they have no open work; open items use `- [ ] [type:train]` only. Authority: `skills/agentera/schemas/artifacts/todo.yaml` CONVENTION TC5; executable rule in `packages/cli/src/hooks/validateArtifact/markdown.ts` `validateMdItems`. |
|
|
208
|
+
| Agent-facing artifact | A structured YAML artifact under `.agentera/`, such as `.agentera/progress.yaml`. |
|
|
209
|
+
| Global artifact | A user-level artifact outside a project, such as `PROFILE.md` or `USAGE.md`. |
|
|
210
|
+
| Canonical artifact name | Protocol `artifact_id` such as `plan`, `progress`, or `docs`; human-facing Markdown filenames such as `TODO.md` are `display_name` values, not protocol identity. |
|
|
211
|
+
| Resolved artifact path | The actual path after consulting `.agentera/docs.yaml` mapping or the default layout. |
|
|
212
|
+
| Artifact mapping | `.agentera/docs.yaml` rows that map `artifact_id` values to project-local paths and producers. |
|
|
213
|
+
| ArtifactRegistry | The registry interface model for artifact IDs, display names, default paths, producers, consumers, type, scope, and special cases. |
|
|
214
|
+
| `artifact_id` | Machine identifier such as `progress`, `health`, `docs`, or `objective`. |
|
|
215
|
+
| `display_name` | Human-readable filename label such as `VISION.md` or `TODO.md`; registry-owned, not protocol identity. |
|
|
216
|
+
| `default_path` | Registry-owned path used when no docs mapping overrides it. |
|
|
217
|
+
| `local_role` | Capability relationship to an artifact: `produces`, `consumes`, or `produces_and_consumes`. |
|
|
218
|
+
| Docs override boundary | `docs.yaml` may override paths for known display names; it must not redefine canonical identity facts. |
|
|
219
|
+
| Objective state | Optimera state under `.agentera/optimera/<objective-name>/`, including `objective.yaml`, `experiments.yaml`, and harness files. |
|
|
214
220
|
|
|
215
221
|
Canonical artifact IDs include `vision`, `decisions`, `plan`, `progress`,
|
|
216
222
|
`todo`, `health`, `docs`, `design`, `profile`, `objective`, `experiments`,
|
|
@@ -221,12 +227,12 @@ Canonical artifact IDs include `vision`, `decisions`, `plan`, `progress`,
|
|
|
221
227
|
|
|
222
228
|
### Exit signals
|
|
223
229
|
|
|
224
|
-
| Signal
|
|
225
|
-
|
|
|
226
|
-
| `complete` | The workflow finished successfully.
|
|
227
|
-
| `flagged`
|
|
228
|
-
| `stuck`
|
|
229
|
-
| `waiting`
|
|
230
|
+
| Signal | Meaning | Use |
|
|
231
|
+
| ---------- | ------------------------------------------------- | --------------------------------- |
|
|
232
|
+
| `complete` | The workflow finished successfully. | Normal completion. |
|
|
233
|
+
| `flagged` | Work completed with caveats the user should know. | List each concern. |
|
|
234
|
+
| `stuck` | The capability cannot proceed. | State blocker and attempted work. |
|
|
235
|
+
| `waiting` | Required information is missing. | State exactly what is needed. |
|
|
230
236
|
|
|
231
237
|
Exit marker grammar is `<glyph> <capability> · <status>`, for example
|
|
232
238
|
`▤ dokumentera · complete`. For `flagged`, `stuck`, and `waiting`, add `▸`
|
|
@@ -234,41 +240,41 @@ details.
|
|
|
234
240
|
|
|
235
241
|
### Finding severity
|
|
236
242
|
|
|
237
|
-
| Value
|
|
238
|
-
|
|
|
243
|
+
| Value | Meaning |
|
|
244
|
+
| ---------- | -------------------------------------------------------- |
|
|
239
245
|
| `critical` | Broken functionality, security issue, or data-loss risk. |
|
|
240
|
-
| `warning`
|
|
241
|
-
| `info`
|
|
246
|
+
| `warning` | Works but poorly, confusingly, or in a fragile way. |
|
|
247
|
+
| `info` | Minor, cosmetic, or low-impact improvement. |
|
|
242
248
|
|
|
243
249
|
### Issue severity
|
|
244
250
|
|
|
245
|
-
| Value
|
|
246
|
-
|
|
|
247
|
-
| `critical` | `⇶`
|
|
248
|
-
| `degraded` | `⇉`
|
|
249
|
-
| `normal`
|
|
250
|
-
| `annoying` | `⇢`
|
|
251
|
+
| Value | Glyph | Meaning |
|
|
252
|
+
| ---------- | ----- | ---------------------------------------- |
|
|
253
|
+
| `critical` | `⇶` | Blocks progress or breaks functionality. |
|
|
254
|
+
| `degraded` | `⇉` | Works, but poorly, slowly, or fragily. |
|
|
255
|
+
| `normal` | `→` | Standard work. |
|
|
256
|
+
| `annoying` | `⇢` | Cosmetic or minor friction. |
|
|
251
257
|
|
|
252
258
|
### Confidence language
|
|
253
259
|
|
|
254
|
-
| Value
|
|
255
|
-
|
|
|
256
|
-
| `firm`
|
|
260
|
+
| Value | Meaning |
|
|
261
|
+
| ------------- | ----------------------------------------------- |
|
|
262
|
+
| `firm` | User is committed. Treat as a hard constraint. |
|
|
257
263
|
| `provisional` | Best current answer. Treat as a strong default. |
|
|
258
|
-
| `exploratory` | Direction to try. Treat as a suggestion.
|
|
264
|
+
| `exploratory` | Direction to try. Treat as a suggestion. |
|
|
259
265
|
|
|
260
266
|
Numeric confidence is `0-100`: `90-100` verified, `70-89` strong,
|
|
261
267
|
`50-69` moderate, `30-49` weak, and `0-29` speculative.
|
|
262
268
|
|
|
263
269
|
### Phase language
|
|
264
270
|
|
|
265
|
-
| Phase
|
|
266
|
-
|
|
|
267
|
-
| `envision`
|
|
268
|
-
| `deliberate` | resonera
|
|
269
|
-
| `plan`
|
|
270
|
-
| `build`
|
|
271
|
-
| `audit`
|
|
271
|
+
| Phase | Primary capabilities | Meaning |
|
|
272
|
+
| ------------ | --------------------------------------------- | ------------------------------------------------------ |
|
|
273
|
+
| `envision` | visionera | Define north star and direction. |
|
|
274
|
+
| `deliberate` | resonera | Think through tradeoffs and decisions. |
|
|
275
|
+
| `plan` | planera | Break intent into scoped work. |
|
|
276
|
+
| `build` | realisera, optimera, dokumentera, visualisera | Produce code, docs, designs, or measured improvements. |
|
|
277
|
+
| `audit` | inspektera | Evaluate health, risks, and state alignment. |
|
|
272
278
|
|
|
273
279
|
Use `phase` for protocol-level lifecycle state. Use `step` for capability-local
|
|
274
280
|
progress markers such as `── step 2/6: verify`.
|
|
@@ -284,86 +290,86 @@ tests, labels, or active state.
|
|
|
284
290
|
|
|
285
291
|
## Workflow grammar
|
|
286
292
|
|
|
287
|
-
| Form
|
|
288
|
-
|
|
|
289
|
-
| `Each invocation = one ...`
|
|
290
|
-
| `─── <glyph> <capability> · <context> ───` | Capability introduction marker.
|
|
291
|
-
| `── step N/M: verb`
|
|
292
|
-
| `## Safety rails` plus `<critical>`
|
|
293
|
-
| `Detect mode/context/level`
|
|
294
|
-
| Decision gate
|
|
295
|
-
| Exit-early stop condition
|
|
296
|
-
| Behavioral verification gate
|
|
297
|
-
| Pre-write self-audit
|
|
298
|
-
| Plan-completion sweep
|
|
299
|
-
| Worker spawn
|
|
300
|
-
| Stale-base awareness
|
|
301
|
-
| Orchestration loop
|
|
302
|
-
| Evidence audit
|
|
303
|
-
| Loop stop condition
|
|
293
|
+
| Form | Meaning | Example |
|
|
294
|
+
| ------------------------------------------ | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
|
|
295
|
+
| `Each invocation = one ...` | Capability scope limit. | `Each invocation = one experiment.` |
|
|
296
|
+
| `─── <glyph> <capability> · <context> ───` | Capability introduction marker. | `─── ⎘ optimera · measure ───` |
|
|
297
|
+
| `── step N/M: verb` | Capability-local progress marker. | `── step 4/8: implement` |
|
|
298
|
+
| `## Safety rails` plus `<critical>` | Non-negotiable constraints. | `NEVER push to remote repos without explicit instruction.` |
|
|
299
|
+
| `Detect mode/context/level` | Step 0 classification before the main workflow. | Dokumentera detects create, update, audit, or first-run survey. |
|
|
300
|
+
| Decision gate | Explicit condition-based branch before proceeding. | Optimera keep/discard decision. |
|
|
301
|
+
| Exit-early stop condition | Stop condition when work is already complete or unnecessary. | Docs current, no stale work found. |
|
|
302
|
+
| Behavioral verification gate | Realisera check that behavior was verified against real project state. | Tests, builds, or manual verification. |
|
|
303
|
+
| Pre-write self-audit | Prose check for verbosity mismatch, abstraction creep, and filler accumulation. | `agentera lint --artifact <ARTIFACT>` exposes the checks through the CLI. |
|
|
304
|
+
| Plan-completion sweep | Realisera cleanup when plan tasks finish. | Progress rollup, changelog, TODO, health cross-reference, archive. |
|
|
305
|
+
| Worker spawn | Isolated implementation or measurement by a worker through the host subagent mechanism. | Realisera and optimera can use it. |
|
|
306
|
+
| Stale-base awareness | Prevent workers from branching from old `origin/main` or stale HEAD. | Use pre-spawn Git commits before spawning workers. |
|
|
307
|
+
| Orchestration loop | Orkestrera loop: select, delegate, evaluate, resolve, log. | Orkestrera delegates; it does not implement. |
|
|
308
|
+
| Evidence audit | Check that recorded verification actually proves acceptance criteria. | Orkestrera and inspektera use this language. |
|
|
309
|
+
| Loop stop condition | Stop repeated failed cycles, tasks, or experiments. | Prevents endless retries. |
|
|
304
310
|
|
|
305
311
|
For user-facing operations, prefer plain aliases when the branded phrase does
|
|
306
312
|
not add precision:
|
|
307
313
|
|
|
308
|
-
| Internal or branded phrase | User-facing phrase
|
|
309
|
-
|
|
|
310
|
-
| Reality Verification Gate
|
|
311
|
-
| Conductor protocol
|
|
312
|
-
| Evidence audit
|
|
313
|
-
| Memory layer
|
|
314
|
+
| Internal or branded phrase | User-facing phrase |
|
|
315
|
+
| -------------------------- | ---------------------------- |
|
|
316
|
+
| Reality Verification Gate | behavioral verification gate |
|
|
317
|
+
| Conductor protocol | orchestration loop |
|
|
318
|
+
| Evidence audit | verification review |
|
|
319
|
+
| Memory layer | saved project context |
|
|
314
320
|
|
|
315
321
|
### Artifact-writing checks
|
|
316
322
|
|
|
317
|
-
| Term
|
|
318
|
-
|
|
|
319
|
-
| Verbosity mismatch
|
|
320
|
-
| Abstraction creep
|
|
321
|
-
| Filler accumulation
|
|
322
|
-
| Concrete anchor
|
|
323
|
-
| Lead-with-conclusion | Start with the actionable conclusion, then provide evidence.
|
|
324
|
-
| Compaction
|
|
323
|
+
| Term | Definition |
|
|
324
|
+
| -------------------- | ------------------------------------------------------------------------------------------------------------- |
|
|
325
|
+
| Verbosity mismatch | Artifact prose exceeds the intended budget or grows without adding signal. |
|
|
326
|
+
| Abstraction creep | Prose lacks a concrete anchor such as a path, line number, metric, identifier, commit, or quote. |
|
|
327
|
+
| Filler accumulation | Prose accumulates hedges, redundant transitions, self-reference, summary preambles, or generic justification. |
|
|
328
|
+
| Concrete anchor | A file path, line number, commit hash, metric value, identifier, or direct quote. |
|
|
329
|
+
| Lead-with-conclusion | Start with the actionable conclusion, then provide evidence. |
|
|
330
|
+
| Compaction | Keep recent full entries, preserve older one-line archives, and drop beyond retention limits. |
|
|
325
331
|
|
|
326
332
|
## Capability-specific recurring vocabulary
|
|
327
333
|
|
|
328
|
-
| Capability
|
|
329
|
-
|
|
|
330
|
-
| hej
|
|
331
|
-
| visionera
|
|
332
|
-
| resonera
|
|
333
|
-
| inspirera
|
|
334
|
-
| planera
|
|
335
|
-
| realisera
|
|
336
|
-
| optimera
|
|
337
|
-
| inspektera
|
|
338
|
-
| dokumentera | Intent-first docs, explore-and-generate, update-and-verify, first-run survey, evergreen docs, docs become the spec.
|
|
339
|
-
| profilera
|
|
340
|
-
| visualisera | Visual identity, design tokens, semantic weight, terminal-native, glyphs, logo scarcity.
|
|
341
|
-
| orkestrera
|
|
334
|
+
| Capability | Common terms |
|
|
335
|
+
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------- |
|
|
336
|
+
| hej | Orientation, dashboard, returning project, fresh project, attention, next action, concrete object, route suggestion. |
|
|
337
|
+
| visionera | North star, persona, principles, direction, identity, tensions, create/refine/replace/audit modes. |
|
|
338
|
+
| resonera | Socratic questioning, one question at a time, honest friction, steelman, tradeoffs, decision pressure. |
|
|
339
|
+
| inspirera | Source analysis, pattern extraction, cross-pollination, worth stealing, external practice, adaptation. |
|
|
340
|
+
| planera | WHAT and WHY, behavioral acceptance criteria, scope, included/excluded/deferred, task dependencies, plan-level current-state check. |
|
|
341
|
+
| realisera | Cycle, orient/select/research/plan/spawn/verify/commit/audit/log, HOW, progress log, worker spawn. |
|
|
342
|
+
| optimera | Objective, experiment, baseline, harness, locked measurement, hypothesis, metric, regression, keep/discard gate. |
|
|
343
|
+
| inspektera | Audit, health grade, dimensions, findings, evidence, impact, suggested action, artifact current-state review, deliberate decisions. |
|
|
344
|
+
| dokumentera | Intent-first docs, explore-and-generate, update-and-verify, first-run survey, evergreen docs, docs become the spec. |
|
|
345
|
+
| profilera | Decision profile, signal extraction, confidence, preference, validation, reusable user model. |
|
|
346
|
+
| visualisera | Visual identity, design tokens, semantic weight, terminal-native, glyphs, logo scarcity. |
|
|
347
|
+
| orkestrera | Plan execution, delegate, task-notification result, presence check, evaluate, resolve, loop stop condition. |
|
|
342
348
|
|
|
343
349
|
## Runtime, install, and release grammar
|
|
344
350
|
|
|
345
|
-
| Term
|
|
346
|
-
|
|
|
347
|
-
| Agentera directory
|
|
348
|
-
| App files directory
|
|
349
|
-
| User data directory
|
|
350
|
-
| `AGENTERA_HOME`
|
|
351
|
-
| Normal Agentera directory
|
|
352
|
-
| `--install-root`
|
|
353
|
-
| Directory with unknown files | A directory Agentera must not overwrite silently. Say this instead of unmanaged root.
|
|
354
|
-
| Missing normal directory
|
|
355
|
-
| Missing chosen directory
|
|
356
|
-
| Package refresh
|
|
357
|
-
| App repair
|
|
358
|
-
| `--only bundle`
|
|
359
|
-
| Preview
|
|
360
|
-
| `--yes`
|
|
361
|
-
| Final check
|
|
362
|
-
| Package-update opt-in
|
|
363
|
-
| Runtime adapter
|
|
364
|
-
| Host support
|
|
365
|
-
| Hook lifecycle
|
|
366
|
-
| Setup doctor
|
|
351
|
+
| Term | Definition |
|
|
352
|
+
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
353
|
+
| Agentera directory | Plain-language name for the local directory named by `AGENTERA_HOME`; user data stays at this directory root. |
|
|
354
|
+
| App files directory | Plain-language name for `$AGENTERA_HOME/app`, where Agentera's scripts and skill files live. Internal JSON may call this `managedAppRoot`; do not use that phrase in prompts. |
|
|
355
|
+
| User data directory | The `AGENTERA_HOME` root that keeps `PROFILE.md`, `USAGE.md`, `history/`, `benchmarks/`, `intermediate/`, `sessions/`, and other preserved user-state paths. |
|
|
356
|
+
| `AGENTERA_HOME` | Environment variable pointing at the Agentera directory. Explain this only when the user needs the exact setting. |
|
|
357
|
+
| Normal Agentera directory | Platform data directory for Agentera when `AGENTERA_HOME` is unset. |
|
|
358
|
+
| `--install-root` | Compatibility flag name for existing CLI options; surrounding text should say Agentera directory. |
|
|
359
|
+
| Directory with unknown files | A directory Agentera must not overwrite silently. Say this instead of unmanaged root. |
|
|
360
|
+
| Missing normal directory | Previewable. Agentera can show a no-write repair preview. |
|
|
361
|
+
| Missing chosen directory | Needs a user decision when provided through `AGENTERA_HOME` or explicit `--install-root`. |
|
|
362
|
+
| Package refresh | Package-manager or marketplace update. It does not prove Agentera's app files are current. |
|
|
363
|
+
| App repair | Normal repair flow that previews or applies Agentera app files plus managed runtime config, plugins, hooks, commands, and safe cleanup together. It must not edit shell startup files, and package-manager commands remain opt-in through `--update-packages`. |
|
|
364
|
+
| `--only bundle` | Compatibility selector for narrow app-file work. Do not present it as the normal repair recommendation when managed runtime surfaces may also need repair. |
|
|
365
|
+
| Preview | No-write mode. Required before upgrade or app repair writes; the underlying command flag is `--dry-run`. |
|
|
366
|
+
| `--yes` | Explicit apply flag after preview and approval. |
|
|
367
|
+
| Final check | Setup validation after upgrade apply. Uses the same app-home probe as `agentera doctor` (`build_doctor_status`), not `setup_doctor.build_report`. |
|
|
368
|
+
| Package-update opt-in | External package manager changes require `--update-packages`. |
|
|
369
|
+
| Runtime adapter | Runtime-specific Agentera adapter support for skill loading, hooks, artifact validation, lifecycle metadata, and diagnostics. |
|
|
370
|
+
| Host support | What a runtime can theoretically do. Distinguish it from shipped Agentera behavior. |
|
|
371
|
+
| Hook lifecycle | Runtime callbacks such as `SessionStart`, `Stop`, `PreToolUse`, and `PostToolUse`. |
|
|
372
|
+
| Setup doctor | Diagnostic command surface for install/runtime health. |
|
|
367
373
|
|
|
368
374
|
Canonical runtime names are Claude Code, OpenCode, Copilot CLI, Codex CLI, Cursor IDE, and Cursor Agent CLI.
|
|
369
375
|
|
|
@@ -440,7 +446,7 @@ references, generic plain language, and ambiguous current prose.
|
|
|
440
446
|
Use this prose as guidance only: current conceptual docs should say the object
|
|
441
447
|
they mean, such as Agentera app files, suite package, plugin-shipped hooks,
|
|
442
448
|
removed `bundle-status` command, Agentera routing entry point, skill entry file,
|
|
443
|
-
v1 skill entry
|
|
449
|
+
historical v1 skill entry paths (post-3.0 removed from the repo tree). Preserve shipped identifiers and
|
|
444
450
|
literal paths such as `.agentera-bundle.json`, `bundle.status`,
|
|
445
451
|
`activeBundleRoot`, `--only bundle`, and `skills/agentera/SKILL.md` unless an
|
|
446
452
|
explicit compatibility migration is in scope.
|
|
@@ -451,61 +457,61 @@ human-facing boundary.
|
|
|
451
457
|
|
|
452
458
|
## Evaluation and evidence grammar
|
|
453
459
|
|
|
454
|
-
| Term
|
|
455
|
-
|
|
|
456
|
-
| Validation passed
|
|
457
|
-
| Focused tests
|
|
458
|
-
| Full pytest
|
|
459
|
-
| Capability validator
|
|
460
|
-
| Cross-capability validation | Checks that capability schemas agree with registry, protocol, routing, and exit contracts.
|
|
461
|
-
| Smoke eval
|
|
462
|
-
| Live-host smoke
|
|
463
|
-
| Semantic eval
|
|
464
|
-
| Semantic fixture
|
|
465
|
-
| Startup-overhead analysis
|
|
466
|
-
| Startup report
|
|
467
|
-
| Seeded project state
|
|
468
|
-
| Oracle
|
|
469
|
-
| Regression
|
|
470
|
-
| Harness
|
|
471
|
-
| Objective
|
|
472
|
-
| Experiment
|
|
473
|
-
| Keep/discard gate
|
|
460
|
+
| Term | Definition |
|
|
461
|
+
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
462
|
+
| Validation passed | Evidence that required checks completed successfully. Name the checks. |
|
|
463
|
+
| Focused tests | Targeted tests for the changed surface. |
|
|
464
|
+
| Full pytest | Repository-wide pytest run. Use exact counts when recorded. |
|
|
465
|
+
| Capability validator | `uv run agentera check validate capability skills/agentera/capabilities/<name>`. |
|
|
466
|
+
| Cross-capability validation | Checks that capability schemas agree with registry, protocol, routing, and exit contracts. |
|
|
467
|
+
| Smoke eval | Runtime/setup check for crashes, non-zero exits, or obvious host failures. |
|
|
468
|
+
| Live-host smoke | Explicit opt-in model-host check against real runtime access. |
|
|
469
|
+
| Semantic eval | Offline fixture evaluation that checks whether captured output means the right thing. |
|
|
470
|
+
| Semantic fixture | Markdown fixture with prompt, seeded project state, captured output, tool trace, and expected facts. |
|
|
471
|
+
| Startup-overhead analysis | Local-only Decision 51 measurement surface for raw Agentera artifact access after CLI state calls during capability startup/state gathering. It replaced an uncommitted route/intro startup-window draft that found zero qualifying windows, and must report the retained `CLI state -> raw artifact access` metric before recommending a startup envelope or guidance fix. |
|
|
472
|
+
| Startup report | Human-readable and structured report pair that includes boundary source, runtime coverage, startup metrics, threshold rationale, recommendation, and privacy caveats without raw transcript text or raw local paths. |
|
|
473
|
+
| Seeded project state | Fixture-provided artifacts used as the source of truth for expected behavior. |
|
|
474
|
+
| Oracle | Artifact-derived expectation, such as the exact plan task hej should route to. |
|
|
475
|
+
| Regression | Required safety check for behavior that must not degrade. |
|
|
476
|
+
| Harness | Optimera measurement substrate. Once approved, it is immutable ground truth. |
|
|
477
|
+
| Objective | Measurable optimization charter under `.agentera/optimera/<name>/`. |
|
|
478
|
+
| Experiment | One falsifiable optimization attempt with hypothesis, method, metric, regression, status, and conclusion. |
|
|
479
|
+
| Keep/discard gate | Keep only if the metric improves and regression gates pass; discard otherwise. |
|
|
474
480
|
|
|
475
481
|
## Visual grammar
|
|
476
482
|
|
|
477
|
-
| Token family
|
|
478
|
-
|
|
|
479
|
-
| Status tokens
|
|
480
|
-
| Severity tokens
|
|
481
|
-
| Confidence tokens | `━` firm, `─` provisional, `┄` exploratory.
|
|
482
|
-
| Trend tokens
|
|
483
|
-
| Structural tokens | `───` section divider, `▸` list item, `·` separator, `→` flow, `█▓░` progress bar.
|
|
484
|
-
| Logo
|
|
483
|
+
| Token family | Values |
|
|
484
|
+
| ----------------- | --------------------------------------------------------------------------------------------------- |
|
|
485
|
+
| Status tokens | `■` complete, `▣` in progress, `□` open, `▨` blocked. |
|
|
486
|
+
| Severity tokens | `⇶` critical, `⇉` degraded, `→` normal, `⇢` annoying. |
|
|
487
|
+
| Confidence tokens | `━` firm, `─` provisional, `┄` exploratory. |
|
|
488
|
+
| Trend tokens | `⮉` improving, `⮋` degrading. |
|
|
489
|
+
| Structural tokens | `───` section divider, `▸` list item, `·` separator, `→` flow, `█▓░` progress bar. |
|
|
490
|
+
| Logo | Box-drawing Agentera logo. Use for the Hej dashboard, major completions, and significant artifacts. |
|
|
485
491
|
|
|
486
492
|
Visualisera owns visual identity in `DESIGN.md`. Protocol owns token meanings in
|
|
487
493
|
`skills/agentera/protocol.yaml`.
|
|
488
494
|
|
|
489
495
|
## Canonical phrases
|
|
490
496
|
|
|
491
|
-
| Phrase
|
|
492
|
-
|
|
|
493
|
-
| “
|
|
494
|
-
| “One install, one entry point, one query interface to all project state.” |
|
|
495
|
-
| “Continuity lives in files, not memory.”
|
|
496
|
-
| “The conversation preserves reasoning; the artifact preserves the plan.”
|
|
497
|
-
| “Planera owns WHAT and WHY; realisera owns HOW.”
|
|
498
|
-
| “The colleague says what they think, then shows the evidence.”
|
|
499
|
-
| “Findings contradicting deliberate decisions are not findings.”
|
|
500
|
-
| “Select the concrete next action before selecting the skill.”
|
|
501
|
-
| “A skill name without a concrete object is not a valid suggestion.”
|
|
502
|
-
| “Suggest, don’t force.”
|
|
503
|
-
| “Document intended behavior before building.”
|
|
504
|
-
| “Write as intended steady state.”
|
|
505
|
-
| “Keep it DRY: reference, don’t repeat.”
|
|
506
|
-
| “The harness is the immutable ground truth.”
|
|
507
|
-
| “Improve + pass regression = keep; everything else is discarded.”
|
|
508
|
-
| “The orchestrator delegates; it does not implement.”
|
|
497
|
+
| Phrase | Use |
|
|
498
|
+
| ------------------------------------------------------------------------- | ------------------------------------------------------ |
|
|
499
|
+
| “Opinionated mobile-first coding agent.” | Product identity. |
|
|
500
|
+
| “One install, one entry point, one query interface to all project state.” | CLI state-access promise (internals/contributor docs). |
|
|
501
|
+
| “Continuity lives in files, not memory.” | Realisera/project-state principle. |
|
|
502
|
+
| “The conversation preserves reasoning; the artifact preserves the plan.” | Planera boundary. |
|
|
503
|
+
| “Planera owns WHAT and WHY; realisera owns HOW.” | Planning/building boundary. |
|
|
504
|
+
| “The colleague says what they think, then shows the evidence.” | Inspektera voice. |
|
|
505
|
+
| “Findings contradicting deliberate decisions are not findings.” | Audit boundary. |
|
|
506
|
+
| “Select the concrete next action before selecting the skill.” | Hej routing discipline. |
|
|
507
|
+
| “A skill name without a concrete object is not a valid suggestion.” | Hej next-action rule. |
|
|
508
|
+
| “Suggest, don’t force.” | Hej confirmation rule. |
|
|
509
|
+
| “Document intended behavior before building.” | Dokumentera intent-first mode. |
|
|
510
|
+
| “Write as intended steady state.” | Evergreen documentation rule. |
|
|
511
|
+
| “Keep it DRY: reference, don’t repeat.” | Documentation maintenance rule. |
|
|
512
|
+
| “The harness is the immutable ground truth.” | Optimera measurement rule. |
|
|
513
|
+
| “Improve + pass regression = keep; everything else is discarded.” | Optimera experiment rule. |
|
|
514
|
+
| “The orchestrator delegates; it does not implement.” | Orkestrera role boundary. |
|
|
509
515
|
|
|
510
516
|
## Ambiguous terms to qualify
|
|
511
517
|
|
|
@@ -513,63 +519,63 @@ Do not use these terms bare. A busy developer should be able to search the
|
|
|
513
519
|
phrase, identify the affected object, and know whether the term describes a
|
|
514
520
|
schema concept, runtime capability, install state, or user action.
|
|
515
521
|
|
|
516
|
-
| Ambiguous term
|
|
517
|
-
|
|
|
518
|
-
| Skill
|
|
519
|
-
| Contract
|
|
520
|
-
| Status
|
|
521
|
-
| Freshness
|
|
522
|
-
| Checkpoint
|
|
523
|
-
| Stale
|
|
524
|
-
| Phase
|
|
525
|
-
| Objective state | Clear only inside optimera.
|
|
526
|
-
| Support
|
|
527
|
-
| Runtime support | Too broad to be actionable in compatibility docs.
|
|
528
|
-
| AskUserQuestion | Internal primitive leaking into human prose.
|
|
529
|
-
| MCP
|
|
522
|
+
| Ambiguous term | Why bare usage is risky | Required wording |
|
|
523
|
+
| --------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
524
|
+
| Skill | Confuses v1 standalone skills, the v2 Agentera skill, and internal workflows. | Use `Agentera skill` for the installed runtime surface, `v1 skill` for history, and `capability` for v2 workflows. |
|
|
525
|
+
| Contract | Could mean schema structure, artifact shape, protocol primitive, adapter behavior, or product promise. | Use `schema contract`, `artifact schema`, `protocol primitives`, `runtime adapter contract`, or `product promise`. |
|
|
526
|
+
| Status | Different surfaces use different state machines and output labels. | Use `exit status`, `task status`, `installed-app status`, `install status`, `docs status`, or `health status`. |
|
|
527
|
+
| Freshness | Sounds like a branded synonym for several normal states: current, stale, synced, or out of date. | Use object-specific state wording such as `artifact is current`, `Agentera app files need repair`, `docs are current`, or `plan-level current-state check`. |
|
|
528
|
+
| Checkpoint | In software, can mean commit, savepoint, restore point, model checkpoint, or milestone. | Use `final state sync`, `plan-level current-state check`, `checkpoint commit`, or `pre-dispatch checkpoint commit`. |
|
|
529
|
+
| Stale | The cause and fix differ by object. | Use `stale artifact`, `Agentera app files need repair`, `stale marker`, or `stale worktree base`. Avoid `stale` in recovery prompts when `out of date` or `needs repair` is clearer. |
|
|
530
|
+
| Phase | Conflicts with numbered workflow steps. | Use `phase` only for protocol lifecycle: `envision`, `deliberate`, `plan`, `build`, `audit`. Use `step` for capability-local actions. |
|
|
531
|
+
| Objective state | Clear only inside optimera. | First mention `optimization objective state`; then `objective state` is fine in optimera context. Do not modify outside optimera or explicit user instruction. |
|
|
532
|
+
| Support | Could mean theoretical host capability, shipped Agentera wiring, or verified behavior. | Use `host capability`, `Agentera adapter support`, or `tested support`. |
|
|
533
|
+
| Runtime support | Too broad to be actionable in compatibility docs. | Replace with `host capability`, `Agentera adapter support`, or `tested support`, whichever is true. |
|
|
534
|
+
| AskUserQuestion | Internal primitive leaking into human prose. | In user docs, say `ask the user`. In adapter docs, say `runtime question tool`. |
|
|
535
|
+
| MCP | Optional substrate, not a core Agentera requirement. | Say `optional MCP integration` only where the feature literally depends on MCP. |
|
|
530
536
|
|
|
531
537
|
High-risk diagnostic rewrites:
|
|
532
538
|
|
|
533
|
-
| Avoid in diagnostics
|
|
534
|
-
|
|
|
535
|
-
| `bundle freshness gap detected` | `Agentera app files need repair`
|
|
536
|
-
| `bundle freshness guard failed` | `install status check failed`
|
|
537
|
-
| `bundle refresh required`
|
|
538
|
-
| `app refresh required`
|
|
539
|
-
| `upgrade guard triggered`
|
|
540
|
-
| `stale marker`
|
|
541
|
-
| `artifact freshness failed`
|
|
539
|
+
| Avoid in diagnostics | Use instead |
|
|
540
|
+
| ------------------------------- | --------------------------------------------------------------------- |
|
|
541
|
+
| `bundle freshness gap detected` | `Agentera app files need repair` |
|
|
542
|
+
| `bundle freshness guard failed` | `install status check failed` |
|
|
543
|
+
| `bundle refresh required` | `repair Agentera app files` |
|
|
544
|
+
| `app refresh required` | `Agentera app files need repair` or `Agentera app files are outdated` |
|
|
545
|
+
| `upgrade guard triggered` | `v1 migration check found legacy files` |
|
|
546
|
+
| `stale marker` | `missing or outdated version marker` |
|
|
547
|
+
| `artifact freshness failed` | `artifact is stale` or `artifact needs sync` |
|
|
542
548
|
|
|
543
549
|
## Source index
|
|
544
550
|
|
|
545
551
|
High-signal source surfaces for this vocabulary:
|
|
546
552
|
|
|
547
|
-
| Source
|
|
548
|
-
|
|
|
549
|
-
| `skills/agentera/SKILL.md`
|
|
550
|
-
| `skills/agentera/protocol.yaml`
|
|
551
|
-
| `skills/agentera/capability_schema_contract.yaml`
|
|
552
|
-
| `packages/cli/src/capabilities/*/instructions.ts`
|
|
553
|
-
| `skills/agentera/capabilities/*/schemas/*.yaml`
|
|
554
|
-
| `skills/agentera/schemas/artifacts/*.yaml`
|
|
555
|
-
| `references/artifacts/artifact-registry-interface-model.yaml` | Canonical artifact registry language.
|
|
556
|
-
| `references/cli/app-lifecycle-vocabulary.yaml`
|
|
557
|
-
| `references/cli/update-channels.yaml`
|
|
558
|
-
| `references/cli/bundle-skill-vocabulary.yaml`
|
|
559
|
-
| `references/cli/capability-instruction-contract.yaml`
|
|
560
|
-
| `references/cli/routing-execution-vocabulary.yaml`
|
|
561
|
-
| `the agentera CLI`
|
|
562
|
-
| `packages/cli/src/upgrade (doctor/upgrade)`
|
|
563
|
-
| `packages/cli/src/state/installRoot.ts`
|
|
564
|
-
| `hooks/validate_artifact.py`
|
|
565
|
-
| `README.md`
|
|
566
|
-
| `UPGRADE.md`
|
|
567
|
-
| `DESIGN.md`
|
|
568
|
-
| `.agentera/docs.yaml`
|
|
569
|
-
| `.agentera/decisions.yaml`
|
|
570
|
-
| `.agentera/progress.yaml`
|
|
571
|
-
| `.agentera/health.yaml`
|
|
572
|
-
| `.agentera/archive/*.md`
|
|
573
|
-
| `.agentera/optimera/*`
|
|
574
|
-
| `fixtures/semantic/*.md`
|
|
575
|
-
| `tests/`
|
|
553
|
+
| Source | Vocabulary surface |
|
|
554
|
+
| ------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
555
|
+
| `skills/agentera/SKILL.md` | Routing entry, routing layers, CLI-first access, installed-app status check, and v1 migration check. |
|
|
556
|
+
| `skills/agentera/protocol.yaml` | Protocol primitives, glyphs, phases, visual tokens, exit signals. |
|
|
557
|
+
| `skills/agentera/capability_schema_contract.yaml` | Schema groups, priorities, stable IDs, primitive-reference fields. |
|
|
558
|
+
| `packages/cli/src/capabilities/*/instructions.ts` | Workflow grammar, capability roles, safety rails, exit marker forms. Loaded as a default-exported string constant; runtime serves it via `agentera prime --context <name> --format json`. |
|
|
559
|
+
| `skills/agentera/capabilities/*/schemas/*.yaml` | Trigger patterns, artifact roles, validation rules, exit conditions. |
|
|
560
|
+
| `skills/agentera/schemas/artifacts/*.yaml` | Artifact fields, status enums, validation vocabulary, and protected current-state fields. |
|
|
561
|
+
| `references/artifacts/artifact-registry-interface-model.yaml` | Canonical artifact registry language. |
|
|
562
|
+
| `references/cli/app-lifecycle-vocabulary.yaml` | App lifecycle canonical status and operation vocabulary authority. |
|
|
563
|
+
| `references/cli/update-channels.yaml` | Update channel resolution and override-key authority. |
|
|
564
|
+
| `references/cli/bundle-skill-vocabulary.yaml` | Bundle and `SKILL.md` concept classification authority. |
|
|
565
|
+
| `references/cli/capability-instruction-contract.yaml` | Decision 57 capability instruction-file and first-invocation read contract authority. |
|
|
566
|
+
| `references/cli/routing-execution-vocabulary.yaml` | Routing and execution vocabulary authority. |
|
|
567
|
+
| `the agentera CLI` | Flat State CLI labels and `agentera hej` source contract. |
|
|
568
|
+
| `packages/cli/src/upgrade (doctor/upgrade)` | Upgrade and doctor output grammar. |
|
|
569
|
+
| `packages/cli/src/state/installRoot.ts` | Install-root classification semantics. |
|
|
570
|
+
| `hooks/validate_artifact.py` | Runtime artifact-write validation and hook exit codes. |
|
|
571
|
+
| `README.md` | Product, invocation, artifact, and user-facing capability language. |
|
|
572
|
+
| `UPGRADE.md` | Upgrade flow, package refresh, app-home repair, and runtime migration terms. |
|
|
573
|
+
| `DESIGN.md` | Visual identity, glyph, severity, confidence, and structural token language. |
|
|
574
|
+
| `.agentera/docs.yaml` | Current documentation registry, mapping, coverage, and audit vocabulary. |
|
|
575
|
+
| `.agentera/decisions.yaml` | Decision grammar, v2 architecture rationale, routing decisions. |
|
|
576
|
+
| `.agentera/progress.yaml` | Cycle, evidence, context, and final state-sync examples. |
|
|
577
|
+
| `.agentera/health.yaml` | Audit dimensions, grades, trajectories, findings, and artifact current-state review. |
|
|
578
|
+
| `.agentera/archive/*.md` | Historical plan-level current-state checks and staleness rationale. |
|
|
579
|
+
| `.agentera/optimera/*` | Objective, experiment, harness, metric, and keep/discard examples. |
|
|
580
|
+
| `fixtures/semantic/*.md` | Semantic eval fixture, oracle, and Hej dashboard constraints. |
|
|
581
|
+
| `tests/` | Regression evidence for CLI labels, installed-app status, routing, exits, and schema contracts. |
|