agentera 3.0.0-dev.26 → 3.0.0-dev.28
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 +13 -3
- package/bundle/CHANGELOG.md +14 -1
- package/bundle/DESIGN.md +3 -7
- package/bundle/README.md +1 -4
- package/bundle/UPGRADE.md +33 -0
- package/bundle/fixtures/routing/hybrid-corpus.yaml +154 -0
- package/bundle/references/adapters/package-registry.yaml +2 -0
- package/bundle/references/adapters/package-surface-characterization.md +10 -5
- package/bundle/references/analysis/benchmark.md +4 -0
- package/bundle/references/analysis/verification-policy.yaml +142 -0
- package/bundle/references/artifacts/state-storage-authority.yaml +303 -14
- package/bundle/references/cli/capability-instruction-structure.md +2 -2
- package/bundle/references/cli/hybrid-route-contract.yaml +416 -0
- package/bundle/references/cli/prime-consumer-compatibility.yaml +77 -32
- package/bundle/references/cli/routing-model.md +136 -91
- package/bundle/references/cli/trigger-schema-enrichment.md +50 -46
- package/bundle/references/cli/vocabulary.md +7 -9
- package/bundle/references/meta/documentation-inventory.md +2 -2
- package/bundle/skills/agentera/SKILL.md +50 -18
- package/bundle/skills/agentera/capabilities/audit/schemas/triggers.yaml +13 -35
- package/bundle/skills/agentera/capabilities/build/schemas/triggers.yaml +14 -36
- package/bundle/skills/agentera/capabilities/design/schemas/triggers.yaml +5 -34
- package/bundle/skills/agentera/capabilities/discuss/schemas/triggers.yaml +6 -40
- package/bundle/skills/agentera/capabilities/document/schemas/triggers.yaml +5 -34
- package/bundle/skills/agentera/capabilities/optimize/schemas/triggers.yaml +4 -35
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/artifacts.yaml +3 -2
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/exit.yaml +1 -1
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/triggers.yaml +5 -37
- package/bundle/skills/agentera/capabilities/plan/schemas/triggers.yaml +8 -31
- package/bundle/skills/agentera/capabilities/profile/schemas/triggers.yaml +8 -37
- package/bundle/skills/agentera/capabilities/research/schemas/triggers.yaml +5 -29
- package/bundle/skills/agentera/capabilities/status/schemas/triggers.yaml +7 -47
- package/bundle/skills/agentera/capabilities/vision/schemas/triggers.yaml +7 -39
- package/bundle/skills/agentera/capability_schema_contract.yaml +29 -29
- package/bundle/skills/agentera/route-phrases.yaml +81 -0
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +23 -5
- package/dist/analytics/extractCorpus/cli.js.map +1 -1
- package/dist/analytics/extractCorpus/copilotSessions.js.map +1 -1
- package/dist/analytics/extractCorpus/core.js.map +1 -1
- package/dist/analytics/extractCorpus/corpus.js.map +1 -1
- package/dist/analytics/extractCorpus/coverageAudit.js.map +1 -1
- package/dist/analytics/extractCorpus/cursorSessions.js.map +1 -1
- package/dist/analytics/extractCorpus/evidenceTiers.js.map +1 -1
- package/dist/analytics/extractCorpus/extractCorpusParity.js +1 -1
- package/dist/analytics/extractCorpus/extractCorpusParity.js.map +1 -1
- package/dist/analytics/extractCorpus/filesystemSources.js.map +1 -1
- package/dist/analytics/extractCorpus/index.js.map +1 -1
- package/dist/analytics/extractCorpus/jsonlSessions.js.map +1 -1
- package/dist/analytics/extractCorpus/sqliteCaps.js.map +1 -1
- package/dist/analytics/extractCorpus/sqliteSessions.js.map +1 -1
- package/dist/analytics/extractCorpus/tierReader.js.map +1 -1
- package/dist/analytics/extractCorpus.js.map +1 -1
- package/dist/analytics/profileSignals.js.map +1 -1
- package/dist/analytics/usageStats.js.map +1 -1
- package/dist/bin/agentera.js.map +1 -1
- package/dist/capabilities/audit/instructions.js.map +1 -1
- package/dist/capabilities/build/instructions.js.map +1 -1
- package/dist/capabilities/design/instructions.js.map +1 -1
- package/dist/capabilities/discuss/instructions.js +1 -1
- package/dist/capabilities/discuss/instructions.js.map +1 -1
- package/dist/capabilities/document/instructions.js.map +1 -1
- package/dist/capabilities/index.js.map +1 -1
- package/dist/capabilities/optimize/instructions.js.map +1 -1
- package/dist/capabilities/orchestrate/instructions.js +1 -1
- package/dist/capabilities/orchestrate/instructions.js.map +1 -1
- package/dist/capabilities/plan/instructions.js +1 -1
- package/dist/capabilities/plan/instructions.js.map +1 -1
- package/dist/capabilities/profile/instructions.js.map +1 -1
- package/dist/capabilities/research/instructions.js.map +1 -1
- package/dist/capabilities/status/instructions.js.map +1 -1
- package/dist/capabilities/status/startupInstructions.js.map +1 -1
- package/dist/capabilities/vision/instructions.js.map +1 -1
- package/dist/cli/appContext.js.map +1 -1
- package/dist/cli/argvalidate.js.map +1 -1
- package/dist/cli/capabilityContext/benchmark.js.map +1 -1
- package/dist/cli/capabilityContext/bespoke.js.map +1 -1
- package/dist/cli/capabilityContext/build.js.map +1 -1
- package/dist/cli/capabilityContext/closeout.js.map +1 -1
- package/dist/cli/capabilityContext/contract.js.map +1 -1
- package/dist/cli/capabilityContext/evidence.js +1 -1
- package/dist/cli/capabilityContext/evidence.js.map +1 -1
- package/dist/cli/capabilityContext/index.js.map +1 -1
- package/dist/cli/capabilityContext/orchestration.js +15 -5
- package/dist/cli/capabilityContext/orchestration.js.map +1 -1
- package/dist/cli/capabilityContext/planState.js +1 -1
- package/dist/cli/capabilityContext/planState.js.map +1 -1
- package/dist/cli/capabilityContext/progress.js.map +1 -1
- package/dist/cli/capabilityContext/shared.js.map +1 -1
- package/dist/cli/capabilityContext/slim.js +16 -3
- package/dist/cli/capabilityContext/slim.js.map +1 -1
- package/dist/cli/capabilityContext/startup.js +3 -0
- package/dist/cli/capabilityContext/startup.js.map +1 -1
- package/dist/cli/capabilityContext/types.js.map +1 -1
- package/dist/cli/capabilityContext.js.map +1 -1
- package/dist/cli/commands/appHome.js.map +1 -1
- package/dist/cli/commands/capability.js.map +1 -1
- package/dist/cli/commands/compact.js.map +1 -1
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/durability.js.map +1 -1
- package/dist/cli/commands/entityMigrate.js +7 -3
- package/dist/cli/commands/entityMigrate.js.map +1 -1
- package/dist/cli/commands/lint.js.map +1 -1
- package/dist/cli/commands/prime/briefOrientation.js +33 -8
- package/dist/cli/commands/prime/briefOrientation.js.map +1 -1
- package/dist/cli/commands/prime/bundleStatus.js.map +1 -1
- package/dist/cli/commands/prime/collectEntityOrientation.js +117 -18
- package/dist/cli/commands/prime/collectEntityOrientation.js.map +1 -1
- package/dist/cli/commands/prime/collectOrientationState.js +4 -2
- package/dist/cli/commands/prime/collectOrientationState.js.map +1 -1
- package/dist/cli/commands/prime/orientationOutput.js +47 -18
- package/dist/cli/commands/prime/orientationOutput.js.map +1 -1
- package/dist/cli/commands/prime/types.js.map +1 -1
- package/dist/cli/commands/prime/v1Migration.js.map +1 -1
- package/dist/cli/commands/prime.js +47 -23
- package/dist/cli/commands/prime.js.map +1 -1
- package/dist/cli/commands/query.js.map +1 -1
- package/dist/cli/commands/report.js.map +1 -1
- package/dist/cli/commands/route.js +142 -0
- package/dist/cli/commands/route.js.map +1 -0
- package/dist/cli/commands/schema.js.map +1 -1
- package/dist/cli/commands/state/decisions.js.map +1 -1
- package/dist/cli/commands/state/docs.js.map +1 -1
- package/dist/cli/commands/state/experimentRecords.js.map +1 -1
- package/dist/cli/commands/state/experiments.js.map +1 -1
- package/dist/cli/commands/state/get.js.map +1 -1
- package/dist/cli/commands/state/health.js.map +1 -1
- package/dist/cli/commands/state/index.js.map +1 -1
- package/dist/cli/commands/state/list.js.map +1 -1
- package/dist/cli/commands/state/objective.js.map +1 -1
- package/dist/cli/commands/state/plan.js.map +1 -1
- package/dist/cli/commands/state/planTasks.js.map +1 -1
- package/dist/cli/commands/state/plans.js.map +1 -1
- package/dist/cli/commands/state/progress.js.map +1 -1
- package/dist/cli/commands/state/shared.js.map +1 -1
- package/dist/cli/commands/state/todo.js.map +1 -1
- package/dist/cli/commands/state/write.js +21 -2
- package/dist/cli/commands/state/write.js.map +1 -1
- package/dist/cli/commands/upgrade.js.map +1 -1
- package/dist/cli/commands/upgradeVerify.js.map +1 -1
- package/dist/cli/commands/validate.js.map +1 -1
- package/dist/cli/commands/verify.js +17 -1
- package/dist/cli/commands/verify.js.map +1 -1
- package/dist/cli/contracts/bundleStatus.js.map +1 -1
- package/dist/cli/contracts/orientationState.js.map +1 -1
- package/dist/cli/dispatch/argvParser.js.map +1 -1
- package/dist/cli/dispatch/check.js.map +1 -1
- package/dist/cli/dispatch/commands.js.map +1 -1
- package/dist/cli/dispatch/index.js +18 -0
- package/dist/cli/dispatch/index.js.map +1 -1
- package/dist/cli/dispatch/lifecycle.js.map +1 -1
- package/dist/cli/dispatch/prime.js.map +1 -1
- package/dist/cli/dispatch/shared.js.map +1 -1
- package/dist/cli/dispatch/state.js.map +1 -1
- package/dist/cli/dispatch.js.map +1 -1
- package/dist/cli/errors.js +2 -2
- package/dist/cli/errors.js.map +1 -1
- package/dist/cli/help.js +20 -1
- package/dist/cli/help.js.map +1 -1
- package/dist/cli/migrationRequired.js +1 -1
- package/dist/cli/migrationRequired.js.map +1 -1
- package/dist/cli/orientation/attention.js.map +1 -1
- package/dist/cli/orientation/corpusCoverage.js.map +1 -1
- package/dist/cli/orientation.js +18 -4
- package/dist/cli/orientation.js.map +1 -1
- package/dist/cli/planArtifacts.js.map +1 -1
- package/dist/cli/planEvidence.js.map +1 -1
- package/dist/cli/planLifecycleState.js.map +1 -1
- package/dist/cli/planTaskIndex.js +12 -0
- package/dist/cli/planTaskIndex.js.map +1 -0
- package/dist/cli/prime-blob.js +1 -1
- package/dist/cli/prime-blob.js.map +1 -1
- package/dist/cli/startupCompletenessContract.js.map +1 -1
- package/dist/cli/stateQuery.js.map +1 -1
- package/dist/cli/structured.js.map +1 -1
- package/dist/cli/todoMarkdown.js.map +1 -1
- package/dist/cli/todoSeverity.js.map +1 -1
- package/dist/core/atomicWriter.js.map +1 -1
- package/dist/core/difflib.js.map +1 -1
- package/dist/core/envPaths.js.map +1 -1
- package/dist/core/jsonValue.js.map +1 -1
- package/dist/core/paths.js.map +1 -1
- package/dist/core/pyjson.js.map +1 -1
- package/dist/core/skillIdentity.js.map +1 -1
- package/dist/core/sourceRoot.js.map +1 -1
- package/dist/core/text.js.map +1 -1
- package/dist/core/toml.js.map +1 -1
- package/dist/core/yaml.js.map +1 -1
- package/dist/eval/evalSkills.js.map +1 -1
- package/dist/eval/hybridRouteEvaluation.js +156 -0
- package/dist/eval/hybridRouteEvaluation.js.map +1 -0
- package/dist/eval/semanticEval.js.map +1 -1
- package/dist/eval/semanticFixtures.js.map +1 -1
- package/dist/hooks/common.js.map +1 -1
- package/dist/hooks/compaction/apply.js.map +1 -1
- package/dist/hooks/compaction/dryRun.js.map +1 -1
- package/dist/hooks/compaction/index.js.map +1 -1
- package/dist/hooks/compaction/parse.js.map +1 -1
- package/dist/hooks/compaction/retention.js.map +1 -1
- package/dist/hooks/compaction/status.js.map +1 -1
- package/dist/hooks/compaction/types.js.map +1 -1
- package/dist/hooks/cursorPreToolUse.js.map +1 -1
- package/dist/hooks/cursorSessionStart.js.map +1 -1
- package/dist/hooks/projectHookInput.js.map +1 -1
- package/dist/hooks/sessionStart.js.map +1 -1
- package/dist/hooks/sessionStop.js.map +1 -1
- package/dist/hooks/validateArtifact/agentFacing.js.map +1 -1
- package/dist/hooks/validateArtifact/index.js.map +1 -1
- package/dist/hooks/validateArtifact/markdown.js.map +1 -1
- package/dist/hooks/validateArtifact/runtime.js.map +1 -1
- package/dist/hooks/validateArtifact/schema.js.map +1 -1
- package/dist/hooks/validateArtifact/traversal.js.map +1 -1
- package/dist/hooks/validateArtifact/violations.js.map +1 -1
- package/dist/migrate/v2HandoffManifest.js.map +1 -1
- package/dist/registries/artifactProtocolIds.js.map +1 -1
- package/dist/registries/artifactRegistry.js.map +1 -1
- package/dist/registries/capabilityContract.js +5 -20
- package/dist/registries/capabilityContract.js.map +1 -1
- package/dist/registries/evaluatorHandoffContract.js.map +1 -1
- package/dist/registries/evidenceTierContract.js.map +1 -1
- package/dist/registries/hybridRoute.js +203 -0
- package/dist/registries/hybridRoute.js.map +1 -0
- package/dist/registries/hybridRouteReceipt.js +221 -0
- package/dist/registries/hybridRouteReceipt.js.map +1 -0
- package/dist/registries/packageRegistry.js.map +1 -1
- package/dist/registries/triggerLoader.js +7 -43
- package/dist/registries/triggerLoader.js.map +1 -1
- package/dist/registries/verbosityBudgetContract.js.map +1 -1
- package/dist/release/releaseMetadata.js +2 -0
- package/dist/release/releaseMetadata.js.map +1 -1
- package/dist/runtime/lifecycleAdapterContract.js.map +1 -1
- package/dist/runtime/lifecycleAdapters.js.map +1 -1
- package/dist/runtime/lifecycleAuthority.js.map +1 -1
- package/dist/runtime/lifecycleOperationContract.js.map +1 -1
- package/dist/runtime/lifecycleOperations.js.map +1 -1
- package/dist/runtime/lifecycleOwnershipJournal.js.map +1 -1
- package/dist/runtime/lifecyclePublication.js.map +1 -1
- package/dist/runtime/lifecycleSnapshot.js.map +1 -1
- package/dist/runtime/retiredRuntimeCleanup.js.map +1 -1
- package/dist/setup/codex/agents.js.map +1 -1
- package/dist/setup/codex/cli.js.map +1 -1
- package/dist/setup/codex/configToml.js.map +1 -1
- package/dist/setup/codex/constants.js.map +1 -1
- package/dist/setup/codex/installRoot.js.map +1 -1
- package/dist/setup/codex/state.js.map +1 -1
- package/dist/setup/codex.js.map +1 -1
- package/dist/setup/opencode.js.map +1 -1
- package/dist/setup/opencodeConstants.js.map +1 -1
- package/dist/setup/sharedSkill.js.map +1 -1
- package/dist/setup/smokeChecks.js.map +1 -1
- package/dist/state/archiveDiscovery.js +24 -35
- package/dist/state/archiveDiscovery.js.map +1 -1
- package/dist/state/archivePublication.js.map +1 -1
- package/dist/state/archiveRecovery.js.map +1 -1
- package/dist/state/archiveReplay.js.map +1 -1
- package/dist/state/canonicalMigrationRecord.js +37 -0
- package/dist/state/canonicalMigrationRecord.js.map +1 -0
- package/dist/state/decisionEntities.js +73 -33
- package/dist/state/decisionEntities.js.map +1 -1
- package/dist/state/decisionLegacyValidation.js +31 -0
- package/dist/state/decisionLegacyValidation.js.map +1 -1
- package/dist/state/decisionMigrationProvenance.js +117 -0
- package/dist/state/decisionMigrationProvenance.js.map +1 -0
- package/dist/state/decisionOverlay.js.map +1 -1
- package/dist/state/decisionRevision.js.map +1 -1
- package/dist/state/decisionRevisionPublication.js.map +1 -1
- package/dist/state/directRetrieval.js.map +1 -1
- package/dist/state/durability.js +24 -5
- package/dist/state/durability.js.map +1 -1
- package/dist/state/entityCutover.js +2 -2
- package/dist/state/entityCutover.js.map +1 -1
- package/dist/state/entityCutoverGit.js.map +1 -1
- package/dist/state/entityMigrationCausality.js +99 -0
- package/dist/state/entityMigrationCausality.js.map +1 -0
- package/dist/state/entityMigrationPreview.js +141 -80
- package/dist/state/entityMigrationPreview.js.map +1 -1
- package/dist/state/entityPublicationContext.js.map +1 -1
- package/dist/state/entityStorage.js +81 -26
- package/dist/state/entityStorage.js.map +1 -1
- package/dist/state/experimentArchive.js.map +1 -1
- package/dist/state/experimentIdentity.js.map +1 -1
- package/dist/state/experimentRetrieval.js.map +1 -1
- package/dist/state/healthEntities.js +28 -31
- package/dist/state/healthEntities.js.map +1 -1
- package/dist/state/healthEntityValidation.js.map +1 -1
- package/dist/state/healthRepair.js.map +1 -1
- package/dist/state/installRoot.js.map +1 -1
- package/dist/state/legacyEntityCutoverEvidence.js.map +1 -1
- package/dist/state/legacyIdentity.js.map +1 -1
- package/dist/state/legacySummaryRecord.js +7 -0
- package/dist/state/legacySummaryRecord.js.map +1 -0
- package/dist/state/listAccounting.js.map +1 -1
- package/dist/state/listClassification.js.map +1 -1
- package/dist/state/listCursor.js +43 -0
- package/dist/state/listCursor.js.map +1 -0
- package/dist/state/listRetrieval.js.map +1 -1
- package/dist/state/migrationSourceBinding.js +29 -0
- package/dist/state/migrationSourceBinding.js.map +1 -0
- package/dist/state/objectiveExperimentEntities.js.map +1 -1
- package/dist/state/planEntities.js +46 -2
- package/dist/state/planEntities.js.map +1 -1
- package/dist/state/planIdentity.js.map +1 -1
- package/dist/state/planRetrieval.js.map +1 -1
- package/dist/state/planTaskRetrieval.js.map +1 -1
- package/dist/state/progressEntities.js +35 -59
- package/dist/state/progressEntities.js.map +1 -1
- package/dist/state/projectRoot.js.map +1 -1
- package/dist/state/projectionPolicy.js.map +1 -1
- package/dist/state/retrievalAuthority.js +10 -0
- package/dist/state/retrievalAuthority.js.map +1 -1
- package/dist/state/safeProjectFile.js.map +1 -1
- package/dist/state/startupAnalysis/benchmark.js.map +1 -1
- package/dist/state/startupAnalysis/contract.js.map +1 -1
- package/dist/state/startupAnalysis/helpers.js.map +1 -1
- package/dist/state/startupAnalysis/index.js.map +1 -1
- package/dist/state/startupAnalysis/metrics.js.map +1 -1
- package/dist/state/startupAnalysis/records.js.map +1 -1
- package/dist/state/startupAnalysis/report.js.map +1 -1
- package/dist/state/startupAnalysis/threshold.js.map +1 -1
- package/dist/state/startupAnalysis.js.map +1 -1
- package/dist/state/startupProjection.js +2 -1
- package/dist/state/startupProjection.js.map +1 -1
- package/dist/state/stateMode.js.map +1 -1
- package/dist/state/summaryEntityRead.js +26 -0
- package/dist/state/summaryEntityRead.js.map +1 -0
- package/dist/state/summaryMigrationProvenance.js +67 -0
- package/dist/state/summaryMigrationProvenance.js.map +1 -0
- package/dist/state/summarySourceRowAuthority.js +37 -0
- package/dist/state/summarySourceRowAuthority.js.map +1 -0
- package/dist/state/todoDocsEntities.js.map +1 -1
- package/dist/state/todoDocsEntityValidation.js.map +1 -1
- package/dist/state/write/assign.js.map +1 -1
- package/dist/state/write/candidateMutation.js.map +1 -1
- package/dist/state/write/errors.js.map +1 -1
- package/dist/state/write/experimentPublication.js.map +1 -1
- package/dist/state/write/explain.js +9 -3
- package/dist/state/write/explain.js.map +1 -1
- package/dist/state/write/fields.js.map +1 -1
- package/dist/state/write/helpers.js.map +1 -1
- package/dist/state/write/index.js.map +1 -1
- package/dist/state/write/input.js.map +1 -1
- package/dist/state/write/lock.js.map +1 -1
- package/dist/state/write/mutation.js.map +1 -1
- package/dist/state/write/operations.js +6 -0
- package/dist/state/write/operations.js.map +1 -1
- package/dist/state/write/planEvaluation.js +19 -5
- package/dist/state/write/planEvaluation.js.map +1 -1
- package/dist/state/write/planPublication.js +7 -0
- package/dist/state/write/planPublication.js.map +1 -1
- package/dist/state/write/serialize.js.map +1 -1
- package/dist/state/write/transaction.js +2 -1
- package/dist/state/write/transaction.js.map +1 -1
- package/dist/state/write/validate.js.map +1 -1
- package/dist/upgrade/appContentRefresh.js +15 -20
- package/dist/upgrade/appContentRefresh.js.map +1 -1
- package/dist/upgrade/appModel.js.map +1 -1
- package/dist/upgrade/atomicWriter.js.map +1 -1
- package/dist/upgrade/bundleEvidence.js.map +1 -1
- package/dist/upgrade/channels.js.map +1 -1
- package/dist/upgrade/coexistenceProbe.js.map +1 -1
- package/dist/upgrade/compatibility.js.map +1 -1
- package/dist/upgrade/doctor.js.map +1 -1
- package/dist/upgrade/doctorClassifier.js.map +1 -1
- package/dist/upgrade/installedHooksRetirement.js.map +1 -1
- package/dist/upgrade/legacyAgentCleanup.js.map +1 -1
- package/dist/upgrade/lifecycleUpgrade.js.map +1 -1
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +1 -1
- package/dist/upgrade/migrationPublication.js.map +1 -1
- package/dist/upgrade/nextMajorDoctor.js.map +1 -1
- package/dist/upgrade/npxPlatformStatus.js.map +1 -1
- package/dist/upgrade/projectIntegration.js.map +1 -1
- package/dist/upgrade/projectIntegrationDecision.js.map +1 -1
- package/dist/upgrade/runtimeMigration.js.map +1 -1
- package/dist/upgrade/upgradeCommands.js.map +1 -1
- package/dist/upgrade/upgradeLock.js.map +1 -1
- package/dist/upgrade/upgradeOrchestrator.js.map +1 -1
- package/dist/upgrade/v3CapabilitySurface.js.map +1 -1
- package/dist/upgrade/versionResolution.js.map +1 -1
- package/dist/validate/appHomeContract.js.map +1 -1
- package/dist/validate/capability.js +11 -2
- package/dist/validate/capability.js.map +1 -1
- package/dist/validate/crossCapability.js.map +1 -1
- package/dist/validate/selfAudit.js.map +1 -1
- package/dist/validate/vocabularyAuthority.js.map +1 -1
- package/package.json +19 -6
|
@@ -1,47 +1,25 @@
|
|
|
1
1
|
TRIGGERS:
|
|
2
2
|
1:
|
|
3
3
|
id: T1
|
|
4
|
-
description:
|
|
5
|
-
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests audit.
|
|
4
|
+
description: Audit local codebase health, architecture, quality, or technical debt.
|
|
7
5
|
priority: high
|
|
8
|
-
patterns:
|
|
9
|
-
- "audit"
|
|
10
|
-
- "/audit"
|
|
11
|
-
confidence_threshold: 60
|
|
12
|
-
borderline_band: 10
|
|
13
|
-
patterns_regex:
|
|
14
|
-
- "\\b/audit\\b"
|
|
15
6
|
2:
|
|
16
7
|
id: T2
|
|
17
|
-
description:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
-
|
|
23
|
-
|
|
24
|
-
-
|
|
25
|
-
|
|
26
|
-
-
|
|
27
|
-
|
|
28
|
-
- "what needs fixing"
|
|
29
|
-
- "structural review"
|
|
30
|
-
- "pattern audit"
|
|
31
|
-
- "dependency check"
|
|
32
|
-
- "test coverage audit"
|
|
33
|
-
confidence_threshold: 55
|
|
8
|
+
description: Review the local repository's code, architecture, dependencies, or structural health.
|
|
9
|
+
priority: high
|
|
10
|
+
disambiguates_against:
|
|
11
|
+
- capability: research
|
|
12
|
+
hint: "audit reviews this local codebase; research analyzes an external source or repository"
|
|
13
|
+
- capability: document
|
|
14
|
+
hint: "audit owns code and architecture health; document owns documentation maintenance and docs audits"
|
|
15
|
+
- capability: design
|
|
16
|
+
hint: "audit owns code and architecture health; design owns visual identity and design-system review"
|
|
17
|
+
- capability: optimize
|
|
18
|
+
hint: "audit assesses local health; optimize improves an existing system against a measurable target"
|
|
34
19
|
3:
|
|
35
20
|
id: T3
|
|
36
|
-
description:
|
|
37
|
-
Implicit trigger after extended build activity. Matches when
|
|
38
|
-
build has run 5+ cycles without a health check and the system
|
|
39
|
-
detects an overdue audit.
|
|
21
|
+
description: Review local health after implementation activity reveals a need for assessment.
|
|
40
22
|
priority: medium
|
|
41
|
-
patterns:
|
|
42
|
-
- "health check overdue"
|
|
43
|
-
- "audit after build"
|
|
44
|
-
confidence_threshold: 50
|
|
45
23
|
disambiguates_against:
|
|
46
24
|
- capability: build
|
|
47
25
|
hint: "audit checks codebase health after build activity; build continues development"
|
|
@@ -1,49 +1,27 @@
|
|
|
1
1
|
TRIGGERS:
|
|
2
2
|
1:
|
|
3
3
|
id: T1
|
|
4
|
-
description:
|
|
5
|
-
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests build for autonomous development.
|
|
4
|
+
description: A scoped implementation task or one verified development cycle.
|
|
7
5
|
priority: high
|
|
8
|
-
patterns:
|
|
9
|
-
- "build"
|
|
10
|
-
- "/build"
|
|
11
|
-
confidence_threshold: 60
|
|
12
|
-
borderline_band: 10
|
|
13
6
|
2:
|
|
14
7
|
id: T2
|
|
15
|
-
description:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
-
|
|
21
|
-
|
|
22
|
-
-
|
|
23
|
-
|
|
24
|
-
confidence_threshold: 50
|
|
8
|
+
description: Implement one requested feature, fix, or bounded development task.
|
|
9
|
+
priority: high
|
|
10
|
+
disambiguates_against:
|
|
11
|
+
- capability: vision
|
|
12
|
+
hint: "build implements code; vision defines or refines project direction"
|
|
13
|
+
- capability: profile
|
|
14
|
+
hint: "build implements a software task; profile builds a reusable decision profile"
|
|
15
|
+
- capability: orchestrate
|
|
16
|
+
hint: "build completes one task or cycle; orchestrate runs an entire plan or multiple tasks"
|
|
25
17
|
3:
|
|
26
18
|
id: T3
|
|
27
|
-
description:
|
|
28
|
-
Continuous development signals. Matches when the user wants ongoing
|
|
29
|
-
building or to start working on the project.
|
|
19
|
+
description: Start or continue a single concrete implementation task.
|
|
30
20
|
priority: medium
|
|
31
|
-
patterns:
|
|
32
|
-
- "keep building"
|
|
33
|
-
- "start building"
|
|
34
|
-
- "work on the project"
|
|
35
|
-
confidence_threshold: 50
|
|
36
21
|
4:
|
|
37
22
|
id: T4
|
|
38
|
-
description:
|
|
39
|
-
Vision refinement within a development context. Matches when the user
|
|
40
|
-
wants to refine the project vision as part of a development session.
|
|
23
|
+
description: Implement a scoped task after its plan or requirements are established.
|
|
41
24
|
priority: medium
|
|
42
|
-
patterns:
|
|
43
|
-
- "refine the vision"
|
|
44
|
-
confidence_threshold: 50
|
|
45
25
|
disambiguates_against:
|
|
46
|
-
- capability:
|
|
47
|
-
hint: "build implements
|
|
48
|
-
patterns_regex:
|
|
49
|
-
- "\\brefine\\s+the\\s+vision\\b"
|
|
26
|
+
- capability: plan
|
|
27
|
+
hint: "build implements an established task; plan structures work before implementation"
|
|
@@ -1,45 +1,16 @@
|
|
|
1
1
|
TRIGGERS:
|
|
2
2
|
1:
|
|
3
3
|
id: T1
|
|
4
|
-
description:
|
|
5
|
-
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests design.
|
|
4
|
+
description: Define, maintain, or assess visual identity and a design system.
|
|
7
5
|
priority: high
|
|
8
|
-
patterns:
|
|
9
|
-
- "design"
|
|
10
|
-
- "/design"
|
|
11
|
-
confidence_threshold: 60
|
|
12
|
-
borderline_band: 10
|
|
13
|
-
patterns_regex:
|
|
14
|
-
- "\\b/design\\b"
|
|
15
6
|
2:
|
|
16
7
|
id: T2
|
|
17
|
-
description:
|
|
18
|
-
|
|
19
|
-
create or set up a visual identity system or design tokens.
|
|
20
|
-
priority: medium
|
|
21
|
-
patterns:
|
|
22
|
-
- "create design system"
|
|
23
|
-
- "write DESIGN.md"
|
|
24
|
-
- "design tokens"
|
|
25
|
-
- "visual identity"
|
|
26
|
-
- "define the aesthetic"
|
|
27
|
-
- "set up design system"
|
|
28
|
-
confidence_threshold: 50
|
|
8
|
+
description: Create a visual identity, design system, design tokens, or aesthetic direction.
|
|
9
|
+
priority: high
|
|
29
10
|
3:
|
|
30
11
|
id: T3
|
|
31
|
-
description:
|
|
32
|
-
|
|
33
|
-
wants to evolve, check, or update an existing design system.
|
|
34
|
-
priority: medium
|
|
35
|
-
patterns:
|
|
36
|
-
- "audit design"
|
|
37
|
-
- "refine design system"
|
|
38
|
-
- "update DESIGN.md"
|
|
39
|
-
confidence_threshold: 50
|
|
12
|
+
description: Refine, update, or audit a visual design system, including “audit the design system”.
|
|
13
|
+
priority: high
|
|
40
14
|
disambiguates_against:
|
|
41
15
|
- capability: audit
|
|
42
16
|
hint: "design here is about visual identity, not codebase auditing"
|
|
43
|
-
patterns_regex:
|
|
44
|
-
- "\\baudit\\s+design\\b"
|
|
45
|
-
- "update\\s+DESIGN\\.md"
|
|
@@ -1,54 +1,20 @@
|
|
|
1
1
|
TRIGGERS:
|
|
2
2
|
1:
|
|
3
3
|
id: T1
|
|
4
|
-
description:
|
|
5
|
-
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests discuss for structured deliberation.
|
|
4
|
+
description: Structured deliberation about a choice, decision, or tradeoff.
|
|
7
5
|
priority: high
|
|
8
|
-
patterns:
|
|
9
|
-
- "discuss"
|
|
10
|
-
- "/discuss"
|
|
11
|
-
confidence_threshold: 60
|
|
12
|
-
borderline_band: 10
|
|
13
6
|
2:
|
|
14
7
|
id: T2
|
|
15
|
-
description:
|
|
16
|
-
|
|
17
|
-
through a decision or evaluating tradeoffs.
|
|
18
|
-
priority: medium
|
|
19
|
-
patterns:
|
|
20
|
-
- "deliberate"
|
|
21
|
-
- "help me think through"
|
|
22
|
-
- "help me decide"
|
|
23
|
-
- "think this through with me"
|
|
24
|
-
- "let's deliberate"
|
|
25
|
-
- "what are the tradeoffs"
|
|
26
|
-
- "brainstorm"
|
|
27
|
-
- "rubber duck"
|
|
28
|
-
confidence_threshold: 50
|
|
8
|
+
description: Help decide, think through alternatives, or evaluate tradeoffs.
|
|
9
|
+
priority: high
|
|
29
10
|
3:
|
|
30
11
|
id: T3
|
|
31
|
-
description:
|
|
32
|
-
|
|
33
|
-
choices or wants to evaluate competing approaches.
|
|
34
|
-
priority: medium
|
|
35
|
-
patterns:
|
|
36
|
-
- "should I"
|
|
37
|
-
- "I'm torn between"
|
|
38
|
-
- "what's the right approach"
|
|
39
|
-
- "let's reason about"
|
|
40
|
-
confidence_threshold: 50
|
|
12
|
+
description: Compare competing options before committing to an approach.
|
|
13
|
+
priority: high
|
|
41
14
|
4:
|
|
42
15
|
id: T4
|
|
43
|
-
description:
|
|
44
|
-
Pre-build scoping signals. Matches when the user wants to scope or
|
|
45
|
-
reason about work before starting implementation.
|
|
16
|
+
description: Explore uncertain scope or approach before committing to implementation.
|
|
46
17
|
priority: medium
|
|
47
|
-
patterns:
|
|
48
|
-
- "scope this out"
|
|
49
|
-
- "before I build this"
|
|
50
|
-
- "talk me through"
|
|
51
|
-
confidence_threshold: 50
|
|
52
18
|
disambiguates_against:
|
|
53
19
|
- capability: plan
|
|
54
20
|
hint: "discuss explores options before committing; plan structures committed work"
|
|
@@ -1,45 +1,16 @@
|
|
|
1
1
|
TRIGGERS:
|
|
2
2
|
1:
|
|
3
3
|
id: T1
|
|
4
|
-
description:
|
|
5
|
-
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests document.
|
|
4
|
+
description: Create, maintain, or assess project documentation.
|
|
7
5
|
priority: high
|
|
8
|
-
patterns:
|
|
9
|
-
- "document"
|
|
10
|
-
- "/document"
|
|
11
|
-
confidence_threshold: 60
|
|
12
|
-
borderline_band: 10
|
|
13
|
-
patterns_regex:
|
|
14
|
-
- "\\b/document\\b"
|
|
15
6
|
2:
|
|
16
7
|
id: T2
|
|
17
|
-
description:
|
|
18
|
-
|
|
19
|
-
write or create documentation, including DTC-first workflows.
|
|
20
|
-
priority: medium
|
|
21
|
-
patterns:
|
|
22
|
-
- "write docs"
|
|
23
|
-
- "document this"
|
|
24
|
-
- "create README"
|
|
25
|
-
- "write AGENTS.md"
|
|
26
|
-
- "docs first"
|
|
27
|
-
- "document before building"
|
|
28
|
-
confidence_threshold: 50
|
|
8
|
+
description: Write or create project documentation, including README and agent guidance.
|
|
9
|
+
priority: high
|
|
29
10
|
3:
|
|
30
11
|
id: T3
|
|
31
|
-
description:
|
|
32
|
-
|
|
33
|
-
wants to update, check, or verify existing documentation.
|
|
34
|
-
priority: medium
|
|
35
|
-
patterns:
|
|
36
|
-
- "update the docs"
|
|
37
|
-
- "audit docs"
|
|
38
|
-
- "check documentation"
|
|
39
|
-
- "docs out of sync"
|
|
40
|
-
confidence_threshold: 50
|
|
12
|
+
description: Update, verify, or audit documentation, including “audit the docs”.
|
|
13
|
+
priority: high
|
|
41
14
|
disambiguates_against:
|
|
42
15
|
- capability: audit
|
|
43
16
|
hint: "document maintains project docs; audit reviews codebase health"
|
|
44
|
-
patterns_regex:
|
|
45
|
-
- "\\baudit\\s+docs?\\b"
|
|
@@ -1,47 +1,16 @@
|
|
|
1
1
|
TRIGGERS:
|
|
2
2
|
1:
|
|
3
3
|
id: T1
|
|
4
|
-
description:
|
|
5
|
-
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests optimize.
|
|
4
|
+
description: Improve an existing system against a measurable target.
|
|
7
5
|
priority: high
|
|
8
|
-
patterns:
|
|
9
|
-
- "optimize"
|
|
10
|
-
- "/optimize"
|
|
11
|
-
confidence_threshold: 60
|
|
12
|
-
borderline_band: 20
|
|
13
6
|
disambiguates_against:
|
|
14
7
|
- capability: audit
|
|
15
8
|
hint: "optimize tunes existing code; audit reviews codebase health"
|
|
16
9
|
2:
|
|
17
10
|
id: T2
|
|
18
|
-
description:
|
|
19
|
-
|
|
20
|
-
improve a concrete, quantifiable property of their codebase.
|
|
21
|
-
priority: medium
|
|
22
|
-
patterns:
|
|
23
|
-
- "optimize"
|
|
24
|
-
- "improve performance"
|
|
25
|
-
- "reduce latency"
|
|
26
|
-
- "increase test coverage"
|
|
27
|
-
- "lower bundle size"
|
|
28
|
-
- "speed up"
|
|
29
|
-
- "make faster"
|
|
30
|
-
- "make smaller"
|
|
31
|
-
- "get the score up"
|
|
32
|
-
- "hit the target"
|
|
33
|
-
- "improve the metric"
|
|
34
|
-
confidence_threshold: 50
|
|
35
|
-
borderline_band: 20
|
|
11
|
+
description: Improve a concrete metric such as startup time, latency, coverage, or size.
|
|
12
|
+
priority: high
|
|
36
13
|
3:
|
|
37
14
|
id: T3
|
|
38
|
-
description:
|
|
39
|
-
Iterative experimentation requests. Matches when the user wants to
|
|
40
|
-
run experiments, benchmark, or iterate on a measurable objective.
|
|
15
|
+
description: Benchmark, experiment, or iterate toward a measurable objective.
|
|
41
16
|
priority: medium
|
|
42
|
-
patterns:
|
|
43
|
-
- "benchmark and iterate"
|
|
44
|
-
- "run experiments"
|
|
45
|
-
- "tune"
|
|
46
|
-
- "experiment until"
|
|
47
|
-
confidence_threshold: 50
|
|
@@ -6,8 +6,9 @@ ARTIFACTS:
|
|
|
6
6
|
description: >-
|
|
7
7
|
Orchestrate consumes plan task queue state through
|
|
8
8
|
`agentera prime --context orchestrate --format json` before raw
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
artifact access, then updates status (pending -> complete/blocked) only
|
|
10
|
+
when resolving a task. Superseded tasks are terminal dependency
|
|
11
|
+
satisfiers and stay out of ready and blocked queues. Failed evaluator results are recorded through the
|
|
11
12
|
retry-safe typed `record-evaluation` mutation before retry or blocking.
|
|
12
13
|
2:
|
|
13
14
|
id: A2
|
|
@@ -3,7 +3,7 @@ EXIT_CONDITIONS:
|
|
|
3
3
|
id: E1
|
|
4
4
|
condition: complete
|
|
5
5
|
description: >-
|
|
6
|
-
All plan tasks are complete, the health check passed, and the
|
|
6
|
+
All plan tasks are complete or validly superseded, the health check passed, and the
|
|
7
7
|
orchestration session concluded with all planned work finished.
|
|
8
8
|
exit_signal: complete
|
|
9
9
|
2:
|
|
@@ -1,55 +1,23 @@
|
|
|
1
1
|
TRIGGERS:
|
|
2
2
|
1:
|
|
3
3
|
id: T1
|
|
4
|
-
description:
|
|
5
|
-
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests orchestrate.
|
|
4
|
+
description: Execute an entire plan or coordinate multiple tasks and capabilities.
|
|
7
5
|
priority: high
|
|
8
|
-
patterns:
|
|
9
|
-
- "orchestrate"
|
|
10
|
-
- "/orchestrate"
|
|
11
|
-
confidence_threshold: 60
|
|
12
|
-
borderline_band: 10
|
|
13
|
-
patterns_regex:
|
|
14
|
-
- "\\b/orchestrate\\b"
|
|
15
6
|
2:
|
|
16
7
|
id: T2
|
|
17
|
-
description:
|
|
18
|
-
|
|
19
|
-
an entire plan autonomously or run tasks through evaluation gating.
|
|
20
|
-
priority: medium
|
|
21
|
-
patterns:
|
|
22
|
-
- "run the plan"
|
|
23
|
-
- "execute the plan"
|
|
24
|
-
- "run all tasks"
|
|
25
|
-
- "keep going until done"
|
|
26
|
-
- "run through the plan"
|
|
27
|
-
- "build everything"
|
|
28
|
-
confidence_threshold: 55
|
|
8
|
+
description: Run every task in a plan or execute a full plan autonomously.
|
|
9
|
+
priority: high
|
|
29
10
|
disambiguates_against:
|
|
30
11
|
- capability: build
|
|
31
12
|
hint: "orchestrate runs the whole plan autonomously; build executes one development cycle"
|
|
32
13
|
3:
|
|
33
14
|
id: T3
|
|
34
|
-
description:
|
|
35
|
-
Orchestration and delegation signals. Matches when the user wants to
|
|
36
|
-
chain multiple capabilities, delegate work, or coordinate multi-step
|
|
37
|
-
execution.
|
|
15
|
+
description: Coordinate multiple tasks or capability handoffs through completion.
|
|
38
16
|
priority: medium
|
|
39
|
-
patterns:
|
|
40
|
-
- "orchestrate"
|
|
41
|
-
- "orchestrate skills"
|
|
42
|
-
- "multi-cycle"
|
|
43
|
-
confidence_threshold: 50
|
|
44
17
|
4:
|
|
45
18
|
id: T4
|
|
46
|
-
description:
|
|
47
|
-
Autonomous plan execution signals. Matches when the user wants
|
|
48
|
-
evaluated, plan-driven development without manual intervention.
|
|
19
|
+
description: Run evaluated, plan-driven development across multiple tasks without manual sequencing.
|
|
49
20
|
priority: medium
|
|
50
|
-
patterns:
|
|
51
|
-
- "autonomous plan execution"
|
|
52
|
-
confidence_threshold: 50
|
|
53
21
|
disambiguates_against:
|
|
54
22
|
- capability: build
|
|
55
23
|
hint: "orchestrate chains multi-cycle execution; build runs a single cycle"
|
|
@@ -1,46 +1,23 @@
|
|
|
1
1
|
TRIGGERS:
|
|
2
2
|
1:
|
|
3
3
|
id: T1
|
|
4
|
-
description:
|
|
5
|
-
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests plan for structured planning.
|
|
4
|
+
description: Requests to structure work into a plan before implementation.
|
|
7
5
|
priority: high
|
|
8
|
-
patterns:
|
|
9
|
-
- "plan"
|
|
10
|
-
- "/plan"
|
|
11
|
-
confidence_threshold: 60
|
|
12
|
-
borderline_band: 10
|
|
13
|
-
patterns_regex:
|
|
14
|
-
- "\\b/plan\\b"
|
|
15
6
|
2:
|
|
16
7
|
id: T2
|
|
17
|
-
description:
|
|
18
|
-
|
|
19
|
-
break work down, or specify requirements before building.
|
|
20
|
-
priority: medium
|
|
21
|
-
patterns:
|
|
22
|
-
- "plan this"
|
|
23
|
-
- "write a plan"
|
|
24
|
-
- "break this down"
|
|
25
|
-
- "decompose this"
|
|
26
|
-
- "spec this out"
|
|
27
|
-
- "plan before building"
|
|
28
|
-
confidence_threshold: 50
|
|
8
|
+
description: Create a plan, break work down, or specify requirements before building.
|
|
9
|
+
priority: high
|
|
29
10
|
disambiguates_against:
|
|
30
11
|
- capability: build
|
|
31
12
|
hint: "plan structures work into tasks before coding; build implements the work"
|
|
13
|
+
- capability: discuss
|
|
14
|
+
hint: "plan structures committed work; discuss explores an undecided choice or tradeoff"
|
|
15
|
+
- capability: vision
|
|
16
|
+
hint: "plan structures work toward known direction; vision defines the direction itself"
|
|
32
17
|
3:
|
|
33
18
|
id: T3
|
|
34
|
-
description:
|
|
35
|
-
Architectural planning signals. Matches when the user is asking how
|
|
36
|
-
to approach building something or when the work is too large for a
|
|
37
|
-
single development cycle.
|
|
19
|
+
description: Plan a multi-step feature or approach too large for one development cycle.
|
|
38
20
|
priority: medium
|
|
39
|
-
patterns:
|
|
40
|
-
- "how should we build this"
|
|
41
|
-
- "multi-step feature"
|
|
42
|
-
- "this is too big for one cycle"
|
|
43
|
-
confidence_threshold: 50
|
|
44
21
|
disambiguates_against:
|
|
45
22
|
- capability: build
|
|
46
23
|
hint: "plan sizes work before implementation; build runs the development cycle"
|
|
@@ -1,49 +1,20 @@
|
|
|
1
1
|
TRIGGERS:
|
|
2
2
|
1:
|
|
3
3
|
id: T1
|
|
4
|
-
description:
|
|
5
|
-
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests profile.
|
|
4
|
+
description: Create, maintain, or analyze a reusable decision profile.
|
|
7
5
|
priority: high
|
|
8
|
-
patterns:
|
|
9
|
-
- "profile"
|
|
10
|
-
- "/profile"
|
|
11
|
-
confidence_threshold: 55
|
|
12
6
|
2:
|
|
13
7
|
id: T2
|
|
14
|
-
description:
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
- "build decision profile"
|
|
20
|
-
- "generate decision profile"
|
|
21
|
-
- "rebuild my profile"
|
|
22
|
-
- "regenerate profile"
|
|
23
|
-
confidence_threshold: 45
|
|
8
|
+
description: Build, generate, or regenerate a decision profile.
|
|
9
|
+
priority: high
|
|
10
|
+
disambiguates_against:
|
|
11
|
+
- capability: build
|
|
12
|
+
hint: "profile builds a reusable decision profile; build implements a software task"
|
|
24
13
|
3:
|
|
25
14
|
id: T3
|
|
26
|
-
description:
|
|
27
|
-
Profile maintenance requests. Matches when the user wants to update,
|
|
28
|
-
validate, or check their existing profile.
|
|
15
|
+
description: Update, validate, or refresh an existing decision profile.
|
|
29
16
|
priority: medium
|
|
30
|
-
patterns:
|
|
31
|
-
- "update my profile"
|
|
32
|
-
- "refresh my decision profile"
|
|
33
|
-
- "validate my profile"
|
|
34
|
-
- "check my profile"
|
|
35
|
-
- "quick profile check"
|
|
36
|
-
confidence_threshold: 45
|
|
37
17
|
4:
|
|
38
18
|
id: T4
|
|
39
|
-
description:
|
|
40
|
-
Decision analysis requests. Matches when the user wants to understand
|
|
41
|
-
their own decision-making patterns or review past decisions.
|
|
19
|
+
description: Analyze personal decision patterns or review decision history.
|
|
42
20
|
priority: medium
|
|
43
|
-
patterns:
|
|
44
|
-
- "what would I decide"
|
|
45
|
-
- "analyze my decisions"
|
|
46
|
-
- "mine my sessions"
|
|
47
|
-
- "decision patterns"
|
|
48
|
-
- "review my decision history"
|
|
49
|
-
confidence_threshold: 45
|
|
@@ -1,40 +1,16 @@
|
|
|
1
1
|
TRIGGERS:
|
|
2
2
|
1:
|
|
3
3
|
id: T1
|
|
4
|
-
description:
|
|
5
|
-
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests research.
|
|
4
|
+
description: Research requests that analyze external sources, repositories, or approaches.
|
|
7
5
|
priority: high
|
|
8
|
-
patterns:
|
|
9
|
-
- "research"
|
|
10
|
-
- "/research"
|
|
11
|
-
confidence_threshold: 55
|
|
12
6
|
2:
|
|
13
7
|
id: T2
|
|
14
|
-
description:
|
|
15
|
-
|
|
16
|
-
an external URL and asks how it applies to their project or whether
|
|
17
|
-
they should adopt it.
|
|
18
|
-
priority: medium
|
|
19
|
-
patterns:
|
|
20
|
-
- "could I use this in"
|
|
21
|
-
- "how does this apply to my project"
|
|
22
|
-
- "is this relevant to"
|
|
23
|
-
- "what can I take from this"
|
|
24
|
-
- "should I adopt"
|
|
25
|
-
confidence_threshold: 45
|
|
8
|
+
description: Assess an external source's relevance, applicability, or adoption.
|
|
9
|
+
priority: high
|
|
26
10
|
3:
|
|
27
11
|
id: T3
|
|
28
|
-
description:
|
|
29
|
-
|
|
30
|
-
analysis of a library, repo, or approach for ideas and patterns.
|
|
31
|
-
priority: medium
|
|
32
|
-
patterns:
|
|
33
|
-
- "what do you think of this library"
|
|
34
|
-
- "review this repo for ideas"
|
|
35
|
-
- "anything worth stealing from"
|
|
36
|
-
- "how does this compare to what I'm doing"
|
|
37
|
-
confidence_threshold: 45
|
|
12
|
+
description: Review an external library, repository, or pattern for ideas.
|
|
13
|
+
priority: high
|
|
38
14
|
disambiguates_against:
|
|
39
15
|
- capability: audit
|
|
40
16
|
hint: "research reviews external resources for ideas; audit reviews the local codebase for health"
|
|
@@ -1,62 +1,22 @@
|
|
|
1
1
|
TRIGGERS:
|
|
2
2
|
1:
|
|
3
3
|
id: T1
|
|
4
|
-
description:
|
|
5
|
-
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests status.
|
|
4
|
+
description: Explicit status requests and orientation for the current project.
|
|
7
5
|
priority: high
|
|
8
|
-
patterns:
|
|
9
|
-
- "status"
|
|
10
|
-
- "/status"
|
|
11
|
-
confidence_threshold: 60
|
|
12
|
-
borderline_band: 10
|
|
13
6
|
2:
|
|
14
7
|
id: T2
|
|
15
|
-
description:
|
|
16
|
-
|
|
17
|
-
requests from a user resuming work.
|
|
18
|
-
priority: medium
|
|
19
|
-
patterns:
|
|
20
|
-
- "start"
|
|
21
|
-
- "begin"
|
|
22
|
-
- "getting started"
|
|
23
|
-
- "onboard me"
|
|
24
|
-
confidence_threshold: 40
|
|
8
|
+
description: Session-start requests seeking orientation before choosing work.
|
|
9
|
+
priority: high
|
|
25
10
|
3:
|
|
26
11
|
id: T3
|
|
27
|
-
description:
|
|
28
|
-
Status and orientation requests. Matches when the user wants to know
|
|
29
|
-
the current state of the project or get a briefing.
|
|
12
|
+
description: Current project state, briefing, attention, or progress requests.
|
|
30
13
|
priority: medium
|
|
31
|
-
patterns:
|
|
32
|
-
- "status"
|
|
33
|
-
- "dashboard"
|
|
34
|
-
- "pulse"
|
|
35
|
-
- "brief"
|
|
36
|
-
- "brief me"
|
|
37
|
-
- "update me"
|
|
38
|
-
- "what needs attention"
|
|
39
|
-
confidence_threshold: 45
|
|
40
14
|
4:
|
|
41
15
|
id: T4
|
|
42
|
-
description:
|
|
43
|
-
|
|
44
|
-
on a known project and wants to pick up where they left off.
|
|
45
|
-
priority: medium
|
|
46
|
-
patterns:
|
|
47
|
-
- "where were we"
|
|
48
|
-
- "catch me up"
|
|
49
|
-
- "what should I work on"
|
|
50
|
-
- "what's next"
|
|
51
|
-
confidence_threshold: 45
|
|
16
|
+
description: Resume-work and “what's next?” requests with no separate requested outcome.
|
|
17
|
+
priority: high
|
|
52
18
|
5:
|
|
53
19
|
id: T5
|
|
54
|
-
description:
|
|
55
|
-
Fallback. Status is the default capability when no other capability's
|
|
56
|
-
trigger patterns match. This entry documents the fallback behavior
|
|
57
|
-
defined in the routing layer routing logic.
|
|
58
|
-
patterns:
|
|
59
|
-
- "*"
|
|
20
|
+
description: Fallback orientation when no capability fits the request.
|
|
60
21
|
fallback: true
|
|
61
22
|
priority: low
|
|
62
|
-
confidence_threshold: 0
|