agentera 3.0.0-dev.41 → 3.0.0-dev.46
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
|
@@ -34,14 +34,23 @@ documentation after deterministic abstention; it learns that contract from the C
|
|
|
34
34
|
|
|
35
35
|
## Bootstrap
|
|
36
36
|
|
|
37
|
-
Run
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
Run one pre-cutover `@next` call for orientation. It is read-only in clean, v2,
|
|
38
|
+
partially migrated, and v3 projects. Clean, v2, and partial state returns
|
|
39
|
+
`blocked` with the exact full entity-upgrade command in
|
|
40
|
+
`state_cutover.recovery_command`; v3 returns `ok` unless health is degraded.
|
|
41
|
+
The JSON also returns bounded app status, state slices, attention, and startup
|
|
42
|
+
availability.
|
|
40
43
|
|
|
41
44
|
```bash
|
|
42
|
-
npx -y agentera@next prime
|
|
45
|
+
npx -y agentera@next prime --context status --format json
|
|
43
46
|
```
|
|
44
47
|
|
|
48
|
+
An `ok` outcome needs no fallback or second dashboard call. Follow an exact
|
|
49
|
+
recovery command for other outcomes; every returned v3 command stays on
|
|
50
|
+
`npx -y agentera@next`. Do not use bare or stable-channel CLI forms before
|
|
51
|
+
stable promotion. For deeper read-only evidence, run
|
|
52
|
+
`npx -y agentera@next doctor --format json`.
|
|
53
|
+
|
|
45
54
|
For capability-specific startup context:
|
|
46
55
|
|
|
47
56
|
```bash
|
|
@@ -49,10 +58,12 @@ npx -y agentera@next prime --context <capability> --format json
|
|
|
49
58
|
```
|
|
50
59
|
|
|
51
60
|
This returns the capability's instructions, declared read/write needs, artifact
|
|
52
|
-
inventory,
|
|
53
|
-
|
|
61
|
+
inventory, and `capability_context.startup`. Check its `outcome` (`ok`,
|
|
62
|
+
`degraded`, or `blocked`). The `availability` rows identify bounded included
|
|
63
|
+
families and deferred families; use a deferred row's `detail_command` for
|
|
64
|
+
detail. Use this response before reading the instructions module directly.
|
|
54
65
|
|
|
55
|
-
For static routing guidance (
|
|
66
|
+
For static routing guidance (CLI vs native tools):
|
|
56
67
|
|
|
57
68
|
```bash
|
|
58
69
|
npx -y agentera@next prime --guidance
|
|
@@ -93,7 +104,7 @@ hardcoded rules. `next_action` is a readiness suggestion for bare/status
|
|
|
93
104
|
orientation after classification; it never classifies or overrides a non-status
|
|
94
105
|
request.
|
|
95
106
|
|
|
96
|
-
The LLM host classifies natural language. Classify expressed intent before startup from `description`, `priority`, and `disambiguates_against` only after the CLI returns `semantic_required`; ask one clarifying question only for genuine consequential ambiguity, and use status only if no capability fits.
|
|
107
|
+
The LLM host classifies natural language. Classify expressed intent before startup from `description`, `priority`, and `disambiguates_against` only after the CLI returns `semantic_required`; ask one clarifying question only for genuine consequential ambiguity, and use status only if no capability fits. Read that response's `receipt_contract` for the exact nullable `agentera.route_receipt.v1` schema, outcomes, nullability, compound and span rules, and runnable stdin example; `npx -y agentera@next route receipt --help` presents the same guide.
|
|
97
108
|
|
|
98
109
|
The receipt input is `{ request: <original string>, receipt: <complete nullable
|
|
99
110
|
API output> }`; every API field is present and outcome-inapplicable fields are
|
|
@@ -146,9 +157,11 @@ The prime dashboard rendering contract — template, field-by-field rules, outpu
|
|
|
146
157
|
budget, attention-item ordering, exit marker — is owned by the status capability
|
|
147
158
|
instructions. `npx -y agentera@next prime --context status --format json` returns the full
|
|
148
159
|
`capability_context.instructions` body and the bounded
|
|
149
|
-
`capability_context.context.status_context` state
|
|
150
|
-
|
|
151
|
-
|
|
160
|
+
`capability_context.context.status_context` state and one
|
|
161
|
+
`capability_context.startup` availability projection in one response. Render
|
|
162
|
+
from that capsule without a separate bare-prime call or raw artifact read. An
|
|
163
|
+
`ok` outcome needs no second call; for deferred detail, use only that family's
|
|
164
|
+
exact `detail_command`.
|
|
152
165
|
Ask for confirmation before invoking a state-changing downstream capability.
|
|
153
166
|
|
|
154
167
|
The first response in a fresh interaction delivers the brief and a free-form
|
|
@@ -225,7 +238,10 @@ Common mutations:
|
|
|
225
238
|
- `npx -y agentera@next state health append --input audit.yaml --format json`
|
|
226
239
|
- `npx -y agentera@next state todo create --input todo.yaml --format json`
|
|
227
240
|
- `npx -y agentera@next state todo update --id ID --input todo-patch.yaml --format json`
|
|
228
|
-
- `npx -y agentera@next state todo set-severity
|
|
241
|
+
- `npx -y agentera@next state todo set-severity --id ID ... --format json`
|
|
242
|
+
- `npx -y agentera@next state todo supersede --id ID ... --format json`
|
|
243
|
+
- `npx -y agentera@next state todo resolve --id ID ... --format json`
|
|
244
|
+
- `npx -y agentera@next state todo reopen --id ID ... --format json`
|
|
229
245
|
|
|
230
246
|
TODO create input is a full YAML/JSON typed record. TODO update input is a
|
|
231
247
|
patch: omitted fields remain unchanged and only `target_version`,
|
|
@@ -242,8 +258,8 @@ task append/update payloads use only mutable task content and bare task IDs.
|
|
|
242
258
|
|
|
243
259
|
Add `--dry-run` to preview any mutation without publishing it. Artifacts not
|
|
244
260
|
listed above are outside the typed writer contract and remain governed by their
|
|
245
|
-
owning capability's instructions and safety rails.
|
|
246
|
-
json` exposes the machine-readable writer operation matrix under
|
|
261
|
+
owning capability's instructions and safety rails.
|
|
262
|
+
`npx -y agentera@next schema --format json` exposes the machine-readable writer operation matrix under
|
|
247
263
|
`state_writer` and on each writable `artifact_schemas[*].write_interface`.
|
|
248
264
|
|
|
249
265
|
---
|
|
@@ -260,5 +276,5 @@ default singleton layout:
|
|
|
260
276
|
|
|
261
277
|
Do not silently bypass the CLI and read raw entity files first. If
|
|
262
278
|
CLI state declares complete coverage, do not perform defensive raw artifact
|
|
263
|
-
reads. Use raw artifact reads only as a last-resort
|
|
264
|
-
|
|
279
|
+
reads. Use raw artifact reads only as a last-resort after the applicable
|
|
280
|
+
availability row's exact detail command fails or state declares corruption.
|
|
@@ -8,7 +8,7 @@ ARTIFACTS:
|
|
|
8
8
|
Audit writes audit entries with per-dimension grades, findings with
|
|
9
9
|
severity and confidence scores, trend comparisons, and de facto
|
|
10
10
|
architecture patterns. During evaluation startup, Audit consumes health
|
|
11
|
-
state through CLI `evidence_context`, then bounded `agentera state health
|
|
11
|
+
state through CLI `evidence_context`, then bounded `npx -y agentera@next state health
|
|
12
12
|
list --limit 20 --format json` and exact `state health get --id ID`.
|
|
13
13
|
Raw health reads are diagnostic-only for corruption or CLI-defect investigation.
|
|
14
14
|
2:
|
|
@@ -25,7 +25,7 @@ ARTIFACTS:
|
|
|
25
25
|
local_role: consumes
|
|
26
26
|
description: >-
|
|
27
27
|
Audit consumes decision caveats through CLI `evidence_context`, then
|
|
28
|
-
bounded `agentera state decisions list --limit 20 --format json` discovery
|
|
28
|
+
bounded `npx -y agentera@next state decisions list --limit 20 --format json` discovery
|
|
29
29
|
and exact `state decisions get --id ID` retrieval. Raw decision reads
|
|
30
30
|
are diagnostic-only for corruption or CLI-defect investigation. Compacted
|
|
31
31
|
decision caveats must be preserved rather than reconstructed.
|
|
@@ -45,7 +45,7 @@ ARTIFACTS:
|
|
|
45
45
|
local_role: consumes
|
|
46
46
|
description: >-
|
|
47
47
|
Audit consumes latest progress verification and progress caveats through
|
|
48
|
-
CLI `evidence_context`, then bounded `agentera state progress list --limit
|
|
48
|
+
CLI `evidence_context`, then bounded `npx -y agentera@next state progress list --limit
|
|
49
49
|
20 --format json` discovery and exact `state progress get --id ID`
|
|
50
50
|
retrieval. Raw progress reads are diagnostic-only for corruption or
|
|
51
51
|
CLI-defect investigation.
|
|
@@ -66,7 +66,7 @@ VALIDATION:
|
|
|
66
66
|
id: V7
|
|
67
67
|
rule: evidence_context_first
|
|
68
68
|
description: >-
|
|
69
|
-
Audit evaluation startup MUST begin with `agentera prime --context
|
|
69
|
+
Audit evaluation startup MUST begin with `npx -y agentera@next prime --context
|
|
70
70
|
audit --format json` and use complete CLI `evidence_context` before
|
|
71
71
|
bounded state list/get contracts for plan, progress, docs, health, TODO,
|
|
72
72
|
or decisions. Raw artifact access is diagnostic-only.
|
|
@@ -30,7 +30,7 @@ ARTIFACTS:
|
|
|
30
30
|
description: >-
|
|
31
31
|
Operational cycle log and the sole durable channel for bounded autonomous
|
|
32
32
|
glossary caveat lifecycle evidence. Build consumes latest progress evidence from
|
|
33
|
-
execution_context first, then bounded `agentera state progress list --limit
|
|
33
|
+
execution_context first, then bounded `npx -y agentera@next state progress list --limit
|
|
34
34
|
20 --format json` discovery or exact `state progress get --id ID`
|
|
35
35
|
retrieval, and appends one entry per cycle with mandatory Verified field.
|
|
36
36
|
Compacted by applying schema COMPACTION rules.
|
|
@@ -40,7 +40,7 @@ ARTIFACTS:
|
|
|
40
40
|
local_role: consumes
|
|
41
41
|
description: >-
|
|
42
42
|
Build consumes health state from execution_context and included status
|
|
43
|
-
state before bounded `agentera state health list --limit 20 --format json`
|
|
43
|
+
state before bounded `npx -y agentera@next state health list --limit 20 --format json`
|
|
44
44
|
discovery or exact `state health get --id ID` retrieval, focusing on
|
|
45
45
|
critical and degraded findings for work selection. Raw reads are
|
|
46
46
|
diagnostic-only for corruption or CLI-defect investigation.
|
|
@@ -67,7 +67,7 @@ ARTIFACTS:
|
|
|
67
67
|
local_role: consumes
|
|
68
68
|
description: >-
|
|
69
69
|
Build consumes status profile summary first and reads profile grounding
|
|
70
|
-
only from `agentera report profile-grounding --format json` when shared
|
|
70
|
+
only from `npx -y agentera@next report profile-grounding --format json` when shared
|
|
71
71
|
validity is `valid`. Absent or repair-needed state preserves exact
|
|
72
72
|
recovery and does not authorize refresh or direct profile reads.
|
|
73
73
|
9:
|
|
@@ -91,12 +91,12 @@ ARTIFACTS:
|
|
|
91
91
|
local_role: produces_and_consumes
|
|
92
92
|
description: >-
|
|
93
93
|
Build alone publishes one explicitly user-confirmed terminology proposal
|
|
94
|
-
through `agentera state glossary publish --input REQUEST`. The typed writer
|
|
94
|
+
through `npx -y agentera@next state glossary publish --input REQUEST`. The typed writer
|
|
95
95
|
revalidates audit source evidence and atomically records the immutable
|
|
96
96
|
approval beside the shared-only project entry. Build does not consume the
|
|
97
97
|
glossary only to validate replay and preserve unrelated publication state.
|
|
98
98
|
Separately, at governed meaning-sensitive Build events it requests bounded
|
|
99
|
-
read-only advice through `agentera report glossary-advice --input REQUEST
|
|
99
|
+
read-only advice through `npx -y agentera@next report glossary-advice --input REQUEST
|
|
100
100
|
--format json`. Advice and progress caveats never publish terminology,
|
|
101
101
|
approve a proposal, reuse confirmation, mutate personal profiles or docs
|
|
102
102
|
mappings, or grant publication authority to another capability.
|
|
@@ -54,7 +54,7 @@ VALIDATION:
|
|
|
54
54
|
rule: artifact_path_resolution
|
|
55
55
|
description: >-
|
|
56
56
|
Entity state MUST use exact/list CLI reads and typed writers discovered by
|
|
57
|
-
`agentera state <artifact> explain`. Check .agentera/docs.yaml only for
|
|
57
|
+
`npx -y agentera@next state <artifact> explain`. Check .agentera/docs.yaml only for
|
|
58
58
|
intentional singleton path overrides.
|
|
59
59
|
severity: warning
|
|
60
60
|
checks:
|
|
@@ -64,7 +64,7 @@ VALIDATION:
|
|
|
64
64
|
id: V7
|
|
65
65
|
rule: execution_context_first
|
|
66
66
|
description: >-
|
|
67
|
-
Build startup SHOULD begin from `agentera prime --context build
|
|
67
|
+
Build startup SHOULD begin from `npx -y agentera@next prime --context build
|
|
68
68
|
--format json` and consume complete execution_context
|
|
69
69
|
state before direct reads of plan, progress, TODO, docs, health,
|
|
70
70
|
decisions, changelog, vision, profile, or design artifacts.
|
|
@@ -112,7 +112,7 @@ VALIDATION:
|
|
|
112
112
|
id: V11
|
|
113
113
|
rule: sanitized_profile_grounding
|
|
114
114
|
description: >-
|
|
115
|
-
Build MUST ground only from the `content` returned by `agentera report
|
|
115
|
+
Build MUST ground only from the `content` returned by `npx -y agentera@next report
|
|
116
116
|
profile-grounding --format json` when shared validity is valid; it MUST
|
|
117
117
|
preserve absent/repair-needed recovery and MUST NOT direct-read PROFILE.md.
|
|
118
118
|
severity: critical
|
|
@@ -126,7 +126,7 @@ VALIDATION:
|
|
|
126
126
|
description: >-
|
|
127
127
|
At initial meaning-sensitive cycle intent and later user-authored changes
|
|
128
128
|
or clarification answers that can alter intent, Build MUST request bounded
|
|
129
|
-
advice through `agentera report glossary-advice --input REQUEST --format
|
|
129
|
+
advice through `npx -y agentera@next report glossary-advice --input REQUEST --format
|
|
130
130
|
json`. Unchanged replay, unrelated turns, rendering, and tool output MUST
|
|
131
131
|
NOT refresh advice.
|
|
132
132
|
severity: critical
|
|
@@ -153,7 +153,7 @@ VALIDATION:
|
|
|
153
153
|
rule: glossary_publication_isolation
|
|
154
154
|
description: >-
|
|
155
155
|
Advice, tension, clarification, and progress caveat lifecycle MUST NOT call
|
|
156
|
-
`agentera state glossary publish`, create or reuse approval, substitute for
|
|
156
|
+
`npx -y agentera@next state glossary publish`, create or reuse approval, substitute for
|
|
157
157
|
digest-bound user confirmation, satisfy decisions or plan state, or grant
|
|
158
158
|
Discuss or Audit publication authority.
|
|
159
159
|
severity: critical
|
|
@@ -4,7 +4,7 @@ EXIT_CONDITIONS:
|
|
|
4
4
|
condition: complete
|
|
5
5
|
description: >-
|
|
6
6
|
DESIGN.md was written (Create/Replace mode), updated (Refine mode),
|
|
7
|
-
or audited with findings reported (Audit mode). agentera check lint
|
|
7
|
+
or audited with findings reported (Audit mode). npx -y agentera@next check lint
|
|
8
8
|
--artifact design passed, and all changes had explicit user approval.
|
|
9
9
|
exit_signal: complete
|
|
10
10
|
2:
|
|
@@ -21,7 +21,7 @@ EXIT_CONDITIONS:
|
|
|
21
21
|
condition: stuck
|
|
22
22
|
description: >-
|
|
23
23
|
Cannot write DESIGN.md because the user declined to approve the
|
|
24
|
-
draft, agentera check lint reports unresolvable errors, or the
|
|
24
|
+
draft, npx -y agentera@next check lint reports unresolvable errors, or the
|
|
25
25
|
project's UI stack is inaccessible.
|
|
26
26
|
exit_signal: stuck
|
|
27
27
|
4:
|
|
@@ -5,8 +5,8 @@ ARTIFACTS:
|
|
|
5
5
|
local_role: produces_and_consumes
|
|
6
6
|
description: >-
|
|
7
7
|
Reasoning trail with confidence labels. Discuss reads existing decisions
|
|
8
|
-
through bounded `agentera state decisions list --limit 20 --format json`
|
|
9
|
-
discovery plus exact `agentera state decisions get --id ID --format json`
|
|
8
|
+
through bounded `npx -y agentera@next state decisions list --limit 20 --format json`
|
|
9
|
+
discovery plus exact `npx -y agentera@next state decisions get --id ID --format json`
|
|
10
10
|
retrieval and its source_contract to avoid re-deliberation, and writes new decision entries with confidence
|
|
11
11
|
(DL1 firm, DL2 provisional, DL3 exploratory). Compact older entries by
|
|
12
12
|
applying schema COMPACTION rules; incomplete compacted entries are
|
|
@@ -39,7 +39,7 @@ ARTIFACTS:
|
|
|
39
39
|
artifact: profile
|
|
40
40
|
local_role: consumes
|
|
41
41
|
description: >-
|
|
42
|
-
Discuss reads only sanitized non-glossary content from `agentera report
|
|
42
|
+
Discuss reads only sanitized non-glossary content from `npx -y agentera@next report
|
|
43
43
|
profile-grounding --format json` at session start. It never direct-reads
|
|
44
44
|
the profile path. It uses content only when the shared validity object is
|
|
45
45
|
valid; absent or repair-needed results fail closed with exact recovery.
|
|
@@ -80,7 +80,7 @@ VALIDATION:
|
|
|
80
80
|
id: V8
|
|
81
81
|
rule: sanitized_profile_grounding
|
|
82
82
|
description: >-
|
|
83
|
-
Discuss MUST ground only from the `content` returned by `agentera report
|
|
83
|
+
Discuss MUST ground only from the `content` returned by `npx -y agentera@next report
|
|
84
84
|
profile-grounding --format json` when shared validity is valid; it MUST
|
|
85
85
|
preserve absent/repair-needed recovery and MUST NOT direct-read PROFILE.md.
|
|
86
86
|
severity: critical
|
|
@@ -92,7 +92,7 @@ VALIDATION:
|
|
|
92
92
|
id: V9
|
|
93
93
|
rule: governed_glossary_advice_events
|
|
94
94
|
description: >-
|
|
95
|
-
Discuss MUST invoke `agentera report glossary-advice --input <file|->
|
|
95
|
+
Discuss MUST invoke `npx -y agentera@next report glossary-advice --input <file|->
|
|
96
96
|
--format json` for initial meaning-sensitive user input and later
|
|
97
97
|
user-authored premise changes or affected clarification answers that can
|
|
98
98
|
change meaning. It MUST NOT invoke advice for unchanged replay, rendering,
|
|
@@ -25,7 +25,7 @@ ARTIFACTS:
|
|
|
25
25
|
Document reads this during explore-and-generate mode to understand
|
|
26
26
|
recent project context. During closeout, latest progress evidence and
|
|
27
27
|
verification pointers are consumed through CLI `closeout_context`, then
|
|
28
|
-
bounded `agentera state progress list --limit 20 --format json` discovery
|
|
28
|
+
bounded `npx -y agentera@next state progress list --limit 20 --format json` discovery
|
|
29
29
|
or exact `state progress get --id ID` retrieval. Raw reads are
|
|
30
30
|
diagnostic-only for corruption or CLI-defect investigation.
|
|
31
31
|
4:
|
|
@@ -34,7 +34,7 @@ ARTIFACTS:
|
|
|
34
34
|
local_role: consumes
|
|
35
35
|
description: >-
|
|
36
36
|
Document reads this during explore-and-generate mode for project
|
|
37
|
-
context and decision awareness through bounded `agentera state decisions
|
|
37
|
+
context and decision awareness through bounded `npx -y agentera@next state decisions
|
|
38
38
|
list --limit 20 --format json` discovery or exact `state decisions get
|
|
39
39
|
--id ID` retrieval. Raw reads are diagnostic-only for corruption or
|
|
40
40
|
CLI-defect investigation.
|
|
@@ -44,7 +44,7 @@ ARTIFACTS:
|
|
|
44
44
|
local_role: consumes
|
|
45
45
|
description: >-
|
|
46
46
|
Document reads this to discover documentation gaps surfaced during health
|
|
47
|
-
audits through bounded `agentera state health list --limit 20 --format
|
|
47
|
+
audits through bounded `npx -y agentera@next state health list --limit 20 --format
|
|
48
48
|
json` discovery or exact `state health get --id ID` retrieval. Raw reads
|
|
49
49
|
are diagnostic-only for corruption or CLI-defect investigation.
|
|
50
50
|
6:
|
|
@@ -85,7 +85,7 @@ VALIDATION:
|
|
|
85
85
|
id: V9
|
|
86
86
|
rule: closeout_context_first
|
|
87
87
|
description: >-
|
|
88
|
-
During final synchronization, Document MUST use `agentera prime
|
|
88
|
+
During final synchronization, Document MUST use `npx -y agentera@next prime
|
|
89
89
|
--context document --format json` and its `closeout_context`
|
|
90
90
|
before using bounded state list/get contracts for TODO, docs, changelog,
|
|
91
91
|
or progress. Raw artifact access is diagnostic-only or a write target.
|
|
@@ -64,6 +64,6 @@ ARTIFACTS:
|
|
|
64
64
|
artifact: benchmark_context
|
|
65
65
|
local_role: consumes
|
|
66
66
|
description: >-
|
|
67
|
-
CLI-provided startup benchmark summary from `agentera prime --context
|
|
67
|
+
CLI-provided startup benchmark summary from `npx -y agentera@next prime --context
|
|
68
68
|
optimize --format json`. Optimize consumes this before any direct
|
|
69
69
|
latest-report.json, latest-report.md, or runs.jsonl diagnostic read.
|
|
@@ -65,7 +65,7 @@ VALIDATION:
|
|
|
65
65
|
id: V7
|
|
66
66
|
rule: benchmark_context_first
|
|
67
67
|
description: >-
|
|
68
|
-
For benchmark-oriented startup, Optimize MUST start from `agentera prime
|
|
68
|
+
For benchmark-oriented startup, Optimize MUST start from `npx -y agentera@next prime
|
|
69
69
|
--context optimize --format json` and consume complete
|
|
70
70
|
benchmark_context before direct retained benchmark file reads. Direct
|
|
71
71
|
latest-report.json, latest-report.md, or runs.jsonl reads are last-resort
|
|
@@ -5,7 +5,7 @@ ARTIFACTS:
|
|
|
5
5
|
local_role: produces_and_consumes
|
|
6
6
|
description: >-
|
|
7
7
|
Orchestrate consumes plan task queue state through
|
|
8
|
-
`agentera prime --context orchestrate --format json` before raw
|
|
8
|
+
`npx -y agentera@next prime --context orchestrate --format json` before raw
|
|
9
9
|
artifact access, then updates status (pending -> complete/blocked) only
|
|
10
10
|
when resolving a task. Superseded tasks are terminal dependency
|
|
11
11
|
satisfiers and stay out of ready and blocked queues. Failed evaluator results are recorded through the
|
|
@@ -16,7 +16,7 @@ ARTIFACTS:
|
|
|
16
16
|
local_role: consumes
|
|
17
17
|
description: >-
|
|
18
18
|
Orchestrate consumes progress verification state from the returned
|
|
19
|
-
orchestration context first, then bounded `agentera state progress list
|
|
19
|
+
orchestration context first, then bounded `npx -y agentera@next state progress list
|
|
20
20
|
--limit 20 --format json` fallback output. Exact detail uses `state
|
|
21
21
|
progress get --id ID`; raw reads are diagnostic-only for corruption or
|
|
22
22
|
CLI-defect investigation.
|
|
@@ -28,9 +28,9 @@ ARTIFACTS:
|
|
|
28
28
|
For an active plan whose tasks are all terminal, Orchestrate consumes
|
|
29
29
|
returned health state and delegates a limited staleness closure check.
|
|
30
30
|
On PASS it publishes one typed `artifact_freshness` health record through
|
|
31
|
-
`agentera state health append --input PATH --format json` before setting
|
|
31
|
+
`npx -y agentera@next state health append --input PATH --format json` before setting
|
|
32
32
|
the still-open plan complete. WARN or FAIL leaves the plan open and
|
|
33
|
-
surfaces the finding. Bounded `agentera state health list --limit 20
|
|
33
|
+
surfaces the finding. Bounded `npx -y agentera@next state health list --limit 20
|
|
34
34
|
--format json` and exact `state health get --id ID` are fallback
|
|
35
35
|
contracts. Raw reads are diagnostic-only for corruption or CLI-defect
|
|
36
36
|
investigation.
|
|
@@ -47,7 +47,7 @@ ARTIFACTS:
|
|
|
47
47
|
local_role: consumes
|
|
48
48
|
description: >-
|
|
49
49
|
Orchestrate consumes included decision context or bounded
|
|
50
|
-
`agentera state decisions list --limit 20 --format json` discovery and
|
|
50
|
+
`npx -y agentera@next state decisions list --limit 20 --format json` discovery and
|
|
51
51
|
exact `state decisions get --id ID` retrieval, preserving firm
|
|
52
52
|
constraints, exploratory uncertainties, and compacted-entry caveats.
|
|
53
53
|
Raw reads are diagnostic-only for corruption or CLI-defect investigation.
|
|
@@ -62,12 +62,12 @@ VALIDATION:
|
|
|
62
62
|
rule: orchestration_context_first
|
|
63
63
|
description: >-
|
|
64
64
|
Orchestrate startup and evaluation MUST use
|
|
65
|
-
`agentera prime --context orchestrate --format json` and the
|
|
65
|
+
`npx -y agentera@next prime --context orchestrate --format json` and the
|
|
66
66
|
returned orchestration context before raw plan, progress, health, TODO,
|
|
67
67
|
or decisions artifact reads.
|
|
68
68
|
severity: critical
|
|
69
69
|
checks:
|
|
70
|
-
- "orchestrate instructions contains agentera prime --context orchestrate --format json"
|
|
70
|
+
- "orchestrate instructions contains npx -y agentera@next prime --context orchestrate --format json"
|
|
71
71
|
- "orchestrate instructions contains complete_for_orchestration_context"
|
|
72
72
|
- "orchestrate instructions contains no raw plan, progress, health, TODO, or decisions reads"
|
|
73
73
|
7:
|
|
@@ -53,7 +53,7 @@ ARTIFACTS:
|
|
|
53
53
|
artifact: profile
|
|
54
54
|
local_role: consumes
|
|
55
55
|
description: >-
|
|
56
|
-
Plan reads only sanitized non-glossary content from `agentera report
|
|
56
|
+
Plan reads only sanitized non-glossary content from `npx -y agentera@next report
|
|
57
57
|
profile-grounding --format json` to calibrate planning depth and pattern
|
|
58
58
|
preferences. It never direct-reads the profile path and uses content only
|
|
59
59
|
for shared validity `valid`; absent and repair-needed results fail closed.
|
|
@@ -91,7 +91,7 @@ VALIDATION:
|
|
|
91
91
|
id: V9
|
|
92
92
|
rule: sanitized_profile_grounding
|
|
93
93
|
description: >-
|
|
94
|
-
Plan MUST ground only from the `content` returned by `agentera report
|
|
94
|
+
Plan MUST ground only from the `content` returned by `npx -y agentera@next report
|
|
95
95
|
profile-grounding --format json` when shared validity is valid; it MUST
|
|
96
96
|
preserve absent/repair-needed recovery and MUST NOT direct-read PROFILE.md.
|
|
97
97
|
severity: critical
|
|
@@ -88,7 +88,7 @@ VALIDATION:
|
|
|
88
88
|
rule: personal_glossary_output
|
|
89
89
|
description: >-
|
|
90
90
|
Profile Full MUST render and persist exactly one owned Glossary section
|
|
91
|
-
through `agentera report profile-glossary`. Entries use only the shared
|
|
91
|
+
through `npx -y agentera@next report profile-glossary`. Entries use only the shared
|
|
92
92
|
primitive and personal provenance variants. Replacement preserves every
|
|
93
93
|
non-glossary byte, malformed or ambiguous boundaries fail before effects,
|
|
94
94
|
and personal production never reads a project glossary.
|
|
@@ -80,7 +80,7 @@ DIRECTORY_REQUIREMENTS:
|
|
|
80
80
|
TypeScript module that exports the capability's behavioral instructions
|
|
81
81
|
as a default-exported string constant. The runtime loads it via the
|
|
82
82
|
compiled .js path and surfaces the prose through
|
|
83
|
-
`agentera prime --context <name> --format json`.
|
|
83
|
+
`npx -y agentera@next prime --context <name> --format json`.
|
|
84
84
|
schemas_directory:
|
|
85
85
|
path: schemas
|
|
86
86
|
type: directory
|
|
@@ -409,7 +409,7 @@ ARTIFACTS:
|
|
|
409
409
|
Behavioral instructions the agent reads. TypeScript module that exports
|
|
410
410
|
a default-exported string constant. The runtime loads it via the
|
|
411
411
|
compiled .js path and serves the prose through
|
|
412
|
-
`agentera prime --context <name> --format json`.
|
|
412
|
+
`npx -y agentera@next prime --context <name> --format json`.
|
|
413
413
|
produces: false
|
|
414
414
|
consumes: true
|
|
415
415
|
4:
|
|
@@ -49,9 +49,9 @@ ENTITY_AUTHORITY:
|
|
|
49
49
|
artifact: decisions
|
|
50
50
|
boundaries: [decision, decision_revision, decision_satisfaction]
|
|
51
51
|
retrieval:
|
|
52
|
-
list: agentera state decisions list --format json
|
|
53
|
-
get: agentera state decisions get --id ID --format json
|
|
54
|
-
mutation: agentera state decisions explain --format json
|
|
52
|
+
list: npx -y agentera@next state decisions list --format json
|
|
53
|
+
get: npx -y agentera@next state decisions get --id ID --format json
|
|
54
|
+
mutation: npx -y agentera@next state decisions explain --format json
|
|
55
55
|
direct_file_edits: forbidden
|
|
56
56
|
legacy_schema_below: migration_input_only
|
|
57
57
|
|
|
@@ -275,7 +275,7 @@ PUBLICATION:
|
|
|
275
275
|
id: EP1
|
|
276
276
|
operation: publish
|
|
277
277
|
command: >-
|
|
278
|
-
agentera state experiments publish --objective ID [--id ID]
|
|
278
|
+
npx -y agentera@next state experiments publish --objective ID [--id ID]
|
|
279
279
|
--input EXPERIMENT.yaml --format json
|
|
280
280
|
description: >-
|
|
281
281
|
The typed state writer is the mutation authority. It validates the
|
|
@@ -334,10 +334,10 @@ RETRIEVAL:
|
|
|
334
334
|
1:
|
|
335
335
|
id: ER1
|
|
336
336
|
list: >-
|
|
337
|
-
agentera state experiments list --objective ID [--limit N]
|
|
337
|
+
npx -y agentera@next state experiments list --objective ID [--limit N]
|
|
338
338
|
[--cursor TOKEN] --format json
|
|
339
339
|
get: >-
|
|
340
|
-
agentera state experiments get --id ID --format json
|
|
340
|
+
npx -y agentera@next state experiments get --id ID --format json
|
|
341
341
|
description: >-
|
|
342
342
|
List returns newest-first objective-scoped canonical entities. Get returns
|
|
343
343
|
one exact entity by bare ID.
|
|
@@ -42,7 +42,7 @@ DOCUMENT:
|
|
|
42
42
|
PUBLICATION:
|
|
43
43
|
implementation: active
|
|
44
44
|
owner: build
|
|
45
|
-
command: agentera state glossary publish --input REQUEST --format json
|
|
45
|
+
command: npx -y agentera@next state glossary publish --input REQUEST --format json
|
|
46
46
|
request_schema_version: agentera.glossaryPublicationRequest.v1
|
|
47
47
|
atomic_unit: complete_document
|
|
48
48
|
lock: established_project_writer_lock
|
|
@@ -67,9 +67,9 @@ ENTITY_AUTHORITY:
|
|
|
67
67
|
artifact: health
|
|
68
68
|
boundary: health_audit
|
|
69
69
|
retrieval:
|
|
70
|
-
list: agentera state health list --format json
|
|
71
|
-
get: agentera state health get --id ID --format json
|
|
72
|
-
mutation: agentera state health explain --verb append --format json
|
|
70
|
+
list: npx -y agentera@next state health list --format json
|
|
71
|
+
get: npx -y agentera@next state health get --id ID --format json
|
|
72
|
+
mutation: npx -y agentera@next state health explain --verb append --format json
|
|
73
73
|
direct_file_edits: forbidden
|
|
74
74
|
legacy_schema_below: migration_input_only
|
|
75
75
|
|
|
@@ -65,11 +65,11 @@ ENTITY_AUTHORITY:
|
|
|
65
65
|
boundaries: [plan, plan_task]
|
|
66
66
|
relationship: plan_task.record.plan is a bare plan ID
|
|
67
67
|
retrieval:
|
|
68
|
-
list: agentera state plan list --format json
|
|
69
|
-
get: agentera state plan get --id ID --format json
|
|
70
|
-
tasks_list: agentera state plan tasks list [PLAN_ID] --format json
|
|
71
|
-
task_get: agentera state plan tasks get --id ID --format json
|
|
72
|
-
mutation: agentera state plan explain --format json
|
|
68
|
+
list: npx -y agentera@next state plan list --format json
|
|
69
|
+
get: npx -y agentera@next state plan get --id ID --format json
|
|
70
|
+
tasks_list: npx -y agentera@next state plan tasks list [PLAN_ID] --format json
|
|
71
|
+
task_get: npx -y agentera@next state plan tasks get --id ID --format json
|
|
72
|
+
mutation: npx -y agentera@next state plan explain --format json
|
|
73
73
|
direct_file_edits: forbidden
|
|
74
74
|
aggregate_schema_below: atomic_create_input
|
|
75
75
|
migration_compatibility: explicitly_labeled_fields_only
|
|
@@ -419,7 +419,7 @@ TASK:
|
|
|
419
419
|
type: mapping
|
|
420
420
|
required: false
|
|
421
421
|
description: >-
|
|
422
|
-
CLI-owned evaluator state written only by `agentera state plan
|
|
422
|
+
CLI-owned evaluator state written only by `npx -y agentera@next state plan
|
|
423
423
|
record-evaluation`. It records attempt and failure counts, the latest
|
|
424
424
|
verdict, retained failure evidence, and stable attempt provenance. Normal
|
|
425
425
|
workflow records evaluation before completion. As recovery for persisted
|
|
@@ -598,6 +598,8 @@ LIFECYCLE_CONTRACT:
|
|
|
598
598
|
- .venv
|
|
599
599
|
- .pytest_cache
|
|
600
600
|
- .ruff_cache
|
|
601
|
+
- .playwright-cli
|
|
602
|
+
- .agentera-generated
|
|
601
603
|
- .cache
|
|
602
604
|
- .snapshots
|
|
603
605
|
- __pycache__
|
|
@@ -635,13 +637,13 @@ LIFECYCLE_CONTRACT:
|
|
|
635
637
|
reason: Installed third-party dependencies are vendor content.
|
|
636
638
|
- patterns: [.pnpm-store, .pnpm-store/**, .venv, .venv/**]
|
|
637
639
|
reason: Package and Python environments are external dependency caches.
|
|
638
|
-
- patterns: [.pytest_cache, .pytest_cache/**, .ruff_cache, .ruff_cache/**]
|
|
639
|
-
reason: Tool caches are generated and carry no product contract.
|
|
640
|
+
- patterns: [.pytest_cache, .pytest_cache/**, .ruff_cache, .ruff_cache/**, .playwright-cli, .playwright-cli/**]
|
|
641
|
+
reason: Tool caches and local browser sessions are generated and carry no product contract.
|
|
640
642
|
- patterns: ["**/.cache", "**/.cache/**", .snapshots, .snapshots/**]
|
|
641
643
|
reason: Caches and filesystem snapshots are generated or external state.
|
|
642
644
|
- patterns: ["**/dist", "**/dist/**", "**/build", "**/build/**", "**/coverage", "**/coverage/**"]
|
|
643
645
|
reason: Compiled, bundled, and coverage outputs are generated from classified sources.
|
|
644
|
-
- patterns: [packages/cli/bundle, packages/cli/bundle/**, "**/.astro", "**/.astro/**", "**/.svelte-kit", "**/.svelte-kit/**"]
|
|
646
|
+
- patterns: [packages/cli/.agentera-generated, packages/cli/.agentera-generated/**, packages/cli/bundle, packages/cli/bundle/**, "**/.astro", "**/.astro/**", "**/.svelte-kit", "**/.svelte-kit/**"]
|
|
645
647
|
reason: Runtime bundles and framework outputs are generated publication artifacts.
|
|
646
648
|
- patterns: [.wrangler, .wrangler/**, "**/.wrangler", "**/.wrangler/**", "*.tgz", "**/*.tgz"]
|
|
647
649
|
reason: Deployment outputs and package tarballs are generated publication artifacts.
|
|
@@ -665,7 +667,7 @@ LIFECYCLE_CONTRACT:
|
|
|
665
667
|
- packages/cli/src/cli/appContext.ts
|
|
666
668
|
- packages/cli/src/cli/commands/state/plan*.ts
|
|
667
669
|
- packages/cli/src/cli/commands/prime.ts
|
|
668
|
-
- packages/cli/src/state/plan
|
|
670
|
+
- packages/cli/src/state/{plan*,entityListRuntimeRegistry}.ts
|
|
669
671
|
- packages/cli/src/state/durability.ts
|
|
670
672
|
- packages/cli/src/cli/commands/prime/*.ts
|
|
671
673
|
- packages/cli/src/cli/capabilityContext/*.ts
|
|
@@ -56,9 +56,9 @@ ENTITY_AUTHORITY:
|
|
|
56
56
|
artifact: progress
|
|
57
57
|
boundary: progress_cycle
|
|
58
58
|
retrieval:
|
|
59
|
-
list: agentera state progress list --format json
|
|
60
|
-
get: agentera state progress get --id ID --format json
|
|
61
|
-
mutation: agentera state progress explain --verb append --format json
|
|
59
|
+
list: npx -y agentera@next state progress list --format json
|
|
60
|
+
get: npx -y agentera@next state progress get --id ID --format json
|
|
61
|
+
mutation: npx -y agentera@next state progress explain --verb append --format json
|
|
62
62
|
direct_file_edits: forbidden
|
|
63
63
|
legacy_schema_below: migration_input_only
|
|
64
64
|
semantic_recency:
|
|
@@ -132,10 +132,12 @@ PUBLIC_OWNERSHIP:
|
|
|
132
132
|
|
|
133
133
|
LIFECYCLE:
|
|
134
134
|
description: >-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
135
|
+
activate is a flag-only reconciliation transition that requires the
|
|
136
|
+
preview effect SHA-256 and explicit confirmation. Item lifecycle transitions
|
|
137
|
+
set-severity, supersede, resolve, and reopen require a reason and date;
|
|
138
|
+
supersede additionally requires a distinct existing replacement ID. These
|
|
139
|
+
operations never accept structured record content or use Markdown
|
|
140
|
+
strikethrough.
|
|
139
141
|
clearable_patch_fields: [target_version, requirements, acceptance, readiness]
|
|
140
142
|
cli_owned_fields: [id, artifact, status, public_order, lifecycle]
|
|
141
143
|
transition_fields: [reason, date, replacement]
|