agentera 3.0.0-dev.41 → 3.0.0-dev.47
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 +33 -4
- package/bundle/CHANGELOG.md +91 -1
- package/bundle/README.md +26 -19
- package/bundle/UPGRADE.md +50 -15
- package/bundle/references/adapters/package-publication.json +408 -14
- package/bundle/references/adapters/package-registry.yaml +414 -1
- package/bundle/references/adapters/package-surface-characterization.md +20 -0
- package/bundle/references/adapters/runtime-retired-resources.yaml +237 -1
- package/bundle/references/analysis/evidence-tier-authority.yaml +3 -3
- package/bundle/references/analysis/verification-policy.yaml +48 -0
- package/bundle/references/artifacts/artifact-registry-interface-model.yaml +1 -1
- package/bundle/references/artifacts/glossary-entry-contract.yaml +11 -11
- package/bundle/references/artifacts/state-storage-authority.yaml +170 -118
- package/bundle/references/cli/capability-instruction-contract.yaml +4 -4
- package/bundle/references/cli/hybrid-route-contract.yaml +27 -5
- package/bundle/references/cli/routing-model.md +20 -4
- package/bundle/references/cli/trigger-schema-enrichment.md +7 -0
- package/bundle/references/cli/vocabulary-index.yaml +1 -3
- package/bundle/references/cli/vocabulary.md +18 -60
- package/bundle/references/meta/retained-reference-authority.yaml +151 -0
- package/bundle/skills/agentera/SKILL.md +32 -16
- package/bundle/skills/agentera/capabilities/audit/schemas/artifacts.yaml +3 -3
- package/bundle/skills/agentera/capabilities/audit/schemas/validation.yaml +1 -1
- package/bundle/skills/agentera/capabilities/build/schemas/artifacts.yaml +5 -5
- package/bundle/skills/agentera/capabilities/build/schemas/validation.yaml +5 -5
- package/bundle/skills/agentera/capabilities/design/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/discuss/schemas/artifacts.yaml +3 -3
- package/bundle/skills/agentera/capabilities/discuss/schemas/validation.yaml +2 -2
- package/bundle/skills/agentera/capabilities/document/schemas/artifacts.yaml +3 -3
- package/bundle/skills/agentera/capabilities/document/schemas/validation.yaml +1 -1
- package/bundle/skills/agentera/capabilities/optimize/schemas/artifacts.yaml +1 -1
- package/bundle/skills/agentera/capabilities/optimize/schemas/validation.yaml +1 -1
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/artifacts.yaml +5 -5
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/validation.yaml +2 -2
- package/bundle/skills/agentera/capabilities/plan/schemas/artifacts.yaml +1 -1
- package/bundle/skills/agentera/capabilities/plan/schemas/validation.yaml +1 -1
- package/bundle/skills/agentera/capabilities/profile/schemas/validation.yaml +1 -1
- package/bundle/skills/agentera/capability_schema_contract.yaml +2 -2
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +3 -3
- package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +3 -3
- package/bundle/skills/agentera/schemas/artifacts/glossary.yaml +1 -1
- package/bundle/skills/agentera/schemas/artifacts/health.yaml +3 -3
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +12 -10
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +3 -3
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +6 -4
- package/dist/analytics/extractCorpus/cli.js +0 -1
- package/dist/analytics/extractCorpus/copilotSessions.js +0 -1
- package/dist/analytics/extractCorpus/core.js +0 -1
- package/dist/analytics/extractCorpus/corpus.js +0 -1
- package/dist/analytics/extractCorpus/coverageAudit.js +0 -1
- package/dist/analytics/extractCorpus/cursorSessions.js +0 -1
- package/dist/analytics/extractCorpus/evidenceTiers.js +0 -1
- package/dist/analytics/extractCorpus/extractCorpusParity.js +0 -1
- package/dist/analytics/extractCorpus/filesystemSources.js +0 -1
- package/dist/analytics/extractCorpus/index.js +0 -1
- package/dist/analytics/extractCorpus/jsonlSessions.js +0 -1
- package/dist/analytics/extractCorpus/sqliteCaps.js +0 -1
- package/dist/analytics/extractCorpus/sqliteSessions.js +0 -1
- package/dist/analytics/extractCorpus/tierReader.js +0 -1
- package/dist/analytics/extractCorpus.js +0 -1
- package/dist/analytics/glossaryAdviceResolution.js +0 -1
- package/dist/analytics/glossaryInputAcquisition.js +0 -1
- package/dist/analytics/personalGlossaryAdmission.js +0 -1
- package/dist/analytics/personalGlossaryProfile.js +0 -1
- package/dist/analytics/profileSignals.js +0 -1
- package/dist/analytics/usageStats.js +0 -1
- package/dist/audit/terminologyDrift.js +0 -1
- package/dist/bin/agentera.js +0 -1
- package/dist/capabilities/audit/instructions.js +3 -4
- package/dist/capabilities/build/instructions.js +2 -3
- package/dist/capabilities/design/instructions.js +1 -2
- package/dist/capabilities/discuss/instructions.js +2 -3
- package/dist/capabilities/document/instructions.js +2 -3
- package/dist/capabilities/index.js +5 -4
- package/dist/capabilities/optimize/instructions.js +1 -2
- package/dist/capabilities/orchestrate/instructions.js +3 -4
- package/dist/capabilities/plan/instructions.js +1 -2
- package/dist/capabilities/profile/instructions.js +1 -2
- package/dist/capabilities/research/instructions.js +1 -2
- package/dist/capabilities/status/instructions.js +1 -2
- package/dist/capabilities/status/startupInstructions.js +0 -5
- package/dist/capabilities/vision/instructions.js +1 -2
- package/dist/cli/appContext.js +0 -1
- package/dist/cli/argvalidate.js +0 -1
- package/dist/cli/capabilityContext/benchmark.js +4 -4
- package/dist/cli/capabilityContext/bespoke.js +0 -1
- package/dist/cli/capabilityContext/build.js +8 -10
- package/dist/cli/capabilityContext/closeout.js +8 -10
- package/dist/cli/capabilityContext/contract.js +7 -42
- package/dist/cli/capabilityContext/evidence.js +12 -14
- package/dist/cli/capabilityContext/index.js +0 -1
- package/dist/cli/capabilityContext/orchestration.js +6 -8
- package/dist/cli/capabilityContext/planState.js +0 -1
- package/dist/cli/capabilityContext/progress.js +0 -1
- package/dist/cli/capabilityContext/projectVerification.js +0 -1
- package/dist/cli/capabilityContext/shared.js +2 -19
- package/dist/cli/capabilityContext/slim.js +0 -1
- package/dist/cli/capabilityContext/startup.js +24 -152
- package/dist/cli/capabilityContext/startupAggregation.js +68 -0
- package/dist/cli/capabilityContext/types.js +4 -4
- package/dist/cli/capabilityContext.js +0 -1
- package/dist/cli/commands/appHome.js +0 -1
- package/dist/cli/commands/capability.js +2 -2
- package/dist/cli/commands/compact.js +0 -1
- package/dist/cli/commands/doctor.js +104 -9
- package/dist/cli/commands/durability.js +0 -1
- package/dist/cli/commands/glossaryAdvice.js +0 -1
- package/dist/cli/commands/lint.js +0 -1
- package/dist/cli/commands/personalGlossary.js +0 -1
- package/dist/cli/commands/prime/briefOrientation.js +24 -85
- package/dist/cli/commands/prime/buildExecutionRequest.js +2 -2
- package/dist/cli/commands/prime/bundleStatus.js +0 -1
- package/dist/cli/commands/prime/collectEntityOrientation.js +47 -27
- package/dist/cli/commands/prime/collectOrientationState.js +36 -2
- package/dist/cli/commands/prime/orientationOutput.js +104 -84
- package/dist/cli/commands/prime/types.js +0 -1
- package/dist/cli/commands/prime/v1Migration.js +0 -1
- package/dist/cli/commands/prime.js +18 -36
- package/dist/cli/commands/profileGrounding.js +0 -1
- package/dist/cli/commands/query.js +2 -2
- package/dist/cli/commands/report.js +0 -1
- package/dist/cli/commands/route.js +3 -3
- package/dist/cli/commands/schema.js +62 -92
- package/dist/cli/commands/state/decisions.js +0 -1
- package/dist/cli/commands/state/docs.js +0 -1
- package/dist/cli/commands/state/experimentRecords.js +0 -1
- package/dist/cli/commands/state/experiments.js +0 -1
- package/dist/cli/commands/state/get.js +0 -1
- package/dist/cli/commands/state/health.js +0 -1
- package/dist/cli/commands/state/index.js +0 -1
- package/dist/cli/commands/state/list.js +0 -1
- package/dist/cli/commands/state/objective.js +0 -1
- package/dist/cli/commands/state/plan.js +0 -1
- package/dist/cli/commands/state/planTasks.js +0 -1
- package/dist/cli/commands/state/plans.js +0 -1
- package/dist/cli/commands/state/progress.js +0 -1
- package/dist/cli/commands/state/shared.js +0 -1
- package/dist/cli/commands/state/todo.js +0 -1
- package/dist/cli/commands/state/write.js +10 -1
- package/dist/cli/commands/upgrade.js +0 -1
- package/dist/cli/commands/upgradeVerify.js +0 -1
- package/dist/cli/commands/validate.js +106 -10
- package/dist/cli/commands/verify.js +0 -1
- package/dist/cli/contracts/bundleStatus.js +0 -1
- package/dist/cli/contracts/orientationState.js +0 -1
- package/dist/cli/dispatch/argvParser.js +0 -1
- package/dist/cli/dispatch/check.js +6 -24
- package/dist/cli/dispatch/commands.js +3 -3
- package/dist/cli/dispatch/index.js +9 -36
- package/dist/cli/dispatch/lifecycle.js +11 -57
- package/dist/cli/dispatch/prime.js +0 -1
- package/dist/cli/dispatch/projections.js +17 -0
- package/dist/cli/dispatch/shared.js +0 -1
- package/dist/cli/dispatch/state.js +0 -1
- package/dist/cli/dispatch.js +0 -1
- package/dist/cli/errors.js +0 -1
- package/dist/cli/help.js +51 -30
- package/dist/cli/migrationRequired.js +3 -5
- package/dist/cli/orientation/attention.js +4 -17
- package/dist/cli/orientation/corpusCoverage.js +0 -1
- package/dist/cli/orientation.js +5 -5
- package/dist/cli/planArtifacts.js +0 -1
- package/dist/cli/planEvidence.js +0 -1
- package/dist/cli/planLifecycleState.js +2 -2
- package/dist/cli/planTaskIndex.js +0 -1
- package/dist/cli/preCutoverCommand.js +32 -0
- package/dist/cli/prime-blob.js +6 -6
- package/dist/cli/profileAcquisition.js +0 -1
- package/dist/cli/startupCompletenessContract.js +0 -1
- package/dist/cli/stateQuery.js +17 -21
- package/dist/cli/structured.js +0 -1
- package/dist/cli/todoMarkdown.js +0 -1
- package/dist/cli/todoReadinessSelection.js +2 -2
- package/dist/cli/todoSeverity.js +0 -1
- package/dist/core/atomicWriter.js +0 -1
- package/dist/core/developmentChannel.js +1 -0
- package/dist/core/developmentInvocation.js +374 -0
- package/dist/core/difflib.js +0 -1
- package/dist/core/envPaths.js +0 -1
- package/dist/core/jsonValue.js +0 -1
- package/dist/core/paths.js +0 -1
- package/dist/core/pyjson.js +0 -1
- package/dist/core/shell.js +0 -1
- package/dist/core/skillIdentity.js +0 -1
- package/dist/core/sourceRoot.js +9 -12
- package/dist/core/text.js +0 -1
- package/dist/core/toml.js +0 -1
- package/dist/core/yaml.js +0 -1
- package/dist/eval/evalSkills.js +0 -1
- package/dist/eval/hybridRouteEvaluation.js +0 -1
- package/dist/eval/semanticEval.js +0 -1
- package/dist/eval/semanticFixtures.js +0 -1
- package/dist/hooks/common.js +1 -54
- package/dist/hooks/compaction/apply.js +0 -1
- package/dist/hooks/compaction/dryRun.js +0 -1
- package/dist/hooks/compaction/index.js +1 -2
- package/dist/hooks/compaction/parse.js +0 -1
- package/dist/hooks/compaction/retention.js +0 -1
- package/dist/hooks/compaction/status.js +0 -1
- package/dist/hooks/compaction/types.js +0 -1
- package/dist/hooks/validateArtifact/agentFacing.js +0 -1
- package/dist/hooks/validateArtifact/index.js +6 -65
- package/dist/hooks/validateArtifact/markdown.js +0 -1
- package/dist/hooks/validateArtifact/schema.js +0 -1
- package/dist/hooks/validateArtifact/traversal.js +0 -1
- package/dist/hooks/validateArtifact/violations.js +0 -1
- package/dist/migrate/v2HandoffManifest.js +0 -3
- package/dist/registries/activationContract.js +2 -0
- package/dist/registries/activationTuples.js +106 -0
- package/dist/registries/artifactProtocolIds.js +0 -1
- package/dist/registries/artifactRegistry.js +0 -1
- package/dist/registries/artifactSchemaProjection.js +0 -1
- package/dist/registries/capabilityContract.js +0 -1
- package/dist/registries/evaluatorHandoffContract.js +0 -1
- package/dist/registries/evidenceTierContract.js +0 -1
- package/dist/registries/glossaryAdviceContract.js +2 -2
- package/dist/registries/glossaryCaveatContract.js +0 -1
- package/dist/registries/glossaryConsumerContractValidation.js +5 -6
- package/dist/registries/glossaryEntryContract.js +8 -8
- package/dist/registries/glossaryTermIdentity.js +0 -1
- package/dist/registries/glossaryTermOccurrence.js +0 -1
- package/dist/registries/hybridRoute.js +73 -2
- package/dist/registries/hybridRouteReceipt.js +2 -2
- package/dist/registries/packagePublication.js +229 -0
- package/dist/registries/packageRegistry.js +118 -2
- package/dist/registries/todoReadinessContract.js +0 -1
- package/dist/registries/triggerLoader.js +0 -1
- package/dist/registries/verbosityBudgetContract.js +0 -1
- package/dist/release/releaseMetadata.js +69 -3
- package/dist/runtime/lifecycleAdapterContract.js +0 -1
- package/dist/runtime/lifecycleAdapters.js +0 -1
- package/dist/runtime/lifecycleAuthority.js +0 -1
- package/dist/runtime/lifecycleOperationContract.js +12 -3
- package/dist/runtime/lifecycleOperations.js +0 -1
- package/dist/runtime/lifecycleOwnershipJournal.js +0 -1
- package/dist/runtime/lifecyclePublication.js +0 -1
- package/dist/runtime/lifecycleSnapshot.js +0 -1
- package/dist/runtime/nativeResourceCleanup.js +191 -6
- package/dist/setup/opencode.js +0 -1
- package/dist/setup/opencodeConstants.js +0 -1
- package/dist/setup/sharedSkill.js +0 -1
- package/dist/setup/smokeChecks.js +1 -33
- package/dist/state/archiveDiscovery.js +0 -1
- package/dist/state/archivePublication.js +0 -1
- package/dist/state/archiveRecovery.js +0 -1
- package/dist/state/archiveReplay.js +0 -1
- package/dist/state/canonicalMigrationRecord.js +0 -1
- package/dist/state/changelog.js +0 -1
- package/dist/state/decisionEntities.js +0 -1
- package/dist/state/decisionLegacyValidation.js +0 -1
- package/dist/state/decisionMigrationProvenance.js +0 -1
- package/dist/state/decisionOverlay.js +0 -1
- package/dist/state/decisionRevision.js +0 -1
- package/dist/state/decisionRevisionMigration.js +0 -1
- package/dist/state/directRetrieval.js +0 -1
- package/dist/state/durability.js +0 -1
- package/dist/state/entityCutover.js +174 -9
- package/dist/state/entityCutoverGit.js +0 -1
- package/dist/state/entityGlossaryAuthority.js +0 -1
- package/dist/state/entityListProjection.js +0 -1
- package/dist/state/entityListRuntimeRegistry.js +46 -11
- package/dist/state/entityMigrationCausality.js +3 -5
- package/dist/state/entityMigrationIdentity.js +0 -1
- package/dist/state/entityMigrationPreview.js +35 -73
- package/dist/state/entityMigrationTodo.js +133 -0
- package/dist/state/entityPublicationContext.js +0 -1
- package/dist/state/entityRetrievalHelp.js +53 -23
- package/dist/state/entityStorage.js +0 -1
- package/dist/state/exactReplacementRecovery.js +0 -1
- package/dist/state/experimentArchive.js +0 -1
- package/dist/state/experimentIdentity.js +0 -1
- package/dist/state/healthEntities.js +0 -1
- package/dist/state/healthEntityValidation.js +0 -1
- package/dist/state/healthRepair.js +0 -1
- package/dist/state/installRoot.js +0 -1
- package/dist/state/legacyEntityCutoverEvidence.js +0 -1
- package/dist/state/legacyIdentity.js +0 -1
- package/dist/state/legacySummaryRecord.js +0 -1
- package/dist/state/listAccounting.js +0 -1
- package/dist/state/listClassification.js +0 -1
- package/dist/state/listCursor.js +0 -1
- package/dist/state/listRetrieval.js +0 -1
- package/dist/state/migrationSourceBinding.js +0 -1
- package/dist/state/objectiveExperimentEntities.js +0 -1
- package/dist/state/planEntities.js +0 -1
- package/dist/state/planIdentity.js +0 -1
- package/dist/state/planRetrieval.js +0 -1
- package/dist/state/planTaskRetrieval.js +0 -1
- package/dist/state/progressEntities.js +0 -1
- package/dist/state/progressGlossaryCaveat.js +0 -1
- package/dist/state/progressPublicationOrder.js +0 -1
- package/dist/state/projectRoot.js +0 -1
- package/dist/state/projectionPolicy.js +0 -1
- package/dist/state/retrievalAuthority.js +0 -1
- package/dist/state/safeProjectFile.js +0 -1
- package/dist/state/startupAnalysis/benchmark.js +0 -1
- package/dist/state/startupAnalysis/contract.js +44 -10
- package/dist/state/startupAnalysis/helpers.js +0 -1
- package/dist/state/startupAnalysis/index.js +0 -1
- package/dist/state/startupAnalysis/metrics.js +0 -1
- package/dist/state/startupAnalysis/records.js +0 -1
- package/dist/state/startupAnalysis/report.js +0 -1
- package/dist/state/startupAnalysis/threshold.js +0 -1
- package/dist/state/startupAnalysis.js +0 -1
- package/dist/state/startupProjection.js +2 -2
- package/dist/state/stateMode.js +0 -1
- package/dist/state/stateStorageAuthority.js +0 -1
- package/dist/state/summaryEntityRead.js +0 -1
- package/dist/state/summaryMigrationProvenance.js +0 -1
- package/dist/state/summarySourceRowAuthority.js +0 -1
- package/dist/state/todoDocsEntities.js +161 -83
- package/dist/state/todoDocsEntityValidation.js +0 -1
- package/dist/state/todoMarkdownProjection.js +51 -0
- package/dist/state/todoReconciliationActivation.js +73 -4
- package/dist/state/todoReconciliationInspection.js +173 -0
- package/dist/state/todoReconciliationRepair.js +170 -0
- package/dist/state/todoReconciliationTransaction.js +41 -13
- package/dist/state/write/assign.js +0 -1
- package/dist/state/write/candidateMutation.js +0 -1
- package/dist/state/write/errors.js +0 -1
- package/dist/state/write/experimentPublication.js +0 -1
- package/dist/state/write/explain.js +0 -1
- package/dist/state/write/fields.js +0 -1
- package/dist/state/write/glossaryPublication.js +0 -1
- package/dist/state/write/grammar.js +13 -4
- package/dist/state/write/helpers.js +0 -1
- package/dist/state/write/index.js +0 -1
- package/dist/state/write/input.js +0 -1
- package/dist/state/write/lock.js +0 -1
- package/dist/state/write/mutation.js +0 -1
- package/dist/state/write/operations.js +0 -1
- package/dist/state/write/planEvaluation.js +0 -1
- package/dist/state/write/planPublication.js +0 -1
- package/dist/state/write/runtimeOperations.js +83 -6
- package/dist/state/write/serialize.js +0 -1
- package/dist/state/write/transaction.js +0 -1
- package/dist/state/write/validate.js +0 -1
- package/dist/upgrade/appContentRefresh.js +0 -1
- package/dist/upgrade/appModel.js +0 -1
- package/dist/upgrade/atomicWriter.js +0 -1
- package/dist/upgrade/bundleEvidence.js +0 -1
- package/dist/upgrade/channels.js +0 -1
- package/dist/upgrade/compatibility.js +0 -1
- package/dist/upgrade/doctor.js +0 -1
- package/dist/upgrade/doctorClassifier.js +0 -1
- package/dist/upgrade/installedHooksRetirement.js +0 -1
- package/dist/upgrade/legacyAgentCleanup.js +0 -1
- package/dist/upgrade/lifecycleUpgrade.js +0 -1
- package/dist/upgrade/migrateArtifactsV2ToV3.js +7 -15
- package/dist/upgrade/migrationPublication.js +0 -1
- package/dist/upgrade/nextMajorDoctor.js +0 -1
- package/dist/upgrade/npxPlatformStatus.js +0 -1
- package/dist/upgrade/projectIntegration.js +4 -17
- package/dist/upgrade/projectIntegrationDecision.js +0 -1
- package/dist/upgrade/retiredResourceDiagnostics.js +117 -0
- package/dist/upgrade/runtimeMigration.js +61 -190
- package/dist/upgrade/upgradeCommands.js +5 -1
- package/dist/upgrade/upgradeLock.js +0 -1
- package/dist/upgrade/upgradeOrchestrator.js +52 -9
- package/dist/upgrade/v3CapabilitySurface.js +0 -1
- package/dist/upgrade/versionResolution.js +0 -1
- package/dist/validate/activationArtifactEvidence.js +844 -0
- package/dist/validate/activationConjunction.js +816 -0
- package/dist/validate/activationEvidenceManifest.js +515 -0
- package/dist/validate/activationPackageSemantics.js +29 -0
- package/dist/validate/appHomeContract.js +0 -2
- package/dist/validate/bootstrapAuthority.js +44 -0
- package/dist/validate/capability.js +0 -1
- package/dist/validate/crossCapability.js +0 -1
- package/dist/validate/retainedReferenceAuthority.js +879 -0
- package/dist/validate/selfAudit.js +0 -1
- package/dist/validate/v1LegacyCruft.js +0 -10
- package/dist/validate/vocabularyAuthority.js +6 -8
- package/package.json +12 -5
- package/bundle/references/adapters/package-manifest-interface-model.yaml +0 -127
- package/bundle/references/analysis/benchmark.md +0 -271
- package/bundle/references/analysis/startup-measurement-contract.yaml +0 -435
- package/bundle/references/cli/agent-ready-state-contract.yaml +0 -1015
- package/bundle/references/cli/audience-namespace-cli-migration.yaml +0 -395
- package/bundle/references/cli/bundle-skill-vocabulary.yaml +0 -241
- package/bundle/references/cli/capability-instruction-structure.md +0 -144
- package/bundle/references/cli/capability-tool-classification.yaml +0 -53
- package/bundle/references/cli/coexistence-probe.yaml +0 -13
- package/bundle/references/cli/parity-expected-actual-template.md +0 -30
- package/bundle/references/cli/prime-consumer-compatibility.yaml +0 -701
- package/bundle/references/cli/routing-execution-vocabulary.yaml +0 -259
- package/bundle/references/cli/single-name-protocol.yaml +0 -42
- package/bundle/references/cli/upgrade-repair-wording.md +0 -25
- package/bundle/references/cli/v3-handoff-manifest.schema.yaml +0 -97
- package/bundle/references/meta/documentation-inventory.md +0 -50
- package/bundle/skills/agentera/references/contract.md +0 -1097
- package/dist/analytics/extractCorpus/cli.js.map +0 -1
- package/dist/analytics/extractCorpus/copilotSessions.js.map +0 -1
- package/dist/analytics/extractCorpus/core.js.map +0 -1
- package/dist/analytics/extractCorpus/corpus.js.map +0 -1
- package/dist/analytics/extractCorpus/coverageAudit.js.map +0 -1
- package/dist/analytics/extractCorpus/cursorSessions.js.map +0 -1
- package/dist/analytics/extractCorpus/evidenceTiers.js.map +0 -1
- package/dist/analytics/extractCorpus/extractCorpusParity.js.map +0 -1
- package/dist/analytics/extractCorpus/filesystemSources.js.map +0 -1
- package/dist/analytics/extractCorpus/index.js.map +0 -1
- package/dist/analytics/extractCorpus/jsonlSessions.js.map +0 -1
- package/dist/analytics/extractCorpus/sqliteCaps.js.map +0 -1
- package/dist/analytics/extractCorpus/sqliteSessions.js.map +0 -1
- package/dist/analytics/extractCorpus/tierReader.js.map +0 -1
- package/dist/analytics/extractCorpus.js.map +0 -1
- package/dist/analytics/glossaryAdviceResolution.js.map +0 -1
- package/dist/analytics/glossaryInputAcquisition.js.map +0 -1
- package/dist/analytics/personalGlossaryAdmission.js.map +0 -1
- package/dist/analytics/personalGlossaryProfile.js.map +0 -1
- package/dist/analytics/profileSignals.js.map +0 -1
- package/dist/analytics/usageStats.js.map +0 -1
- package/dist/audit/terminologyDrift.js.map +0 -1
- package/dist/bin/agentera.js.map +0 -1
- package/dist/capabilities/audit/instructions.js.map +0 -1
- package/dist/capabilities/build/instructions.js.map +0 -1
- package/dist/capabilities/design/instructions.js.map +0 -1
- package/dist/capabilities/discuss/instructions.js.map +0 -1
- package/dist/capabilities/document/instructions.js.map +0 -1
- package/dist/capabilities/index.js.map +0 -1
- package/dist/capabilities/optimize/instructions.js.map +0 -1
- package/dist/capabilities/orchestrate/instructions.js.map +0 -1
- package/dist/capabilities/plan/instructions.js.map +0 -1
- package/dist/capabilities/profile/instructions.js.map +0 -1
- package/dist/capabilities/research/instructions.js.map +0 -1
- package/dist/capabilities/status/instructions.js.map +0 -1
- package/dist/capabilities/status/startupInstructions.js.map +0 -1
- package/dist/capabilities/vision/instructions.js.map +0 -1
- package/dist/cli/appContext.js.map +0 -1
- package/dist/cli/argvalidate.js.map +0 -1
- package/dist/cli/capabilityContext/benchmark.js.map +0 -1
- package/dist/cli/capabilityContext/bespoke.js.map +0 -1
- package/dist/cli/capabilityContext/build.js.map +0 -1
- package/dist/cli/capabilityContext/closeout.js.map +0 -1
- package/dist/cli/capabilityContext/contract.js.map +0 -1
- package/dist/cli/capabilityContext/evidence.js.map +0 -1
- package/dist/cli/capabilityContext/index.js.map +0 -1
- package/dist/cli/capabilityContext/orchestration.js.map +0 -1
- package/dist/cli/capabilityContext/planState.js.map +0 -1
- package/dist/cli/capabilityContext/progress.js.map +0 -1
- package/dist/cli/capabilityContext/projectVerification.js.map +0 -1
- package/dist/cli/capabilityContext/shared.js.map +0 -1
- package/dist/cli/capabilityContext/slim.js.map +0 -1
- package/dist/cli/capabilityContext/startup.js.map +0 -1
- package/dist/cli/capabilityContext/types.js.map +0 -1
- package/dist/cli/capabilityContext.js.map +0 -1
- package/dist/cli/commands/appHome.js.map +0 -1
- package/dist/cli/commands/capability.js.map +0 -1
- package/dist/cli/commands/compact.js.map +0 -1
- package/dist/cli/commands/doctor.js.map +0 -1
- package/dist/cli/commands/durability.js.map +0 -1
- package/dist/cli/commands/entityMigrate.js +0 -132
- package/dist/cli/commands/entityMigrate.js.map +0 -1
- package/dist/cli/commands/glossaryAdvice.js.map +0 -1
- package/dist/cli/commands/lint.js.map +0 -1
- package/dist/cli/commands/personalGlossary.js.map +0 -1
- package/dist/cli/commands/prime/briefOrientation.js.map +0 -1
- package/dist/cli/commands/prime/buildExecutionRequest.js.map +0 -1
- package/dist/cli/commands/prime/bundleStatus.js.map +0 -1
- package/dist/cli/commands/prime/collectEntityOrientation.js.map +0 -1
- package/dist/cli/commands/prime/collectOrientationState.js.map +0 -1
- package/dist/cli/commands/prime/orientationOutput.js.map +0 -1
- package/dist/cli/commands/prime/types.js.map +0 -1
- package/dist/cli/commands/prime/v1Migration.js.map +0 -1
- package/dist/cli/commands/prime.js.map +0 -1
- package/dist/cli/commands/profileGrounding.js.map +0 -1
- package/dist/cli/commands/query.js.map +0 -1
- package/dist/cli/commands/report.js.map +0 -1
- package/dist/cli/commands/route.js.map +0 -1
- package/dist/cli/commands/schema.js.map +0 -1
- package/dist/cli/commands/state/decisions.js.map +0 -1
- package/dist/cli/commands/state/docs.js.map +0 -1
- package/dist/cli/commands/state/experimentRecords.js.map +0 -1
- package/dist/cli/commands/state/experiments.js.map +0 -1
- package/dist/cli/commands/state/get.js.map +0 -1
- package/dist/cli/commands/state/health.js.map +0 -1
- package/dist/cli/commands/state/index.js.map +0 -1
- package/dist/cli/commands/state/list.js.map +0 -1
- package/dist/cli/commands/state/objective.js.map +0 -1
- package/dist/cli/commands/state/plan.js.map +0 -1
- package/dist/cli/commands/state/planTasks.js.map +0 -1
- package/dist/cli/commands/state/plans.js.map +0 -1
- package/dist/cli/commands/state/progress.js.map +0 -1
- package/dist/cli/commands/state/shared.js.map +0 -1
- package/dist/cli/commands/state/todo.js.map +0 -1
- package/dist/cli/commands/state/write.js.map +0 -1
- package/dist/cli/commands/upgrade.js.map +0 -1
- package/dist/cli/commands/upgradeVerify.js.map +0 -1
- package/dist/cli/commands/validate.js.map +0 -1
- package/dist/cli/commands/verify.js.map +0 -1
- package/dist/cli/contracts/bundleStatus.js.map +0 -1
- package/dist/cli/contracts/orientationState.js.map +0 -1
- package/dist/cli/dispatch/argvParser.js.map +0 -1
- package/dist/cli/dispatch/check.js.map +0 -1
- package/dist/cli/dispatch/commands.js.map +0 -1
- package/dist/cli/dispatch/index.js.map +0 -1
- package/dist/cli/dispatch/lifecycle.js.map +0 -1
- package/dist/cli/dispatch/prime.js.map +0 -1
- package/dist/cli/dispatch/shared.js.map +0 -1
- package/dist/cli/dispatch/state.js.map +0 -1
- package/dist/cli/dispatch.js.map +0 -1
- package/dist/cli/errors.js.map +0 -1
- package/dist/cli/help.js.map +0 -1
- package/dist/cli/migrationRequired.js.map +0 -1
- package/dist/cli/orientation/attention.js.map +0 -1
- package/dist/cli/orientation/corpusCoverage.js.map +0 -1
- package/dist/cli/orientation.js.map +0 -1
- package/dist/cli/planArtifacts.js.map +0 -1
- package/dist/cli/planEvidence.js.map +0 -1
- package/dist/cli/planLifecycleState.js.map +0 -1
- package/dist/cli/planTaskIndex.js.map +0 -1
- package/dist/cli/prime-blob.js.map +0 -1
- package/dist/cli/profileAcquisition.js.map +0 -1
- package/dist/cli/startupCompletenessContract.js.map +0 -1
- package/dist/cli/stateQuery.js.map +0 -1
- package/dist/cli/structured.js.map +0 -1
- package/dist/cli/todoMarkdown.js.map +0 -1
- package/dist/cli/todoReadinessSelection.js.map +0 -1
- package/dist/cli/todoSeverity.js.map +0 -1
- package/dist/core/atomicWriter.js.map +0 -1
- package/dist/core/difflib.js.map +0 -1
- package/dist/core/envPaths.js.map +0 -1
- package/dist/core/jsonValue.js.map +0 -1
- package/dist/core/paths.js.map +0 -1
- package/dist/core/pyjson.js.map +0 -1
- package/dist/core/shell.js.map +0 -1
- package/dist/core/skillIdentity.js.map +0 -1
- package/dist/core/sourceRoot.js.map +0 -1
- package/dist/core/text.js.map +0 -1
- package/dist/core/toml.js.map +0 -1
- package/dist/core/yaml.js.map +0 -1
- package/dist/eval/evalSkills.js.map +0 -1
- package/dist/eval/hybridRouteEvaluation.js.map +0 -1
- package/dist/eval/semanticEval.js.map +0 -1
- package/dist/eval/semanticFixtures.js.map +0 -1
- package/dist/hooks/common.js.map +0 -1
- package/dist/hooks/compaction/apply.js.map +0 -1
- package/dist/hooks/compaction/dryRun.js.map +0 -1
- package/dist/hooks/compaction/index.js.map +0 -1
- package/dist/hooks/compaction/parse.js.map +0 -1
- package/dist/hooks/compaction/retention.js.map +0 -1
- package/dist/hooks/compaction/status.js.map +0 -1
- package/dist/hooks/compaction/types.js.map +0 -1
- package/dist/hooks/cursorPreToolUse.js +0 -19
- package/dist/hooks/cursorPreToolUse.js.map +0 -1
- package/dist/hooks/cursorSessionStart.js +0 -64
- package/dist/hooks/cursorSessionStart.js.map +0 -1
- package/dist/hooks/projectHookInput.js +0 -26
- package/dist/hooks/projectHookInput.js.map +0 -1
- package/dist/hooks/sessionStart.js +0 -94
- package/dist/hooks/sessionStart.js.map +0 -1
- package/dist/hooks/sessionStop.js +0 -198
- package/dist/hooks/sessionStop.js.map +0 -1
- package/dist/hooks/validateArtifact/agentFacing.js.map +0 -1
- package/dist/hooks/validateArtifact/index.js.map +0 -1
- package/dist/hooks/validateArtifact/markdown.js.map +0 -1
- package/dist/hooks/validateArtifact/runtime.js +0 -86
- package/dist/hooks/validateArtifact/runtime.js.map +0 -1
- package/dist/hooks/validateArtifact/schema.js.map +0 -1
- package/dist/hooks/validateArtifact/traversal.js.map +0 -1
- package/dist/hooks/validateArtifact/violations.js.map +0 -1
- package/dist/migrate/v2HandoffManifest.js.map +0 -1
- package/dist/registries/artifactProtocolIds.js.map +0 -1
- package/dist/registries/artifactRegistry.js.map +0 -1
- package/dist/registries/artifactSchemaProjection.js.map +0 -1
- package/dist/registries/capabilityContract.js.map +0 -1
- package/dist/registries/evaluatorHandoffContract.js.map +0 -1
- package/dist/registries/evidenceTierContract.js.map +0 -1
- package/dist/registries/glossaryAdviceContract.js.map +0 -1
- package/dist/registries/glossaryCaveatContract.js.map +0 -1
- package/dist/registries/glossaryConsumerContractValidation.js.map +0 -1
- package/dist/registries/glossaryEntryContract.js.map +0 -1
- package/dist/registries/glossaryTermIdentity.js.map +0 -1
- package/dist/registries/glossaryTermOccurrence.js.map +0 -1
- package/dist/registries/hybridRoute.js.map +0 -1
- package/dist/registries/hybridRouteReceipt.js.map +0 -1
- package/dist/registries/packageRegistry.js.map +0 -1
- package/dist/registries/todoReadinessContract.js.map +0 -1
- package/dist/registries/triggerLoader.js.map +0 -1
- package/dist/registries/verbosityBudgetContract.js.map +0 -1
- package/dist/release/releaseMetadata.js.map +0 -1
- package/dist/runtime/lifecycleAdapterContract.js.map +0 -1
- package/dist/runtime/lifecycleAdapters.js.map +0 -1
- package/dist/runtime/lifecycleAuthority.js.map +0 -1
- package/dist/runtime/lifecycleOperationContract.js.map +0 -1
- package/dist/runtime/lifecycleOperations.js.map +0 -1
- package/dist/runtime/lifecycleOwnershipJournal.js.map +0 -1
- package/dist/runtime/lifecyclePublication.js.map +0 -1
- package/dist/runtime/lifecycleSnapshot.js.map +0 -1
- package/dist/runtime/nativeResourceCleanup.js.map +0 -1
- package/dist/setup/codex/cli.js +0 -130
- package/dist/setup/codex/cli.js.map +0 -1
- package/dist/setup/codex/configToml.js +0 -558
- package/dist/setup/codex/configToml.js.map +0 -1
- package/dist/setup/codex/constants.js +0 -14
- package/dist/setup/codex/constants.js.map +0 -1
- package/dist/setup/codex/installRoot.js +0 -64
- package/dist/setup/codex/installRoot.js.map +0 -1
- package/dist/setup/codex/state.js +0 -252
- package/dist/setup/codex/state.js.map +0 -1
- package/dist/setup/codex.js +0 -10
- package/dist/setup/codex.js.map +0 -1
- package/dist/setup/opencode.js.map +0 -1
- package/dist/setup/opencodeConstants.js.map +0 -1
- package/dist/setup/sharedSkill.js.map +0 -1
- package/dist/setup/smokeChecks.js.map +0 -1
- package/dist/state/archiveDiscovery.js.map +0 -1
- package/dist/state/archivePublication.js.map +0 -1
- package/dist/state/archiveRecovery.js.map +0 -1
- package/dist/state/archiveReplay.js.map +0 -1
- package/dist/state/canonicalMigrationRecord.js.map +0 -1
- package/dist/state/changelog.js.map +0 -1
- package/dist/state/decisionEntities.js.map +0 -1
- package/dist/state/decisionLegacyValidation.js.map +0 -1
- package/dist/state/decisionMigrationProvenance.js.map +0 -1
- package/dist/state/decisionOverlay.js.map +0 -1
- package/dist/state/decisionRevision.js.map +0 -1
- package/dist/state/decisionRevisionMigration.js.map +0 -1
- package/dist/state/directRetrieval.js.map +0 -1
- package/dist/state/durability.js.map +0 -1
- package/dist/state/entityCutover.js.map +0 -1
- package/dist/state/entityCutoverGit.js.map +0 -1
- package/dist/state/entityGlossaryAuthority.js.map +0 -1
- package/dist/state/entityListProjection.js.map +0 -1
- package/dist/state/entityListRuntimeRegistry.js.map +0 -1
- package/dist/state/entityMigrationCausality.js.map +0 -1
- package/dist/state/entityMigrationIdentity.js.map +0 -1
- package/dist/state/entityMigrationPreview.js.map +0 -1
- package/dist/state/entityPublicationContext.js.map +0 -1
- package/dist/state/entityRetrievalHelp.js.map +0 -1
- package/dist/state/entityStorage.js.map +0 -1
- package/dist/state/exactReplacementRecovery.js.map +0 -1
- package/dist/state/experimentArchive.js.map +0 -1
- package/dist/state/experimentIdentity.js.map +0 -1
- package/dist/state/healthEntities.js.map +0 -1
- package/dist/state/healthEntityValidation.js.map +0 -1
- package/dist/state/healthRepair.js.map +0 -1
- package/dist/state/installRoot.js.map +0 -1
- package/dist/state/legacyEntityCutoverEvidence.js.map +0 -1
- package/dist/state/legacyIdentity.js.map +0 -1
- package/dist/state/legacySummaryRecord.js.map +0 -1
- package/dist/state/listAccounting.js.map +0 -1
- package/dist/state/listClassification.js.map +0 -1
- package/dist/state/listCursor.js.map +0 -1
- package/dist/state/listRetrieval.js.map +0 -1
- package/dist/state/migrationSourceBinding.js.map +0 -1
- package/dist/state/objectiveExperimentEntities.js.map +0 -1
- package/dist/state/planEntities.js.map +0 -1
- package/dist/state/planIdentity.js.map +0 -1
- package/dist/state/planRetrieval.js.map +0 -1
- package/dist/state/planTaskRetrieval.js.map +0 -1
- package/dist/state/progressEntities.js.map +0 -1
- package/dist/state/progressGlossaryCaveat.js.map +0 -1
- package/dist/state/progressPublicationOrder.js.map +0 -1
- package/dist/state/projectRoot.js.map +0 -1
- package/dist/state/projectionPolicy.js.map +0 -1
- package/dist/state/retrievalAuthority.js.map +0 -1
- package/dist/state/safeProjectFile.js.map +0 -1
- package/dist/state/startupAnalysis/benchmark.js.map +0 -1
- package/dist/state/startupAnalysis/contract.js.map +0 -1
- package/dist/state/startupAnalysis/helpers.js.map +0 -1
- package/dist/state/startupAnalysis/index.js.map +0 -1
- package/dist/state/startupAnalysis/metrics.js.map +0 -1
- package/dist/state/startupAnalysis/records.js.map +0 -1
- package/dist/state/startupAnalysis/report.js.map +0 -1
- package/dist/state/startupAnalysis/threshold.js.map +0 -1
- package/dist/state/startupAnalysis.js.map +0 -1
- package/dist/state/startupProjection.js.map +0 -1
- package/dist/state/stateMode.js.map +0 -1
- package/dist/state/stateStorageAuthority.js.map +0 -1
- package/dist/state/summaryEntityRead.js.map +0 -1
- package/dist/state/summaryMigrationProvenance.js.map +0 -1
- package/dist/state/summarySourceRowAuthority.js.map +0 -1
- package/dist/state/todoDocsEntities.js.map +0 -1
- package/dist/state/todoDocsEntityValidation.js.map +0 -1
- package/dist/state/todoReconciliationActivation.js.map +0 -1
- package/dist/state/todoReconciliationTransaction.js.map +0 -1
- package/dist/state/write/assign.js.map +0 -1
- package/dist/state/write/candidateMutation.js.map +0 -1
- package/dist/state/write/errors.js.map +0 -1
- package/dist/state/write/experimentPublication.js.map +0 -1
- package/dist/state/write/explain.js.map +0 -1
- package/dist/state/write/fields.js.map +0 -1
- package/dist/state/write/glossaryPublication.js.map +0 -1
- package/dist/state/write/grammar.js.map +0 -1
- package/dist/state/write/helpers.js.map +0 -1
- package/dist/state/write/index.js.map +0 -1
- package/dist/state/write/input.js.map +0 -1
- package/dist/state/write/lock.js.map +0 -1
- package/dist/state/write/mutation.js.map +0 -1
- package/dist/state/write/operations.js.map +0 -1
- package/dist/state/write/planEvaluation.js.map +0 -1
- package/dist/state/write/planPublication.js.map +0 -1
- package/dist/state/write/runtimeOperations.js.map +0 -1
- package/dist/state/write/serialize.js.map +0 -1
- package/dist/state/write/transaction.js.map +0 -1
- package/dist/state/write/validate.js.map +0 -1
- package/dist/upgrade/appContentRefresh.js.map +0 -1
- package/dist/upgrade/appModel.js.map +0 -1
- package/dist/upgrade/atomicWriter.js.map +0 -1
- package/dist/upgrade/bundleEvidence.js.map +0 -1
- package/dist/upgrade/channels.js.map +0 -1
- package/dist/upgrade/coexistenceProbe.js +0 -105
- package/dist/upgrade/coexistenceProbe.js.map +0 -1
- package/dist/upgrade/compatibility.js.map +0 -1
- package/dist/upgrade/doctor.js.map +0 -1
- package/dist/upgrade/doctorClassifier.js.map +0 -1
- package/dist/upgrade/installedHooksRetirement.js.map +0 -1
- package/dist/upgrade/legacyAgentCleanup.js.map +0 -1
- package/dist/upgrade/lifecycleUpgrade.js.map +0 -1
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +0 -1
- package/dist/upgrade/migrationPublication.js.map +0 -1
- package/dist/upgrade/nextMajorDoctor.js.map +0 -1
- package/dist/upgrade/npxPlatformStatus.js.map +0 -1
- package/dist/upgrade/projectIntegration.js.map +0 -1
- package/dist/upgrade/projectIntegrationDecision.js.map +0 -1
- package/dist/upgrade/runtimeMigration.js.map +0 -1
- package/dist/upgrade/upgradeCommands.js.map +0 -1
- package/dist/upgrade/upgradeLock.js.map +0 -1
- package/dist/upgrade/upgradeOrchestrator.js.map +0 -1
- package/dist/upgrade/v3CapabilitySurface.js.map +0 -1
- package/dist/upgrade/versionResolution.js.map +0 -1
- package/dist/validate/appHomeContract.js.map +0 -1
- package/dist/validate/capability.js.map +0 -1
- package/dist/validate/crossCapability.js.map +0 -1
- package/dist/validate/selfAudit.js.map +0 -1
- package/dist/validate/v1LegacyCruft.js.map +0 -1
- package/dist/validate/vocabularyAuthority.js.map +0 -1
|
@@ -73,32 +73,32 @@ entity_target:
|
|
|
73
73
|
status: final
|
|
74
74
|
commands:
|
|
75
75
|
progress:
|
|
76
|
-
list: agentera state progress list [--topic TEXT] [--status STATUS] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
77
|
-
get: agentera state progress get --id ID --format json
|
|
76
|
+
list: npx -y agentera@next state progress list [--topic TEXT] [--status STATUS] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
77
|
+
get: npx -y agentera@next state progress get --id ID --format json
|
|
78
78
|
decisions:
|
|
79
|
-
list: agentera state decisions list [--topic TEXT] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
80
|
-
get: agentera state decisions get --id ID --format json
|
|
79
|
+
list: npx -y agentera@next state decisions list [--topic TEXT] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
80
|
+
get: npx -y agentera@next state decisions get --id ID --format json
|
|
81
81
|
health:
|
|
82
|
-
list: agentera state health list [--dimension DIMENSION] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
83
|
-
get: agentera state health get --id ID --format json
|
|
82
|
+
list: npx -y agentera@next state health list [--dimension DIMENSION] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
83
|
+
get: npx -y agentera@next state health get --id ID --format json
|
|
84
84
|
plans:
|
|
85
|
-
list: agentera state plan list [--status open|complete|archived] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
86
|
-
get: agentera state plan get --id ID --format json
|
|
85
|
+
list: npx -y agentera@next state plan list [--status open|complete|archived] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
86
|
+
get: npx -y agentera@next state plan get --id ID --format json
|
|
87
87
|
plan_tasks:
|
|
88
|
-
list: agentera state plan tasks list [PLAN_ID] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
89
|
-
get: agentera state plan tasks get --id ID --format json
|
|
88
|
+
list: npx -y agentera@next state plan tasks list [PLAN_ID] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
89
|
+
get: npx -y agentera@next state plan tasks get --id ID --format json
|
|
90
90
|
objective:
|
|
91
|
-
list: agentera state objective list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
92
|
-
get: agentera state objective get --id ID --format json
|
|
91
|
+
list: npx -y agentera@next state objective list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
92
|
+
get: npx -y agentera@next state objective get --id ID --format json
|
|
93
93
|
experiments:
|
|
94
|
-
list: agentera state experiments list --objective ID [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
95
|
-
get: agentera state experiments get --id ID --format json
|
|
94
|
+
list: npx -y agentera@next state experiments list --objective ID [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
95
|
+
get: npx -y agentera@next state experiments get --id ID --format json
|
|
96
96
|
todo:
|
|
97
|
-
list: agentera state todo list [--severity SEVERITY] [--status STATUS] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
98
|
-
get: agentera state todo get --id ID --format json
|
|
97
|
+
list: npx -y agentera@next state todo list [--severity SEVERITY] [--status STATUS] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
98
|
+
get: npx -y agentera@next state todo get --id ID --format json
|
|
99
99
|
docs:
|
|
100
|
-
list: agentera state docs list [--topic TEXT] [--status STATUS] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
101
|
-
get: agentera state docs get --id ID --format json
|
|
100
|
+
list: npx -y agentera@next state docs list [--topic TEXT] [--status STATUS] [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
101
|
+
get: npx -y agentera@next state docs get --id ID --format json
|
|
102
102
|
list_help:
|
|
103
103
|
schema_version: agentera.entityListHelp.v1
|
|
104
104
|
defaults:
|
|
@@ -120,53 +120,53 @@ entity_target:
|
|
|
120
120
|
filters:
|
|
121
121
|
- { flag: --topic TEXT, name: topic, values: free_text }
|
|
122
122
|
- { flag: --status STATUS, name: status, values: free_text }
|
|
123
|
-
example: agentera state progress list --limit 20 --format json
|
|
123
|
+
example: npx -y agentera@next state progress list --limit 20 --format json
|
|
124
124
|
decisions:
|
|
125
125
|
command_tokens: [decisions]
|
|
126
126
|
bare_read: alias
|
|
127
127
|
filters:
|
|
128
128
|
- { flag: --topic TEXT, name: topic, values: free_text }
|
|
129
|
-
example: agentera state decisions list --limit 20 --format json
|
|
129
|
+
example: npx -y agentera@next state decisions list --limit 20 --format json
|
|
130
130
|
health:
|
|
131
131
|
command_tokens: [health]
|
|
132
132
|
bare_read: correction
|
|
133
|
-
bare_recovery: agentera state health list --limit 20 --format json
|
|
133
|
+
bare_recovery: npx -y agentera@next state health list --limit 20 --format json
|
|
134
134
|
filters:
|
|
135
135
|
- { flag: --dimension DIMENSION, name: dimension, values: free_text }
|
|
136
|
-
example: agentera state health list --limit 20 --format json
|
|
136
|
+
example: npx -y agentera@next state health list --limit 20 --format json
|
|
137
137
|
plans:
|
|
138
138
|
command_tokens: [plan]
|
|
139
139
|
bare_read: correction
|
|
140
|
-
bare_recovery: agentera state plan list --status open --limit 20 --format json
|
|
140
|
+
bare_recovery: npx -y agentera@next state plan list --status open --limit 20 --format json
|
|
141
141
|
filters:
|
|
142
142
|
- { flag: '--status open|complete|archived', name: status, values: [open, complete, archived] }
|
|
143
|
-
example: agentera state plan list --status open --limit 20 --format json
|
|
143
|
+
example: npx -y agentera@next state plan list --status open --limit 20 --format json
|
|
144
144
|
plan_tasks:
|
|
145
145
|
command_tokens: [plan, tasks]
|
|
146
146
|
bare_read: correction
|
|
147
|
-
bare_recovery: agentera state plan tasks list --limit 20 --format json
|
|
147
|
+
bare_recovery: npx -y agentera@next state plan tasks list --limit 20 --format json
|
|
148
148
|
family_identifier:
|
|
149
149
|
syntax: PLAN_ID
|
|
150
150
|
required: false
|
|
151
151
|
description: Optional bare plan ID; omit it to list tasks from the active plan.
|
|
152
152
|
filters: []
|
|
153
|
-
example: agentera state plan tasks list --limit 20 --format json
|
|
153
|
+
example: npx -y agentera@next state plan tasks list --limit 20 --format json
|
|
154
154
|
objective:
|
|
155
155
|
command_tokens: [objective]
|
|
156
156
|
bare_read: correction
|
|
157
|
-
bare_recovery: agentera state objective list --limit 20 --format json
|
|
157
|
+
bare_recovery: npx -y agentera@next state objective list --limit 20 --format json
|
|
158
158
|
filters: []
|
|
159
|
-
example: agentera state objective list --limit 20 --format json
|
|
159
|
+
example: npx -y agentera@next state objective list --limit 20 --format json
|
|
160
160
|
experiments:
|
|
161
161
|
command_tokens: [experiments]
|
|
162
162
|
bare_read: correction
|
|
163
|
-
bare_recovery: agentera state objective list --limit 20 --format json
|
|
163
|
+
bare_recovery: npx -y agentera@next state objective list --limit 20 --format json
|
|
164
164
|
family_identifier:
|
|
165
165
|
syntax: --objective ID
|
|
166
166
|
required: true
|
|
167
167
|
description: Required bare objective entity ID.
|
|
168
168
|
filters: []
|
|
169
|
-
example: agentera state experiments list --objective qjtrmnpvka --limit 20 --format json
|
|
169
|
+
example: npx -y agentera@next state experiments list --objective qjtrmnpvka --limit 20 --format json
|
|
170
170
|
todo:
|
|
171
171
|
command_tokens: [todo]
|
|
172
172
|
bare_read: alias
|
|
@@ -200,15 +200,15 @@ entity_target:
|
|
|
200
200
|
ownership: computed_read_snapshot
|
|
201
201
|
persisted: false
|
|
202
202
|
filter: false
|
|
203
|
-
example: agentera state todo list --severity critical --ids-only --limit 20 --format json
|
|
203
|
+
example: npx -y agentera@next state todo list --severity critical --ids-only --limit 20 --format json
|
|
204
204
|
docs:
|
|
205
205
|
command_tokens: [docs]
|
|
206
206
|
bare_read: correction
|
|
207
|
-
bare_recovery: agentera state docs list --limit 20 --format json
|
|
207
|
+
bare_recovery: npx -y agentera@next state docs list --limit 20 --format json
|
|
208
208
|
filters:
|
|
209
209
|
- { flag: --topic TEXT, name: topic, values: free_text }
|
|
210
210
|
- { flag: --status STATUS, name: status, values: free_text }
|
|
211
|
-
example: agentera state docs list --limit 20 --format json
|
|
211
|
+
example: npx -y agentera@next state docs list --limit 20 --format json
|
|
212
212
|
collections:
|
|
213
213
|
- { artifact: progress, identity: id, classification: artifact }
|
|
214
214
|
- { artifact: decisions, identity: id, classification: artifact }
|
|
@@ -384,7 +384,7 @@ entity_target:
|
|
|
384
384
|
replay_equality: recursive_key_sorted_logical_content_with_array_order_preserved
|
|
385
385
|
divergent_same_id: reject_without_overwrite
|
|
386
386
|
state_validation:
|
|
387
|
-
canonical_command: agentera check validate state
|
|
387
|
+
canonical_command: npx -y agentera@next check validate state
|
|
388
388
|
mutates: false
|
|
389
389
|
failure_exit: nonzero
|
|
390
390
|
diagnostics: bounded_structured_with_exact_recovery
|
|
@@ -420,8 +420,8 @@ entity_target:
|
|
|
420
420
|
durability: persisted_in_each_new_progress_cycle_entity
|
|
421
421
|
privacy: bounded_ordinal_without_time_identity_or_content
|
|
422
422
|
retrieval:
|
|
423
|
-
exact: agentera state progress get --id ID --format json
|
|
424
|
-
list: agentera state progress list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
423
|
+
exact: npx -y agentera@next state progress get --id ID --format json
|
|
424
|
+
list: npx -y agentera@next state progress list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
425
425
|
ordering: timestamp_desc_then_publication_order_desc_then_id_asc
|
|
426
426
|
semantic_recency: >-
|
|
427
427
|
The first full progress cycle is latest. Timestamp remains the public
|
|
@@ -491,8 +491,8 @@ entity_target:
|
|
|
491
491
|
binds the complete parsed source record before canonical alias removal.
|
|
492
492
|
Current confidence values and ordinary decision writes omit this metadata.
|
|
493
493
|
retrieval:
|
|
494
|
-
exact: agentera state decisions get --id ID --format json
|
|
495
|
-
list: agentera state decisions list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
494
|
+
exact: npx -y agentera@next state decisions get --id ID --format json
|
|
495
|
+
list: npx -y agentera@next state decisions list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
496
496
|
ordering: date_desc_then_id_asc
|
|
497
497
|
default_limit: 20
|
|
498
498
|
maximum_limit: 100
|
|
@@ -582,8 +582,8 @@ entity_target:
|
|
|
582
582
|
Legacy canonical health audits omit appended_at and remain valid without
|
|
583
583
|
reconstructed chronology.
|
|
584
584
|
retrieval:
|
|
585
|
-
exact: agentera state health get --id ID --format json
|
|
586
|
-
list: agentera state health list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
585
|
+
exact: npx -y agentera@next state health get --id ID --format json
|
|
586
|
+
list: npx -y agentera@next state health list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
587
587
|
ordering: appended_at_desc_then_id_asc_then_legacy_date_desc_then_id_asc
|
|
588
588
|
default_limit: 20
|
|
589
589
|
maximum_limit: 100
|
|
@@ -595,7 +595,7 @@ entity_target:
|
|
|
595
595
|
repair: >-
|
|
596
596
|
Canonical health audit entities are immutable and cannot be row-deduplicated.
|
|
597
597
|
Malformed envelopes, duplicate IDs, or conflicting ownership fail before effects
|
|
598
|
-
and recover through agentera check validate state
|
|
598
|
+
and recover through `npx -y agentera@next check validate state`; no repair event is fabricated.
|
|
599
599
|
- boundary: health_summary
|
|
600
600
|
artifact: health
|
|
601
601
|
independently_mutable: false
|
|
@@ -650,8 +650,8 @@ entity_target:
|
|
|
650
650
|
syntactically indistinguishable from the legacy encoding and falls
|
|
651
651
|
under this source-form rule; no semantic intent is inferred.
|
|
652
652
|
retrieval:
|
|
653
|
-
exact: agentera state plan get --id ID --format json
|
|
654
|
-
list: agentera state plan list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
653
|
+
exact: npx -y agentera@next state plan get --id ID --format json
|
|
654
|
+
list: npx -y agentera@next state plan list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
655
655
|
ordering: created_desc_then_id_asc
|
|
656
656
|
default_limit: 20
|
|
657
657
|
maximum_limit: 100
|
|
@@ -684,8 +684,8 @@ entity_target:
|
|
|
684
684
|
required_paths: [header.title, header.status, objective.description, objective.measurement]
|
|
685
685
|
forbidden_fields: [id, artifact, stable_id, objective_id]
|
|
686
686
|
retrieval:
|
|
687
|
-
exact: agentera state objective get --id ID --format json
|
|
688
|
-
list: agentera state objective list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
687
|
+
exact: npx -y agentera@next state objective get --id ID --format json
|
|
688
|
+
list: npx -y agentera@next state objective list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
689
689
|
ordering: created_desc_then_id_asc
|
|
690
690
|
default_limit: 20
|
|
691
691
|
maximum_limit: 100
|
|
@@ -709,8 +709,8 @@ entity_target:
|
|
|
709
709
|
required_paths: [objective, date, label, status]
|
|
710
710
|
forbidden_fields: [id, artifact, number, experiment_number, stable_id, objective_id]
|
|
711
711
|
retrieval:
|
|
712
|
-
exact: agentera state experiments get --id ID --format json
|
|
713
|
-
list: agentera state experiments list --objective ID [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
712
|
+
exact: npx -y agentera@next state experiments get --id ID --format json
|
|
713
|
+
list: npx -y agentera@next state experiments list --objective ID [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
714
714
|
ordering: date_desc_then_id_asc
|
|
715
715
|
default_limit: 20
|
|
716
716
|
maximum_limit: 100
|
|
@@ -756,6 +756,14 @@ entity_target:
|
|
|
756
756
|
cardinality: zero_before_activation_then_exactly_one
|
|
757
757
|
initial_match: exact_unique_public_fields_only
|
|
758
758
|
retained_legacy_rows: bounded_section_and_exact_line_sha256_identities
|
|
759
|
+
effect_sha256: optional_for_legacy_cutover_required_for_explicit_activation
|
|
760
|
+
journal_authorization: >-
|
|
761
|
+
Explicit activation journals bind the preview effect SHA-256 into
|
|
762
|
+
transaction identity. Recovery validates that digest before target
|
|
763
|
+
effects. A completed explicit activation retains the same digest in
|
|
764
|
+
activation metadata so exact apply replay converges and unrelated
|
|
765
|
+
digests reject without effects; legacy activation accepts only its
|
|
766
|
+
current no-op preview digest.
|
|
759
767
|
rule: >-
|
|
760
768
|
The first reconciliation may assign a canonical ID only when one
|
|
761
769
|
ID-less pre-activation row exactly matches one otherwise-unclaimed
|
|
@@ -835,8 +843,8 @@ entity_target:
|
|
|
835
843
|
journal_utf8_bytes: 4194304
|
|
836
844
|
todo_markdown_utf8_bytes: 1048576
|
|
837
845
|
retrieval:
|
|
838
|
-
exact: agentera state todo get --id ID --format json
|
|
839
|
-
list: agentera state todo list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
846
|
+
exact: npx -y agentera@next state todo get --id ID --format json
|
|
847
|
+
list: npx -y agentera@next state todo list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
840
848
|
ordering: severity_then_status_then_markdown_order_then_id
|
|
841
849
|
default_limit: 20
|
|
842
850
|
maximum_limit: 100
|
|
@@ -856,8 +864,8 @@ entity_target:
|
|
|
856
864
|
required_paths: []
|
|
857
865
|
forbidden_fields: [id, artifact, number, stable_id, artifact_id, entry_number]
|
|
858
866
|
retrieval:
|
|
859
|
-
exact: agentera state docs get --id ID --format json
|
|
860
|
-
list: agentera state docs list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
867
|
+
exact: npx -y agentera@next state docs get --id ID --format json
|
|
868
|
+
list: npx -y agentera@next state docs list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
861
869
|
ordering: path_then_id
|
|
862
870
|
default_limit: 20
|
|
863
871
|
maximum_limit: 100
|
|
@@ -1028,8 +1036,8 @@ entity_target:
|
|
|
1028
1036
|
source_path: project-relative v2 aggregate source path
|
|
1029
1037
|
source_row_provenance: entity_target.declared_compacted_summary_contract.source_row_provenance
|
|
1030
1038
|
retrieval:
|
|
1031
|
-
exact: agentera state progress get --id ID --format json
|
|
1032
|
-
list: agentera state progress list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
1039
|
+
exact: npx -y agentera@next state progress get --id ID --format json
|
|
1040
|
+
list: npx -y agentera@next state progress list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
1033
1041
|
detail_availability: summary
|
|
1034
1042
|
compatibility: degraded
|
|
1035
1043
|
caveats: required
|
|
@@ -1066,8 +1074,8 @@ entity_target:
|
|
|
1066
1074
|
source_path: project-relative v2 aggregate source path
|
|
1067
1075
|
source_row_provenance: entity_target.declared_compacted_summary_contract.source_row_provenance
|
|
1068
1076
|
retrieval:
|
|
1069
|
-
exact: agentera state decisions get --id ID --format json
|
|
1070
|
-
list: agentera state decisions list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
1077
|
+
exact: npx -y agentera@next state decisions get --id ID --format json
|
|
1078
|
+
list: npx -y agentera@next state decisions list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
1071
1079
|
detail_availability: summary
|
|
1072
1080
|
compatibility: degraded
|
|
1073
1081
|
caveats: required
|
|
@@ -1100,8 +1108,8 @@ entity_target:
|
|
|
1100
1108
|
source_path: project-relative v2 aggregate source path
|
|
1101
1109
|
source_row_provenance: entity_target.declared_compacted_summary_contract.source_row_provenance
|
|
1102
1110
|
retrieval:
|
|
1103
|
-
exact: agentera state health get --id ID --format json
|
|
1104
|
-
list: agentera state health list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
1111
|
+
exact: npx -y agentera@next state health get --id ID --format json
|
|
1112
|
+
list: npx -y agentera@next state health list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
1105
1113
|
detail_availability: summary
|
|
1106
1114
|
compatibility: degraded
|
|
1107
1115
|
caveats: required
|
|
@@ -1140,7 +1148,9 @@ entity_target:
|
|
|
1140
1148
|
max_utf8_bytes: 32768
|
|
1141
1149
|
startup_small:
|
|
1142
1150
|
max_latency_ms: 5000
|
|
1143
|
-
|
|
1151
|
+
# Retain margin for supported Node 22 peak-GC variance while keeping
|
|
1152
|
+
# the small-startup ceiling at half the large-startup limit.
|
|
1153
|
+
max_heap_delta_bytes: 134217728
|
|
1144
1154
|
serialized_limits: budgets.startup.surfaces
|
|
1145
1155
|
startup_large:
|
|
1146
1156
|
max_latency_ms: 15000
|
|
@@ -1592,7 +1602,7 @@ historical_retrieval_evidence:
|
|
|
1592
1602
|
bounds: count_1_to_100_and_serialized_utf8_budget
|
|
1593
1603
|
cursor: opaque_snapshot_cursor
|
|
1594
1604
|
omission: explicit_with_advancing_cursor_or_exact_get
|
|
1595
|
-
get: agentera state progress get --id ID --format json
|
|
1605
|
+
get: npx -y agentera@next state progress get --id ID --format json
|
|
1596
1606
|
- collection_id: decisions.records
|
|
1597
1607
|
artifact_id: decisions
|
|
1598
1608
|
growth: immutable_base_and_revision_entities_with_replaceable_satisfaction_entity
|
|
@@ -1602,7 +1612,7 @@ historical_retrieval_evidence:
|
|
|
1602
1612
|
bounds: count_1_to_100_and_serialized_utf8_budget
|
|
1603
1613
|
cursor: opaque_snapshot_cursor
|
|
1604
1614
|
omission: explicit_with_advancing_cursor_or_exact_get
|
|
1605
|
-
get: agentera state decisions get --id ID --format json
|
|
1615
|
+
get: npx -y agentera@next state decisions get --id ID --format json
|
|
1606
1616
|
- collection_id: health.records
|
|
1607
1617
|
artifact_id: health
|
|
1608
1618
|
growth: append_only_unbounded
|
|
@@ -1612,7 +1622,7 @@ historical_retrieval_evidence:
|
|
|
1612
1622
|
bounds: count_1_to_100_and_serialized_utf8_budget
|
|
1613
1623
|
cursor: opaque_snapshot_cursor
|
|
1614
1624
|
omission: explicit_with_advancing_cursor_or_exact_get
|
|
1615
|
-
get: agentera state health get --id ID --format json
|
|
1625
|
+
get: npx -y agentera@next state health get --id ID --format json
|
|
1616
1626
|
- collection_id: plan.plans
|
|
1617
1627
|
artifact_id: plan
|
|
1618
1628
|
growth: one_active_plus_append_only_immutable_file_archives
|
|
@@ -1740,9 +1750,9 @@ consumer_matrix:
|
|
|
1740
1750
|
- design
|
|
1741
1751
|
- orchestrate
|
|
1742
1752
|
access_contract:
|
|
1743
|
-
startup: agentera prime --context <capability> --format json
|
|
1744
|
-
list: agentera state <artifact-id> list --limit 20 --format json
|
|
1745
|
-
get: agentera state <artifact> get --id ID --format json
|
|
1753
|
+
startup: npx -y agentera@next prime --context <capability> --format json
|
|
1754
|
+
list: npx -y agentera@next state <artifact-id> list --limit 20 --format json
|
|
1755
|
+
get: npx -y agentera@next state <artifact> get --id ID --format json
|
|
1746
1756
|
policy: >-
|
|
1747
1757
|
Use the bounded prime context first, then the bounded state list for
|
|
1748
1758
|
discovery and exact state get for requested detail. Raw artifact or Git
|
|
@@ -2109,7 +2119,7 @@ revisions:
|
|
|
2109
2119
|
migration preview and cutover and is never a current publication target.
|
|
2110
2120
|
Amend execution refuses before side effects for an unsafe target, duplicate
|
|
2111
2121
|
same-base claim, or stale base hash. Discover the current contract with
|
|
2112
|
-
`agentera state decisions explain --verb amend --format json`.
|
|
2122
|
+
`npx -y agentera@next state decisions explain --verb amend --format json`.
|
|
2113
2123
|
|
|
2114
2124
|
projections:
|
|
2115
2125
|
archive:
|
|
@@ -2189,11 +2199,11 @@ api:
|
|
|
2189
2199
|
artifact_syntax: agentera state <artifact-id>
|
|
2190
2200
|
formats: [text, json, yaml]
|
|
2191
2201
|
direct_get:
|
|
2192
|
-
command: agentera state <artifact-id> get --id ID --format json
|
|
2202
|
+
command: npx -y agentera@next state <artifact-id> get --id ID --format json
|
|
2193
2203
|
examples:
|
|
2194
|
-
progress: agentera state progress get --id qjtrmnpvka --format json
|
|
2195
|
-
decisions: agentera state decisions get --id imumkmffwh --format json
|
|
2196
|
-
health: agentera state health get --id abcdefghij --format json
|
|
2204
|
+
progress: npx -y agentera@next state progress get --id qjtrmnpvka --format json
|
|
2205
|
+
decisions: npx -y agentera@next state decisions get --id imumkmffwh --format json
|
|
2206
|
+
health: npx -y agentera@next state health get --id abcdefghij --format json
|
|
2197
2207
|
required_selector: --id ID
|
|
2198
2208
|
result: >-
|
|
2199
2209
|
One complete canonical entity record with id, artifact, detail availability,
|
|
@@ -2201,10 +2211,10 @@ api:
|
|
|
2201
2211
|
compose immutable base, ordered revisions, and current satisfaction entities.
|
|
2202
2212
|
exact_only: direct retrieval resolves one canonical entity ID without scanning unrelated records
|
|
2203
2213
|
list:
|
|
2204
|
-
command: agentera state <artifact-id> list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
2214
|
+
command: npx -y agentera@next state <artifact-id> list [--limit N] [--cursor TOKEN] [--ids-only | --fields FIELDS] --format json
|
|
2205
2215
|
examples:
|
|
2206
|
-
progress: agentera state progress list --limit 20 --format json
|
|
2207
|
-
decisions_next_page: agentera state decisions list --limit 20 --cursor TOKEN --format json
|
|
2216
|
+
progress: npx -y agentera@next state progress list --limit 20 --format json
|
|
2217
|
+
decisions_next_page: npx -y agentera@next state decisions list --limit 20 --cursor TOKEN --format json
|
|
2208
2218
|
default_limit: 20
|
|
2209
2219
|
minimum_limit: 1
|
|
2210
2220
|
maximum_limit: 100
|
|
@@ -2218,7 +2228,7 @@ api:
|
|
|
2218
2228
|
optional_entry: [summary, caveats]
|
|
2219
2229
|
empty_result: status=ok with entries=[] and counts.total=0; absence is not an error
|
|
2220
2230
|
durability:
|
|
2221
|
-
command: agentera check durability [--project PATH] [--artifact ARTIFACT] [--id ID] [--limit N] --format json
|
|
2231
|
+
command: npx -y agentera@next check durability [--project PATH] [--artifact ARTIFACT] [--id ID] [--limit N] --format json
|
|
2222
2232
|
formats: [text, json, yaml]
|
|
2223
2233
|
selectors:
|
|
2224
2234
|
artifact: optional supported entity artifact ID
|
|
@@ -2242,9 +2252,9 @@ api:
|
|
|
2242
2252
|
deterministic: >-
|
|
2243
2253
|
With unchanged local files and reachable refs, repeated checks emit the
|
|
2244
2254
|
same ordered result and do not create state or contact a remote.
|
|
2245
|
-
|
|
2246
|
-
command: agentera
|
|
2247
|
-
implementation:
|
|
2255
|
+
entity_migration_upgrade:
|
|
2256
|
+
command: npx -y agentera@next upgrade --channel development --project PATH --dry-run
|
|
2257
|
+
implementation: upgrade_only
|
|
2248
2258
|
read_only: true
|
|
2249
2259
|
writes: forbidden
|
|
2250
2260
|
authority: entity_migration.read_only_preview
|
|
@@ -2456,29 +2466,41 @@ budgets:
|
|
|
2456
2466
|
max_heap_delta_bytes: 268435456
|
|
2457
2467
|
serialized_output:
|
|
2458
2468
|
# Generic prime capability capsules retain the full instructions body.
|
|
2459
|
-
# The status capability is
|
|
2460
|
-
# bound declared below and in the JSON surface manifest.
|
|
2469
|
+
# The status capability is the one bounded aggregation surface.
|
|
2461
2470
|
prime_capability_context_max_utf8_bytes: 55000
|
|
2462
|
-
prime_status_context_max_utf8_bytes:
|
|
2471
|
+
prime_status_context_max_utf8_bytes: 22500
|
|
2472
|
+
aggregation:
|
|
2473
|
+
schema_version: agentera.primeStartup.v1
|
|
2474
|
+
outcome_values: [ok, degraded, blocked]
|
|
2475
|
+
availability_row_fields: [family, availability, detail_command]
|
|
2476
|
+
availability_values: [included, deferred]
|
|
2477
|
+
detail_discovery: npx -y agentera@next schema --format json
|
|
2478
|
+
single_projection_rule: >-
|
|
2479
|
+
Prime emits one per-family availability projection at startup. Status
|
|
2480
|
+
renders the same aggregate outcome without copying that projection.
|
|
2481
|
+
A deferred row names its exact read command; it is not a second-call
|
|
2482
|
+
requirement for an ok status startup.
|
|
2483
|
+
writer_payloads: forbidden
|
|
2463
2484
|
surfaces:
|
|
2464
2485
|
prime_briefing:
|
|
2465
2486
|
manifest_id: prime-briefing
|
|
2466
2487
|
# Bounded default decision brief (Plan Task 3): the bare default
|
|
2467
|
-
# `agentera prime --format json` projects the full orientation payload
|
|
2488
|
+
# `npx -y agentera@next prime --format json` projects the full orientation payload
|
|
2468
2489
|
# to routing-essential leaves plus named recovery pointers for omitted
|
|
2469
2490
|
# rich state. Pretty UTF-8 JSON + trailing newline is measured and an
|
|
2470
2491
|
# over-budget brief is rejected in favor of a bounded degraded envelope;
|
|
2471
2492
|
# diagnostics stay on stderr. prime_dashboard keeps full current state
|
|
2472
|
-
# while omitting duplicated ordinary history entries with recovery.
|
|
2493
|
+
# while omitting duplicated ordinary history entries with recovery. The
|
|
2494
|
+
# deprecated prime_dashboard alias emits the same status capsule.
|
|
2473
2495
|
max_utf8_bytes: 12000
|
|
2474
2496
|
prime_dashboard:
|
|
2475
2497
|
manifest_id: prime-dashboard
|
|
2476
|
-
max_utf8_bytes:
|
|
2498
|
+
max_utf8_bytes: 22500
|
|
2477
2499
|
prime_status_context:
|
|
2478
2500
|
manifest_id: prime-status-context
|
|
2479
|
-
# Status startup includes
|
|
2480
|
-
#
|
|
2481
|
-
max_utf8_bytes:
|
|
2501
|
+
# Status startup includes its instructions and one bounded availability
|
|
2502
|
+
# aggregation. Diagnostics remain on stderr.
|
|
2503
|
+
max_utf8_bytes: 22500
|
|
2482
2504
|
prime_sparse:
|
|
2483
2505
|
manifest_id: prime-fields-sparse
|
|
2484
2506
|
max_utf8_bytes: 28000
|
|
@@ -2527,8 +2549,8 @@ mutation_grammar:
|
|
|
2527
2549
|
sources: [file, stdin]
|
|
2528
2550
|
structured_sources: [file, stdin]
|
|
2529
2551
|
cli_owned_fields: [id, artifact, publication_order]
|
|
2530
|
-
recovery: Run agentera state progress explain --verb append --format json and correct the rejected field; no state was changed.
|
|
2531
|
-
examples: ['agentera state progress append --input progress.yaml --format json']
|
|
2552
|
+
recovery: Run `npx -y agentera@next state progress explain --verb append --format json` and correct the rejected field; no state was changed.
|
|
2553
|
+
examples: ['npx -y agentera@next state progress append --input progress.yaml --format json']
|
|
2532
2554
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 1 }
|
|
2533
2555
|
compacts: true
|
|
2534
2556
|
fields: []
|
|
@@ -2545,8 +2567,8 @@ mutation_grammar:
|
|
|
2545
2567
|
sources: [file, stdin]
|
|
2546
2568
|
structured_sources: [file, stdin]
|
|
2547
2569
|
cli_owned_fields: [id, artifact]
|
|
2548
|
-
recovery: Run agentera state decisions explain --verb append --format json and supply every required field; no state was changed.
|
|
2549
|
-
examples: ['agentera state decisions append --input decision.yaml --format json']
|
|
2570
|
+
recovery: Run `npx -y agentera@next state decisions explain --verb append --format json` and supply every required field; no state was changed.
|
|
2571
|
+
examples: ['npx -y agentera@next state decisions append --input decision.yaml --format json']
|
|
2550
2572
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 1 }
|
|
2551
2573
|
compacts: true
|
|
2552
2574
|
fields: []
|
|
@@ -2558,8 +2580,8 @@ mutation_grammar:
|
|
|
2558
2580
|
preconditions: [entity_mode_marker_is_valid, target_id_is_bare_ten_letters, satisfaction_state_is_valid]
|
|
2559
2581
|
owned_fields: [id, artifact, satisfaction]
|
|
2560
2582
|
input: { mode: none, sources: [], cli_owned_fields: [] }
|
|
2561
|
-
recovery: Run agentera state decisions explain --verb update --format json, use the returned bare decision ID, and provide a valid satisfaction transition.
|
|
2562
|
-
examples: ['agentera state decisions update --id qjtrmnpvka --satisfaction-state provisionally_satisfied --satisfaction-evidence "..." --format json']
|
|
2583
|
+
recovery: Run npx -y agentera@next state decisions explain --verb update --format json, use the returned bare decision ID, and provide a valid satisfaction transition.
|
|
2584
|
+
examples: ['npx -y agentera@next state decisions update --id qjtrmnpvka --satisfaction-state provisionally_satisfied --satisfaction-evidence "..." --format json']
|
|
2563
2585
|
bounds: { max_input_utf8_bytes: 0, max_collection_items: 1 }
|
|
2564
2586
|
fields:
|
|
2565
2587
|
- { flag: --id, field: id, kind: string, required: true }
|
|
@@ -2581,7 +2603,7 @@ mutation_grammar:
|
|
|
2581
2603
|
structured_sources: [file, stdin]
|
|
2582
2604
|
cli_owned_fields: [id, artifact, base_sha256]
|
|
2583
2605
|
recovery: Reread the exact decision, copy its current effective SHA-256, and retry with at least one amendable field; no state was changed.
|
|
2584
|
-
examples: ['agentera state decisions amend --id qjtrmnpvka --base-sha256 HASH --input amendment.yaml --format json']
|
|
2606
|
+
examples: ['npx -y agentera@next state decisions amend --id qjtrmnpvka --base-sha256 HASH --input amendment.yaml --format json']
|
|
2585
2607
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 1 }
|
|
2586
2608
|
fields:
|
|
2587
2609
|
- { flag: --id, field: id, kind: string, required: true }
|
|
@@ -2599,8 +2621,8 @@ mutation_grammar:
|
|
|
2599
2621
|
sources: [file, stdin]
|
|
2600
2622
|
structured_sources: [file, stdin]
|
|
2601
2623
|
cli_owned_fields: [id, artifact, plan, status, superseded_by, superseded_reason, evaluation, header.status, header.id, previous_plan_archived, task_ids]
|
|
2602
|
-
recovery: Use agentera state plan explain --verb append --format json, select an open plan, and supply one complete task record with bare same-plan dependencies.
|
|
2603
|
-
examples: ['agentera state plan append --plan qjtrmnpvka --input task.yaml --format json']
|
|
2624
|
+
recovery: Use npx -y agentera@next state plan explain --verb append --format json, select an open plan, and supply one complete task record with bare same-plan dependencies.
|
|
2625
|
+
examples: ['npx -y agentera@next state plan append --plan qjtrmnpvka --input task.yaml --format json']
|
|
2604
2626
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 1 }
|
|
2605
2627
|
fields:
|
|
2606
2628
|
- { flag: --plan, field: plan, kind: string }
|
|
@@ -2618,7 +2640,7 @@ mutation_grammar:
|
|
|
2618
2640
|
structured_sources: [file, stdin]
|
|
2619
2641
|
cli_owned_fields: [id, artifact, plan, status, superseded_by, superseded_reason, evaluation, header.status, header.id, previous_plan_archived, task_ids]
|
|
2620
2642
|
recovery: Reread the plan task by its bare ID, supply an omission-preserving patch through --input, and retry; no state was changed.
|
|
2621
|
-
examples: ['agentera state plan update --id qjtrmnpvka --plan abcdefghij --input task-patch.yaml --format json']
|
|
2643
|
+
examples: ['npx -y agentera@next state plan update --id qjtrmnpvka --plan abcdefghij --input task-patch.yaml --format json']
|
|
2622
2644
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 1 }
|
|
2623
2645
|
fields:
|
|
2624
2646
|
- { flag: --id, field: id, kind: string, required: true }
|
|
@@ -2632,7 +2654,7 @@ mutation_grammar:
|
|
|
2632
2654
|
owned_fields: [id, artifact, plan, status]
|
|
2633
2655
|
input: { mode: none, sources: [], cli_owned_fields: [] }
|
|
2634
2656
|
recovery: Reread the task list, copy its bare task ID, and use one of complete, in_progress, pending, or blocked.
|
|
2635
|
-
examples: ['agentera state plan set-status --id qjtrmnpvka --status complete --format json']
|
|
2657
|
+
examples: ['npx -y agentera@next state plan set-status --id qjtrmnpvka --status complete --format json']
|
|
2636
2658
|
bounds: { max_input_utf8_bytes: 0, max_collection_items: 1 }
|
|
2637
2659
|
fields:
|
|
2638
2660
|
- { flag: --id, field: id, kind: string, required: true }
|
|
@@ -2647,7 +2669,7 @@ mutation_grammar:
|
|
|
2647
2669
|
owned_fields: [id, artifact, plan, superseded_by, superseded_reason]
|
|
2648
2670
|
input: { mode: none, sources: [], cli_owned_fields: [] }
|
|
2649
2671
|
recovery: Complete and evaluate each replacement task with latest PASS evidence, then retry with the returned bare IDs.
|
|
2650
|
-
examples: ['agentera state plan supersede --id qjtrmnpvka --by zqtrmnpvka --reason "Replacement task" --format json']
|
|
2672
|
+
examples: ['npx -y agentera@next state plan supersede --id qjtrmnpvka --by zqtrmnpvka --reason "Replacement task" --format json']
|
|
2651
2673
|
bounds: { max_input_utf8_bytes: 0, max_collection_items: 100, max_reason_code_points: 500 }
|
|
2652
2674
|
fields:
|
|
2653
2675
|
- { flag: --id, field: id, kind: string, required: true }
|
|
@@ -2663,7 +2685,7 @@ mutation_grammar:
|
|
|
2663
2685
|
owned_fields: [id, artifact, plan, header.status]
|
|
2664
2686
|
input: { mode: none, sources: [], cli_owned_fields: [] }
|
|
2665
2687
|
recovery: Keep the plan open or resolve every incomplete task and replacement evaluation before retrying completion.
|
|
2666
|
-
examples: ['agentera state plan set-plan-status --status complete --format json']
|
|
2688
|
+
examples: ['npx -y agentera@next state plan set-plan-status --status complete --format json']
|
|
2667
2689
|
bounds: { max_input_utf8_bytes: 0, max_collection_items: 100 }
|
|
2668
2690
|
fields:
|
|
2669
2691
|
- { flag: --plan, field: plan, kind: string }
|
|
@@ -2677,7 +2699,7 @@ mutation_grammar:
|
|
|
2677
2699
|
owned_fields: [id, artifact, plan, evaluation]
|
|
2678
2700
|
input: { mode: none, sources: [], cli_owned_fields: [] }
|
|
2679
2701
|
recovery: Use the task's bare ID, a stable attempt ID, and evaluator provenance, then retry without changing published evidence.
|
|
2680
|
-
examples: ['agentera state plan record-evaluation --id qjtrmnpvka --attempt-id audit-1 --verdict pass --provenance "audit report" --format json']
|
|
2702
|
+
examples: ['npx -y agentera@next state plan record-evaluation --id qjtrmnpvka --attempt-id audit-1 --verdict pass --provenance "audit report" --format json']
|
|
2681
2703
|
bounds: { max_input_utf8_bytes: 0, max_collection_items: 1 }
|
|
2682
2704
|
fields:
|
|
2683
2705
|
- { flag: --id, field: id, kind: string, required: true }
|
|
@@ -2695,7 +2717,7 @@ mutation_grammar:
|
|
|
2695
2717
|
owned_fields: [id, artifact, plan, header.status]
|
|
2696
2718
|
input: { mode: none, sources: [], cli_owned_fields: [] }
|
|
2697
2719
|
recovery: Complete or preserve the selected plan, then retry archive with no content flags; no state was changed.
|
|
2698
|
-
examples: ['agentera state plan archive --dry-run --format json']
|
|
2720
|
+
examples: ['npx -y agentera@next state plan archive --dry-run --format json']
|
|
2699
2721
|
bounds: { max_input_utf8_bytes: 0, max_collection_items: 100 }
|
|
2700
2722
|
allow_force: true
|
|
2701
2723
|
fields: [{ flag: --plan, field: plan, kind: string }]
|
|
@@ -2711,8 +2733,8 @@ mutation_grammar:
|
|
|
2711
2733
|
root: complete plan document
|
|
2712
2734
|
sources: [file, stdin]
|
|
2713
2735
|
cli_owned_fields: [id, artifact, header.id, previous_plan_archived, task_ids]
|
|
2714
|
-
recovery: Run agentera state plan explain --verb create --format json, keep task ordinals and dependencies local to this atomic input, remove CLI-owned fields, and correct the first schema or dependency violation.
|
|
2715
|
-
examples: ['agentera state plan create --input plan.yaml --format json']
|
|
2736
|
+
recovery: Run npx -y agentera@next state plan explain --verb create --format json, keep task ordinals and dependencies local to this atomic input, remove CLI-owned fields, and correct the first schema or dependency violation.
|
|
2737
|
+
examples: ['npx -y agentera@next state plan create --input plan.yaml --format json']
|
|
2716
2738
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 100 }
|
|
2717
2739
|
allow_force: true
|
|
2718
2740
|
fields: []
|
|
@@ -2728,8 +2750,8 @@ mutation_grammar:
|
|
|
2728
2750
|
root: one audit entry
|
|
2729
2751
|
sources: [file, stdin]
|
|
2730
2752
|
cli_owned_fields: [id, artifact, appended_at]
|
|
2731
|
-
recovery: Run agentera check validate state --format json, preserve audit evidence, and retry with one schema-valid audit entry.
|
|
2732
|
-
examples: ['agentera state health append --input audit.yaml --format json']
|
|
2753
|
+
recovery: Run npx -y agentera@next check validate state --format json, preserve audit evidence, and retry with one schema-valid audit entry.
|
|
2754
|
+
examples: ['npx -y agentera@next state health append --input audit.yaml --format json']
|
|
2733
2755
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 100 }
|
|
2734
2756
|
compacts: true
|
|
2735
2757
|
fields: []
|
|
@@ -2746,7 +2768,7 @@ mutation_grammar:
|
|
|
2746
2768
|
sources: [file, stdin]
|
|
2747
2769
|
cli_owned_fields: [id, artifact, header.id]
|
|
2748
2770
|
recovery: Remove identity fields assigned by the CLI and retry with one schema-valid objective document.
|
|
2749
|
-
examples: ['agentera state objective create --input objective.yaml --format json']
|
|
2771
|
+
examples: ['npx -y agentera@next state objective create --input objective.yaml --format json']
|
|
2750
2772
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 1 }
|
|
2751
2773
|
fields: []
|
|
2752
2774
|
|
|
@@ -2762,7 +2784,7 @@ mutation_grammar:
|
|
|
2762
2784
|
sources: [file, stdin]
|
|
2763
2785
|
cli_owned_fields: [id, artifact, header.id]
|
|
2764
2786
|
recovery: Reread the objective, copy its bare ID to --id, remove CLI-owned fields, and retry.
|
|
2765
|
-
examples: ['agentera state objective update --id qjtrmnpvka --input objective.yaml --format json']
|
|
2787
|
+
examples: ['npx -y agentera@next state objective update --id qjtrmnpvka --input objective.yaml --format json']
|
|
2766
2788
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 1 }
|
|
2767
2789
|
fields: [{ flag: --id, field: id, kind: string, required: true }]
|
|
2768
2790
|
|
|
@@ -2778,13 +2800,43 @@ mutation_grammar:
|
|
|
2778
2800
|
sources: [file, stdin]
|
|
2779
2801
|
cli_owned_fields: [id, artifact, objective]
|
|
2780
2802
|
recovery: Use a bare objective ID, omit numeric legacy selectors, and retry the exact input; divergent immutable identities remain untouched.
|
|
2781
|
-
examples: ['agentera state experiments publish --objective qjtrmnpvka --input experiment.yaml --format json']
|
|
2803
|
+
examples: ['npx -y agentera@next state experiments publish --objective qjtrmnpvka --input experiment.yaml --format json']
|
|
2782
2804
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 100 }
|
|
2783
2805
|
compacts: true
|
|
2784
2806
|
fields:
|
|
2785
2807
|
- { flag: --objective, field: objective, kind: string, required: true }
|
|
2786
2808
|
- { flag: --id, field: id, kind: string }
|
|
2787
2809
|
|
|
2810
|
+
- artifact: todo
|
|
2811
|
+
verb: activate
|
|
2812
|
+
class: batch_transaction
|
|
2813
|
+
selectors: []
|
|
2814
|
+
preconditions: [entity_mode_marker_is_valid, activation_is_absent_or_replay, todo_reconciliation_is_valid, confirmed_effect_sha256_is_authorized_for_preview_or_replay]
|
|
2815
|
+
owned_fields: [reconciliation, public_document, activation]
|
|
2816
|
+
input: { mode: none, sources: [], cli_owned_fields: [] }
|
|
2817
|
+
recovery: Preview and review every reported activation effect before explicit confirmed apply; use the returned examples without modification.
|
|
2818
|
+
examples: ['npx -y agentera@next state todo activate --dry-run --format json', 'npx -y agentera@next state todo activate --effect-sha256 EFFECT_SHA256 --yes --format json']
|
|
2819
|
+
bounds: { max_input_utf8_bytes: 0, max_collection_items: 256 }
|
|
2820
|
+
compacts: true
|
|
2821
|
+
fields:
|
|
2822
|
+
- { flag: --effect-sha256, field: effect_sha256, kind: string }
|
|
2823
|
+
- { flag: --yes, field: confirmed, kind: boolean }
|
|
2824
|
+
|
|
2825
|
+
- artifact: todo
|
|
2826
|
+
verb: repair
|
|
2827
|
+
class: batch_transaction
|
|
2828
|
+
selectors: []
|
|
2829
|
+
preconditions: [entity_mode_marker_is_valid, activation_is_present, complete_one_to_one_repair_evidence_is_valid, confirmed_effect_sha256_is_authorized_for_preview_or_replay]
|
|
2830
|
+
owned_fields: [reconciliation, public_document, activation]
|
|
2831
|
+
input: { mode: none, sources: [], cli_owned_fields: [] }
|
|
2832
|
+
recovery: Preview and review every diagnosed repair decision before explicit confirmed apply; ambiguous evidence is rejected without effects.
|
|
2833
|
+
examples: ['npx -y agentera@next state todo repair --dry-run --format json', 'npx -y agentera@next state todo repair --effect-sha256 EFFECT_SHA256 --yes --format json']
|
|
2834
|
+
bounds: { max_input_utf8_bytes: 0, max_collection_items: 256 }
|
|
2835
|
+
compacts: true
|
|
2836
|
+
fields:
|
|
2837
|
+
- { flag: --effect-sha256, field: effect_sha256, kind: string }
|
|
2838
|
+
- { flag: --yes, field: confirmed, kind: boolean }
|
|
2839
|
+
|
|
2788
2840
|
- artifact: todo
|
|
2789
2841
|
verb: create
|
|
2790
2842
|
class: record_payload
|
|
@@ -2797,8 +2849,8 @@ mutation_grammar:
|
|
|
2797
2849
|
sources: [file, stdin]
|
|
2798
2850
|
structured_sources: [file, stdin]
|
|
2799
2851
|
cli_owned_fields: [id, artifact, status, public_order, lifecycle]
|
|
2800
|
-
recovery: Run agentera state todo explain --verb create --format json, remove CLI-owned fields, provide the full typed TODO record, and retry.
|
|
2801
|
-
examples: ['agentera state todo create --input todo.yaml --format json']
|
|
2852
|
+
recovery: Run npx -y agentera@next state todo explain --verb create --format json, remove CLI-owned fields, provide the full typed TODO record, and retry.
|
|
2853
|
+
examples: ['npx -y agentera@next state todo create --input todo.yaml --format json']
|
|
2802
2854
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 100 }
|
|
2803
2855
|
fields: []
|
|
2804
2856
|
|
|
@@ -2815,7 +2867,7 @@ mutation_grammar:
|
|
|
2815
2867
|
structured_sources: [file, stdin]
|
|
2816
2868
|
cli_owned_fields: [id, artifact, status, public_order, lifecycle]
|
|
2817
2869
|
recovery: Reread the TODO item, use its bare ID, supply only typed patch fields, and use null or an empty list only for declared clearable fields.
|
|
2818
|
-
examples: ['agentera state todo update --id qjtrmnpvka --input todo-patch.yaml --format json']
|
|
2870
|
+
examples: ['npx -y agentera@next state todo update --id qjtrmnpvka --input todo-patch.yaml --format json']
|
|
2819
2871
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 1 }
|
|
2820
2872
|
fields: [{ flag: --id, field: id, kind: string, required: true }]
|
|
2821
2873
|
|
|
@@ -2827,7 +2879,7 @@ mutation_grammar:
|
|
|
2827
2879
|
owned_fields: [id, artifact, severity, lifecycle]
|
|
2828
2880
|
input: { mode: none, sources: [], cli_owned_fields: [] }
|
|
2829
2881
|
recovery: Use the bare TODO ID, one immediate-impact severity, a reason, and a YYYY-MM-DD date; no record input is accepted.
|
|
2830
|
-
examples: ['agentera state todo set-severity --id qjtrmnpvka --severity degraded --reason "Impact changed" --date 2026-07-31 --format json']
|
|
2882
|
+
examples: ['npx -y agentera@next state todo set-severity --id qjtrmnpvka --severity degraded --reason "Impact changed" --date 2026-07-31 --format json']
|
|
2831
2883
|
bounds: { max_input_utf8_bytes: 0, max_collection_items: 1, max_reason_code_points: 500 }
|
|
2832
2884
|
fields:
|
|
2833
2885
|
- { flag: --id, field: id, kind: string, required: true }
|
|
@@ -2843,7 +2895,7 @@ mutation_grammar:
|
|
|
2843
2895
|
owned_fields: [id, artifact, status, lifecycle]
|
|
2844
2896
|
input: { mode: none, sources: [], cli_owned_fields: [] }
|
|
2845
2897
|
recovery: Use the selected bare TODO ID, an existing distinct replacement ID, a reason, and a YYYY-MM-DD date; no record input is accepted.
|
|
2846
|
-
examples: ['agentera state todo supersede --id qjtrmnpvka --replacement zqtrmnpvka --reason "Replaced by narrower work" --date 2026-07-31 --format json']
|
|
2898
|
+
examples: ['npx -y agentera@next state todo supersede --id qjtrmnpvka --replacement zqtrmnpvka --reason "Replaced by narrower work" --date 2026-07-31 --format json']
|
|
2847
2899
|
bounds: { max_input_utf8_bytes: 0, max_collection_items: 1, max_reason_code_points: 500 }
|
|
2848
2900
|
fields:
|
|
2849
2901
|
- { flag: --id, field: id, kind: string, required: true }
|
|
@@ -2859,7 +2911,7 @@ mutation_grammar:
|
|
|
2859
2911
|
owned_fields: [id, artifact, status, lifecycle]
|
|
2860
2912
|
input: { mode: none, sources: [], cli_owned_fields: [] }
|
|
2861
2913
|
recovery: Use the bare TODO ID, a reason, and a YYYY-MM-DD date; no record input is accepted.
|
|
2862
|
-
examples: ['agentera state todo resolve --id qjtrmnpvka --reason "Shipped" --date 2026-07-31 --format json']
|
|
2914
|
+
examples: ['npx -y agentera@next state todo resolve --id qjtrmnpvka --reason "Shipped" --date 2026-07-31 --format json']
|
|
2863
2915
|
bounds: { max_input_utf8_bytes: 0, max_collection_items: 1, max_reason_code_points: 500 }
|
|
2864
2916
|
fields:
|
|
2865
2917
|
- { flag: --id, field: id, kind: string, required: true }
|
|
@@ -2874,7 +2926,7 @@ mutation_grammar:
|
|
|
2874
2926
|
owned_fields: [id, artifact, status, lifecycle]
|
|
2875
2927
|
input: { mode: none, sources: [], cli_owned_fields: [] }
|
|
2876
2928
|
recovery: Use the bare resolved TODO ID, a reason, and a YYYY-MM-DD date; no record input is accepted.
|
|
2877
|
-
examples: ['agentera state todo reopen --id qjtrmnpvka --reason "Scope returned" --date 2026-07-31 --format json']
|
|
2929
|
+
examples: ['npx -y agentera@next state todo reopen --id qjtrmnpvka --reason "Scope returned" --date 2026-07-31 --format json']
|
|
2878
2930
|
bounds: { max_input_utf8_bytes: 0, max_collection_items: 1, max_reason_code_points: 500 }
|
|
2879
2931
|
fields:
|
|
2880
2932
|
- { flag: --id, field: id, kind: string, required: true }
|
|
@@ -2893,7 +2945,7 @@ mutation_grammar:
|
|
|
2893
2945
|
sources: [file, stdin]
|
|
2894
2946
|
cli_owned_fields: [id, artifact]
|
|
2895
2947
|
recovery: Remove id and artifact from the input and retry with one schema-valid documentation inventory entry.
|
|
2896
|
-
examples: ['agentera state docs create --input documentation.yaml --format json']
|
|
2948
|
+
examples: ['npx -y agentera@next state docs create --input documentation.yaml --format json']
|
|
2897
2949
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 100 }
|
|
2898
2950
|
fields: []
|
|
2899
2951
|
|
|
@@ -2909,7 +2961,7 @@ mutation_grammar:
|
|
|
2909
2961
|
sources: [file, stdin]
|
|
2910
2962
|
cli_owned_fields: [id, artifact]
|
|
2911
2963
|
recovery: Reread the documentation entry, copy its bare ID to --id, remove CLI-owned fields, and retry.
|
|
2912
|
-
examples: ['agentera state docs update --id qjtrmnpvka --input documentation.yaml --format json']
|
|
2964
|
+
examples: ['npx -y agentera@next state docs update --id qjtrmnpvka --input documentation.yaml --format json']
|
|
2913
2965
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 1 }
|
|
2914
2966
|
fields: [{ flag: --id, field: id, kind: string, required: true }]
|
|
2915
2967
|
|
|
@@ -2924,7 +2976,7 @@ mutation_grammar:
|
|
|
2924
2976
|
root: one glossary publication request
|
|
2925
2977
|
sources: [file, stdin]
|
|
2926
2978
|
cli_owned_fields: []
|
|
2927
|
-
recovery: Run agentera state glossary explain --verb publish --format json and correct the bounded request or confirmation.
|
|
2928
|
-
examples: ['agentera state glossary publish --input glossary-publication.yaml --format json']
|
|
2979
|
+
recovery: Run npx -y agentera@next state glossary explain --verb publish --format json and correct the bounded request or confirmation.
|
|
2980
|
+
examples: ['npx -y agentera@next state glossary publish --input glossary-publication.yaml --format json']
|
|
2929
2981
|
bounds: { max_input_utf8_bytes: 32768, max_collection_items: 1 }
|
|
2930
2982
|
fields: []
|