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
package/README.md
CHANGED
|
@@ -10,17 +10,46 @@ surface.
|
|
|
10
10
|
Until the stable dist-tag is promoted, run 3.0 through `@next`:
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
|
-
npx -y agentera@next prime --format json
|
|
13
|
+
npx -y agentera@next prime --context status --format json
|
|
14
14
|
npx -y agentera@next doctor --format json
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
+
The first command is the one-call pre-cutover bootstrap. Clean, v2, and
|
|
18
|
+
partially migrated projects return bounded `blocked` output with the exact full
|
|
19
|
+
entity-upgrade command in `state_cutover.recovery_command`; v3 returns `ok`
|
|
20
|
+
unless health state makes it `degraded`. Every recovery command remains on
|
|
21
|
+
`@next`, and an `ok` outcome needs no fallback or second dashboard call. Served
|
|
22
|
+
capability instructions and bundled startup schemas use that same exact
|
|
23
|
+
development-channel executable. Package verification parses every registry-owned
|
|
24
|
+
instructional Markdown, YAML, and JSON surface, rejects duplicate keys and
|
|
25
|
+
unsafe aliases, reason-classifies non-guidance and generated declarations, and
|
|
26
|
+
closes every static constructor importer and re-exporter through conservative
|
|
27
|
+
TypeScript module closure. Every closure module is an explicit producer or
|
|
28
|
+
reasoned non-producer. Generated declaration fields and source/package records
|
|
29
|
+
must match exactly, and unused exemptions fail. Only the
|
|
30
|
+
adjacent ordered stable-v2 preview/apply pair in `UPGRADE.md` may execute
|
|
31
|
+
`@latest`. The second command is an independent read-only evidence probe on the
|
|
32
|
+
same channel.
|
|
33
|
+
|
|
17
34
|
`prime --format json` returns a bounded decision brief (at most 12000 UTF-8
|
|
18
|
-
bytes)
|
|
19
|
-
Status startup is one call: `prime --context status --format json` returns
|
|
35
|
+
bytes). Status startup returns
|
|
20
36
|
`capability_context.instructions` and bounded
|
|
21
37
|
`capability_context.context.status_context` together (at most 25000 UTF-8
|
|
22
38
|
bytes). Omitted detail names its authoritative recovery command. `doctor`
|
|
23
|
-
returns detailed read-only evidence and exact user actions.
|
|
39
|
+
returns detailed read-only evidence and exact user actions. Entity-mode projects
|
|
40
|
+
with an absent or unsafe TODO reconciliation marker return `action_required`
|
|
41
|
+
instead of `ok` or `up_to_date`; use the reported preview command, then the
|
|
42
|
+
preview's exact effect-bound apply command:
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
npx -y agentera@next state todo activate --dry-run --format json
|
|
46
|
+
npx -y agentera@next state todo activate --effect-sha256 EFFECT_SHA256 --yes --format json
|
|
47
|
+
npx -y agentera@next state todo repair --dry-run --format json
|
|
48
|
+
npx -y agentera@next state todo repair --effect-sha256 EFFECT_SHA256 --yes --format json
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
`check validate state` reports the same bounded, read-only diagnosis. Healthy
|
|
52
|
+
active TODO projections keep the existing output.
|
|
24
53
|
|
|
25
54
|
## Shared-skill integration
|
|
26
55
|
|
package/bundle/CHANGELOG.md
CHANGED
|
@@ -2,8 +2,39 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
- Fixed pre-cutover bootstrap so clean, v2, partially migrated, and v3 projects
|
|
6
|
+
can call `npx -y agentera@next prime --context status --format json` once;
|
|
7
|
+
marker-absent state now blocks with exact full-cutover recovery, while active
|
|
8
|
+
help, metadata, route, detail, recovery, every served capability body, and
|
|
9
|
+
active bundled bootstrap authorities stay on `@next`. Parse-aware Markdown,
|
|
10
|
+
YAML, and duplicate-key-safe JSON checks now parse the complete shell context
|
|
11
|
+
and reject every subcommand plus prompt, list, prose, table, wrapper,
|
|
12
|
+
operator, substitution, split-token, multiline, nested, malformed,
|
|
13
|
+
alias-cycle, or wrong-channel evasion with one diagnostic per invocation.
|
|
14
|
+
Stable-channel tokens are confined independently of command recognition.
|
|
15
|
+
Exact source/package parity now includes all generated declaration fields,
|
|
16
|
+
unused exemptions, and conservative import/re-export closure with explicit
|
|
17
|
+
producer or non-producer classification.
|
|
18
|
+
|
|
5
19
|
### Changed
|
|
6
20
|
|
|
21
|
+
- `agentera prime` now returns TODO state only through the canonical `todo`
|
|
22
|
+
field. Requests for the retired `issues` field fail with one structured
|
|
23
|
+
correction to `todo` instead of emitting a duplicate alias and warning.
|
|
24
|
+
- `agentera prime --context <capability> --format json` now returns one bounded
|
|
25
|
+
startup availability projection with an `ok`, `degraded`, or `blocked`
|
|
26
|
+
outcome. Deferred detail names its exact read command; writer payloads are
|
|
27
|
+
available only through `agentera schema`. Status uses the same outcome in one
|
|
28
|
+
call, and `prime --dashboard` is a deprecated status-startup alias.
|
|
29
|
+
- Semantic route abstentions now return a self-describing nullable receipt guide.
|
|
30
|
+
`agentera route request --input - --format json` and `agentera route receipt
|
|
31
|
+
--help` expose the exact `agentera.route_receipt.v1` schema, valid outcomes,
|
|
32
|
+
nullability, compound and UTF-8 span rules, plus a runnable stdin round trip.
|
|
33
|
+
- Development releases now separate explicit metadata preparation, source and
|
|
34
|
+
candidate qualification, candidate-bound approval, staged exact-version
|
|
35
|
+
publication, and forward-only tag promotion. Preparation is registry-free;
|
|
36
|
+
qualification retains one immutable artifact with content-addressed receipts
|
|
37
|
+
and cold-state smoke evidence; ordinary CI pushes cannot publish it.
|
|
7
38
|
- State record families now use canonical bounded `list` and exact `get` reads,
|
|
8
39
|
with predictable summary counts, selectors, queue ordering, omission metadata,
|
|
9
40
|
and exact-detail recovery generated from the retrieval authority.
|
|
@@ -46,9 +77,59 @@
|
|
|
46
77
|
- Changed `agentera check lint` verbosity checks to consume schema-owned full-file and per-entry word limits, skip no-limit and token-only dimensions, and report authority failures without fallback budgets.
|
|
47
78
|
- Corrected packaged experiment-publication authority to declare validated objective-scoped archive-before-projection ownership and reject contradictory structured scope metadata.
|
|
48
79
|
- Synchronized bounded plan, plan-task, and experiment retrieval across help, schema introspection, capability guidance, operator docs, packaged contracts, output bounds, archive ownership, and structured recovery errors.
|
|
80
|
+
- Retained references now have one machine-validated inventory. Current and
|
|
81
|
+
migration-only contracts require exact reachable production consumers,
|
|
82
|
+
maintainer runbooks require working source-checkout commands, and unowned,
|
|
83
|
+
historical, test-only, or comment-only files no longer ship as live authority.
|
|
49
84
|
|
|
50
85
|
### Fixed
|
|
51
86
|
|
|
87
|
+
- Fixed `agentera doctor --format json` to report bounded, read-only retirement
|
|
88
|
+
diagnostics for stale native resources. Each candidate now names its exact ID,
|
|
89
|
+
path-only evidence, and a `doctor --retired-resource ID` preview command;
|
|
90
|
+
user-owned collisions and unreadable paths remain action-required without
|
|
91
|
+
leaking contents or mutating runtime state.
|
|
92
|
+
- Fixed retired installed-hook preview commands to retain the resolved
|
|
93
|
+
`--install-root`, so an exact diagnostic cannot replay against the default
|
|
94
|
+
app root.
|
|
95
|
+
- Fixed v2 hook retirement to remove only whole-resource-proven hooks and to
|
|
96
|
+
preserve ambiguous resources for manual review. Upgrade no longer rewrites
|
|
97
|
+
legacy hooks to a retired `agentera hook` command, which is no longer a
|
|
98
|
+
public CLI surface.
|
|
99
|
+
- Fixed explicit native-resource cleanup previews to omit unrelated app and
|
|
100
|
+
project migration work. v2 cleanup now removes independently proven legacy
|
|
101
|
+
agents beside preserved user-owned agent collisions, which remain manual
|
|
102
|
+
review and keep the cleanup non-success, including on replay.
|
|
103
|
+
- Fixed native resource cleanup to replay historical Codex descriptor ownership
|
|
104
|
+
IDs, preserve identity collisions and unowned files, and expose the complete
|
|
105
|
+
retired native-resource vocabulary for v2-only upgrade discovery.
|
|
106
|
+
- Fixed release qualification provenance and isolation. CI approvals now bind
|
|
107
|
+
the contracted qualification repository, workflow, full branch ref, run, and
|
|
108
|
+
API-backed head SHA before environment approval or artifact mutation;
|
|
109
|
+
stable shim releases require packaged-input source provenance; retained
|
|
110
|
+
artifacts keep and revalidate mode `0444`; and npm/pnpm probes and mutation
|
|
111
|
+
validation use fresh sanitized state. Added a three-run non-mutating
|
|
112
|
+
qualification benchmark plus a content-bound, monotonic stage/L2/promote
|
|
113
|
+
publication envelope with a strict two-minute budget, reconciled timing,
|
|
114
|
+
replay evidence, and first-failure reporting. Source qualification now runs a
|
|
115
|
+
bounded evidence DAG: one generated-overlap execution supplies source,
|
|
116
|
+
package, build, and overlap proof beside isolated stress and typecheck owners,
|
|
117
|
+
followed by a solo performance barrier and concurrent compact and
|
|
118
|
+
capability-contract readers. The solo phase prevents CPU contention from
|
|
119
|
+
invalidating machine-sensitive performance evidence. Failures preserve the
|
|
120
|
+
first owner, settle overlap safely, block candidate work, and issue no
|
|
121
|
+
receipt. Generated-overlap now receives the
|
|
122
|
+
actual source deadline, reserves bounded cleanup and parent-reconciliation
|
|
123
|
+
time, and removes its generated state after failure. Source receipts now mark
|
|
124
|
+
and validate all nine successful gate outcomes and reject semantic tampering.
|
|
125
|
+
The read-only `source-check` command now lets explicitly configured
|
|
126
|
+
version/gitRef-only pre-commits reuse matching source evidence without
|
|
127
|
+
skipping build, compact, parity, or later release qualification.
|
|
128
|
+
Candidate qualification timing now closes construction before exact-artifact
|
|
129
|
+
smoke and reconciles non-overlapping gate intervals with explicit overhead.
|
|
130
|
+
Staging now rejects an absent exact version when the public tag already names
|
|
131
|
+
that target, before candidate inspection, credentials, or publication.
|
|
132
|
+
|
|
52
133
|
- Fixed bare `agentera prime` briefs to compact absolute path diagnostics before
|
|
53
134
|
routing and history evidence, preserving executable plan selection, next-action
|
|
54
135
|
recovery, and full or compacted history under the 12,000-byte output bound
|
|
@@ -64,6 +145,15 @@
|
|
|
64
145
|
non-cooperating writer that races after final successful validation remains
|
|
65
146
|
outside the contract. One bounded activation transaction rejects duplicate
|
|
66
147
|
ID-less rows before requiring canonical IDs for all newly managed rows.
|
|
148
|
+
- Fixed TODO cutover and activation to require a complete one-to-one inventory,
|
|
149
|
+
preserve Markdown-owned status and order, and block implicit mutation. The
|
|
150
|
+
effect-complete `agentera state todo activate --dry-run` preview now binds
|
|
151
|
+
its confirmed apply to the exact reported targets and effect digest.
|
|
152
|
+
- Fixed unsafe TODO reconciliation recovery and reporting. `agentera state todo
|
|
153
|
+
repair` collapses only proven duplicate or stale projections without reopening
|
|
154
|
+
completed work, while `agentera prime`, `agentera doctor`, and `agentera check
|
|
155
|
+
validate state` report inactive and unsafe-active projects with exact bounded
|
|
156
|
+
recovery commands.
|
|
67
157
|
- Fixed plan task append and update to require bounded YAML/JSON file-or-stdin
|
|
68
158
|
records and patches with bare ten-letter selectors and relationships. Complete
|
|
69
159
|
plan create now resolves positive integer or canonical numeric-string ordinals
|
|
@@ -265,7 +355,7 @@
|
|
|
265
355
|
- Removed v1 legacy migration paths, standalone skill bundle wording, and obsolete v1 fixture assumptions from the 3.x tree after the 3.0 boundary (`packages/cli/test/cli/v1LegacyCruft.test.ts` guards against reintroduction).
|
|
266
356
|
- Removed `hej`, `describe`, and `gate` from top-level `agentera --help` and dispatch; unsupported structured requests return runnable corrections to `agentera prime`, `agentera schema`, and `agentera check compact`.
|
|
267
357
|
- Removed the requirement for `uv` or a git checkout on the development channel; `uvx --from git+https://github.com/jgabor/agentera@main agentera` remains the stable 2.x Python line only.
|
|
268
|
-
- Removed `agentera state migrate`, `agentera state backfill`, projection repair, and automatic v1 conversion. Recognized v2 aggregate projects now
|
|
358
|
+
- Removed `agentera state migrate`, `agentera state backfill`, projection repair, and automatic v1 conversion. Recognized v2 aggregate projects now use `agentera upgrade --dry-run` for preview and full `agentera upgrade --yes` for the one forward mutation path.
|
|
269
359
|
- Removed host-native runtime selectors, repair actions, package manifests, plugins, hooks, agents, and Bun single-binary delivery from the v3 distribution. Migration fixtures, ownership evidence, and explicit native Agentera resource cleanup remain internal migration surfaces.
|
|
270
360
|
|
|
271
361
|
### Migration notes
|
package/bundle/README.md
CHANGED
|
@@ -16,21 +16,27 @@ in the repository so work can continue across sessions and runtimes.
|
|
|
16
16
|
|
|
17
17
|
Agentera 3.0 is the self-contained TypeScript package on npm. Before the stable
|
|
18
18
|
dist-tag promotion, use `@next`; after promotion, the same commands work with
|
|
19
|
-
|
|
19
|
+
the stable npm channel or an installed CLI binary.
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
npx -y agentera@next prime
|
|
22
|
+
npx -y agentera@next prime --context status --format json
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
Run that from a git project. In an editor runtime, invoke `/agentera`
|
|
26
26
|
(`$agentera` in Codex) for the rendered status dashboard.
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
and
|
|
28
|
+
This is the pre-cutover bootstrap. One `@next` call returns the status
|
|
29
|
+
instructions, a bounded startup outcome, and any exact recovery command. Clean,
|
|
30
|
+
v2, and partially migrated projects return `blocked` with
|
|
31
|
+
`state_cutover.recovery_command` set to the full development-channel entity
|
|
32
|
+
upgrade. A v3 project returns `ok` when no independent health degradation
|
|
33
|
+
applies and needs no fallback or second dashboard call. Do not substitute bare
|
|
34
|
+
or stable-channel CLI forms; those can resolve stable v2 until promotion.
|
|
35
|
+
|
|
36
|
+
Use the same channel for a separate read-only doctor probe when you need full
|
|
37
|
+
app, project-state, shared-skill, and CLI evidence:
|
|
31
38
|
|
|
32
39
|
```bash
|
|
33
|
-
npx -y agentera@next prime --format json
|
|
34
40
|
npx -y agentera@next doctor --format json
|
|
35
41
|
```
|
|
36
42
|
|
|
@@ -41,8 +47,9 @@ skill at `~/.agents/skills/agentera` plus the Agentera CLI. Normal `upgrade`
|
|
|
41
47
|
previews and applies only app/project migration; it has no current-runtime
|
|
42
48
|
selector and creates no native plugin, hook, agent, command, descriptor, or
|
|
43
49
|
marketplace file. See [UPGRADE.md](./UPGRADE.md) for the distinct one-way v2
|
|
44
|
-
migration and explicit native-resource cleanup route
|
|
45
|
-
`
|
|
50
|
+
migration and explicit native-resource cleanup route. The guide shows separate
|
|
51
|
+
`@next` preview and apply commands for each cleanup resource.
|
|
52
|
+
The cleanup option pair is `--legacy-cleanup RESOURCE_ID --dry-run|--yes`.
|
|
46
53
|
|
|
47
54
|
`doctor` reports read-only app, project-state, shared-skill, and CLI evidence.
|
|
48
55
|
`prime`, status, and project-integration output use the app/project recommendation
|
|
@@ -64,13 +71,13 @@ does not create an active runtime identity.
|
|
|
64
71
|
## Project state
|
|
65
72
|
|
|
66
73
|
Agentera resolves artifact paths through the CLI and `.agentera/docs.yaml`.
|
|
67
|
-
Normal reads use
|
|
74
|
+
Normal reads use the state namespace; supported writes use the typed writer.
|
|
68
75
|
|
|
69
76
|
```bash
|
|
70
|
-
agentera state todo list --format json
|
|
71
|
-
agentera state plan list --status open --format json
|
|
72
|
-
agentera state query --list-artifacts
|
|
73
|
-
agentera state progress explain --verb append --format json
|
|
77
|
+
npx -y agentera@next state todo list --format json
|
|
78
|
+
npx -y agentera@next state plan list --status open --format json
|
|
79
|
+
npx -y agentera@next state query --list-artifacts
|
|
80
|
+
npx -y agentera@next state progress explain --verb append --format json
|
|
74
81
|
```
|
|
75
82
|
|
|
76
83
|
Bounded collection retrieval uses stable identities, opaque snapshot cursors,
|
|
@@ -78,11 +85,11 @@ explicit omissions, and exact detail commands. The runtime contract is
|
|
|
78
85
|
[`references/artifacts/state-storage-authority.yaml`](./references/artifacts/state-storage-authority.yaml).
|
|
79
86
|
|
|
80
87
|
```bash
|
|
81
|
-
agentera state plan list --format json
|
|
82
|
-
agentera state plan get --id PLAN_ID --format json
|
|
83
|
-
agentera state plan tasks list --limit 20 --format json
|
|
84
|
-
agentera state experiments list --objective OBJECTIVE_ID --format json
|
|
85
|
-
agentera state experiments get --id EXPERIMENT_ID --format json
|
|
88
|
+
npx -y agentera@next state plan list --format json
|
|
89
|
+
npx -y agentera@next state plan get --id PLAN_ID --format json
|
|
90
|
+
npx -y agentera@next state plan tasks list --limit 20 --format json
|
|
91
|
+
npx -y agentera@next state experiments list --objective OBJECTIVE_ID --format json
|
|
92
|
+
npx -y agentera@next state experiments get --id EXPERIMENT_ID --format json
|
|
86
93
|
```
|
|
87
94
|
|
|
88
95
|
Plan list/get spans the active plan and immutable plan archives. Plan task
|
|
@@ -92,7 +99,7 @@ or unavailable.
|
|
|
92
99
|
|
|
93
100
|
Ordinary mutable state uses one canonical file per entity. Every public record
|
|
94
101
|
has only `id` and `artifact` identity, and is accessed through bounded `list`,
|
|
95
|
-
exact `get --id`, and typed `agentera state <artifact> explain` write contracts.
|
|
102
|
+
exact `get --id`, and typed `npx -y agentera@next state <artifact> explain` write contracts.
|
|
96
103
|
Do not edit files under `.agentera/entities/` directly.
|
|
97
104
|
|
|
98
105
|
The intentional singleton project state is:
|
package/bundle/UPGRADE.md
CHANGED
|
@@ -4,8 +4,8 @@ Agentera 3.0 uses one upgrade command for app/project migration and explicit
|
|
|
4
4
|
native Agentera resource cleanup. Preview and apply are separate operations.
|
|
5
5
|
Current runtime installation and repair are not upgrade operations.
|
|
6
6
|
|
|
7
|
-
Before the npm stable dist-tag promotion,
|
|
8
|
-
channel remains
|
|
7
|
+
Before the npm stable dist-tag promotion, select the development npm channel. The stable npm
|
|
8
|
+
channel remains on 2.x until that promotion; upgrade does not publish
|
|
9
9
|
or retag packages.
|
|
10
10
|
|
|
11
11
|
## Active integration
|
|
@@ -51,6 +51,22 @@ npx -y agentera@next prime --format json
|
|
|
51
51
|
npx -y agentera@next doctor --format json
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
+
Before stable promotion, `prime --context status --format json` is the one-call
|
|
55
|
+
bootstrap for clean, v2, partially migrated, and v3 projects. Marker-absent
|
|
56
|
+
clean, v2, and partial projects return bounded `blocked` output with the exact
|
|
57
|
+
full entity-upgrade recovery; v3 returns `ok` unless health is degraded. No
|
|
58
|
+
recovery resolves `@latest`, and healthy v3 needs no second dashboard call.
|
|
59
|
+
|
|
60
|
+
`doctor --format json` also reports bounded `retired_resources` candidates. Each
|
|
61
|
+
entry has an exact retired resource ID, a path-only or fingerprint-safe
|
|
62
|
+
observation, and a read-only, ID-scoped preview command. The command repeats
|
|
63
|
+
the ID and resolved app root as `doctor --install-root ROOT --retired-resource
|
|
64
|
+
ID --format json`; it does not select `upgrade --legacy-cleanup` and cannot
|
|
65
|
+
remove a resource. Doctor never includes resource contents, adopts a name
|
|
66
|
+
collision as Agentera-owned, or changes a diagnosed path. Absent resources
|
|
67
|
+
report `clean`; present or uninspectable candidates require manual ownership
|
|
68
|
+
review.
|
|
69
|
+
|
|
54
70
|
Retries re-observe the current app/project state. Completed migration work
|
|
55
71
|
converges to no change; interrupted v2 migration continues through the same full
|
|
56
72
|
apply command.
|
|
@@ -63,22 +79,41 @@ CLI. Accepted smoke evidence records that Codex and Cursor loaded Agentera's
|
|
|
63
79
|
skill instructions, OpenCode listed the canonical skill, and Copilot's listed
|
|
64
80
|
canonical skill is intentionally disabled.
|
|
65
81
|
|
|
66
|
-
Use `
|
|
67
|
-
|
|
82
|
+
Use the separate `@next` preview and apply commands below with one declared
|
|
83
|
+
native Agentera resource ID.
|
|
84
|
+
The cleanup option pair is `--legacy-cleanup RESOURCE_ID --dry-run|--yes`.
|
|
68
85
|
|
|
69
86
|
```bash
|
|
70
87
|
npx -y agentera@next upgrade --legacy-cleanup claude.agentera-skill-link --dry-run
|
|
71
88
|
npx -y agentera@next upgrade --legacy-cleanup claude.agentera-skill-link --yes
|
|
72
89
|
```
|
|
73
90
|
|
|
74
|
-
The contract
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
91
|
+
The retirement contract gives historical plugins, commands, primary and
|
|
92
|
+
capability agents, stale skill links, installed hooks, and registrations one
|
|
93
|
+
vocabulary. It keeps the v2-only inventory separate from the explicit cleanup
|
|
94
|
+
route until cutover approves more cleanup selectors. The current cleanup route
|
|
95
|
+
also recognizes the historical `codex.agents.NAME` descriptor identity as
|
|
96
|
+
`codex.agent-descriptor.NAME`. Each selected file needs a matching
|
|
97
|
+
whole-resource ledger identity and fingerprint before it can be removed. Codex
|
|
98
|
+
descriptor previews report each shared configuration key as `action_required`
|
|
99
|
+
without adding it to the selected resource's apply work. Agentera has no durable
|
|
100
|
+
key-level ownership proof, so matching values, markers, names, or whole file
|
|
101
|
+
contents never authorize a shared `config.toml` mutation. Preview is read-only;
|
|
102
|
+
approved apply is idempotent and preserves ambiguous or unowned resources. An
|
|
103
|
+
explicit cleanup preview contains only its selected resource's lifecycle plan,
|
|
104
|
+
bounded configuration report, and ownership blockers; it does not include
|
|
105
|
+
app/project migration phases. During v2 cleanup, a preserved user-owned legacy
|
|
106
|
+
agent collision remains manual-review work but does not stop independently
|
|
107
|
+
proven legacy-agent removals. The collision still leaves the cleanup non-success
|
|
108
|
+
until it is resolved outside Agentera.
|
|
109
|
+
|
|
110
|
+
V2 hook retirement never rewrites a native hook to another Agentera command.
|
|
111
|
+
Upgrade removes a whole hook resource only when its complete content proves
|
|
112
|
+
Agentera v2 ownership and its path identity and fingerprint still match the
|
|
113
|
+
preview. Mixed or otherwise unproven resources remain unchanged with manual
|
|
114
|
+
review guidance. The complete v2-only deletion set is machine-readable in
|
|
115
|
+
`references/adapters/runtime-retired-resources.yaml` under
|
|
116
|
+
`cutover_deletion_inventory`; it remains until an approved stable cutover.
|
|
82
117
|
|
|
83
118
|
Historical transcript import is independent of cleanup. Default extraction and
|
|
84
119
|
analytics do not read Claude history. Import requires explicit local consent:
|
|
@@ -159,9 +194,9 @@ create dual authority, or add a repair or import command.
|
|
|
159
194
|
|
|
160
195
|
Pending v1 Markdown state and unknown marker-absent state are not automatic
|
|
161
196
|
mutation inputs. `state migrate`, `state backfill`, projection repair, v1
|
|
162
|
-
conversion, restore, and downgrade are unsupported.
|
|
163
|
-
`
|
|
164
|
-
cannot publish it.
|
|
197
|
+
conversion, restore, and downgrade are unsupported. Only
|
|
198
|
+
`npx -y agentera@next upgrade --channel development --project "$PWD" --dry-run`
|
|
199
|
+
may inventory cutover input; it cannot publish it.
|
|
165
200
|
|
|
166
201
|
## Verification and recovery
|
|
167
202
|
|