agentera 3.0.0-dev.8 → 3.0.0-dev.81
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/LICENSE +201 -0
- package/README.md +252 -22
- package/bundle/.agentera-build-source.json +8 -0
- package/bundle/CHANGELOG.md +1389 -0
- package/bundle/DESIGN.md +229 -0
- package/bundle/LICENSE +201 -0
- package/bundle/README.md +142 -0
- package/bundle/UPGRADE.md +275 -0
- package/bundle/extract-corpus-parity.json +2 -4
- package/bundle/fixtures/routing/hybrid-corpus.yaml +154 -0
- package/bundle/references/adapters/package-publication.json +484 -0
- package/bundle/references/adapters/package-registry.yaml +443 -188
- package/bundle/references/adapters/package-surface-characterization.md +68 -34
- package/bundle/references/adapters/product-v1-reset.yaml +101 -0
- package/bundle/references/adapters/runtime-lifecycle-adapters.yaml +74 -0
- package/bundle/references/adapters/runtime-lifecycle-authority.yaml +62 -0
- package/bundle/references/adapters/runtime-lifecycle-operation-contract.yaml +84 -0
- package/bundle/references/adapters/runtime-retired-resources.yaml +357 -0
- package/bundle/references/analysis/evidence-tier-authority.yaml +559 -0
- package/bundle/references/analysis/personal-glossary-evaluation-authority.yaml +175 -0
- package/bundle/references/analysis/personal-glossary-evaluation-corpus.yaml +291 -0
- package/bundle/references/analysis/personal-glossary-holdout.yaml +192 -0
- package/bundle/references/analysis/verification-policy.yaml +262 -0
- package/bundle/references/artifacts/artifact-registry-interface-model.yaml +17 -8
- package/bundle/references/artifacts/glossary-entry-contract.yaml +2906 -0
- package/bundle/references/artifacts/state-storage-authority.yaml +3075 -0
- package/bundle/references/artifacts/verbosity-budget-authority.yaml +42 -0
- package/bundle/references/cli/app-lifecycle-vocabulary.yaml +3 -4
- package/bundle/references/cli/capability-instruction-contract.yaml +11 -14
- package/bundle/references/cli/hybrid-route-contract.yaml +438 -0
- package/bundle/references/cli/routing-model.md +152 -93
- package/bundle/references/cli/trigger-schema-enrichment.md +57 -46
- package/bundle/references/cli/update-channels.yaml +7 -5
- package/bundle/references/cli/vocabulary-index.yaml +7 -9
- package/bundle/references/cli/vocabulary.md +54 -97
- package/bundle/references/meta/retained-reference-authority.yaml +171 -0
- package/bundle/skills/agentera/SKILL.md +183 -63
- package/bundle/skills/agentera/capabilities/audit/schemas/artifacts.yaml +27 -19
- package/bundle/skills/agentera/capabilities/audit/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/audit/schemas/triggers.yaml +13 -35
- package/bundle/skills/agentera/capabilities/audit/schemas/validation.yaml +30 -11
- package/bundle/skills/agentera/capabilities/build/schemas/artifacts.yaml +44 -21
- package/bundle/skills/agentera/capabilities/build/schemas/exit.yaml +8 -6
- package/bundle/skills/agentera/capabilities/build/schemas/triggers.yaml +14 -36
- package/bundle/skills/agentera/capabilities/build/schemas/validation.yaml +95 -21
- package/bundle/skills/agentera/capabilities/design/schemas/artifacts.yaml +6 -6
- package/bundle/skills/agentera/capabilities/design/schemas/exit.yaml +5 -5
- package/bundle/skills/agentera/capabilities/design/schemas/triggers.yaml +5 -34
- package/bundle/skills/agentera/capabilities/design/schemas/validation.yaml +2 -2
- package/bundle/skills/agentera/capabilities/discuss/schemas/artifacts.yaml +17 -13
- package/bundle/skills/agentera/capabilities/discuss/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/discuss/schemas/triggers.yaml +6 -40
- package/bundle/skills/agentera/capabilities/discuss/schemas/validation.yaml +72 -5
- package/bundle/skills/agentera/capabilities/document/schemas/artifacts.yaml +24 -17
- package/bundle/skills/agentera/capabilities/document/schemas/triggers.yaml +5 -35
- package/bundle/skills/agentera/capabilities/document/schemas/validation.yaml +13 -13
- package/bundle/skills/agentera/capabilities/optimize/schemas/artifacts.yaml +10 -10
- package/bundle/skills/agentera/capabilities/optimize/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/optimize/schemas/triggers.yaml +4 -35
- package/bundle/skills/agentera/capabilities/optimize/schemas/validation.yaml +3 -3
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/artifacts.yaml +34 -22
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/exit.yaml +9 -7
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/triggers.yaml +5 -37
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/validation.yaml +38 -37
- package/bundle/skills/agentera/capabilities/plan/schemas/artifacts.yaml +20 -16
- package/bundle/skills/agentera/capabilities/plan/schemas/triggers.yaml +8 -31
- package/bundle/skills/agentera/capabilities/plan/schemas/validation.yaml +66 -6
- package/bundle/skills/agentera/capabilities/profile/schemas/artifacts.yaml +13 -4
- package/bundle/skills/agentera/capabilities/profile/schemas/exit.yaml +8 -5
- package/bundle/skills/agentera/capabilities/profile/schemas/triggers.yaml +8 -37
- package/bundle/skills/agentera/capabilities/profile/schemas/validation.yaml +67 -3
- package/bundle/skills/agentera/capabilities/research/schemas/artifacts.yaml +6 -6
- package/bundle/skills/agentera/capabilities/research/schemas/triggers.yaml +5 -29
- package/bundle/skills/agentera/capabilities/status/schemas/artifacts.yaml +13 -12
- package/bundle/skills/agentera/capabilities/status/schemas/triggers.yaml +7 -49
- package/bundle/skills/agentera/capabilities/vision/schemas/artifacts.yaml +8 -8
- package/bundle/skills/agentera/capabilities/vision/schemas/exit.yaml +7 -6
- package/bundle/skills/agentera/capabilities/vision/schemas/triggers.yaml +7 -39
- package/bundle/skills/agentera/capabilities/vision/schemas/validation.yaml +14 -16
- package/bundle/skills/agentera/capability_schema_contract.yaml +32 -32
- package/bundle/skills/agentera/protocol.yaml +4 -4
- package/bundle/skills/agentera/route-phrases.yaml +81 -0
- package/bundle/skills/agentera/schemas/artifacts/changelog.yaml +1 -0
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +29 -30
- package/bundle/skills/agentera/schemas/artifacts/design.yaml +1 -0
- package/bundle/skills/agentera/schemas/artifacts/docs.yaml +7 -43
- package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +140 -34
- package/bundle/skills/agentera/schemas/artifacts/glossary.yaml +87 -0
- package/bundle/skills/agentera/schemas/artifacts/health.yaml +53 -51
- package/bundle/skills/agentera/schemas/artifacts/objective.yaml +18 -35
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +453 -55
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +128 -39
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +305 -7
- package/bundle/skills/agentera/schemas/artifacts/vision.yaml +0 -19
- package/dist/.agentera-build-source.json +8 -0
- package/dist/analytics/extractCorpus/cli.js +52 -11
- package/dist/analytics/extractCorpus/copilotSessions.js +19 -8
- package/dist/analytics/extractCorpus/core.js +262 -14
- package/dist/analytics/extractCorpus/corpus.js +57 -18
- package/dist/analytics/extractCorpus/coverageAudit.js +44 -45
- package/dist/analytics/extractCorpus/cursorSessions.js +28 -8
- package/dist/analytics/extractCorpus/evidenceTiers.js +709 -0
- package/dist/analytics/extractCorpus/extractCorpusParity.js +4 -4
- package/dist/analytics/extractCorpus/filesystemSources.js +5 -5
- package/dist/analytics/extractCorpus/index.js +4 -2
- package/dist/analytics/extractCorpus/jsonlSessions.js +76 -8
- package/dist/analytics/extractCorpus/sqliteCaps.js +0 -1
- package/dist/analytics/extractCorpus/sqliteSessions.js +12 -4
- package/dist/analytics/extractCorpus/tierReader.js +108 -0
- package/dist/analytics/extractCorpus.js +0 -1
- package/dist/analytics/glossaryAdviceResolution.js +166 -0
- package/dist/analytics/glossaryInputAcquisition.js +319 -0
- package/dist/analytics/personalGlossaryAdmission.js +113 -0
- package/dist/analytics/personalGlossaryCandidateProjection.js +788 -0
- package/dist/analytics/personalGlossaryCandidateProjectionExcerpts.js +144 -0
- package/dist/analytics/personalGlossaryCandidateProjectionModel.js +1 -0
- package/dist/analytics/personalGlossaryCandidateReadView.js +23 -0
- package/dist/analytics/personalGlossaryCurrentGeneration.js +25 -0
- package/dist/analytics/personalGlossaryDecision.js +203 -0
- package/dist/analytics/personalGlossaryExplicit.js +788 -0
- package/dist/analytics/personalGlossaryExplicitMining.js +285 -0
- package/dist/analytics/personalGlossaryExplicitScope.js +41 -0
- package/dist/analytics/personalGlossaryExplicitSegments.js +418 -0
- package/dist/analytics/personalGlossaryExplicitTypes.js +26 -0
- package/dist/analytics/personalGlossaryLexicalClassifier.js +175 -0
- package/dist/analytics/personalGlossaryProfile.js +229 -0
- package/dist/analytics/personalGlossaryRecurrence.js +618 -0
- package/dist/analytics/personalGlossaryRefreshProjection.js +351 -0
- package/dist/analytics/personalGlossaryReviewRecordStorage.js +428 -0
- package/dist/analytics/personalGlossaryReviewRecords.js +332 -0
- package/dist/analytics/profileSignals.js +211 -0
- package/dist/analytics/usageStats.js +150 -23
- package/dist/audit/terminologyDrift.js +281 -0
- package/dist/bin/agentera.js +3 -2
- package/dist/capabilities/audit/instructions.js +16 -6
- package/dist/capabilities/build/instructions.js +59 -6
- package/dist/capabilities/design/instructions.js +3 -4
- package/dist/capabilities/discuss/instructions.js +29 -6
- package/dist/capabilities/document/instructions.js +11 -6
- package/dist/capabilities/index.js +20 -14
- package/dist/capabilities/optimize/instructions.js +14 -6
- package/dist/capabilities/orchestrate/instructions.js +42 -6
- package/dist/capabilities/plan/instructions.js +30 -3
- package/dist/capabilities/profile/instructions.js +104 -5
- package/dist/capabilities/research/instructions.js +4 -5
- package/dist/capabilities/status/instructions.js +15 -6
- package/dist/capabilities/status/startupInstructions.js +34 -0
- package/dist/capabilities/vision/instructions.js +3 -5
- package/dist/cli/appContext.js +14 -7
- package/dist/cli/argvalidate.js +0 -1
- package/dist/cli/capabilityContext/benchmark.js +5 -4
- package/dist/cli/capabilityContext/bespoke.js +14 -6
- package/dist/cli/capabilityContext/build.js +116 -42
- package/dist/cli/capabilityContext/closeout.js +30 -27
- package/dist/cli/capabilityContext/contract.js +18 -27
- package/dist/cli/capabilityContext/evidence.js +84 -77
- package/dist/cli/capabilityContext/index.js +0 -1
- package/dist/cli/capabilityContext/orchestration.js +42 -18
- package/dist/cli/capabilityContext/planState.js +89 -96
- package/dist/cli/capabilityContext/progress.js +52 -12
- package/dist/cli/capabilityContext/projectVerification.js +409 -0
- package/dist/cli/capabilityContext/shared.js +9 -20
- package/dist/cli/capabilityContext/slim.js +52 -8
- package/dist/cli/capabilityContext/startup.js +51 -114
- package/dist/cli/capabilityContext/startupAggregation.js +68 -0
- package/dist/cli/capabilityContext/types.js +26 -10
- 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 +163 -13
- package/dist/cli/commands/doctor.js +162 -11
- package/dist/cli/commands/durability.js +81 -0
- package/dist/cli/commands/glossaryAdvice.js +138 -0
- package/dist/cli/commands/lint.js +22 -8
- package/dist/cli/commands/personalGlossaryCandidateReads.js +755 -0
- package/dist/cli/commands/personalGlossaryDecision.js +349 -0
- package/dist/cli/commands/personalGlossaryPublish.js +484 -0
- package/dist/cli/commands/personalGlossaryReviewRecordReads.js +209 -0
- package/dist/cli/commands/personalGlossaryReviewRecords.js +623 -0
- package/dist/cli/commands/prime/briefOrientation.js +845 -0
- package/dist/cli/commands/prime/buildExecutionRequest.js +165 -0
- package/dist/cli/commands/prime/bundleStatus.js +54 -4
- package/dist/cli/commands/prime/collectEntityOrientation.js +338 -0
- package/dist/cli/commands/prime/collectOrientationState.js +124 -68
- package/dist/cli/commands/prime/orientationOutput.js +271 -59
- package/dist/cli/commands/prime/types.js +0 -1
- package/dist/cli/commands/prime.js +89 -11
- package/dist/cli/commands/profileGrounding.js +55 -0
- package/dist/cli/commands/query.js +74 -52
- package/dist/cli/commands/report.js +187 -27
- package/dist/cli/commands/route.js +142 -0
- package/dist/cli/commands/schema.js +436 -138
- package/dist/cli/commands/state/decisions.js +40 -56
- package/dist/cli/commands/state/docs.js +58 -85
- package/dist/cli/commands/state/experimentRecords.js +151 -0
- package/dist/cli/commands/state/experiments.js +11 -65
- package/dist/cli/commands/state/get.js +129 -0
- package/dist/cli/commands/state/health.js +11 -113
- package/dist/cli/commands/state/index.js +6 -41
- package/dist/cli/commands/state/list.js +194 -0
- package/dist/cli/commands/state/objective.js +21 -65
- package/dist/cli/commands/state/plan.js +11 -170
- package/dist/cli/commands/state/planTasks.js +154 -0
- package/dist/cli/commands/state/plans.js +154 -0
- package/dist/cli/commands/state/progress.js +11 -45
- package/dist/cli/commands/state/shared.js +0 -1
- package/dist/cli/commands/state/todo.js +28 -107
- package/dist/cli/commands/state/write.js +459 -0
- package/dist/cli/commands/upgrade.js +176 -5
- package/dist/cli/commands/upgradeVerify.js +118 -0
- package/dist/cli/commands/validate.js +235 -136
- package/dist/cli/commands/verify.js +73 -16
- 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 +84 -40
- package/dist/cli/dispatch/commands.js +3 -3
- package/dist/cli/dispatch/index.js +84 -52
- package/dist/cli/dispatch/lifecycle.js +182 -62
- package/dist/cli/dispatch/prime.js +37 -2
- package/dist/cli/dispatch/projections.js +17 -0
- package/dist/cli/dispatch/shared.js +1 -2
- package/dist/cli/dispatch/state.js +62 -66
- package/dist/cli/dispatch.js +0 -1
- package/dist/cli/errors.js +16 -17
- package/dist/cli/help.js +419 -41
- package/dist/cli/migrationRequired.js +125 -0
- package/dist/cli/orientation/attention.js +19 -22
- package/dist/cli/orientation/corpusCoverage.js +32 -1
- package/dist/cli/orientation.js +346 -129
- package/dist/cli/planArtifacts.js +350 -0
- package/dist/cli/planEvidence.js +157 -0
- package/dist/cli/planLifecycleState.js +36 -0
- package/dist/cli/planTaskIndex.js +11 -0
- package/dist/cli/preCutoverCommand.js +32 -0
- package/dist/cli/prime-blob.js +71 -3
- package/dist/cli/productV1Eol.js +55 -0
- package/dist/cli/profileAcquisition.js +167 -0
- package/dist/cli/startupCompletenessContract.js +11 -9
- package/dist/cli/stateQuery.js +47 -12
- package/dist/cli/structured.js +0 -1
- package/dist/cli/todoMarkdown.js +25 -12
- package/dist/cli/todoReadinessSelection.js +192 -0
- package/dist/cli/todoSeverity.js +0 -1
- package/dist/core/atomicWriter.js +23 -0
- package/dist/core/developmentChannel.js +1 -0
- package/dist/core/developmentInvocation.js +377 -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 +4 -0
- package/dist/core/skillIdentity.js +23 -0
- package/dist/core/sourceRoot.js +9 -12
- package/dist/core/text.js +10 -0
- package/dist/core/toml.js +0 -1
- package/dist/core/yaml.js +61 -2
- package/dist/eval/evalSkills.js +13 -14
- package/dist/eval/glossaryEvaluation.js +751 -0
- package/dist/eval/glossaryEvaluationProcess.js +29 -0
- package/dist/eval/glossaryEvaluationRunner.js +571 -0
- package/dist/eval/glossaryEvaluationSuccessReport.js +297 -0
- package/dist/eval/hybridRouteEvaluation.js +155 -0
- package/dist/eval/semanticEval.js +0 -1
- package/dist/eval/semanticFixtures.js +0 -1
- package/dist/hooks/common.js +3 -56
- package/dist/hooks/compaction/apply.js +224 -47
- package/dist/hooks/compaction/dryRun.js +2 -1
- package/dist/hooks/compaction/index.js +5 -6
- package/dist/hooks/compaction/parse.js +73 -6
- package/dist/hooks/compaction/retention.js +28 -25
- package/dist/hooks/compaction/status.js +145 -26
- 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 +9 -10
- package/dist/hooks/validateArtifact/schema.js +96 -9
- package/dist/hooks/validateArtifact/traversal.js +12 -11
- package/dist/hooks/validateArtifact/violations.js +5 -3
- package/dist/migrate/v2HandoffManifest.js +8 -3
- package/dist/registries/activationContract.js +2 -0
- package/dist/registries/activationTuples.js +145 -0
- package/dist/registries/artifactProtocolIds.js +2 -1
- package/dist/registries/artifactRegistry.js +207 -60
- package/dist/registries/artifactSchemaProjection.js +45 -0
- package/dist/registries/capabilityContract.js +5 -21
- package/dist/registries/evaluatorHandoffContract.js +0 -1
- package/dist/registries/evidenceTierContract.js +375 -0
- package/dist/registries/explicitSegmentGrammarContract.js +619 -0
- package/dist/registries/glossaryAdviceContract.js +79 -0
- package/dist/registries/glossaryCandidateContractPaths.js +6 -0
- package/dist/registries/glossaryCandidateContracts.js +820 -0
- package/dist/registries/glossaryCandidateDecisionAuthority.js +119 -0
- package/dist/registries/glossaryCandidateDecisionContract.js +62 -0
- package/dist/registries/glossaryCandidateProjectionAuthority.js +345 -0
- package/dist/registries/glossaryCandidateProjectionContract.js +108 -0
- package/dist/registries/glossaryCaveatContract.js +67 -0
- package/dist/registries/glossaryConsumerContractValidation.js +787 -0
- package/dist/registries/glossaryEntryContract.js +759 -0
- package/dist/registries/glossaryEntryTemporal.js +12 -0
- package/dist/registries/glossaryMiningAuthority.js +764 -0
- package/dist/registries/glossaryProfileFullContract.js +24 -0
- package/dist/registries/glossaryReviewRecordsAuthority.js +426 -0
- package/dist/registries/glossaryReviewRecordsContract.js +129 -0
- package/dist/registries/glossaryTermIdentity.js +139 -0
- package/dist/registries/glossaryTermOccurrence.js +20 -0
- package/dist/registries/hybridRoute.js +274 -0
- package/dist/registries/hybridRouteReceipt.js +221 -0
- package/dist/registries/packagePublication.js +273 -0
- package/dist/registries/packageRegistry.js +184 -209
- package/dist/registries/personalGlossaryContracts.js +1 -0
- package/dist/registries/todoReadinessContract.js +448 -0
- package/dist/registries/triggerLoader.js +7 -44
- package/dist/registries/verbosityBudgetContract.js +205 -0
- package/dist/release/releaseMetadata.js +168 -11
- package/dist/runtime/lifecycleAdapterContract.js +457 -0
- package/dist/runtime/lifecycleAdapters.js +777 -0
- package/dist/runtime/lifecycleAuthority.js +453 -0
- package/dist/runtime/lifecycleOperationContract.js +123 -0
- package/dist/runtime/lifecycleOperations.js +634 -0
- package/dist/runtime/lifecycleOwnershipJournal.js +622 -0
- package/dist/runtime/lifecyclePublication.js +415 -0
- package/dist/runtime/lifecycleSnapshot.js +438 -0
- package/dist/runtime/nativeResourceCleanup.js +618 -0
- package/dist/setup/opencode.js +20 -13
- package/dist/setup/opencodeConstants.js +1 -0
- package/dist/setup/sharedSkill.js +45 -0
- package/dist/setup/smokeChecks.js +14 -75
- package/dist/state/archiveDiscovery.js +580 -0
- package/dist/state/archivePublication.js +225 -0
- package/dist/state/archiveRecovery.js +237 -0
- package/dist/state/archiveReplay.js +53 -0
- package/dist/state/canonicalMigrationRecord.js +36 -0
- package/dist/state/changelog.js +221 -0
- package/dist/state/decisionEntities.js +367 -0
- package/dist/state/decisionLegacyValidation.js +215 -0
- package/dist/state/decisionMigrationProvenance.js +199 -0
- package/dist/state/decisionOverlay.js +254 -0
- package/dist/state/decisionRevision.js +256 -0
- package/dist/state/decisionRevisionMigration.js +89 -0
- package/dist/state/directRetrieval.js +323 -0
- package/dist/state/durability.js +324 -0
- package/dist/state/entityCutover.js +459 -0
- package/dist/state/entityCutoverGit.js +127 -0
- package/dist/state/entityGlossaryAuthority.js +13 -0
- package/dist/state/entityListProjection.js +187 -0
- package/dist/state/entityListRuntimeRegistry.js +85 -0
- package/dist/state/entityMigrationCausality.js +97 -0
- package/dist/state/entityMigrationIdentity.js +5 -0
- package/dist/state/entityMigrationPreview.js +840 -0
- package/dist/state/entityMigrationTodo.js +133 -0
- package/dist/state/entityPublicationContext.js +859 -0
- package/dist/state/entityRetrievalHelp.js +506 -0
- package/dist/state/entityStorage.js +894 -0
- package/dist/state/entityWriterLock.js +18 -0
- package/dist/state/exactReplacementRecovery.js +18 -0
- package/dist/state/experimentArchive.js +63 -0
- package/dist/state/experimentIdentity.js +202 -0
- package/dist/state/healthEntities.js +262 -0
- package/dist/state/healthEntityValidation.js +18 -0
- package/dist/state/healthRepair.js +69 -0
- package/dist/state/installRoot.js +15 -7
- package/dist/state/legacyEntityCutoverEvidence.js +65 -0
- package/dist/state/legacyIdentity.js +47 -0
- package/dist/state/legacySummaryRecord.js +6 -0
- package/dist/state/listAccounting.js +54 -0
- package/dist/state/listClassification.js +17 -0
- package/dist/state/listCursor.js +42 -0
- package/dist/state/listRetrieval.js +781 -0
- package/dist/state/migrationSourceBinding.js +30 -0
- package/dist/state/objectiveExperimentEntities.js +322 -0
- package/dist/state/planEntities.js +1027 -0
- package/dist/state/planIdentity.js +47 -0
- package/dist/state/planLineageValidation.js +52 -0
- package/dist/state/planReplacementTransaction.js +475 -0
- package/dist/state/planRetrieval.js +313 -0
- package/dist/state/planTaskRetrieval.js +294 -0
- package/dist/state/progressEntities.js +512 -0
- package/dist/state/progressGlossaryCaveat.js +168 -0
- package/dist/state/progressPublicationOrder.js +19 -0
- package/dist/state/progressWritePolicy.js +33 -0
- package/dist/state/projectRoot.js +62 -0
- package/dist/state/projectionPolicy.js +190 -0
- package/dist/state/retrievalAuthority.js +156 -0
- package/dist/state/safeProjectFile.js +155 -0
- package/dist/state/startupAnalysis/benchmark.js +70 -9
- package/dist/state/startupAnalysis/contract.js +44 -10
- package/dist/state/startupAnalysis/helpers.js +1 -2
- 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 +13 -1
- package/dist/state/startupAnalysis.js +0 -1
- package/dist/state/startupProjection.js +499 -0
- package/dist/state/stateMode.js +222 -0
- package/dist/state/stateStorageAuthority.js +47 -0
- package/dist/state/summaryEntityRead.js +25 -0
- package/dist/state/summaryMigrationProvenance.js +66 -0
- package/dist/state/summarySourceRowAuthority.js +36 -0
- package/dist/state/todoActivationSafety.js +58 -0
- package/dist/state/todoCreateBatch.js +69 -0
- package/dist/state/todoDocsEntities.js +1339 -0
- package/dist/state/todoDocsEntityValidation.js +158 -0
- package/dist/state/todoMarkdownProjection.js +63 -0
- package/dist/state/todoReconciliationActivation.js +182 -0
- package/dist/state/todoReconciliationInspection.js +184 -0
- package/dist/state/todoReconciliationRepair.js +320 -0
- package/dist/state/todoReconciliationTransaction.js +628 -0
- package/dist/state/todoSeverityHeadings.js +71 -0
- package/dist/state/todoTransitionBatch.js +65 -0
- package/dist/state/todoUpdateBatch.js +50 -0
- package/dist/state/write/assign.js +20 -0
- package/dist/state/write/candidateMutation.js +269 -0
- package/dist/state/write/errors.js +11 -0
- package/dist/state/write/experimentPublication.js +192 -0
- package/dist/state/write/explain.js +380 -0
- package/dist/state/write/fields.js +61 -0
- package/dist/state/write/glossaryPublication.js +263 -0
- package/dist/state/write/grammar.js +285 -0
- package/dist/state/write/helpers.js +29 -0
- package/dist/state/write/index.js +12 -0
- package/dist/state/write/input.js +391 -0
- package/dist/state/write/lock.js +837 -0
- package/dist/state/write/mutation.js +234 -0
- package/dist/state/write/operations.js +170 -0
- package/dist/state/write/planEvaluation.js +128 -0
- package/dist/state/write/planPublication.js +179 -0
- package/dist/state/write/runtimeOperations.js +146 -0
- package/dist/state/write/serialize.js +1 -0
- package/dist/state/write/transaction.js +57 -0
- package/dist/state/write/validate.js +7 -0
- package/dist/upgrade/appContentRefresh.js +77 -36
- package/dist/upgrade/appModel.js +0 -1
- package/dist/upgrade/atomicWriter.js +1 -0
- package/dist/upgrade/bundleEvidence.js +0 -1
- package/dist/upgrade/channels.js +6 -9
- package/dist/upgrade/compatibility.js +43 -17
- package/dist/upgrade/doctor.js +55 -32
- package/dist/upgrade/doctorClassifier.js +11 -1
- package/dist/upgrade/installedHooksRetirement.js +46 -40
- package/dist/upgrade/legacyAgentCleanup.js +133 -34
- package/dist/upgrade/lifecycleUpgrade.js +126 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js +325 -82
- package/dist/upgrade/migrationPublication.js +122 -0
- package/dist/upgrade/nextMajorDoctor.js +0 -22
- package/dist/upgrade/npxPlatformStatus.js +2 -2
- package/dist/upgrade/productV1Reset.js +515 -0
- package/dist/upgrade/productV1ResetAuthority.js +139 -0
- package/dist/upgrade/projectIntegration.js +126 -134
- package/dist/upgrade/projectIntegrationDecision.js +21 -13
- package/dist/upgrade/retiredResourceDiagnostics.js +117 -0
- package/dist/upgrade/runtimeMigration.js +210 -430
- package/dist/upgrade/upgradeCommands.js +14 -1
- package/dist/upgrade/upgradeLock.js +85 -0
- package/dist/upgrade/upgradeOrchestrator.js +257 -48
- package/dist/upgrade/v3CapabilitySurface.js +2 -3
- package/dist/upgrade/versionResolution.js +0 -1
- package/dist/validate/activationArtifactEvidence.js +866 -0
- package/dist/validate/activationArtifactEvidenceTypes.js +12 -0
- package/dist/validate/activationConjunction.js +816 -0
- package/dist/validate/activationEvidenceManifest.js +610 -0
- package/dist/validate/activationPackageSemantics.js +29 -0
- package/dist/validate/appHomeContract.js +1 -7
- package/dist/validate/bootstrapAuthority.js +44 -0
- package/dist/validate/capability.js +11 -3
- package/dist/validate/crossCapability.js +14 -9
- package/dist/validate/glossaryVariantGuard.js +96 -0
- package/dist/validate/retainedReferenceAuthority.js +879 -0
- package/dist/validate/selfAudit.js +39 -45
- package/dist/validate/vocabularyAuthority.js +8 -8
- package/package.json +39 -13
- package/bundle/references/adapters/cursor.md +0 -214
- package/bundle/references/adapters/opencode.md +0 -530
- package/bundle/references/adapters/package-manifest-interface-model.yaml +0 -337
- package/bundle/references/adapters/runtime-adapter-characterization.md +0 -79
- package/bundle/references/adapters/runtime-adapter-interface-model.yaml +0 -200
- package/bundle/references/adapters/runtime-adapter-registry.yaml +0 -554
- package/bundle/references/adapters/runtime-feature-parity.md +0 -189
- package/bundle/references/analysis/benchmark.md +0 -267
- package/bundle/references/analysis/startup-measurement-contract.yaml +0 -424
- package/bundle/references/cli/agent-ready-state-contract.yaml +0 -953
- package/bundle/references/cli/audience-namespace-cli-migration.yaml +0 -369
- package/bundle/references/cli/bundle-skill-vocabulary.yaml +0 -250
- 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/routing-execution-vocabulary.yaml +0 -281
- package/bundle/references/cli/single-name-protocol.yaml +0 -42
- package/bundle/references/cli/upgrade-repair-wording.md +0 -45
- package/bundle/references/cli/v3-handoff-manifest.schema.yaml +0 -98
- package/bundle/references/meta/documentation-inventory.md +0 -49
- package/bundle/skills/agentera/.claude-plugin/plugin.json +0 -27
- package/bundle/skills/agentera/agents/audit.toml +0 -6
- package/bundle/skills/agentera/agents/build.toml +0 -6
- package/bundle/skills/agentera/agents/design.toml +0 -6
- package/bundle/skills/agentera/agents/discuss.toml +0 -6
- package/bundle/skills/agentera/agents/document.toml +0 -6
- package/bundle/skills/agentera/agents/optimize.toml +0 -6
- package/bundle/skills/agentera/agents/orchestrate.toml +0 -6
- package/bundle/skills/agentera/agents/plan.toml +0 -6
- package/bundle/skills/agentera/agents/profile.toml +0 -6
- package/bundle/skills/agentera/agents/research.toml +0 -6
- package/bundle/skills/agentera/agents/status.toml +0 -6
- package/bundle/skills/agentera/agents/vision.toml +0 -6
- package/bundle/skills/agentera/references/contract.md +0 -1048
- 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/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.js.map +0 -1
- package/dist/analytics/usageStats.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/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/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/lint.js.map +0 -1
- package/dist/cli/commands/prime/bundleStatus.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 +0 -39
- package/dist/cli/commands/prime/v1Migration.js.map +0 -1
- package/dist/cli/commands/prime.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/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/experiments.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/objective.js.map +0 -1
- package/dist/cli/commands/state/plan.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/upgrade.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/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/prime-blob.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/todoSeverity.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/sourceRoot.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/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 -79
- package/dist/hooks/cursorSessionStart.js.map +0 -1
- package/dist/hooks/sessionStart.js +0 -216
- package/dist/hooks/sessionStart.js.map +0 -1
- package/dist/hooks/sessionStop.js +0 -206
- 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/capabilityContract.js.map +0 -1
- package/dist/registries/evaluatorHandoffContract.js.map +0 -1
- package/dist/registries/packageRegistry.js.map +0 -1
- package/dist/registries/runtimeAdapterRegistry.js +0 -316
- package/dist/registries/runtimeAdapterRegistry.js.map +0 -1
- package/dist/registries/triggerLoader.js.map +0 -1
- package/dist/release/releaseMetadata.js.map +0 -1
- package/dist/setup/codex/agents.js +0 -96
- package/dist/setup/codex/agents.js.map +0 -1
- package/dist/setup/codex/cli.js +0 -161
- package/dist/setup/codex/cli.js.map +0 -1
- package/dist/setup/codex/configToml.js +0 -639
- package/dist/setup/codex/configToml.js.map +0 -1
- package/dist/setup/codex/constants.js +0 -29
- 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 -270
- package/dist/setup/codex/state.js.map +0 -1
- package/dist/setup/codex.js +0 -12
- package/dist/setup/codex.js.map +0 -1
- package/dist/setup/copilot.js +0 -227
- package/dist/setup/copilot.js.map +0 -1
- package/dist/setup/cursor.js +0 -129
- package/dist/setup/cursor.js.map +0 -1
- package/dist/setup/cursorSurfaces.js +0 -67
- package/dist/setup/cursorSurfaces.js.map +0 -1
- package/dist/setup/doctor/core.js +0 -300
- package/dist/setup/doctor/core.js.map +0 -1
- package/dist/setup/doctor/diagnostics.js +0 -240
- package/dist/setup/doctor/diagnostics.js.map +0 -1
- package/dist/setup/doctor/opencode.js +0 -313
- package/dist/setup/doctor/opencode.js.map +0 -1
- package/dist/setup/doctor/report.js +0 -425
- package/dist/setup/doctor/report.js.map +0 -1
- package/dist/setup/doctor.js +0 -10
- package/dist/setup/doctor.js.map +0 -1
- package/dist/setup/opencode.js.map +0 -1
- package/dist/setup/smokeChecks.js.map +0 -1
- package/dist/state/installRoot.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/upgrade/appContentRefresh.js.map +0 -1
- package/dist/upgrade/appModel.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 -107
- 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/migrateArtifactsV1ToV2.js +0 -570
- package/dist/upgrade/migrateArtifactsV1ToV2.js.map +0 -1
- package/dist/upgrade/migrateArtifactsV2ToV3.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/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/lifecycleAdapters/legacyPythonParity.js +0 -93
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js.map +0 -1
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js +0 -488
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js.map +0 -1
- package/dist/validate/lifecycleAdapters/shared.js +0 -198
- package/dist/validate/lifecycleAdapters/shared.js.map +0 -1
- package/dist/validate/lifecycleAdapters.js +0 -62
- package/dist/validate/lifecycleAdapters.js.map +0 -1
- package/dist/validate/selfAudit.js.map +0 -1
- package/dist/validate/vocabularyAuthority.js.map +0 -1
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
schema_version: agentera.personalGlossaryEvaluationHoldout.v1
|
|
2
|
+
holdout_id: personal-glossary-synthetic-v1
|
|
3
|
+
status: frozen
|
|
4
|
+
provenance:
|
|
5
|
+
record_class: synthetic
|
|
6
|
+
source: hand_authored_deterministic_synthetic_labels
|
|
7
|
+
source_ref: references/analysis/personal-glossary-evaluation-authority.yaml
|
|
8
|
+
consent: not_required_synthetic
|
|
9
|
+
contains_personal_history: false
|
|
10
|
+
owner: evaluation_authority
|
|
11
|
+
frozen_at: 2026-08-07
|
|
12
|
+
privacy_rule: no_raw_personal_history_or_transcript_content
|
|
13
|
+
label_freeze:
|
|
14
|
+
expected_labels_immutable: true
|
|
15
|
+
relabeling: forbidden_after_freeze
|
|
16
|
+
failure_recording: append_only
|
|
17
|
+
changed_fixture: fail_before_metrics
|
|
18
|
+
|
|
19
|
+
synthetic_record_provenance: &synthetic_record_provenance
|
|
20
|
+
record_class: synthetic
|
|
21
|
+
source_namespace: synthetic://personal-glossary/
|
|
22
|
+
consent: not_required_synthetic
|
|
23
|
+
contains_personal_history: false
|
|
24
|
+
|
|
25
|
+
discovery:
|
|
26
|
+
- { id: discovery-01, source_id: "synthetic:discovery-01", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
27
|
+
- { id: discovery-02, source_id: "synthetic:discovery-02", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
28
|
+
- { id: discovery-03, source_id: "synthetic:discovery-03", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
29
|
+
- { id: discovery-04, source_id: "synthetic:discovery-04", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
30
|
+
- { id: discovery-05, source_id: "synthetic:discovery-05", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
31
|
+
- { id: discovery-06, source_id: "synthetic:discovery-06", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
32
|
+
- { id: discovery-07, source_id: "synthetic:discovery-07", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
33
|
+
- { id: discovery-08, source_id: "synthetic:discovery-08", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
34
|
+
- { id: discovery-09, source_id: "synthetic:discovery-09", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
35
|
+
- { id: discovery-10, source_id: "synthetic:discovery-10", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
36
|
+
- { id: discovery-11, source_id: "synthetic:discovery-11", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
37
|
+
- { id: discovery-12, source_id: "synthetic:discovery-12", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
38
|
+
- { id: discovery-13, source_id: "synthetic:discovery-13", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
39
|
+
- { id: discovery-14, source_id: "synthetic:discovery-14", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
40
|
+
- { id: discovery-15, source_id: "synthetic:discovery-15", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
41
|
+
- { id: discovery-16, source_id: "synthetic:discovery-16", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
42
|
+
- { id: discovery-17, source_id: "synthetic:discovery-17", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
43
|
+
- { id: discovery-18, source_id: "synthetic:discovery-18", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
44
|
+
- { id: discovery-19, source_id: "synthetic:discovery-19", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
45
|
+
- { id: discovery-20, source_id: "synthetic:discovery-20", expected_discoverable: true, provenance: *synthetic_record_provenance }
|
|
46
|
+
|
|
47
|
+
scope:
|
|
48
|
+
- { id: scope-01, source_id: "synthetic:scope-01", expected_scope: personal, provenance: *synthetic_record_provenance }
|
|
49
|
+
- { id: scope-02, source_id: "synthetic:scope-02", expected_scope: project, provenance: *synthetic_record_provenance }
|
|
50
|
+
- { id: scope-03, source_id: "synthetic:scope-03", expected_scope: neither, provenance: *synthetic_record_provenance }
|
|
51
|
+
- { id: scope-04, source_id: "synthetic:scope-04", expected_scope: personal, provenance: *synthetic_record_provenance }
|
|
52
|
+
- { id: scope-05, source_id: "synthetic:scope-05", expected_scope: project, provenance: *synthetic_record_provenance }
|
|
53
|
+
- { id: scope-06, source_id: "synthetic:scope-06", expected_scope: neither, provenance: *synthetic_record_provenance }
|
|
54
|
+
- { id: scope-07, source_id: "synthetic:scope-07", expected_scope: personal, provenance: *synthetic_record_provenance }
|
|
55
|
+
- { id: scope-08, source_id: "synthetic:scope-08", expected_scope: project, provenance: *synthetic_record_provenance }
|
|
56
|
+
- { id: scope-09, source_id: "synthetic:scope-09", expected_scope: neither, provenance: *synthetic_record_provenance }
|
|
57
|
+
- { id: scope-10, source_id: "synthetic:scope-10", expected_scope: personal, provenance: *synthetic_record_provenance }
|
|
58
|
+
- { id: scope-11, source_id: "synthetic:scope-11", expected_scope: project, provenance: *synthetic_record_provenance }
|
|
59
|
+
- { id: scope-12, source_id: "synthetic:scope-12", expected_scope: neither, provenance: *synthetic_record_provenance }
|
|
60
|
+
- { id: scope-13, source_id: "synthetic:scope-13", expected_scope: personal, provenance: *synthetic_record_provenance }
|
|
61
|
+
- { id: scope-14, source_id: "synthetic:scope-14", expected_scope: project, provenance: *synthetic_record_provenance }
|
|
62
|
+
- { id: scope-15, source_id: "synthetic:scope-15", expected_scope: neither, provenance: *synthetic_record_provenance }
|
|
63
|
+
- { id: scope-16, source_id: "synthetic:scope-16", expected_scope: personal, provenance: *synthetic_record_provenance }
|
|
64
|
+
- { id: scope-17, source_id: "synthetic:scope-17", expected_scope: project, provenance: *synthetic_record_provenance }
|
|
65
|
+
- { id: scope-18, source_id: "synthetic:scope-18", expected_scope: neither, provenance: *synthetic_record_provenance }
|
|
66
|
+
- { id: scope-19, source_id: "synthetic:scope-19", expected_scope: personal, provenance: *synthetic_record_provenance }
|
|
67
|
+
- { id: scope-20, source_id: "synthetic:scope-20", expected_scope: project, provenance: *synthetic_record_provenance }
|
|
68
|
+
|
|
69
|
+
inferred_review:
|
|
70
|
+
- { id: review-01, source_id: "synthetic:review-01", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
71
|
+
- { id: review-02, source_id: "synthetic:review-02", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
72
|
+
- { id: review-03, source_id: "synthetic:review-03", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
73
|
+
- { id: review-04, source_id: "synthetic:review-04", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
74
|
+
- { id: review-05, source_id: "synthetic:review-05", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
75
|
+
- { id: review-06, source_id: "synthetic:review-06", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
76
|
+
- { id: review-07, source_id: "synthetic:review-07", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
77
|
+
- { id: review-08, source_id: "synthetic:review-08", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
78
|
+
- { id: review-09, source_id: "synthetic:review-09", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
79
|
+
- { id: review-10, source_id: "synthetic:review-10", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
80
|
+
- { id: review-11, source_id: "synthetic:review-11", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
81
|
+
- { id: review-12, source_id: "synthetic:review-12", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
82
|
+
- { id: review-13, source_id: "synthetic:review-13", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
83
|
+
- { id: review-14, source_id: "synthetic:review-14", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
84
|
+
- { id: review-15, source_id: "synthetic:review-15", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
85
|
+
- { id: review-16, source_id: "synthetic:review-16", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
86
|
+
- { id: review-17, source_id: "synthetic:review-17", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
87
|
+
- { id: review-18, source_id: "synthetic:review-18", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
88
|
+
- { id: review-19, source_id: "synthetic:review-19", expected_reviewable: true, provenance: *synthetic_record_provenance }
|
|
89
|
+
- { id: review-20, source_id: "synthetic:review-20", expected_reviewable: false, provenance: *synthetic_record_provenance }
|
|
90
|
+
- { id: review-21, source_id: "synthetic:review-21", expected_reviewable: false, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
91
|
+
|
|
92
|
+
explicit_admission:
|
|
93
|
+
- { id: admission-01, source_id: "synthetic:admission-01", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
94
|
+
- { id: admission-02, source_id: "synthetic:admission-02", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
95
|
+
- { id: admission-03, source_id: "synthetic:admission-03", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
96
|
+
- { id: admission-04, source_id: "synthetic:admission-04", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
97
|
+
- { id: admission-05, source_id: "synthetic:admission-05", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
98
|
+
- { id: admission-06, source_id: "synthetic:admission-06", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
99
|
+
- { id: admission-07, source_id: "synthetic:admission-07", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
100
|
+
- { id: admission-08, source_id: "synthetic:admission-08", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
101
|
+
- { id: admission-09, source_id: "synthetic:admission-09", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
102
|
+
- { id: admission-10, source_id: "synthetic:admission-10", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
103
|
+
- { id: admission-11, source_id: "synthetic:admission-11", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
104
|
+
- { id: admission-12, source_id: "synthetic:admission-12", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
105
|
+
- { id: admission-13, source_id: "synthetic:admission-13", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
106
|
+
- { id: admission-14, source_id: "synthetic:admission-14", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
107
|
+
- { id: admission-15, source_id: "synthetic:admission-15", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
108
|
+
- { id: admission-16, source_id: "synthetic:admission-16", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
109
|
+
- { id: admission-17, source_id: "synthetic:admission-17", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
110
|
+
- { id: admission-18, source_id: "synthetic:admission-18", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
111
|
+
- { id: admission-19, source_id: "synthetic:admission-19", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
112
|
+
- { id: admission-20, source_id: "synthetic:admission-20", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
113
|
+
- { id: admission-21, source_id: "synthetic:admission-21", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
114
|
+
- { id: admission-22, source_id: "synthetic:admission-22", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
115
|
+
- { id: admission-23, source_id: "synthetic:admission-23", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
116
|
+
- { id: admission-24, source_id: "synthetic:admission-24", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
117
|
+
- { id: admission-25, source_id: "synthetic:admission-25", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
118
|
+
- { id: admission-26, source_id: "synthetic:admission-26", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
119
|
+
- { id: admission-27, source_id: "synthetic:admission-27", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
120
|
+
- { id: admission-28, source_id: "synthetic:admission-28", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
121
|
+
- { id: admission-29, source_id: "synthetic:admission-29", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
122
|
+
- { id: admission-30, source_id: "synthetic:admission-30", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
123
|
+
- { id: admission-31, source_id: "synthetic:admission-31", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
124
|
+
- { id: admission-32, source_id: "synthetic:admission-32", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
125
|
+
- { id: admission-33, source_id: "synthetic:admission-33", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
126
|
+
- { id: admission-34, source_id: "synthetic:admission-34", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
127
|
+
- { id: admission-35, source_id: "synthetic:admission-35", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
128
|
+
- { id: admission-36, source_id: "synthetic:admission-36", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
129
|
+
- { id: admission-37, source_id: "synthetic:admission-37", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
130
|
+
- { id: admission-38, source_id: "synthetic:admission-38", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
131
|
+
- { id: admission-39, source_id: "synthetic:admission-39", expected_admissible: true, provenance: *synthetic_record_provenance }
|
|
132
|
+
- { id: admission-40, source_id: "synthetic:admission-40", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
133
|
+
- { id: admission-41, source_id: "synthetic:admission-41", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
134
|
+
- { id: admission-42, source_id: "synthetic:admission-42", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
135
|
+
- { id: admission-43, source_id: "synthetic:admission-43", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
136
|
+
- { id: admission-44, source_id: "synthetic:admission-44", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
137
|
+
- { id: admission-45, source_id: "synthetic:admission-45", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
138
|
+
- { id: admission-46, source_id: "synthetic:admission-46", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
139
|
+
- { id: admission-47, source_id: "synthetic:admission-47", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
140
|
+
- { id: admission-48, source_id: "synthetic:admission-48", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
141
|
+
- { id: admission-49, source_id: "synthetic:admission-49", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
142
|
+
- { id: admission-50, source_id: "synthetic:admission-50", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
143
|
+
- { id: admission-51, source_id: "synthetic:admission-51", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
144
|
+
- { id: admission-52, source_id: "synthetic:admission-52", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
145
|
+
- { id: admission-53, source_id: "synthetic:admission-53", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
146
|
+
- { id: admission-54, source_id: "synthetic:admission-54", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
147
|
+
- { id: admission-55, source_id: "synthetic:admission-55", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
148
|
+
- { id: admission-56, source_id: "synthetic:admission-56", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
149
|
+
- { id: admission-57, source_id: "synthetic:admission-57", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
150
|
+
- { id: admission-58, source_id: "synthetic:admission-58", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
151
|
+
- { id: admission-59, source_id: "synthetic:admission-59", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
152
|
+
- { id: admission-60, source_id: "synthetic:admission-60", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
153
|
+
- { id: admission-61, source_id: "synthetic:admission-61", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
154
|
+
- { id: admission-62, source_id: "synthetic:admission-62", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
155
|
+
- { id: admission-63, source_id: "synthetic:admission-63", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
156
|
+
- { id: admission-64, source_id: "synthetic:admission-64", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
157
|
+
- { id: admission-65, source_id: "synthetic:admission-65", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
158
|
+
- { id: admission-66, source_id: "synthetic:admission-66", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
159
|
+
- { id: admission-67, source_id: "synthetic:admission-67", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
160
|
+
- { id: admission-68, source_id: "synthetic:admission-68", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
161
|
+
- { id: admission-69, source_id: "synthetic:admission-69", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
162
|
+
- { id: admission-70, source_id: "synthetic:admission-70", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
163
|
+
- { id: admission-71, source_id: "synthetic:admission-71", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
164
|
+
- { id: admission-72, source_id: "synthetic:admission-72", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
165
|
+
- { id: admission-73, source_id: "synthetic:admission-73", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
166
|
+
- { id: admission-74, source_id: "synthetic:admission-74", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
167
|
+
- { id: admission-75, source_id: "synthetic:admission-75", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
168
|
+
- { id: admission-76, source_id: "synthetic:admission-76", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
169
|
+
- { id: admission-77, source_id: "synthetic:admission-77", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
170
|
+
- { id: admission-78, source_id: "synthetic:admission-78", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
171
|
+
- { id: admission-79, source_id: "synthetic:admission-79", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
172
|
+
- { id: admission-80, source_id: "synthetic:admission-80", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
173
|
+
- { id: admission-81, source_id: "synthetic:admission-81", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
174
|
+
- { id: admission-82, source_id: "synthetic:admission-82", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
175
|
+
- { id: admission-83, source_id: "synthetic:admission-83", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
176
|
+
- { id: admission-84, source_id: "synthetic:admission-84", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
177
|
+
- { id: admission-85, source_id: "synthetic:admission-85", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
178
|
+
- { id: admission-86, source_id: "synthetic:admission-86", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
179
|
+
- { id: admission-87, source_id: "synthetic:admission-87", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
180
|
+
- { id: admission-88, source_id: "synthetic:admission-88", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
181
|
+
- { id: admission-89, source_id: "synthetic:admission-89", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
182
|
+
- { id: admission-90, source_id: "synthetic:admission-90", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
183
|
+
- { id: admission-91, source_id: "synthetic:admission-91", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
184
|
+
- { id: admission-92, source_id: "synthetic:admission-92", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
185
|
+
- { id: admission-93, source_id: "synthetic:admission-93", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
186
|
+
- { id: admission-94, source_id: "synthetic:admission-94", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
187
|
+
- { id: admission-95, source_id: "synthetic:admission-95", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
188
|
+
- { id: admission-96, source_id: "synthetic:admission-96", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
189
|
+
- { id: admission-97, source_id: "synthetic:admission-97", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
190
|
+
- { id: admission-98, source_id: "synthetic:admission-98", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
191
|
+
- { id: admission-99, source_id: "synthetic:admission-99", expected_admissible: true, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
192
|
+
- { id: admission-100, source_id: "synthetic:admission-100", expected_admissible: false, provenance: { record_class: synthetic, source_namespace: "synthetic://personal-glossary/", consent: not_required_synthetic, contains_personal_history: false } }
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
schemaVersion: agentera.verificationPolicy.v1
|
|
2
|
+
|
|
3
|
+
# This file is the sole authority for CLI test ownership and policy composition.
|
|
4
|
+
# A matching explicit rule is required for specialized owners. Files with no
|
|
5
|
+
# explicit match belong to default_owner; multiple explicit matches are invalid.
|
|
6
|
+
inventory:
|
|
7
|
+
root: packages/cli/test
|
|
8
|
+
suffix: .test.ts
|
|
9
|
+
default_owner: source
|
|
10
|
+
rules:
|
|
11
|
+
- owner: stress
|
|
12
|
+
path: packages/cli/test/stress/entityStorageStress.test.ts
|
|
13
|
+
- owner: performance
|
|
14
|
+
path: packages/cli/test/performance/entityAuthorityPerformance.test.ts
|
|
15
|
+
evidence_producer: true
|
|
16
|
+
- owner: capacity
|
|
17
|
+
prefix: packages/cli/test/capacity/
|
|
18
|
+
- owner: package
|
|
19
|
+
prefix: packages/cli/test/packaging/
|
|
20
|
+
|
|
21
|
+
# Full-overlap validation accepts this governed YAML byte stream and the owner
|
|
22
|
+
# command's JSON result-file bytes as its only evidence authorities. Parsed
|
|
23
|
+
# objects are internal implementation details: callers cannot supply policy or
|
|
24
|
+
# reporter objects directly. The source proof requires exactly one matching
|
|
25
|
+
# conditional assertion in the declared file and nowhere else in the
|
|
26
|
+
# source-owner inventory.
|
|
27
|
+
overlap:
|
|
28
|
+
max_diagnostic_utf8_bytes: 8192
|
|
29
|
+
allowed_pending_assertion:
|
|
30
|
+
owner: source
|
|
31
|
+
path: packages/cli/test/build/generatedOutputPublication.test.ts
|
|
32
|
+
suite: generated generation publication
|
|
33
|
+
title: reads one real Darwin process identity independently of caller locale and timezone
|
|
34
|
+
status: skipped
|
|
35
|
+
executes_when:
|
|
36
|
+
platform: darwin
|
|
37
|
+
|
|
38
|
+
# Release source qualification executes this evidence DAG without changing the
|
|
39
|
+
# owner inventories or public commands above. generated-overlap is the only
|
|
40
|
+
# checkout generated-output writer and the only execution origin for source,
|
|
41
|
+
# package, build, and overlap evidence.
|
|
42
|
+
release_qualification:
|
|
43
|
+
schedule_authority: references/adapters/package-publication.json#qualification.source.dag
|
|
44
|
+
deadline_authority: references/adapters/package-publication.json#benchmark.timeouts.sourceQualificationMs
|
|
45
|
+
deadline_behavior: the source coordinator passes the actual absolute deadline;
|
|
46
|
+
overlap stops new work at the contract cleanup margin, settles owned children,
|
|
47
|
+
removes its generated state on failure, and returns before the contract parent margin
|
|
48
|
+
isolation: distinct_home_cache_user_global_config_and_report_per_child
|
|
49
|
+
resource_isolation: performance_runs_alone_after_batch_a_settles_with_one_worker_and_no_other_marked_owner_then_capacity_runs_serially_before_readers
|
|
50
|
+
failure:
|
|
51
|
+
first_observed_owner: preserved
|
|
52
|
+
cancellable_process_groups: cancel
|
|
53
|
+
generated_overlap: cooperative_stop_settle_and_cleanup_without_parent_force_kill
|
|
54
|
+
performance_after_batch_failure: forbidden
|
|
55
|
+
capacity_after_performance_failure: forbidden
|
|
56
|
+
barrier_b_after_capacity_failure: forbidden
|
|
57
|
+
barrier_b_after_performance_failure: forbidden
|
|
58
|
+
barrier_b_after_batch_failure: forbidden
|
|
59
|
+
receipt_after_any_failure: forbidden
|
|
60
|
+
source_generated_access:
|
|
61
|
+
checkout_generated_write: forbidden
|
|
62
|
+
conditional_read_when_present:
|
|
63
|
+
- packages/cli/.agentera-generated/current/bundle
|
|
64
|
+
authority: source tests may compare a settled bundled schema when present;
|
|
65
|
+
they never construct, publish, replace, or clean checkout generated output
|
|
66
|
+
|
|
67
|
+
owners:
|
|
68
|
+
source:
|
|
69
|
+
config: packages/cli/vite.config.ts
|
|
70
|
+
correction: Run `pnpm -C packages/cli test:source`; fix the reported source test or its source setup.
|
|
71
|
+
stress:
|
|
72
|
+
config: packages/cli/vite.config.ts
|
|
73
|
+
correction: Run `pnpm -C packages/cli test:stress`; fix the named stress invariant or its fixture.
|
|
74
|
+
performance:
|
|
75
|
+
config: packages/cli/vite.config.ts
|
|
76
|
+
correction: Run `pnpm -C packages/cli test:performance`; check runner conditions and fix the named budget regression.
|
|
77
|
+
execution:
|
|
78
|
+
workers: 1
|
|
79
|
+
authoritative_runner:
|
|
80
|
+
provider: github_actions
|
|
81
|
+
runs_on: ubuntu-24.04
|
|
82
|
+
runner_class: github-hosted-ubuntu-24.04
|
|
83
|
+
runner_class_environment: AGENTERA_PERFORMANCE_RUNNER_CLASS
|
|
84
|
+
runner_identity_environment: AGENTERA_PERFORMANCE_RUNNER_IDENTITY
|
|
85
|
+
actions_environment: GITHUB_ACTIONS
|
|
86
|
+
platform: linux
|
|
87
|
+
architecture: x64
|
|
88
|
+
integration:
|
|
89
|
+
path: packages/cli/test/integration/performanceOwner.integration.mjs
|
|
90
|
+
command: [pnpm, run, test:performance:integration]
|
|
91
|
+
evidence:
|
|
92
|
+
schema_version: agentera.entityAuthorityPerformanceEvidence.v1
|
|
93
|
+
authority: references/artifacts/state-storage-authority.yaml#entity_target.measurement_contract
|
|
94
|
+
stdout_format: newline_delimited_json_record_amid_runner_output
|
|
95
|
+
max_utf8_bytes: 65536
|
|
96
|
+
forwarding:
|
|
97
|
+
# Delimiters are invocation syntax and are never forwarded. Every explicit
|
|
98
|
+
# file selection must resolve to exact inventory files and retain this
|
|
99
|
+
# owner's evidence producer.
|
|
100
|
+
safe_options:
|
|
101
|
+
--no-color: none
|
|
102
|
+
--logHeapUsage: none
|
|
103
|
+
--printConsoleTrace: none
|
|
104
|
+
--includeTaskLocation: none
|
|
105
|
+
forbidden_options:
|
|
106
|
+
-t: test-name selection can skip owned evidence
|
|
107
|
+
--testNamePattern: test-name selection can skip owned evidence
|
|
108
|
+
--exclude: file exclusion changes owner suite membership
|
|
109
|
+
--include: file inclusion changes owner suite membership
|
|
110
|
+
--dir: scan-root selection changes owner suite membership
|
|
111
|
+
-r: root configuration can redirect owner discovery
|
|
112
|
+
--root: root configuration can redirect owner discovery
|
|
113
|
+
-c: config selection can replace the owner configuration
|
|
114
|
+
--config: config selection can replace the owner configuration
|
|
115
|
+
--changed: change selection can skip owned evidence
|
|
116
|
+
--shard: sharding can skip owned evidence
|
|
117
|
+
--project: project selection can redirect owner execution
|
|
118
|
+
--tagsFilter: tag selection can skip owned evidence
|
|
119
|
+
--reporter: reporter selection can suppress the evidence line
|
|
120
|
+
--outputFile: output redirection can suppress the evidence line
|
|
121
|
+
--silent: output suppression can hide the evidence line
|
|
122
|
+
--hideSkippedTests: output filtering can hide owner diagnostics
|
|
123
|
+
capacity:
|
|
124
|
+
config: packages/cli/vite.config.ts
|
|
125
|
+
correction: Run `pnpm -C packages/cli test:capacity`; fix the named production-capacity invariant or its fixture.
|
|
126
|
+
execution:
|
|
127
|
+
workers: 1
|
|
128
|
+
package:
|
|
129
|
+
config: packages/cli/vite.package.config.ts
|
|
130
|
+
correction: Run `pnpm -C packages/cli verify:package`; fix package construction or the extracted-package assertion.
|
|
131
|
+
execution:
|
|
132
|
+
wall_time_budget_ms: 60000
|
|
133
|
+
budget_basis:
|
|
134
|
+
baseline:
|
|
135
|
+
source: docs/packaging/v3-release-workflow-baseline.json#measurements.package
|
|
136
|
+
command: pnpm -C packages/cli run verify:package
|
|
137
|
+
serial_runs_ms: [611675, 386578, 307207]
|
|
138
|
+
minimum_ms: 307207
|
|
139
|
+
note: Task 1 recorded a contention fingerprint, so the minimum is a historical ceiling rather than a direct target.
|
|
140
|
+
controlled_measurement:
|
|
141
|
+
measured_on: 2026-08-14
|
|
142
|
+
command: pnpm -C packages/cli run verify:package
|
|
143
|
+
serial_runs_ms: [5558, 5489, 5471]
|
|
144
|
+
owner_wall_time_runs_ms: [4752, 4698, 4672]
|
|
145
|
+
minimum_ms: 5471
|
|
146
|
+
median_ms: 5489
|
|
147
|
+
maximum_ms: 5558
|
|
148
|
+
test_files: 3
|
|
149
|
+
passed_tests: 12
|
|
150
|
+
fixture_construction_cycles: 2
|
|
151
|
+
deterministic_pack_runs: 2
|
|
152
|
+
extracted_smoke_runs: 1
|
|
153
|
+
machine:
|
|
154
|
+
platform: Linux x86_64
|
|
155
|
+
processor: AMD Ryzen 7 9800X3D
|
|
156
|
+
logical_cpus: 16
|
|
157
|
+
node: 22.23.2
|
|
158
|
+
pnpm: 10.30.3
|
|
159
|
+
conditions: Serial commands with existing dependencies and caches, no intentional verification overlap, and two independent construction roots per command.
|
|
160
|
+
remote_cold_measurement:
|
|
161
|
+
measured_on: 2026-08-12
|
|
162
|
+
owner_wall_time_ms: 28714
|
|
163
|
+
conditions: GitHub-hosted Ubuntu 24.04 with a shared Corepack download cache and otherwise isolated package state.
|
|
164
|
+
calibration_history:
|
|
165
|
+
superseded_single_construction_command_runs_ms: [7500, 7738, 7604, 11733, 11012, 9967, 14293]
|
|
166
|
+
note: These runs calibrated the candidate limits but do not represent the final two-construction snapshot.
|
|
167
|
+
rejected_candidate:
|
|
168
|
+
budget_ms: 10000
|
|
169
|
+
owner_wall_time_ms: 10429
|
|
170
|
+
command_wall_time_ms: 11733
|
|
171
|
+
outcome: tests_passed_budget_failed
|
|
172
|
+
stricter_candidate_validation:
|
|
173
|
+
budget_ms: 15000
|
|
174
|
+
owner_wall_time_runs_ms: [9859, 8962, 13069]
|
|
175
|
+
command_wall_time_runs_ms: [11012, 9967, 14293]
|
|
176
|
+
outcome: passed_repeatedly_before_final_fixture_strengthening
|
|
177
|
+
derivation:
|
|
178
|
+
formula: min(baseline_minimum_ms, max(ceil(controlled_maximum_ms * 1.25 / 5000) * 5000, ceil(remote_cold_ms * 2 / 5000) * 5000))
|
|
179
|
+
controlled_headroom_multiplier: 1.25
|
|
180
|
+
remote_cold_headroom_multiplier: 2
|
|
181
|
+
rounding_quantum_ms: 5000
|
|
182
|
+
|
|
183
|
+
# Deterministic simultaneous-publication and stale-lock recovery evidence remains
|
|
184
|
+
# source-owned. The independent 100-repetition stale-lock race is stress-owned.
|
|
185
|
+
mixed_files: []
|
|
186
|
+
# Deterministic response-cap behavior remains source-owned. Production-scale
|
|
187
|
+
# capacity and machine-sensitive performance have separate owners and run in
|
|
188
|
+
# that order during scheduled/release verification.
|
|
189
|
+
|
|
190
|
+
policies:
|
|
191
|
+
targeted: [source]
|
|
192
|
+
precommit: [source]
|
|
193
|
+
fast: [source]
|
|
194
|
+
local: [source]
|
|
195
|
+
merge: [source, package]
|
|
196
|
+
scheduled: [source, stress, performance, capacity]
|
|
197
|
+
release: [source, stress, performance, capacity, package]
|
|
198
|
+
|
|
199
|
+
# Task 1 classified probabilistic stale-lock repetition as scheduled/release
|
|
200
|
+
# evidence after proportional deterministic lock correctness remained in source.
|
|
201
|
+
# Therefore merge receives lock evidence through source, while scheduled also
|
|
202
|
+
# executes the stress owner.
|
|
203
|
+
|
|
204
|
+
# Pre-commit routing marks authority, verification, and specialized-owner
|
|
205
|
+
# surfaces as ci_owned. The local hook runs only source-owned route guards and
|
|
206
|
+
# typecheck; required CI executes the unchanged release policy authoritatively.
|
|
207
|
+
# All other paths retain targeted source routing.
|
|
208
|
+
conservative_routing:
|
|
209
|
+
exact:
|
|
210
|
+
- .lefthook.yml
|
|
211
|
+
- protocol.yaml
|
|
212
|
+
- registry.json
|
|
213
|
+
- packages/cli/package.json
|
|
214
|
+
- packages/cli/vite.config.ts
|
|
215
|
+
- packages/cli/vite.package.config.ts
|
|
216
|
+
- packages/cli/vitest.shared.ts
|
|
217
|
+
- packages/cli/scripts/verify-lane.mjs
|
|
218
|
+
- packages/cli/scripts/performance-evidence.mjs
|
|
219
|
+
- packages/cli/scripts/overlap-pending.mjs
|
|
220
|
+
- packages/cli/test/integration/performanceOwner.integration.mjs
|
|
221
|
+
- packages/cli/scripts/build-package.mjs
|
|
222
|
+
- packages/cli/scripts/generated-output.mjs
|
|
223
|
+
- packages/cli/scripts/copy-bundle.mjs
|
|
224
|
+
- packages/cli/scripts/generate-extract-corpus-parity.mjs
|
|
225
|
+
- packages/cli/scripts/verification-barrier.mjs
|
|
226
|
+
- packages/cli/scripts/verify-generated-overlap.mjs
|
|
227
|
+
- packages/cli/scripts/observe-capability-source.mjs
|
|
228
|
+
- packages/cli/scripts/observe-runtime-artifact.mjs
|
|
229
|
+
- packages/cli/scripts/pack-package.mjs
|
|
230
|
+
- packages/cli/scripts/package-construction.mjs
|
|
231
|
+
- packages/cli/scripts/reject-direct-prepack.mjs
|
|
232
|
+
- packages/cli/scripts/publication-transaction.mjs
|
|
233
|
+
- packages/cli/scripts/release-qualification.mjs
|
|
234
|
+
- packages/cli/scripts/release-readiness.mjs
|
|
235
|
+
- packages/cli/scripts/release-benchmark.mjs
|
|
236
|
+
- packages/cli/src/validate/activationConjunction.ts
|
|
237
|
+
- packages/cli/src/validate/activationArtifactEvidence.ts
|
|
238
|
+
- packages/cli/src/validate/activationArtifactEvidenceTypes.ts
|
|
239
|
+
- packages/cli/src/validate/activationEvidenceManifest.ts
|
|
240
|
+
- packages/cli/src/validate/activationPackageSemantics.ts
|
|
241
|
+
- packages/cli/src/validate/bootstrapAuthority.ts
|
|
242
|
+
- packages/cli/src/registries/activationTuples.ts
|
|
243
|
+
- packages/cli/src/registries/packagePublication.ts
|
|
244
|
+
- packages/cli/test/sourceSetup.ts
|
|
245
|
+
- packages/cli/test/state/todoDocsEntities.test.ts
|
|
246
|
+
- packages/cli/test/upgrade/upgradeEntityCutover.test.ts
|
|
247
|
+
- packages/cli/test/scripts/precommitVitest.test.ts
|
|
248
|
+
- packages/cli/test/helpers/sourceSubprocess.ts
|
|
249
|
+
- packages/cli/test/helpers/runtimeBootstrapMatrix.ts
|
|
250
|
+
- packages/cli/test/helpers/preCutoverBootstrapDispatcher.mjs
|
|
251
|
+
- packages/cli/test/helpers/preCutoverBootstrapMissingSurfaceDispatcher.mjs
|
|
252
|
+
- packages/cli/test/helpers/runtimeProofCliBoundary.mjs
|
|
253
|
+
- packages/cli/test/integration/runtimeBootstrapMatrix.test.ts
|
|
254
|
+
- references/analysis/verification-policy.yaml
|
|
255
|
+
- scripts/precommit-vitest.sh
|
|
256
|
+
prefixes:
|
|
257
|
+
- .github/workflows/
|
|
258
|
+
- packages/cli/test/capacity/
|
|
259
|
+
- packages/cli/test/packaging/
|
|
260
|
+
- references/adapters/
|
|
261
|
+
- references/artifacts/
|
|
262
|
+
- skills/
|
|
@@ -12,19 +12,24 @@ source_of_truth:
|
|
|
12
12
|
producer_field: meta.producer
|
|
13
13
|
consumers_field: meta.consumers
|
|
14
14
|
artifact_type_field: meta.artifact_type
|
|
15
|
+
implementation_status_field: meta.implementation_status
|
|
15
16
|
added_contract_fields:
|
|
16
17
|
display_name: >-
|
|
17
18
|
Human-facing canonical artifact name used by capability schemas, docs.yaml
|
|
18
19
|
mapping keys, validators, and bounded CLI override lookup.
|
|
19
20
|
scope: >-
|
|
20
21
|
Where the artifact lives and how path overrides may apply.
|
|
22
|
+
implementation_status: >-
|
|
23
|
+
Whether registry relationships describe shipped behavior or an explicitly
|
|
24
|
+
declared-deferred contract.
|
|
21
25
|
path_template: >-
|
|
22
26
|
Structured path facts when meta.path contains a placeholder or points to a
|
|
23
27
|
global, archive, or local-harness location.
|
|
24
28
|
single_authority_rule: >-
|
|
25
29
|
Consumers may project these facts into views, but must not maintain separate
|
|
26
|
-
display-name, default-path, producer, consumer, scope, type,
|
|
27
|
-
maps outside this registry Interface and runtime
|
|
30
|
+
display-name, default-path, producer, consumer, scope, type, implementation
|
|
31
|
+
status, or special-case maps outside this registry Interface and runtime
|
|
32
|
+
docs.yaml override loading.
|
|
28
33
|
record:
|
|
29
34
|
required_groups:
|
|
30
35
|
- identity
|
|
@@ -61,6 +66,7 @@ record:
|
|
|
61
66
|
owns:
|
|
62
67
|
- producer capability IDs
|
|
63
68
|
- consumer capability IDs
|
|
69
|
+
- implementation status
|
|
64
70
|
required_fields:
|
|
65
71
|
producers: list[string]
|
|
66
72
|
consumers: list[string]
|
|
@@ -89,7 +95,7 @@ record:
|
|
|
89
95
|
owns:
|
|
90
96
|
- global profile artifact
|
|
91
97
|
- plan archive artifact
|
|
92
|
-
-
|
|
98
|
+
- optimize harness path with optimera read compatibility
|
|
93
99
|
- objective-scoped path placeholders
|
|
94
100
|
- global/local/project-root/project-agent-state distinctions
|
|
95
101
|
required_fields:
|
|
@@ -172,6 +178,9 @@ required_artifact_identities:
|
|
|
172
178
|
- artifact_id: vision
|
|
173
179
|
display_name: VISION.md
|
|
174
180
|
default_path: .agentera/vision.yaml
|
|
181
|
+
- artifact_id: glossary
|
|
182
|
+
display_name: GLOSSARY.md
|
|
183
|
+
default_path: .agentera/glossary.yaml
|
|
175
184
|
project_root:
|
|
176
185
|
- artifact_id: todo
|
|
177
186
|
display_name: TODO.md
|
|
@@ -185,7 +194,7 @@ required_artifact_identities:
|
|
|
185
194
|
objective_scoped:
|
|
186
195
|
- artifact_id: objective
|
|
187
196
|
display_name: OBJECTIVE.md
|
|
188
|
-
default_path: .agentera/
|
|
197
|
+
default_path: .agentera/optimize/<name>/objective.yaml
|
|
189
198
|
path_template:
|
|
190
199
|
placeholder: <name>
|
|
191
200
|
meaning: active objective directory name
|
|
@@ -193,7 +202,7 @@ required_artifact_identities:
|
|
|
193
202
|
- <objective-name>
|
|
194
203
|
- artifact_id: experiments
|
|
195
204
|
display_name: EXPERIMENTS.md
|
|
196
|
-
default_path: .agentera/
|
|
205
|
+
default_path: .agentera/optimize/<name>/experiments.yaml
|
|
197
206
|
path_template:
|
|
198
207
|
placeholder: <name>
|
|
199
208
|
meaning: active objective directory name
|
|
@@ -221,11 +230,11 @@ explicit_special_cases:
|
|
|
221
230
|
placeholder: '{date}'
|
|
222
231
|
meaning: archive date or archive-safe plan suffix
|
|
223
232
|
docs_yaml_can_override_path: false
|
|
224
|
-
- artifact_id:
|
|
233
|
+
- artifact_id: optimize_harness
|
|
225
234
|
display_name: harness
|
|
226
235
|
artifact_type: local_harness
|
|
227
236
|
scope: local_harness
|
|
228
|
-
default_path: .agentera/
|
|
237
|
+
default_path: .agentera/optimize/<name>/harness
|
|
229
238
|
path_template:
|
|
230
239
|
placeholder: <name>
|
|
231
240
|
meaning: active objective directory name
|
|
@@ -236,7 +245,7 @@ explicit_special_cases:
|
|
|
236
245
|
display_name: benchmark_context
|
|
237
246
|
artifact_type: cli_context
|
|
238
247
|
scope: cli_context
|
|
239
|
-
default_path: agentera prime --context optimize --format json#benchmark_context
|
|
248
|
+
default_path: npx -y agentera@next prime --context optimize --format json#benchmark_context
|
|
240
249
|
producers:
|
|
241
250
|
- agentera
|
|
242
251
|
consumers:
|