From 5955f8393d0fdf623533bfc6429f0ee9cf62d5d1 Mon Sep 17 00:00:00 2001 From: Garrett Maring Date: Tue, 26 May 2026 10:42:38 -0300 Subject: [PATCH] V41 Gate 2: Catalog prompt programs Add source-safe PromptPart and Prompt inventory generation for V41 Gate 2, including package exports, protocol tests, artifact freshness checks, and gate/canon workflow wiring. Record V42 as the planned MVP experience version for shortest-path Depositing, shortest-path Reading, and the AI-reading dominant demonstration while preserving V41's prompt-program scope. --- .bitcode/v41-promptpart-prompt-inventory.json | 58550 ++++++++++++++++ .github/workflows/bitcode-canon-quality.yml | 3 + .github/workflows/bitcode-gate-quality.yml | 3 + BITCODE_SPEC_V41.md | 4 + BITCODE_SPEC_V41_DELTA.md | 2 + BITCODE_SPEC_V41_NOTES.md | 14 +- BITCODE_SPEC_V41_PARITY_MATRIX.md | 14 +- README.md | 9 + SPECIFICATIONS_ROADMAP.md | 13 +- package.json | 3 + packages/protocol/README.md | 12 + .../v41-promptpart-prompt-inventory.js | 509 + packages/protocol/src/index.d.ts | 9 + packages/protocol/src/index.js | 11 + .../v41-promptpart-prompt-inventory.test.js | 80 + ...1-gate1-prompt-program-roadmap-opening.mjs | 2 +- ...-v41-gate2-promptpart-prompt-inventory.mjs | 254 + ...nerate-v41-promptpart-prompt-inventory.mjs | 60 + 18 files changed, 59541 insertions(+), 11 deletions(-) create mode 100644 .bitcode/v41-promptpart-prompt-inventory.json create mode 100644 packages/protocol/src/canonical/v41-promptpart-prompt-inventory.js create mode 100644 packages/protocol/test/v41-promptpart-prompt-inventory.test.js create mode 100644 scripts/check-v41-gate2-promptpart-prompt-inventory.mjs create mode 100644 scripts/generate-v41-promptpart-prompt-inventory.mjs diff --git a/.bitcode/v41-promptpart-prompt-inventory.json b/.bitcode/v41-promptpart-prompt-inventory.json new file mode 100644 index 000000000..cac79d759 --- /dev/null +++ b/.bitcode/v41-promptpart-prompt-inventory.json @@ -0,0 +1,58550 @@ +{ + "artifactId": "v41-promptpart-prompt-inventory", + "schemaId": "bitcode.v41.promptpartPromptInventory.v1", + "version": "V41", + "currentTarget": "V40", + "generatedAt": "2026-05-26T00:00:00.000Z", + "artifactPath": ".bitcode/v41-promptpart-prompt-inventory.json", + "artifactRoot": "v41-promptpart-prompt-inventory:4398aef542cfe4aa0628a3f8", + "sourceSafetyVerdict": "source-safe-promptpart-prompt-inventory-metadata", + "sourceSafety": { + "sourceSafeMetadataOnly": true, + "protectedSourceVisible": false, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "credentialsSerialized": false, + "unpaidAssetPackSourceVisible": false, + "forbiddenPayloadClasses": [ + "secret-values", + "provider-tokens", + "wallet-private-material", + "protected-source-payloads", + "raw-protected-prompts", + "raw-prompt-text", + "raw-provider-responses", + "private-context", + "unpaid-assetpack-source" + ] + }, + "sourceRoots": [ + { + "id": "promptPartGeneric", + "sourcePath": "packages/prompts/src/raw_promptparts/generic", + "present": true + }, + { + "id": "promptPartSpecific", + "sourcePath": "packages/prompts/src/raw_promptparts/specific", + "present": true + }, + { + "id": "promptPrimitive", + "sourcePath": "packages/prompts/src/prompt.ts", + "present": true + }, + { + "id": "promptPartPrimitive", + "sourcePath": "packages/prompts/src/parts/PromptPart.ts", + "present": true + }, + { + "id": "templatedPromptPartPrimitive", + "sourcePath": "packages/prompts/src/parts/TemplatedPromptPart.ts", + "present": true + }, + { + "id": "promptBenchmarking", + "sourcePath": "packages/prompts/src/benchmarking", + "present": true + }, + { + "id": "readingPipelineAgents", + "sourcePath": "packages/pipelines/asset-pack/src/agents", + "present": true + }, + { + "id": "readingPipelineContracts", + "sourcePath": "packages/pipelines/asset-pack/src", + "present": true + }, + { + "id": "conversationGenerics", + "sourcePath": "packages/conversations-generics/src", + "present": true + }, + { + "id": "toolsGenerics", + "sourcePath": "packages/tools-generics/src", + "present": true + }, + { + "id": "genericTools", + "sourcePath": "packages/generic-tools", + "present": true + }, + { + "id": "chatgptAppPrompts", + "sourcePath": "packages/chatgptapp/src/prompts", + "present": true + }, + { + "id": "uapiPromptSurfaces", + "sourcePath": "uapi/app", + "present": true + }, + { + "id": "v38BenchmarkReport", + "sourcePath": "packages/protocol/src/canonical/prompt-benchmark-report.js", + "present": true + }, + { + "id": "v40BenchmarkSmoke", + "sourcePath": "packages/protocol/src/canonical/v40-prompt-benchmark-smoke-v41-readiness.js", + "present": true + }, + { + "id": "spec", + "sourcePath": "BITCODE_SPEC_V41.md", + "present": true + }, + { + "id": "delta", + "sourcePath": "BITCODE_SPEC_V41_DELTA.md", + "present": true + }, + { + "id": "notes", + "sourcePath": "BITCODE_SPEC_V41_NOTES.md", + "present": true + }, + { + "id": "parity", + "sourcePath": "BITCODE_SPEC_V41_PARITY_MATRIX.md", + "present": true + }, + { + "id": "roadmap", + "sourcePath": "SPECIFICATIONS_ROADMAP.md", + "present": true + }, + { + "id": "packageSource", + "sourcePath": "packages/protocol/src/canonical/v41-promptpart-prompt-inventory.js", + "present": true + }, + { + "id": "packageTest", + "sourcePath": "packages/protocol/test/v41-promptpart-prompt-inventory.test.js", + "present": true + }, + { + "id": "generator", + "sourcePath": "scripts/generate-v41-promptpart-prompt-inventory.mjs", + "present": true + }, + { + "id": "checker", + "sourcePath": "scripts/check-v41-gate2-promptpart-prompt-inventory.mjs", + "present": true + }, + { + "id": "packageJson", + "sourcePath": "package.json", + "present": true + }, + { + "id": "gateWorkflow", + "sourcePath": ".github/workflows/bitcode-gate-quality.yml", + "present": true + }, + { + "id": "canonWorkflow", + "sourcePath": ".github/workflows/bitcode-canon-quality.yml", + "present": true + } + ], + "coverage": { + "requiredSurfaceIds": [ + "raw-promptparts-generic", + "raw-promptparts-specific", + "reading-pipeline-prompts", + "conversation-prompts", + "tool-definition-prompts", + "interface-prompts", + "benchmark-prompts" + ], + "requiredFieldIds": [ + "inventoryId", + "sourcePath", + "sourceHash", + "registryOwner", + "semanticPurposeId", + "promptFamilyIds", + "templateVariableNames", + "benchmarkFixtureIds", + "disclosureTier", + "validationCommand" + ], + "disclosureTiers": [ + "promptpart_identity_source_safe", + "prompt_identity_source_safe", + "registry_path_source_safe", + "template_variable_name_source_safe", + "benchmark_fixture_id_source_safe", + "source_hash_source_safe", + "raw_prompt_text_private", + "raw_provider_response_private" + ], + "promptPartRowCount": 1459, + "promptRowCount": 105, + "totalRowCount": 1564, + "genericPromptPartCount": 59, + "specificPromptPartCount": 1400, + "promptRowsByKind": { + "DocCodeToolPrompt": 70, + "PTRRAgentPrompt": 15, + "ConversationPrompt": 1, + "BenchmarkPrompt": 9, + "ComposedPrompt": 10 + }, + "promptPartRowsByFamily": { + "GenericPTRRFailsafeThricifiedPromptParts": 59, + "PromptBenchmark": 1275, + "Interface": 70, + "Conversation": 14, + "ToolDefinition": 38, + "ReadFitsFindingSynthesis": 3 + }, + "promptRowsByFamily": { + "Interface": 3, + "Conversation": 2, + "GenericPTRRFailsafeThricifiedPromptParts": 79, + "PromptBenchmark": 9, + "ReadFitsFindingSynthesis": 7, + "ToolDefinition": 5 + }, + "readingPromptRowCount": 49, + "conversationPromptRowCount": 2, + "toolPromptRowCount": 74, + "interfacePromptRowCount": 10, + "promptPartRowsWithDocComments": 1459, + "promptRowsWithDocComments": 79, + "promptPartExportCount": 1459, + "promptConstructionCount": 186, + "promptRowsWithRegistryPaths": 87, + "registryPathCount": 1135, + "templateVariableNameCount": 10, + "benchmarkFixtureCount": 8, + "sourceRootCount": 27, + "sourceRootPresentCount": 27, + "sourceSafeMetadataOnly": true, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "unpaidAssetPackSourceVisible": false, + "v38BenchmarkReportPassed": true, + "v38BenchmarkReportRoot": "v38-prompt-benchmark-report:7c34a5c11c25c490aedf413d", + "v40BenchmarkSmokePassed": true, + "v40BenchmarkSmokeRoot": "v40-prompt-benchmark-smoke-v41-readiness:3164923746757b9b02fc30ae", + "v42RoadmapPrepared": true + }, + "promptPartRows": [ + { + "inventoryId": "promptpart:generic:promptpart_generic_agent_failsafe_chunk", + "rowRoot": "v41-prompt-inventory-row:c71e34ca35ca0a9bb8f38016", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_agent_failsafe_chunk.ts", + "sourceHash": "2b2b330e7df6315a19d3a959", + "exportNames": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_CHUNK" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "agent-failsafe-chunk", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_agent_failsafe_prepare_context", + "rowRoot": "v41-prompt-inventory-row:94691acdadef48a96b95cacf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_agent_failsafe_prepare_context.ts", + "sourceHash": "ad50c10e530b9f7cb28500de", + "exportNames": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "agent-failsafe-prepare-context", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_agent_failsafe_stitch", + "rowRoot": "v41-prompt-inventory-row:747e27d8dd9b34ae012f7259", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_agent_failsafe_stitch.ts", + "sourceHash": "eff10b03c1b3bd80eabe5c6d", + "exportNames": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_STITCH" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "agent-failsafe-stitch", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_agent_failsafe_sum", + "rowRoot": "v41-prompt-inventory-row:f58fd023393b61e94b3c88f3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_agent_failsafe_sum.ts", + "sourceHash": "71ab38c196dbe6173924cbaf", + "exportNames": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_SUM" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "agent-failsafe-sum", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_agent_generation_if_unknown_empty", + "rowRoot": "v41-prompt-inventory-row:724e2dfba8d45f677f82df02", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_agent_generation_if_unknown_empty.ts", + "sourceHash": "168887d789f62c644213046d", + "exportNames": [ + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "agent-generation-if-unknown-empty", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_agent_generation_json_only_header", + "rowRoot": "v41-prompt-inventory-row:45a57b95bebf2e70cd7cf9a6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_agent_generation_json_only_header.ts", + "sourceHash": "5aacda0df8842da262c44c58", + "exportNames": [ + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "agent-generation-json-only-header", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_agent_generation_json_only_single_object", + "rowRoot": "v41-prompt-inventory-row:4f0b41be1bc7089d05347d13", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_agent_generation_json_only_single_object.ts", + "sourceHash": "69f1710e0312a09841df81a5", + "exportNames": [ + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_SINGLE_OBJECT" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "agent-generation-json-only-single-object", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_agent_generation_judge", + "rowRoot": "v41-prompt-inventory-row:12b8fc620caeb9248743f982", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_agent_generation_judge.ts", + "sourceHash": "b779508124734b97d8470760", + "exportNames": [ + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "agent-generation-judge", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_agent_generation_reason", + "rowRoot": "v41-prompt-inventory-row:ee197ecf9a0b51f3c41ff4c5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_agent_generation_reason.ts", + "sourceHash": "5c0b1ca216630f77cae4cf03", + "exportNames": [ + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "agent-generation-reason", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_agent_generation_structured_output", + "rowRoot": "v41-prompt-inventory-row:4a3a8dae105399cfe049f9f5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_agent_generation_structured_output.ts", + "sourceHash": "ba13b46f1d461cdb11bd3af8", + "exportNames": [ + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "agent-generation-structured-output", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_agent_generation_top_level_keys_hint", + "rowRoot": "v41-prompt-inventory-row:7e14b2d8ae6a9463719c324a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_agent_generation_top_level_keys_hint.ts", + "sourceHash": "212ff31cc00886345b8b7d87", + "exportNames": [ + "PROMPTPART_GENERIC_AGENT_GENERATION_TOP_LEVEL_KEYS_HINT" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "agent-generation-top-level-keys-hint", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_agent_generation_use_this_structured_schema", + "rowRoot": "v41-prompt-inventory-row:708b0c738bb81bf18eb028c8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_agent_generation_use_this_structured_schema.ts", + "sourceHash": "67808adad82fb9c97407166a", + "exportNames": [ + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "agent-generation-use-this-structured-schema", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_agent_system_capabilities", + "rowRoot": "v41-prompt-inventory-row:26f3ee959cb1d88d0c3941ef", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_agent_system_capabilities.ts", + "sourceHash": "d285cb159c50b481b0c14389", + "exportNames": [ + "PROMPTPART_GENERIC_AGENT_SYSTEM_CAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "agent-system-capabilities", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_doccode_capabilities_label", + "rowRoot": "v41-prompt-inventory-row:a0a8c1e406f3b06dc9d3270e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_doccode_capabilities_label.ts", + "sourceHash": "af337884f0017c2e445dd42c", + "exportNames": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "doccode-capabilities-label", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_doccode_examples_label", + "rowRoot": "v41-prompt-inventory-row:8fc37dc6d82757a0600fff6d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_doccode_examples_label.ts", + "sourceHash": "a0b89584063bb937dedea7fb", + "exportNames": [ + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "doccode-examples-label", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_doccode_metadata_label", + "rowRoot": "v41-prompt-inventory-row:f24398747d352a8b1df083fa", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_doccode_metadata_label.ts", + "sourceHash": "bae94cc6b555a2674ae86e79", + "exportNames": [ + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "doccode-metadata-label", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_doccode_output_label", + "rowRoot": "v41-prompt-inventory-row:a68c1e78da81888c1f2da40a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_doccode_output_label.ts", + "sourceHash": "652b8405674f5444bab435cb", + "exportNames": [ + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "doccode-output-label", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_doccode_parameters_label", + "rowRoot": "v41-prompt-inventory-row:e3d2749d46c21609d5d49dcd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_doccode_parameters_label.ts", + "sourceHash": "dba9bc4645434f53e93eea42", + "exportNames": [ + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "doccode-parameters-label", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_doccode_purpose_label", + "rowRoot": "v41-prompt-inventory-row:78a124becd188e449a2bd893", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_doccode_purpose_label.ts", + "sourceHash": "2094c83c4b4cbd475bddbf9d", + "exportNames": [ + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "doccode-purpose-label", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_formatting_afterencountering", + "rowRoot": "v41-prompt-inventory-row:043aef566fd5d689b96d74df", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_formatting_afterencountering.ts", + "sourceHash": "eed1239f94f67f575deb150f", + "exportNames": [ + "PROMPTPART_GENERIC_FORMATTING_AFTERENCOUNTERING" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "formatting-afterencountering", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_formatting_basedonthe", + "rowRoot": "v41-prompt-inventory-row:673557f5fa98d583d9aa26a0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_formatting_basedonthe.ts", + "sourceHash": "cdeb68338ba392cbec78ad4f", + "exportNames": [ + "PROMPTPART_GENERIC_FORMATTING_BASEDONTHE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "formatting-basedonthe", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_formatting_common_capabilitieslabel_header", + "rowRoot": "v41-prompt-inventory-row:f920185cd87dc920f9c14ba7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_formatting_common_capabilitieslabel_header.ts", + "sourceHash": "6c50683962fbb746bdc0243e", + "exportNames": [ + "PROMPTPART_GENERIC_FORMATTING_COMMON_CAPABILITIESLABEL_HEADER" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "formatting-common-capabilitieslabel-header", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_formatting_common_greeting_opener", + "rowRoot": "v41-prompt-inventory-row:ea00d94195e13af9e005e1c3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_formatting_common_greeting_opener.ts", + "sourceHash": "ca4769042f97a917c08f57ec", + "exportNames": [ + "PROMPTPART_GENERIC_FORMATTING_COMMON_GREETING_OPENER" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "formatting-common-greeting-opener", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_formatting_executethe_following", + "rowRoot": "v41-prompt-inventory-row:b70a84b20a306b2e6b6dc4e3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_formatting_executethe_following.ts", + "sourceHash": "3beb9f08eff70a5de1014bb1", + "exportNames": [ + "PROMPTPART_GENERIC_FORMATTING_EXECUTETHE_FOLLOWING" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "formatting-executethe-following", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_formatting_giventhefollowing", + "rowRoot": "v41-prompt-inventory-row:27f9ebbfa162189f33cf3b24", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_formatting_giventhefollowing.ts", + "sourceHash": "4411fa47e2d61228093e81ec", + "exportNames": [ + "PROMPTPART_GENERIC_FORMATTING_GIVENTHEFOLLOWING" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "formatting-giventhefollowing", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_formatting_phase_requirements_header", + "rowRoot": "v41-prompt-inventory-row:5fe7fed699580414eb7903bb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_formatting_phase_requirements_header.ts", + "sourceHash": "1bc977e7b4bc18035767241b", + "exportNames": [ + "PROMPTPART_GENERIC_FORMATTING_PHASE_REQUIREMENTS_HEADER" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "formatting-phase-requirements-header", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_formatting_pipeline_executeusing_opener", + "rowRoot": "v41-prompt-inventory-row:5589441fcda6ecd45055f042", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_formatting_pipeline_executeusing_opener.ts", + "sourceHash": "314054013be72b9845e55d14", + "exportNames": [ + "PROMPTPART_GENERIC_FORMATTING_PIPELINE_EXECUTEUSING_OPENER" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "formatting-pipeline-executeusing-opener", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_plan_objective", + "rowRoot": "v41-prompt-inventory-row:09ca6c06a971fd28926c9001", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_plan_objective.ts", + "sourceHash": "498cd55f370f4ea9a15f3025", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_PLAN_OBJECTIVE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-plan-objective", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_plan_substep_chunk_then_sum", + "rowRoot": "v41-prompt-inventory-row:1b356b000919e23773297364", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_plan_substep_chunk_then_sum.ts", + "sourceHash": "e3bacef7ee2b75b45bfb632e", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_PLAN_SUBSTEP_CHUNK_THEN_SUM" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-plan-substep-chunk-then-sum", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_plan_substep_judge", + "rowRoot": "v41-prompt-inventory-row:f8298e4fab236ec172ef2283", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_plan_substep_judge.ts", + "sourceHash": "3cba6c7032ade873b86d5e13", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_PLAN_SUBSTEP_JUDGE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-plan-substep-judge", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_plan_substep_prepare_concise_context", + "rowRoot": "v41-prompt-inventory-row:814cac7a2422f3d6274feb11", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_plan_substep_prepare_concise_context.ts", + "sourceHash": "8c7ca524b71e6b690271057a", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_PLAN_SUBSTEP_PREPARE_CONCISE_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-plan-substep-prepare-concise-context", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_plan_substep_reason", + "rowRoot": "v41-prompt-inventory-row:bfbe47ddd0de78763255647c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_plan_substep_reason.ts", + "sourceHash": "b10bf2412611db8a53953b77", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_PLAN_SUBSTEP_REASON" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-plan-substep-reason", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_plan_substep_stitch_until_complete", + "rowRoot": "v41-prompt-inventory-row:4e2fdffc38fd2eb405220347", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_plan_substep_stitch_until_complete.ts", + "sourceHash": "35022aada5a90e2eb671b097", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_PLAN_SUBSTEP_STITCH_UNTIL_COMPLETE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-plan-substep-stitch-until-complete", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_plan_substep_structured_output", + "rowRoot": "v41-prompt-inventory-row:694b30efc572896feabb5835", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_plan_substep_structured_output.ts", + "sourceHash": "a75cf0daeebacf81a3569da2", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_PLAN_SUBSTEP_STRUCTURED_OUTPUT" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-plan-substep-structured-output", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_plan_substep_tools_execution", + "rowRoot": "v41-prompt-inventory-row:4d0caa48eacdb9182e889b1b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_plan_substep_tools_execution.ts", + "sourceHash": "2aee7e3e29bb59fd6c40c905", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_PLAN_SUBSTEP_TOOLS_EXECUTION" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-plan-substep-tools-execution", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_refine_objective", + "rowRoot": "v41-prompt-inventory-row:73e1f6b3cb909f58e6e3939b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_refine_objective.ts", + "sourceHash": "9d979abf7eed6f0fc58f976a", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_REFINE_OBJECTIVE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-refine-objective", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_refine_substep_chunk_then_sum", + "rowRoot": "v41-prompt-inventory-row:903439ea16547afbbdc2e2b7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_refine_substep_chunk_then_sum.ts", + "sourceHash": "24d5187422f18149a590fd23", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_REFINE_SUBSTEP_CHUNK_THEN_SUM" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-refine-substep-chunk-then-sum", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_refine_substep_judge", + "rowRoot": "v41-prompt-inventory-row:fcfffaf41dac376a5ac96e8f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_refine_substep_judge.ts", + "sourceHash": "ababcb3886d3e6a966dcf041", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_REFINE_SUBSTEP_JUDGE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-refine-substep-judge", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_refine_substep_prepare_concise_context", + "rowRoot": "v41-prompt-inventory-row:1cd1321c03002ab94abc88e2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_refine_substep_prepare_concise_context.ts", + "sourceHash": "5ab66a5bca03f171de283ef3", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_REFINE_SUBSTEP_PREPARE_CONCISE_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-refine-substep-prepare-concise-context", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_refine_substep_reason", + "rowRoot": "v41-prompt-inventory-row:1cae0dbfa20737d5c1849585", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_refine_substep_reason.ts", + "sourceHash": "d49c9720bc9c8f82f6e65e79", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_REFINE_SUBSTEP_REASON" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-refine-substep-reason", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_refine_substep_stitch_until_complete", + "rowRoot": "v41-prompt-inventory-row:a48352fed93edb0742d6fb9f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_refine_substep_stitch_until_complete.ts", + "sourceHash": "2446e30a027e281cfd829280", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_REFINE_SUBSTEP_STITCH_UNTIL_COMPLETE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-refine-substep-stitch-until-complete", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_refine_substep_structured_output", + "rowRoot": "v41-prompt-inventory-row:85f31a8634bea4c59d747e8d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_refine_substep_structured_output.ts", + "sourceHash": "c537e434fc659d823335ea72", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_REFINE_SUBSTEP_STRUCTURED_OUTPUT" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-refine-substep-structured-output", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_refine_substep_tools_execution", + "rowRoot": "v41-prompt-inventory-row:ddb2bb1a59bf5a3d9e350f2a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_refine_substep_tools_execution.ts", + "sourceHash": "c06d266bb41000190437e3bf", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_REFINE_SUBSTEP_TOOLS_EXECUTION" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-refine-substep-tools-execution", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_retry_objective", + "rowRoot": "v41-prompt-inventory-row:240f9c8fd2b197aa77af4cc9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_retry_objective.ts", + "sourceHash": "bcb739460d6cb8b674f53acd", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_RETRY_OBJECTIVE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-retry-objective", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_retry_substep_chunk_then_sum", + "rowRoot": "v41-prompt-inventory-row:d234d9014e96c8f4e2c2310d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_retry_substep_chunk_then_sum.ts", + "sourceHash": "2761a1ef29234b2e1561d9a7", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_RETRY_SUBSTEP_CHUNK_THEN_SUM" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-retry-substep-chunk-then-sum", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_retry_substep_judge", + "rowRoot": "v41-prompt-inventory-row:c04b8ddf57f5ba5e2c254259", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_retry_substep_judge.ts", + "sourceHash": "5384f27b9130559a1ff0219e", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_RETRY_SUBSTEP_JUDGE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-retry-substep-judge", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_retry_substep_prepare_concise_context", + "rowRoot": "v41-prompt-inventory-row:d68e1eb0c0abdd0d1d188bca", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_retry_substep_prepare_concise_context.ts", + "sourceHash": "857b5109a7ad04b26f8b1fe9", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_RETRY_SUBSTEP_PREPARE_CONCISE_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-retry-substep-prepare-concise-context", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_retry_substep_reason", + "rowRoot": "v41-prompt-inventory-row:00e97d721c1043a188b0447c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_retry_substep_reason.ts", + "sourceHash": "32df8354b86b5f2183cf05b5", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_RETRY_SUBSTEP_REASON" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-retry-substep-reason", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_retry_substep_stitch_until_complete", + "rowRoot": "v41-prompt-inventory-row:e8887d6bbad362cffcdad54d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_retry_substep_stitch_until_complete.ts", + "sourceHash": "2802faa28cbc23232b3e8578", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_RETRY_SUBSTEP_STITCH_UNTIL_COMPLETE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-retry-substep-stitch-until-complete", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_retry_substep_structured_output", + "rowRoot": "v41-prompt-inventory-row:c87f74ae0ce4e301bc0b4d24", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_retry_substep_structured_output.ts", + "sourceHash": "814217d9fc3b2f667e818b13", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_RETRY_SUBSTEP_STRUCTURED_OUTPUT" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-retry-substep-structured-output", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_retry_substep_tools_execution", + "rowRoot": "v41-prompt-inventory-row:1c84344cf177720883d14c9c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_retry_substep_tools_execution.ts", + "sourceHash": "27e9454d163c4aa3551d4787", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_RETRY_SUBSTEP_TOOLS_EXECUTION" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-retry-substep-tools-execution", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_try_objective", + "rowRoot": "v41-prompt-inventory-row:29247d808eed98ab29358be2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_try_objective.ts", + "sourceHash": "7c58c3aaeba7ad42c9afc6a7", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_TRY_OBJECTIVE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-try-objective", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_try_substep_chunk_then_sum", + "rowRoot": "v41-prompt-inventory-row:bdaa7a98f2f0db42d8df4a51", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_try_substep_chunk_then_sum.ts", + "sourceHash": "612b7ee7af961efd147b346a", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_TRY_SUBSTEP_CHUNK_THEN_SUM" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-try-substep-chunk-then-sum", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_try_substep_judge", + "rowRoot": "v41-prompt-inventory-row:4e4cde2b1ee3b352bc90a400", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_try_substep_judge.ts", + "sourceHash": "42719c0111f72fa47381644d", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_TRY_SUBSTEP_JUDGE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-try-substep-judge", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_try_substep_prepare_concise_context", + "rowRoot": "v41-prompt-inventory-row:7ac35fd3be87357a350d515d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_try_substep_prepare_concise_context.ts", + "sourceHash": "6f9ad78557ab5a2351dbe70c", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_TRY_SUBSTEP_PREPARE_CONCISE_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-try-substep-prepare-concise-context", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_try_substep_reason", + "rowRoot": "v41-prompt-inventory-row:681ece1c68d718635ba04fb8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_try_substep_reason.ts", + "sourceHash": "fd0949d97caf9e2de424ba73", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_TRY_SUBSTEP_REASON" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-try-substep-reason", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_try_substep_stitch_until_complete", + "rowRoot": "v41-prompt-inventory-row:85da92bdfe4430e072722ecf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_try_substep_stitch_until_complete.ts", + "sourceHash": "d5900fc6da59ab4da44aafa8", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_TRY_SUBSTEP_STITCH_UNTIL_COMPLETE" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-try-substep-stitch-until-complete", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_try_substep_structured_output", + "rowRoot": "v41-prompt-inventory-row:0f62a31246fddeb4a33e3800", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_try_substep_structured_output.ts", + "sourceHash": "e0037e0615ec69f639de0014", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_TRY_SUBSTEP_STRUCTURED_OUTPUT" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-try-substep-structured-output", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:generic:promptpart_generic_ptrr_try_substep_tools_execution", + "rowRoot": "v41-prompt-inventory-row:90a18e2ef8a59b73124230ea", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/generic/promptpart_generic_ptrr_try_substep_tools_execution.ts", + "sourceHash": "3791224a300555383bc78807", + "exportNames": [ + "PROMPTPART_GENERIC_PTRR_TRY_SUBSTEP_TOOLS_EXECUTION" + ], + "registryOwner": "PromptPartRegistry.generic", + "semanticPurposeId": "ptrr-try-substep-tools-execution", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_0_system_identity", + "rowRoot": "v41-prompt-inventory-row:335cc26dd400194671449f0d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_0_system_identity.ts", + "sourceHash": "1054fe429f548e63b5d7a772", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_0_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-0-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_0_system_instructions", + "rowRoot": "v41-prompt-inventory-row:d991e3e796e20ec9731eb63d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_0_system_instructions.ts", + "sourceHash": "856efd99e472a4573af3b9ee", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_0_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-0-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_0_system_role", + "rowRoot": "v41-prompt-inventory-row:32b02412d05c38d073e9de9a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_0_system_role.ts", + "sourceHash": "1854af1e269a9d8f70503341", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_0_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-0-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_adddesigndocumentreview_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:c71107050753398f064a39f0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_adddesigndocumentreview_plan_analysis.ts", + "sourceHash": "e8a0108e7111a8a2055458d9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ADDDESIGNDOCUMENTREVIEW_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-adddesigndocumentreview-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_adddesigndocumentreview_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:20a18107192a3c8b00960d77", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_adddesigndocumentreview_plan_strategy.ts", + "sourceHash": "5f03c5b2414827634dfd766b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ADDDESIGNDOCUMENTREVIEW_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-adddesigndocumentreview-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_adddesigndocumentreview_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:170f7267398b467dda673954", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_adddesigndocumentreview_refine_assessment.ts", + "sourceHash": "08f509751493073ff4291317", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ADDDESIGNDOCUMENTREVIEW_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-adddesigndocumentreview-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_adddesigndocumentreview_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:ce8f2a51288e942efbb49608", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_adddesigndocumentreview_refine_optimization.ts", + "sourceHash": "acb6392a4871ef230c46cc94", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ADDDESIGNDOCUMENTREVIEW_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-adddesigndocumentreview-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_adddesigndocumentreview_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:4aa308b2f625d490d1d68eee", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_adddesigndocumentreview_retry_errorhandling.ts", + "sourceHash": "7eaa97823cc5d20fc7cb0f12", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ADDDESIGNDOCUMENTREVIEW_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-adddesigndocumentreview-retry-errorhandling", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_adddesigndocumentreview_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:ae270526f7214f628b411453", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_adddesigndocumentreview_retry_strategy.ts", + "sourceHash": "ac01c34b48b740659b49f52d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ADDDESIGNDOCUMENTREVIEW_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-adddesigndocumentreview-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_adddesigndocumentreview_system_identity", + "rowRoot": "v41-prompt-inventory-row:e8483cb836b171ddc60035c1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_adddesigndocumentreview_system_identity.ts", + "sourceHash": "81bb31c5515bac039ab459a9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ADDDESIGNDOCUMENTREVIEW_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-adddesigndocumentreview-system-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_adddesigndocumentreview_system_instructions", + "rowRoot": "v41-prompt-inventory-row:fa85ee320df20ab259f87cf4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_adddesigndocumentreview_system_instructions.ts", + "sourceHash": "b2fb0a8b489ed4ff42b5eb43", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ADDDESIGNDOCUMENTREVIEW_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-adddesigndocumentreview-system-instructions", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_adddesigndocumentreview_system_role", + "rowRoot": "v41-prompt-inventory-row:f146171feb60d3ffc10f6048", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_adddesigndocumentreview_system_role.ts", + "sourceHash": "00c7ae73e884d601d7901f14", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ADDDESIGNDOCUMENTREVIEW_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-adddesigndocumentreview-system-role", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_adddesigndocumentreview_try_directives", + "rowRoot": "v41-prompt-inventory-row:3b2a68e96bc210c286ab7f0e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_adddesigndocumentreview_try_directives.ts", + "sourceHash": "6796999624e8cf2fb0ce052c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ADDDESIGNDOCUMENTREVIEW_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-adddesigndocumentreview-try-directives", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_context_awareness_detailcontent", + "rowRoot": "v41-prompt-inventory-row:9a603a08bae8d0df8a77ffa5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_context_awareness_detailcontent.ts", + "sourceHash": "f974226424d097bcf9a66cb5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_CONTEXT_AWARENESS_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-context-awareness-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_identity", + "rowRoot": "v41-prompt-inventory-row:ab06825347f98a89a5e42a97", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_identity.ts", + "sourceHash": "4d06f558bac1f7c096dabfe4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_phase_plan_label", + "rowRoot": "v41-prompt-inventory-row:d3e7f52d9c780de06e94d33d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_phase_plan_label.ts", + "sourceHash": "b2b27e03d034c10c99e7a8cb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PHASE_PLAN_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-phase-plan-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_phase_refine_label", + "rowRoot": "v41-prompt-inventory-row:9a888d29edf4f6248f62d206", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_phase_refine_label.ts", + "sourceHash": "28de944e1e074e7184102cdd", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PHASE_REFINE_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-phase-refine-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_phase_retry_label", + "rowRoot": "v41-prompt-inventory-row:1016cf645085ca4749b24285", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_phase_retry_label.ts", + "sourceHash": "33682ad589284f58efc22e6e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PHASE_RETRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-phase-retry-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_phase_try_label", + "rowRoot": "v41-prompt-inventory-row:cb4ce0b57df852f5f6e25076", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_phase_try_label.ts", + "sourceHash": "eadfc9e0ab443846818e92ef", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PHASE_TRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-phase-try-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:4d0ade8cc4437d1d808c9373", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_plan_analysis.ts", + "sourceHash": "a6f6e107e9ead9a524c52175", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:07d1181e721bb705db549a55", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_plan_strategy.ts", + "sourceHash": "1cd7226d3d52dfc25d744e73", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:eee03da05d1d48a385985234", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_purpose_corestatement.ts", + "sourceHash": "93b3e60a0fc30dd3a9b319d0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:82a490de1dcf18cf17551ebc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_refine_assessment.ts", + "sourceHash": "b0ed0d64e4758d8e3ea8bbb0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:34f7424e53c15ddd62af041a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_refine_optimization.ts", + "sourceHash": "2194e4abc1c0fe1bf58330c7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:1822390e724076ba7bcd20e8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_retry_errorhandling.ts", + "sourceHash": "a8087d304ad435aab5da76f5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:330db15a02d931655b30d0e5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_retry_strategy.ts", + "sourceHash": "dde9bad46191a0668a275178", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_system_identity", + "rowRoot": "v41-prompt-inventory-row:c878ca39854ba4940187d3de", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_system_identity.ts", + "sourceHash": "2d21780d0eb3c27f4403ec3a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_system_instructions", + "rowRoot": "v41-prompt-inventory-row:ee50ba876b9fec6864e5fd66", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_system_instructions.ts", + "sourceHash": "e1a848e6f31bc0876546783a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_system_role", + "rowRoot": "v41-prompt-inventory-row:31a4b67226f7d2a1cb177f4c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_system_role.ts", + "sourceHash": "b68d9866e3e7157c8f8523ce", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzecodebase_try_directives", + "rowRoot": "v41-prompt-inventory-row:51bcc18f0a27cd601909a2bd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzecodebase_try_directives.ts", + "sourceHash": "96857a9abd68b35c3761b363", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzecodebase-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzeparallel_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:97999532ce261d76aff5258b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzeparallel_plan_analysis.ts", + "sourceHash": "537d46f78f843c07eb9be193", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZEPARALLEL_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzeparallel-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzeparallel_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:f44ae3677d5dc32bd9083890", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzeparallel_plan_strategy.ts", + "sourceHash": "50e9d82a4d6a6df406ec15c5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZEPARALLEL_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzeparallel-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzeparallel_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:b93902236e599edf23b33964", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzeparallel_purpose_corestatement.ts", + "sourceHash": "658db6f6982fdf50d0025ca2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZEPARALLEL_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzeparallel-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzeparallel_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:bc9b2984975aeeffdcfa7eb1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzeparallel_refine_assessment.ts", + "sourceHash": "5e3e209d704f053e21d26fd5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZEPARALLEL_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzeparallel-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzeparallel_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:938068efbe5996cf4d297b8a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzeparallel_refine_optimization.ts", + "sourceHash": "7c2b8f44ddcba6ead4bbd9ab", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZEPARALLEL_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzeparallel-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzeparallel_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:ba08bc0edb2942ee4306394b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzeparallel_retry_errorhandling.ts", + "sourceHash": "ebc90e33ee087de45579328b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZEPARALLEL_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzeparallel-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzeparallel_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:23af8da9414f80ae451ef828", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzeparallel_retry_strategy.ts", + "sourceHash": "a1415741ef60d38b86bc2578", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZEPARALLEL_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzeparallel-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzeparallel_system_identity", + "rowRoot": "v41-prompt-inventory-row:186acebc31a78c6484e4e11b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzeparallel_system_identity.ts", + "sourceHash": "be5fb7db31c228ec5cc922ad", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZEPARALLEL_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzeparallel-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzeparallel_system_instructions", + "rowRoot": "v41-prompt-inventory-row:ec5a5bcc31a6802057257ad7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzeparallel_system_instructions.ts", + "sourceHash": "b3c889f021eba0594b45d9e7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZEPARALLEL_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzeparallel-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzeparallel_system_role", + "rowRoot": "v41-prompt-inventory-row:6c9628b432e1711c22afac40", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzeparallel_system_role.ts", + "sourceHash": "8ab9fc99fcefff4025e8ccd3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZEPARALLEL_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzeparallel-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_analyzeparallel_try_directives", + "rowRoot": "v41-prompt-inventory-row:d18311a7b4b13b6f30444a0d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_analyzeparallel_try_directives.ts", + "sourceHash": "3889e360f108f11463f52ca5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ANALYZEPARALLEL_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-analyzeparallel-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_context_awareness_detailcontent", + "rowRoot": "v41-prompt-inventory-row:a18275f7712099ef9a9502a5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_context_awareness_detailcontent.ts", + "sourceHash": "358ab4e9aa6b45e5ae59da66", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_CONTEXT_AWARENESS_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-context-awareness-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_phase_plan_label", + "rowRoot": "v41-prompt-inventory-row:4b2a881971be3aff2ea2f1ec", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_phase_plan_label.ts", + "sourceHash": "12e7560ce06e285d9c61ec9a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_PHASE_PLAN_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-phase-plan-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_phase_refine_label", + "rowRoot": "v41-prompt-inventory-row:85601a1fe3ad9d4a943ae03b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_phase_refine_label.ts", + "sourceHash": "1fbaa7082df497bb6bdd741a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_PHASE_REFINE_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-phase-refine-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_phase_retry_label", + "rowRoot": "v41-prompt-inventory-row:611941d585d5b0ae8be8fba9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_phase_retry_label.ts", + "sourceHash": "33caebe23170cee2c85373b2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_PHASE_RETRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-phase-retry-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_phase_try_label", + "rowRoot": "v41-prompt-inventory-row:92d6e5242b839a05301d31ca", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_phase_try_label.ts", + "sourceHash": "8da40cb7440ba334e5bfe350", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_PHASE_TRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-phase-try-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:392fb41167c75744ace2b6c0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_plan_analysis.ts", + "sourceHash": "982693eb9687ddde7077a1c0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-plan-analysis", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_plan_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:6ed813f92c7c5cd3bcb8eac5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_plan_output_requirement_detailcontent.ts", + "sourceHash": "5ccc8a35ac282bc34030120f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_PLAN_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-plan-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:5b925388fafd8b0e2be0b14a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_plan_strategy.ts", + "sourceHash": "21d6f2bf4e1dcedad17678e9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:d2777f2bb686c409e2f4e094", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_purpose_corestatement.ts", + "sourceHash": "cf8624122899a2ab9e85900e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:81420791eec1666978506833", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_refine_assessment.ts", + "sourceHash": "d8488aa879dec1dcde0e9430", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:7a486ed37203816519de4a43", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_refine_optimization.ts", + "sourceHash": "45bc333c4bdb3cf1f4c554c4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_refine_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:5b700f7e9c8bb8bf30435455", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_refine_output_requirement_detailcontent.ts", + "sourceHash": "038978c62989b3756fe6a86d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_REFINE_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-refine-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:cfbf1ed660b03907771187d9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_retry_errorhandling.ts", + "sourceHash": "de6a08da59c1a216c1628fe0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_retry_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:b89809ea1f68c31fd9afac9b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_retry_output_requirement_detailcontent.ts", + "sourceHash": "1638eb8f1aefa3a6e9229f0d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_RETRY_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-retry-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:74f84eed769fe82f8000cd64", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_retry_strategy.ts", + "sourceHash": "812e21e8a12300ee5fce7063", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_system_identity", + "rowRoot": "v41-prompt-inventory-row:e96161ee495792af11f2f3b3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_system_identity.ts", + "sourceHash": "fb06040c1c87d7a822b84f5c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_system_instructions", + "rowRoot": "v41-prompt-inventory-row:d229bdc67056533568b0829b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_system_instructions.ts", + "sourceHash": "ed2c6dd30d880d955e508cd9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_system_role", + "rowRoot": "v41-prompt-inventory-row:317bcd87f9604fb8ed2e7be4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_system_role.ts", + "sourceHash": "3427240580243f88c33aecc2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_try_directives", + "rowRoot": "v41-prompt-inventory-row:6748641122196b09f67c8edf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_try_directives.ts", + "sourceHash": "42a73ba898bac08740513387", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_applyfile_try_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:fe3d57871a274a65e8e95f09", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_applyfile_try_output_requirement_detailcontent.ts", + "sourceHash": "1670a56563182a3b49762197", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_APPLYFILE_TRY_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-applyfile-try-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assesscomplexity_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:26c145da3968e2f294842030", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assesscomplexity_plan_analysis.ts", + "sourceHash": "7bfcf5dcbeb139c06ece334a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSESSCOMPLEXITY_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assesscomplexity-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assesscomplexity_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:707a1a17bb98bb90cadc2000", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assesscomplexity_plan_strategy.ts", + "sourceHash": "103b3dba6471bf6644032019", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSESSCOMPLEXITY_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assesscomplexity-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assesscomplexity_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:6dbec40d27d3a6d17d1fc406", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assesscomplexity_purpose_corestatement.ts", + "sourceHash": "215d806285a002ea14da1249", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSESSCOMPLEXITY_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assesscomplexity-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assesscomplexity_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:a9ea6d336451410880ce9e1b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assesscomplexity_refine_assessment.ts", + "sourceHash": "2fafede9465f5a3cfd5dbba3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSESSCOMPLEXITY_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assesscomplexity-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assesscomplexity_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:7486f25d07510383dba6e4a2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assesscomplexity_refine_optimization.ts", + "sourceHash": "e0bbccc23544892bf9fa6a51", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSESSCOMPLEXITY_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assesscomplexity-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assesscomplexity_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:03ebbe50775f725b9102424b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assesscomplexity_retry_errorhandling.ts", + "sourceHash": "dba7f74b4d059e11c825c251", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSESSCOMPLEXITY_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assesscomplexity-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assesscomplexity_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:e45f4fb322ee5c911e42716f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assesscomplexity_retry_strategy.ts", + "sourceHash": "1d068b1fd5696a6aaf913062", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSESSCOMPLEXITY_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assesscomplexity-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assesscomplexity_system_identity", + "rowRoot": "v41-prompt-inventory-row:9bab80aeadef08b0aa8012fd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assesscomplexity_system_identity.ts", + "sourceHash": "c9600357d0e7117637574472", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSESSCOMPLEXITY_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assesscomplexity-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assesscomplexity_system_instructions", + "rowRoot": "v41-prompt-inventory-row:574b3390c0bc9370cb41d31c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assesscomplexity_system_instructions.ts", + "sourceHash": "071cba453cab9311baa218e3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSESSCOMPLEXITY_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assesscomplexity-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assesscomplexity_system_role", + "rowRoot": "v41-prompt-inventory-row:fe1ff42963e02cbbe8420bd2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assesscomplexity_system_role.ts", + "sourceHash": "535675ffe1ba63c35eba9995", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSESSCOMPLEXITY_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assesscomplexity-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assesscomplexity_try_directives", + "rowRoot": "v41-prompt-inventory-row:b52f61ba4154ceb18efcecda", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assesscomplexity_try_directives.ts", + "sourceHash": "be8d723ef1f4b7cb25a9beda", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSESSCOMPLEXITY_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assesscomplexity-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:4a203f8a05403015800d1811", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_capabilities_list.ts", + "sourceHash": "8cf2725e49d252a0d53f607f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryanalyzeparallel-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_identity_definition", + "rowRoot": "v41-prompt-inventory-row:b7a3b7cd55e38325abb7403d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_identity_definition.ts", + "sourceHash": "0892b82c713861f491212c25", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryanalyzeparallel-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:9d42bbc9a30a989ec4e37a83", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_ptrrplan_purpose.ts", + "sourceHash": "2089d12b0680f38838e539fa", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryanalyzeparallel-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:f450ac92403a69b9d82fbdd2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_ptrrrefine_purpose.ts", + "sourceHash": "06dfc465785af84c3138f0a9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryanalyzeparallel-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:5491c0de9bb56dacf8d18a1b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_ptrrretry_purpose.ts", + "sourceHash": "58e951637c481ac2c801c41e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryanalyzeparallel-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:ddefd414a861b17cfe084314", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_ptrrtry_purpose.ts", + "sourceHash": "0b29d2944f15d308fcfc0512", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryanalyzeparallel-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:87e9d3f7f4e20c56dded7225", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_purpose_corestatement.ts", + "sourceHash": "36380b1ff4dc960fed6d0490", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryanalyzeparallel-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_requirements_context", + "rowRoot": "v41-prompt-inventory-row:750f2cfb6512e086f8eabca7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_requirements_context.ts", + "sourceHash": "602e69a6c3d811f2ef0a8a38", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryanalyzeparallel-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_tools_available", + "rowRoot": "v41-prompt-inventory-row:81c8702b2f0ff55191966b4b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryanalyzeparallel_tools_available.ts", + "sourceHash": "52f981e108b6753581870815", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryanalyzeparallel-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryassesscomplexity_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:ca99f2a32ff89f898aeb6cc2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryassesscomplexity_capabilities_list.ts", + "sourceHash": "3bdf730abeb60c7cdeff57d6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryassesscomplexity-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryassesscomplexity_identity_definition", + "rowRoot": "v41-prompt-inventory-row:dca251b50aba8c7ca0a5a97f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryassesscomplexity_identity_definition.ts", + "sourceHash": "b2839dc5d093f3d082e2c6ad", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryassesscomplexity-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryassesscomplexity_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:603941d93010a0e508f9a99e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryassesscomplexity_ptrrplan_purpose.ts", + "sourceHash": "97327a7030c837813538ed9b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryassesscomplexity-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryassesscomplexity_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:2fc2524dfaabf6764d56efbe", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryassesscomplexity_ptrrrefine_purpose.ts", + "sourceHash": "32cc75338d79ebb13dce5f77", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryassesscomplexity-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryassesscomplexity_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:4a48ab7ddac5d0c13a5a4aa1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryassesscomplexity_ptrrretry_purpose.ts", + "sourceHash": "bafb696ca162f02011179140", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryassesscomplexity-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryassesscomplexity_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:51127be7181e2ab41320982d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryassesscomplexity_ptrrtry_purpose.ts", + "sourceHash": "1aa3adf1bb495889d3e72020", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryassesscomplexity-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryassesscomplexity_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:30b5f9aee3b78333e3400215", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryassesscomplexity_purpose_corestatement.ts", + "sourceHash": "509fc9c27f686488c14a4c41", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryassesscomplexity-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryassesscomplexity_requirements_context", + "rowRoot": "v41-prompt-inventory-row:f4c808b4deda0739020b1791", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryassesscomplexity_requirements_context.ts", + "sourceHash": "80c393676eb877e7fa5803b8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryassesscomplexity-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryassesscomplexity_tools_available", + "rowRoot": "v41-prompt-inventory-row:079a86230310198d804c7db4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryassesscomplexity_tools_available.ts", + "sourceHash": "21b41133a839fce81af84325", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryassesscomplexity-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoverycomprehendattachments_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:8fc854fe4038b25c6ae22412", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoverycomprehendattachments_capabilities_list.ts", + "sourceHash": "d1b643884be2b984f4a9158d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoverycomprehendattachments-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoverycomprehendattachments_identity_definition", + "rowRoot": "v41-prompt-inventory-row:c003abfb693bdbcaec0bf045", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoverycomprehendattachments_identity_definition.ts", + "sourceHash": "40bab3392181694861295c66", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoverycomprehendattachments-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoverycomprehendattachments_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:aa17f7bd766c7639cf4805fe", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoverycomprehendattachments_ptrrplan_purpose.ts", + "sourceHash": "9632f23bdc94735f87b6e43d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoverycomprehendattachments-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoverycomprehendattachments_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:9bda2d7af4649086714259a7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoverycomprehendattachments_ptrrrefine_purpose.ts", + "sourceHash": "790d6fc455f0a48160a57eed", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoverycomprehendattachments-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoverycomprehendattachments_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:0cb05948b3384a72df221890", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoverycomprehendattachments_ptrrretry_purpose.ts", + "sourceHash": "ffac9e66d550ab57dfc8a742", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoverycomprehendattachments-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoverycomprehendattachments_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:a9308f2ba08cb4634a72f748", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoverycomprehendattachments_ptrrtry_purpose.ts", + "sourceHash": "8977a7f79c935f7495cbfd9d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoverycomprehendattachments-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoverycomprehendattachments_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:89ffe6d3b6ad0ff058b363c9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoverycomprehendattachments_purpose_corestatement.ts", + "sourceHash": "d7247dd9515293013355bf92", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoverycomprehendattachments-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoverycomprehendattachments_requirements_context", + "rowRoot": "v41-prompt-inventory-row:fa3d3a11545e982cc0f2528d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoverycomprehendattachments_requirements_context.ts", + "sourceHash": "73996f03491f491bccff9cd6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoverycomprehendattachments-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoverycomprehendattachments_tools_available", + "rowRoot": "v41-prompt-inventory-row:8f59f72c6393973fe0f5f325", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoverycomprehendattachments_tools_available.ts", + "sourceHash": "a8683edd192fdf864d243bf7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoverycomprehendattachments-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryplanimplementation_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:7be77b5618886651666d2f97", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryplanimplementation_capabilities_list.ts", + "sourceHash": "b40abc4b470b638d804f29a7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryplanimplementation-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryplanimplementation_identity_definition", + "rowRoot": "v41-prompt-inventory-row:6547510da50c38332faf2e59", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryplanimplementation_identity_definition.ts", + "sourceHash": "11ea4b21546dfe75497b8350", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryplanimplementation-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryplanimplementation_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:c2d48bb0f308e66d90b54d91", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryplanimplementation_ptrrplan_purpose.ts", + "sourceHash": "97ae67a1c7db824c2e21bf80", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryplanimplementation-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryplanimplementation_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:90c6adc58bbbaa7bf3ec3498", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryplanimplementation_ptrrrefine_purpose.ts", + "sourceHash": "948e9c272db18512e20781ca", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryplanimplementation-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryplanimplementation_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:12e269b7f275cd105d49fbd7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryplanimplementation_ptrrretry_purpose.ts", + "sourceHash": "c59abe20d8bb887e2ad2c90d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryplanimplementation-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryplanimplementation_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:8cf95ad8518cb77ff8d52c25", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryplanimplementation_ptrrsteps_list.ts", + "sourceHash": "9e8e62f39adeb94a042fb5c9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryplanimplementation-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryplanimplementation_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:89eef538fdd6decd29a23ec4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryplanimplementation_ptrrtry_purpose.ts", + "sourceHash": "5b06d56ece0e57ef81ba02f1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryplanimplementation-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryplanimplementation_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:6e50f88d63fbc70b9d1fc84b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryplanimplementation_purpose_corestatement.ts", + "sourceHash": "7ad3c1103c9f6026d30dbf17", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryplanimplementation-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryplanimplementation_requirements_context", + "rowRoot": "v41-prompt-inventory-row:b727111e494c4d9bc80ac11c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryplanimplementation_requirements_context.ts", + "sourceHash": "fb51da1fe31b6501f878621e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryplanimplementation-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryplanimplementation_tools_available", + "rowRoot": "v41-prompt-inventory-row:cb2b61e20693dc5a636bfcd8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryplanimplementation_tools_available.ts", + "sourceHash": "e979131410df89d25efe18fa", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryplanimplementation-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:c0164c5320c479a9ab715adf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_capabilities_list.ts", + "sourceHash": "8233c1f1a422f0d38eb2a60d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryselectfilesparallel-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_identity_definition", + "rowRoot": "v41-prompt-inventory-row:c40912eefeac956481d3dc20", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_identity_definition.ts", + "sourceHash": "470dee79098c3bb4c3099321", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryselectfilesparallel-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:cb9d596b2528bf6f8e628eb9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_ptrrplan_purpose.ts", + "sourceHash": "2808e48b0344fe47a065e11d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryselectfilesparallel-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:94f543ca90632063e51dd35b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_ptrrrefine_purpose.ts", + "sourceHash": "820382030312f308f1bad604", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryselectfilesparallel-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:48532504e9986757f26bb032", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_ptrrretry_purpose.ts", + "sourceHash": "2a64e67fcc83d11f7fa3a230", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryselectfilesparallel-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:7c0f2bce375e12a579c3e134", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_ptrrtry_purpose.ts", + "sourceHash": "f5b5bf85f21475a72ed4c2b1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryselectfilesparallel-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:d1b55c8bed849df7faf961aa", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_purpose_corestatement.ts", + "sourceHash": "21d758a6af6b6e74e47015ff", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryselectfilesparallel-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_requirements_context", + "rowRoot": "v41-prompt-inventory-row:5d1383f5dd148d0dfab7e5dc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_requirements_context.ts", + "sourceHash": "36670fba0f363847a952e800", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryselectfilesparallel-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_tools_available", + "rowRoot": "v41-prompt-inventory-row:a4a8b618a57f997954a19751", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryselectfilesparallel_tools_available.ts", + "sourceHash": "479a1db342dc34767aadca47", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryselectfilesparallel-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:61501231780f9915f620584d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_capabilities_list.ts", + "sourceHash": "d35d84e606b703da9067bd92", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryunderstandrequirements-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_identity_definition", + "rowRoot": "v41-prompt-inventory-row:f14a0885755bca2390c61c71", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_identity_definition.ts", + "sourceHash": "aaf9b57df696dcbf37019f63", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryunderstandrequirements-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:ed25e5004db19184b804e263", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_ptrrplan_purpose.ts", + "sourceHash": "9dc117d1c8bdd4e547d0d772", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryunderstandrequirements-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:be6c7eafc45180c1fea3bfbd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_ptrrrefine_purpose.ts", + "sourceHash": "be694e2d4a18f996ef0b72b4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryunderstandrequirements-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:3289d6b2b54238f4bf9ef14d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_ptrrretry_purpose.ts", + "sourceHash": "554f0b12a8d70a2ac12fce8f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryunderstandrequirements-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:d5dd8cab4d0d28cef6ca4995", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_ptrrtry_purpose.ts", + "sourceHash": "69e040e969a27ba7bb185f53", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryunderstandrequirements-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:907695809ac8e7fdc687c764", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_purpose_corestatement.ts", + "sourceHash": "d4962105da47719487c87f9a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryunderstandrequirements-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_requirements_context", + "rowRoot": "v41-prompt-inventory-row:b302741d280c6b704d5b26a7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_requirements_context.ts", + "sourceHash": "7c67b0057d4c65c7708e5eee", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryunderstandrequirements-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_tools_available", + "rowRoot": "v41-prompt-inventory-row:7ea008188e42e4664effb608", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackdiscoveryunderstandrequirements_tools_available.ts", + "sourceHash": "5bcf03c709f542d12c34ec60", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackdiscoveryunderstandrequirements-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:0f9a7065cca4912714ac4f14", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_capabilities_list.ts", + "sourceHash": "c73a02d973f355ed6847f84c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishcreatepullrequestdelivery-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_identity_definition", + "rowRoot": "v41-prompt-inventory-row:f1db5333815f6143226b8da5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_identity_definition.ts", + "sourceHash": "be4e5ae737f2dc83bee00cab", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishcreatepullrequestdelivery-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:336c1081366870ebd2c74e2d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_ptrrplan_purpose.ts", + "sourceHash": "c77347380fca0a61a3ef4241", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishcreatepullrequestdelivery-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:30665e7e6b9e7ca892fad274", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_ptrrrefine_purpose.ts", + "sourceHash": "20241c50a7575c41b7ba845f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishcreatepullrequestdelivery-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:77de2fd99d4e2dca0a32ee2d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_ptrrretry_purpose.ts", + "sourceHash": "81543ad21ac34ec90804344b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishcreatepullrequestdelivery-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:4d662e4d5119ee421b9d7598", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_ptrrtry_purpose.ts", + "sourceHash": "600ae03cd32ef0c73182a73b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishcreatepullrequestdelivery-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:7f2764ac29dffbf6f18e2700", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_purpose_corestatement.ts", + "sourceHash": "851d2e1f0f33883709d67f54", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishcreatepullrequestdelivery-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_requirements_context", + "rowRoot": "v41-prompt-inventory-row:399fd1496733a908c080b42f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_requirements_context.ts", + "sourceHash": "c6707b33c7de120e194ed0bb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishcreatepullrequestdelivery-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_tools_available", + "rowRoot": "v41-prompt-inventory-row:4054737cd13991089108c466", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishcreatepullrequestdelivery_tools_available.ts", + "sourceHash": "bf3343874570a1d0c150114c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishcreatepullrequestdelivery-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:80ea7b2119991df97a54230f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_capabilities_list.ts", + "sourceHash": "29210341a271b5f1b0efae3a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishfinalizedeliveryevidence-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_identity_definition", + "rowRoot": "v41-prompt-inventory-row:fa3e116f2573da833a0c1fc0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_identity_definition.ts", + "sourceHash": "837005f9e5141efd72e808a5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishfinalizedeliveryevidence-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:1bef173ba3011f49210a01f8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_ptrrplan_purpose.ts", + "sourceHash": "dbc5637188bbde6f4f7b17d1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishfinalizedeliveryevidence-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:8db9b761f242cf18b23bf702", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_ptrrrefine_purpose.ts", + "sourceHash": "eb9542d13db9c69b2e24898e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishfinalizedeliveryevidence-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:3170d00115432d61d727fdcd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_ptrrretry_purpose.ts", + "sourceHash": "6d3b9cf768ac3ec25d7267c7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishfinalizedeliveryevidence-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:85c3b16a83d0d5391ed9cd2c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_ptrrtry_purpose.ts", + "sourceHash": "45c7e03f6dc23bcfe67d4d3b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishfinalizedeliveryevidence-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:7ca4558bd0ae1df9dcd2b485", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_purpose_corestatement.ts", + "sourceHash": "0e02b6770925b8860256da0b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishfinalizedeliveryevidence-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_requirements_context", + "rowRoot": "v41-prompt-inventory-row:d83963be6973924e6e6c581c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_requirements_context.ts", + "sourceHash": "c07e3e529dd1748ade3fc596", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishfinalizedeliveryevidence-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_tools_available", + "rowRoot": "v41-prompt-inventory-row:ad0e49bb02ed31ecfaea4d9f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackfinishfinalizedeliveryevidence_tools_available.ts", + "sourceHash": "d21ca7254d1fded1ae7c1cd7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackfinishfinalizedeliveryevidence-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackpipeline_clonevcsrepository_plan_details", + "rowRoot": "v41-prompt-inventory-row:8805ad9e0df0f58e3e27aedc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackpipeline_clonevcsrepository_plan_details.ts", + "sourceHash": "ac7f1f76ce3978ec53015d76", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_PLAN_DETAILS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackpipeline-clonevcsrepository-plan-details", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackpipeline_clonevcsrepository_plan_label", + "rowRoot": "v41-prompt-inventory-row:b21d0fcc14846ea753517189", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackpipeline_clonevcsrepository_plan_label.ts", + "sourceHash": "2c6ffbfc124a5c0200fe9ac0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_PLAN_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackpipeline-clonevcsrepository-plan-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackpipeline_clonevcsrepository_refine_details", + "rowRoot": "v41-prompt-inventory-row:90c398e015fe3236bf79e770", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackpipeline_clonevcsrepository_refine_details.ts", + "sourceHash": "2fd107644546b6354ae648cc", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_REFINE_DETAILS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackpipeline-clonevcsrepository-refine-details", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackpipeline_clonevcsrepository_refine_label", + "rowRoot": "v41-prompt-inventory-row:65af96f1f3238e502e1b74ca", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackpipeline_clonevcsrepository_refine_label.ts", + "sourceHash": "f97692057beb92cd757a5ca6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_REFINE_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackpipeline-clonevcsrepository-refine-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackpipeline_clonevcsrepository_retry_details", + "rowRoot": "v41-prompt-inventory-row:8dd061335ba3bf8a071da7fb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackpipeline_clonevcsrepository_retry_details.ts", + "sourceHash": "4532de0fcb0db3278f234526", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_RETRY_DETAILS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackpipeline-clonevcsrepository-retry-details", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackpipeline_clonevcsrepository_retry_label", + "rowRoot": "v41-prompt-inventory-row:56274aa10fd5c7e0e616501e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackpipeline_clonevcsrepository_retry_label.ts", + "sourceHash": "2b4437d6c7b0da04115505ee", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_RETRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackpipeline-clonevcsrepository-retry-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackpipeline_clonevcsrepository_system_constraints", + "rowRoot": "v41-prompt-inventory-row:f77cf3230004089477f79688", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackpipeline_clonevcsrepository_system_constraints.ts", + "sourceHash": "a3468effe2f90c8c3eee2c3e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_SYSTEM_CONSTRAINTS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackpipeline-clonevcsrepository-system-constraints", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackpipeline_clonevcsrepository_system_identity", + "rowRoot": "v41-prompt-inventory-row:82884868628d0b9e2dfe79a3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackpipeline_clonevcsrepository_system_identity.ts", + "sourceHash": "71099fa6c84c660d6617aa35", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackpipeline-clonevcsrepository-system-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackpipeline_clonevcsrepository_system_purpose", + "rowRoot": "v41-prompt-inventory-row:da141bff194828e8349aed96", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackpipeline_clonevcsrepository_system_purpose.ts", + "sourceHash": "333c44972c66a66ed4b466b4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_SYSTEM_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackpipeline-clonevcsrepository-system-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackpipeline_clonevcsrepository_try_details", + "rowRoot": "v41-prompt-inventory-row:ec4d6ef92c183d9823b51b5e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackpipeline_clonevcsrepository_try_details.ts", + "sourceHash": "f96ab4486ad75f55c4c6558a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_TRY_DETAILS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackpipeline-clonevcsrepository-try-details", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackpipeline_clonevcsrepository_try_label", + "rowRoot": "v41-prompt-inventory-row:74873f65db26358f86d9394f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackpipeline_clonevcsrepository_try_label.ts", + "sourceHash": "9086d7a9bee5babbb7693752", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_TRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackpipeline-clonevcsrepository-try-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupclonerepository_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:82d8812d7edf46fb1f878519", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupclonerepository_capabilities_list.ts", + "sourceHash": "ea4b3d09786664f88ea9afee", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupclonerepository-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupclonerepository_identity_definition", + "rowRoot": "v41-prompt-inventory-row:363bd08709c3bd28a5e5b24f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupclonerepository_identity_definition.ts", + "sourceHash": "4ab37c78d5a19823174839e2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupclonerepository-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupclonerepository_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:cd39bb2d708c2066626c9ee6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupclonerepository_ptrrplan_purpose.ts", + "sourceHash": "36fe7cbf1bb9bdac4fd9d0af", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupclonerepository-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupclonerepository_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:944e9ad26974adb6bd764316", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupclonerepository_ptrrrefine_purpose.ts", + "sourceHash": "1311c2c89cca3e249f9084eb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupclonerepository-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupclonerepository_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:9dadea4abca50a20c96c160f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupclonerepository_ptrrretry_purpose.ts", + "sourceHash": "eff605c30a6b411a28e1739e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupclonerepository-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupclonerepository_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:f8d8f16cf4dcf0cd873ce440", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupclonerepository_ptrrtry_purpose.ts", + "sourceHash": "f7a689266949feb03a17c4a2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupclonerepository-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupclonerepository_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:83b3a0ef605a9e1fd1c67f67", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupclonerepository_purpose_corestatement.ts", + "sourceHash": "2775269a36b279fc80dc2be6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupclonerepository-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupclonerepository_requirements_context", + "rowRoot": "v41-prompt-inventory-row:faf38645fa00c2f9b6fc0733", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupclonerepository_requirements_context.ts", + "sourceHash": "802f39674c607219eb6fc5e1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupclonerepository-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupclonerepository_tools_available", + "rowRoot": "v41-prompt-inventory-row:d5e90ac99916d737b2cd02bf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupclonerepository_tools_available.ts", + "sourceHash": "75384c64fcdaa7d4af71eb97", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupclonerepository-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:c6b32d000d2ff62322f1f1e3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_capabilities_list.ts", + "sourceHash": "40247fda590741a5b1fcd24b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_identity_definition", + "rowRoot": "v41-prompt-inventory-row:1c81ef8d0026103dd16d954e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_identity_definition.ts", + "sourceHash": "72aabd9d7b7c7a6df63d779d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_output_attachments_spec", + "rowRoot": "v41-prompt-inventory-row:4da7fdd9990898a457e2420f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_output_attachments_spec.ts", + "sourceHash": "2946041e8f0577b6f2881d43", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_OUTPUT_ATTACHMENTS_SPEC" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-output-attachments-spec", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_output_readdefinitionanalysis_spec", + "rowRoot": "v41-prompt-inventory-row:7b846877ec3d693cba89b9cc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_output_readdefinitionanalysis_spec.ts", + "sourceHash": "4e57d4b9710956d6b43a91ad", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_OUTPUT_READDEFINITIONANALYSIS_SPEC" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-output-readdefinitionanalysis-spec", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_output_types_spec", + "rowRoot": "v41-prompt-inventory-row:8d905a771b9b6279efd8b4a8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_output_types_spec.ts", + "sourceHash": "66cd7be84594852fb911e39f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_OUTPUT_TYPES_SPEC" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-output-types-spec", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_plan_modality_audio_strategy", + "rowRoot": "v41-prompt-inventory-row:4451d67aa9b46b1a0b38529d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_plan_modality_audio_strategy.ts", + "sourceHash": "37fcf41cdbda281aee74d815", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PLAN_MODALITY_AUDIO_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-plan-modality-audio-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_plan_modality_image_strategy", + "rowRoot": "v41-prompt-inventory-row:2d1b34b9f2a93142a43095c4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_plan_modality_image_strategy.ts", + "sourceHash": "e042b4a29a048f1e32190317", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PLAN_MODALITY_IMAGE_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-plan-modality-image-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_plan_modality_pdf_strategy", + "rowRoot": "v41-prompt-inventory-row:d3ba8661945221037e3bb6a8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_plan_modality_pdf_strategy.ts", + "sourceHash": "81d10cb942d16a0dfba51458", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PLAN_MODALITY_PDF_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-plan-modality-pdf-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_plan_modality_video_strategy", + "rowRoot": "v41-prompt-inventory-row:dae4d11e8950afb52281a755", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_plan_modality_video_strategy.ts", + "sourceHash": "22ec6ee3349aa55308728a31", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PLAN_MODALITY_VIDEO_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-plan-modality-video-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:cc552550103d39cfd7155160", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_ptrrplan_purpose.ts", + "sourceHash": "b2dd465f7c5e576c2a3884e2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:581c69c0da7716789c8ddbe0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_ptrrrefine_purpose.ts", + "sourceHash": "0062765002d7d714b48e5dcb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:ce4c82161b876f66df684cd1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_ptrrretry_purpose.ts", + "sourceHash": "1914f9a394a493ddf264477e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:3f04dcc3ae37c403e4d3e0d1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_ptrrtry_purpose.ts", + "sourceHash": "10b82bfb799115772f91aca8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:a6b162ce1136fd5e70875667", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_purpose_corestatement.ts", + "sourceHash": "f23eb6a7fa71c8be15505e6b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_refine_attachment_evidence", + "rowRoot": "v41-prompt-inventory-row:550b035c2fb9acaf6e529c07", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_refine_attachment_evidence.ts", + "sourceHash": "2f1cc1eb89f29587f6bfc9a9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_REFINE_ATTACHMENT_EVIDENCE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-refine-attachment-evidence", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_refine_unification_guidance", + "rowRoot": "v41-prompt-inventory-row:6af6745ac8691cb023e7b542", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_refine_unification_guidance.ts", + "sourceHash": "6b0b9019deb465f9a4b80926", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_REFINE_UNIFICATION_GUIDANCE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-refine-unification-guidance", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_requirements_context", + "rowRoot": "v41-prompt-inventory-row:892af9c6322f25b3dec83170", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_requirements_context.ts", + "sourceHash": "9af2daf99d19818ef792fe14", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_tools_available", + "rowRoot": "v41-prompt-inventory-row:f727aa322f487229938e5906", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_tools_available.ts", + "sourceHash": "4727aebdace4a2f43c76ca95", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_try_modality_audio_execution", + "rowRoot": "v41-prompt-inventory-row:c62c814155c17d2aac4f433a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_try_modality_audio_execution.ts", + "sourceHash": "8f0ee9eeb2f290a7670a888c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TRY_MODALITY_AUDIO_EXECUTION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-try-modality-audio-execution", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_try_modality_image_execution", + "rowRoot": "v41-prompt-inventory-row:2eb9f8ab2341a379e9bd3f2b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_try_modality_image_execution.ts", + "sourceHash": "50fb0bc64534faf73a648ae5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TRY_MODALITY_IMAGE_EXECUTION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-try-modality-image-execution", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_try_modality_pdf_execution", + "rowRoot": "v41-prompt-inventory-row:5a55403eb79fc30cef6aa7ec", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_try_modality_pdf_execution.ts", + "sourceHash": "35716f4b55dc02630f8c0ec6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TRY_MODALITY_PDF_EXECUTION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-try-modality-pdf-execution", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupcomprehendread_try_modality_video_execution", + "rowRoot": "v41-prompt-inventory-row:c978bf317fb457ca944e4f29", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupcomprehendread_try_modality_video_execution.ts", + "sourceHash": "9b5dc753146ac25d2e3e881d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TRY_MODALITY_VIDEO_EXECUTION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupcomprehendread-try-modality-video-execution", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:24a41f84ef4475213dd26994", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_capabilities_list.ts", + "sourceHash": "b5eb6f2777968f4d47d1bf36", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_identity_definition", + "rowRoot": "v41-prompt-inventory-row:db021a1d8b1345fc63e67a7d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_identity_definition.ts", + "sourceHash": "5764390680ce76a684ac7ddd", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_chunk_then_sum", + "rowRoot": "v41-prompt-inventory-row:84829a672f388c1b0297f5ec", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_chunk_then_sum.ts", + "sourceHash": "bc7b94398c3efbc776be17ec", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PLAN_SUBSTEP_CHUNK_THEN_SUM" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-plan-substep-chunk-then-sum", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_judge", + "rowRoot": "v41-prompt-inventory-row:68437a56f1922457e829aa1f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_judge.ts", + "sourceHash": "9aa11f8071fc06f43f44af80", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PLAN_SUBSTEP_JUDGE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-plan-substep-judge", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_prepare_concise_context", + "rowRoot": "v41-prompt-inventory-row:ea800819df928ea4e70e8ff9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_prepare_concise_context.ts", + "sourceHash": "29fa7a37fdb8386f3bfee30d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PLAN_SUBSTEP_PREPARE_CONCISE_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-plan-substep-prepare-concise-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_reason", + "rowRoot": "v41-prompt-inventory-row:28dbcac3193b4c074eaaf574", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_reason.ts", + "sourceHash": "0a4029573d02eac2684796c5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PLAN_SUBSTEP_REASON" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-plan-substep-reason", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_stitch_until_complete", + "rowRoot": "v41-prompt-inventory-row:bf1c953123027608b432fe4d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_stitch_until_complete.ts", + "sourceHash": "1b706cce3b24b817a228720f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PLAN_SUBSTEP_STITCH_UNTIL_COMPLETE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-plan-substep-stitch-until-complete", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_structured_output", + "rowRoot": "v41-prompt-inventory-row:685df55d590b17c5adf791db", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_structured_output.ts", + "sourceHash": "bacde731e0c05dbefd3f10ca", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PLAN_SUBSTEP_STRUCTURED_OUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-plan-substep-structured-output", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_tools_execution", + "rowRoot": "v41-prompt-inventory-row:8e8076c7dcdf5a1ffdd6ec71", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_plan_substep_tools_execution.ts", + "sourceHash": "5ce7608c1737fe9a130a7399", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PLAN_SUBSTEP_TOOLS_EXECUTION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-plan-substep-tools-execution", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:827cf61c276997a8111fe706", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_ptrrplan_purpose.ts", + "sourceHash": "86ed213fb851fc90dfef99e8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:8f5931fd96e1741c42c06bac", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_ptrrrefine_purpose.ts", + "sourceHash": "d7fccbed51a38bb873584c8a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:0fbbcc360b5df4c41d989ad3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_ptrrretry_purpose.ts", + "sourceHash": "6fea65505fe90fb575425caa", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:82ef18700fa6e67fcae36ef0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_ptrrtry_purpose.ts", + "sourceHash": "aec5ec603ebc650a7ae64c24", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:f96f27fa1e709e536d499156", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_purpose_corestatement.ts", + "sourceHash": "2d9262e299bba0eb9f6ddeb3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_requirements_context", + "rowRoot": "v41-prompt-inventory-row:3eb415a7fde42ecdaaf49a4c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_requirements_context.ts", + "sourceHash": "ac0826e5cf6927abb9d8a88e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupdangerwall_tools_available", + "rowRoot": "v41-prompt-inventory-row:f927134fdc44458bc8ddc9be", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupdangerwall_tools_available.ts", + "sourceHash": "834699f8c33f33270ea047e7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupdangerwall-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupinitializelsp_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:6831e264a37f03038d4d3835", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupinitializelsp_capabilities_list.ts", + "sourceHash": "a7d0c018e0e31ef9482f272f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupinitializelsp-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupinitializelsp_identity_definition", + "rowRoot": "v41-prompt-inventory-row:5d3184059d55509186a694f7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupinitializelsp_identity_definition.ts", + "sourceHash": "d0e95e062ecff2a7cb977822", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupinitializelsp-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupinitializelsp_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:8515787da32068cb5e76378b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupinitializelsp_ptrrplan_purpose.ts", + "sourceHash": "dc45c612eecaed50e71746e8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupinitializelsp-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupinitializelsp_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:bebbb9e0fb71a96c6c981b73", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupinitializelsp_ptrrrefine_purpose.ts", + "sourceHash": "79347c74dd3f0bf931179393", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupinitializelsp-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupinitializelsp_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:5c0f26c80dbae2cdeb38dc74", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupinitializelsp_ptrrretry_purpose.ts", + "sourceHash": "5568054c7b51aeadee07028a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupinitializelsp-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupinitializelsp_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:7692f255e6630466b981c59b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupinitializelsp_ptrrtry_purpose.ts", + "sourceHash": "d59dae4b8e624ed007dd555a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupinitializelsp-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupinitializelsp_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:29373991bcf83f9e47de6f9d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupinitializelsp_purpose_corestatement.ts", + "sourceHash": "4c68e7cfe589e6e814671ef7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupinitializelsp-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupinitializelsp_requirements_context", + "rowRoot": "v41-prompt-inventory-row:083d95ed8f30137de7e7d6b2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupinitializelsp_requirements_context.ts", + "sourceHash": "772d86bf67e5353b51b58e63", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupinitializelsp-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupinitializelsp_tools_available", + "rowRoot": "v41-prompt-inventory-row:a8170c0370a45357c05fe9df", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupinitializelsp_tools_available.ts", + "sourceHash": "e58d7ea233fb09463a3b8a0d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupinitializelsp-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:7fa4f748d44e473adfa9b521", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_capabilities_list.ts", + "sourceHash": "15b6483e465c9c5378270b89", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_identity_definition", + "rowRoot": "v41-prompt-inventory-row:e0ee20ac605412a62d89b3cb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_identity_definition.ts", + "sourceHash": "bc759b7ea81bfa9e86e3ef92", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:db3e56200f8710f513833836", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_ptrrplan_purpose.ts", + "sourceHash": "e8403e2e29429fc6b6df6729", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:a2d7a310760e54243df682dd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_ptrrrefine_purpose.ts", + "sourceHash": "f09576e76096e153ff3fd9d0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:bd594b122c795b7b9cc9388c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_ptrrretry_purpose.ts", + "sourceHash": "823592152c00db34516e4c32", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:74befea3122ae418b28e3407", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_ptrrtry_purpose.ts", + "sourceHash": "2b551c5a33cd9094da645e83", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:be6d63d614becf17072e30ff", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_purpose_corestatement.ts", + "sourceHash": "7b7d9b79480337ea55d0efe4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_requirements_context", + "rowRoot": "v41-prompt-inventory-row:8f389225d2127ed49e0c6e25", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_requirements_context.ts", + "sourceHash": "91f3c007e7a54c549a8310db", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_tools_available", + "rowRoot": "v41-prompt-inventory-row:7f4cfc36ebb2539ec0e5e255", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_tools_available.ts", + "sourceHash": "0fc68c7ba407815964f5d5b9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_chunk_then_sum", + "rowRoot": "v41-prompt-inventory-row:3906b281b4df3e895b2deae9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_chunk_then_sum.ts", + "sourceHash": "a15bba20b18cbee2a53be70b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_TRY_SUBSTEP_CHUNK_THEN_SUM" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-try-substep-chunk-then-sum", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_judge", + "rowRoot": "v41-prompt-inventory-row:62880c7775ba939415d3af29", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_judge.ts", + "sourceHash": "0f8efd17abdb2ba78c10b89a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_TRY_SUBSTEP_JUDGE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-try-substep-judge", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_prepare_concise_context", + "rowRoot": "v41-prompt-inventory-row:7810a9ef06f478c8f0816fcb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_prepare_concise_context.ts", + "sourceHash": "a76db5b23ec94b798b6d2a3c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_TRY_SUBSTEP_PREPARE_CONCISE_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-try-substep-prepare-concise-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_reason", + "rowRoot": "v41-prompt-inventory-row:bc56bdba60b08e7d670ca1e4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_reason.ts", + "sourceHash": "d10b4e3233a57e743b609553", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_TRY_SUBSTEP_REASON" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-try-substep-reason", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_stitch_until_complete", + "rowRoot": "v41-prompt-inventory-row:5074c6f364f8bcedb1a3ac6b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_stitch_until_complete.ts", + "sourceHash": "95a8ffe304925a815bd4e0ea", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_TRY_SUBSTEP_STITCH_UNTIL_COMPLETE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-try-substep-stitch-until-complete", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_structured_output", + "rowRoot": "v41-prompt-inventory-row:beeab99994d4c91c1a65924d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_structured_output.ts", + "sourceHash": "66113ae686d942740ff63a24", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_TRY_SUBSTEP_STRUCTURED_OUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-try-substep-structured-output", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_tools_execution", + "rowRoot": "v41-prompt-inventory-row:b245e7a7732214330213152f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksetupreadytoiterate_try_substep_tools_execution.ts", + "sourceHash": "c3ceb01f99cda04501b902b2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_TRY_SUBSTEP_TOOLS_EXECUTION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksetupreadytoiterate-try-substep-tools-execution", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksynthesizeartifacts_identity_definition", + "rowRoot": "v41-prompt-inventory-row:07445fb39974b97f377cf286", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksynthesizeartifacts_identity_definition.ts", + "sourceHash": "ec4a59ce1a07eae6e8e51163", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksynthesizeartifacts-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksynthesizeartifacts_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:7726d2aee89b6ad4b7bc5976", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksynthesizeartifacts_ptrrplan_purpose.ts", + "sourceHash": "cee7a954a8c825e5afd4615b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksynthesizeartifacts-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksynthesizeartifacts_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:6f6da187adb63ef53215a0c3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksynthesizeartifacts_ptrrrefine_purpose.ts", + "sourceHash": "9493199ad9c32b5c0201ea22", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksynthesizeartifacts-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksynthesizeartifacts_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:465a01e783d22c56fdefc3d3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksynthesizeartifacts_ptrrretry_purpose.ts", + "sourceHash": "9a1e428a21078ca555ff5c34", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksynthesizeartifacts-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksynthesizeartifacts_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:8df669abbc7b9a6a8010477f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksynthesizeartifacts_ptrrtry_purpose.ts", + "sourceHash": "67b4f5995be46d5ee9ac4e48", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksynthesizeartifacts-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpacksynthesizeartifacts_requirements_context", + "rowRoot": "v41-prompt-inventory-row:671f550f739a128b6037a559", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpacksynthesizeartifacts_requirements_context.ts", + "sourceHash": "3e40239a412215e2c9368382", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpacksynthesizeartifacts-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:135ebe68398fa898a1ce2c98", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_capabilities_list.ts", + "sourceHash": "2fcfaf1373b992e70721e111", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_identity_definition", + "rowRoot": "v41-prompt-inventory-row:734a3f3198368874f2b9e863", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_identity_definition.ts", + "sourceHash": "8de48219743da9fe45cb5218", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-identity-definition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:e40f5213e812961c03488138", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_ptrrplan_purpose.ts", + "sourceHash": "9c958ad27deb47a409feca5a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:9d78a37061d53e6d4e18df08", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_ptrrrefine_purpose.ts", + "sourceHash": "215c7d584e968ca0eaee7b83", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:68bde469aa47637f0c0543b1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_ptrrretry_purpose.ts", + "sourceHash": "c665b95cd70fc51bcfd74bdb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:f2ab7bd561d86152cf3bc07d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_ptrrtry_purpose.ts", + "sourceHash": "a9d1873bc7bcb95733da665a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:1db09906e573b664190e5eee", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_purpose_corestatement.ts", + "sourceHash": "abdebf60a82e1f4d529b407f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_requirements_context", + "rowRoot": "v41-prompt-inventory-row:f2a813a8475cd9f260aa712f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_requirements_context.ts", + "sourceHash": "188c23ae5cc04701b309ba45", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_REQUIREMENTS_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-requirements-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_tools_available", + "rowRoot": "v41-prompt-inventory-row:bbfa835b77937f7534877945", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_tools_available.ts", + "sourceHash": "d2c07338912e9ab4a3ebf327", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_TOOLS_AVAILABLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-tools-available", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_chunk_then_sum", + "rowRoot": "v41-prompt-inventory-row:96a5663f8aaa6d884bafb959", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_chunk_then_sum.ts", + "sourceHash": "ac251060a75fc00143c91124", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_TRY_SUBSTEP_CHUNK_THEN_SUM" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-try-substep-chunk-then-sum", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_judge", + "rowRoot": "v41-prompt-inventory-row:4c253bbc865500ac2613a6d8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_judge.ts", + "sourceHash": "c092e750ef37272fc9cfe2d1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_TRY_SUBSTEP_JUDGE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-try-substep-judge", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_prepare_concise_context", + "rowRoot": "v41-prompt-inventory-row:dc8c171cc92c849cd813ade0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_prepare_concise_context.ts", + "sourceHash": "9232fb47cfc8d813294c48a4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_TRY_SUBSTEP_PREPARE_CONCISE_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-try-substep-prepare-concise-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_reason", + "rowRoot": "v41-prompt-inventory-row:b3b121eaba0c1c5db11711b6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_reason.ts", + "sourceHash": "496c07ee21ff4dc38b4fd16a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_TRY_SUBSTEP_REASON" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-try-substep-reason", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_stitch_until_complete", + "rowRoot": "v41-prompt-inventory-row:02a88318f9aef780cdd182da", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_stitch_until_complete.ts", + "sourceHash": "252f81a209d28ab44a98d3f9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_TRY_SUBSTEP_STITCH_UNTIL_COMPLETE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-try-substep-stitch-until-complete", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_structured_output", + "rowRoot": "v41-prompt-inventory-row:8918492e7c4f17e468424245", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_structured_output.ts", + "sourceHash": "222ea26d65ef69f53e975e41", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_TRY_SUBSTEP_STRUCTURED_OUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-try-substep-structured-output", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_tools_execution", + "rowRoot": "v41-prompt-inventory-row:7e7c8ccb558b4f156e698100", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_assetpackvalidationreadytofinish_try_substep_tools_execution.ts", + "sourceHash": "2eef66db4fb9d4b109200e6b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_TRY_SUBSTEP_TOOLS_EXECUTION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-assetpackvalidationreadytofinish-try-substep-tools-execution", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:edb7174c0963db72653b257e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_capabilities_list.ts", + "sourceHash": "7496cc75b2ce0dc794c96f7a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:90c6d8d64808e91fe733c5f5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_executionpattern_detailcontent.ts", + "sourceHash": "1732c7c89f0267bdb72a1d25", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:d3cc03bb8a9f60cf8527a4a6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_integration_detailcontent.ts", + "sourceHash": "1575d226dc1a3612367f8cf7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-integration-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_plan_analysis_approach", + "rowRoot": "v41-prompt-inventory-row:790530850f3d1aa588b2bb26", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_plan_analysis_approach.ts", + "sourceHash": "c994ebdac702315eac42a30b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_PLAN_ANALYSIS_APPROACH" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-plan-analysis-approach", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_plan_instructions", + "rowRoot": "v41-prompt-inventory-row:283a19c17c5e4cd2aa59e884", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_plan_instructions.ts", + "sourceHash": "54a19d810d2776778e786826", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_PLAN_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-plan-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_plan_output_format", + "rowRoot": "v41-prompt-inventory-row:bf95b3787d276624bc8f60d9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_plan_output_format.ts", + "sourceHash": "a489f0a79b3b76f99b6e15eb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_PLAN_OUTPUT_FORMAT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-plan-output-format", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:5f42ab8196e2c9bdb54aec10", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_ptrrsteps_list.ts", + "sourceHash": "db55fe5141e434faa3118468", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:c2b0e8c3a19e74b96abaf41c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_purpose_corestatement.ts", + "sourceHash": "70f71847b78fc51e1bf15569", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_refine_enhancement_approach", + "rowRoot": "v41-prompt-inventory-row:e243bfbea8c9bc880b40b328", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_refine_enhancement_approach.ts", + "sourceHash": "38be0e474648aebfe1bd3af2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_REFINE_ENHANCEMENT_APPROACH" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-refine-enhancement-approach", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_refine_quality_criteria", + "rowRoot": "v41-prompt-inventory-row:70c6074c77ca45e474160666", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_refine_quality_criteria.ts", + "sourceHash": "6f111981f618183faf43b1dc", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_REFINE_QUALITY_CRITERIA" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-refine-quality-criteria", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_retry_deepening_strategy", + "rowRoot": "v41-prompt-inventory-row:94417c7840b7aa934da55fa1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_retry_deepening_strategy.ts", + "sourceHash": "8db786677e90d6e2d14c9611", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_RETRY_DEEPENING_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-retry-deepening-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_retry_insight_extraction", + "rowRoot": "v41-prompt-inventory-row:f8d07b44a7cfbfd093493299", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_retry_insight_extraction.ts", + "sourceHash": "16d4e3e3d561f6a1da83a77e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_RETRY_INSIGHT_EXTRACTION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-retry-insight-extraction", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_system_context", + "rowRoot": "v41-prompt-inventory-row:c453ea21bc80f67b9dcfe3d4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_system_context.ts", + "sourceHash": "a8e428af717082b78e345ea3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-system-context", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_system_identity", + "rowRoot": "v41-prompt-inventory-row:429a5ea34c886f7b1f6d4462", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_system_identity.ts", + "sourceHash": "422479e4a41cf2eb4d191b89", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_system_instructions", + "rowRoot": "v41-prompt-inventory-row:b259d04b7bbc8ea6ff452397", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_system_instructions.ts", + "sourceHash": "c7b08b9c9980dd1cdae70729", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_system_role", + "rowRoot": "v41-prompt-inventory-row:a0a23f1fec9ceed9bb8a6537", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_system_role.ts", + "sourceHash": "95f9b4dd53dbadf71c7ec64e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_tools_list", + "rowRoot": "v41-prompt-inventory-row:3adc03de6a30a65744172652", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_tools_list.ts", + "sourceHash": "68cc2cc99e4d2cf63fe245b5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_try_execution_instructions", + "rowRoot": "v41-prompt-inventory-row:90ebd21e60ee6c89e6410dee", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_try_execution_instructions.ts", + "sourceHash": "da662e9161da00fd291e6ffe", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_TRY_DIRECTIVES_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-try-execution-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_audioprocessor_try_processing_strategy", + "rowRoot": "v41-prompt-inventory-row:0577a92e7d6bbab840774d06", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_audioprocessor_try_processing_strategy.ts", + "sourceHash": "7dcf35464425594088c904c5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_AUDIOPROCESSOR_TRY_PROCESSING_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-audioprocessor-try-processing-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevcsrepository_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:b784856d34a4254fc9698327", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevcsrepository_plan_analysis.ts", + "sourceHash": "afa8f29f1038df205bd6b853", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVCSREPOSITORY_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevcsrepository-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevcsrepository_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:41136b9c2aec25314e3a4ff9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevcsrepository_plan_strategy.ts", + "sourceHash": "a1b564152206379a1a6c4aba", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVCSREPOSITORY_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevcsrepository-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevcsrepository_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:87d14f403a994a923567f57c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevcsrepository_refine_assessment.ts", + "sourceHash": "439fa8a6e88ba601b72d2479", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVCSREPOSITORY_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevcsrepository-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevcsrepository_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:61aa6fceee733118b05402b7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevcsrepository_refine_optimization.ts", + "sourceHash": "db7b904339985c852e4dc617", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVCSREPOSITORY_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevcsrepository-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevcsrepository_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:50b2a87cf9c04806b24b0a57", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevcsrepository_retry_errorhandling.ts", + "sourceHash": "2f03794948cf51e9e23ed616", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVCSREPOSITORY_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevcsrepository-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevcsrepository_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:7686cb79e9459d17a8ece60c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevcsrepository_retry_strategy.ts", + "sourceHash": "1b0b37ba68744b755dd5758d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVCSREPOSITORY_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevcsrepository-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevcsrepository_system_identity", + "rowRoot": "v41-prompt-inventory-row:4737ef749130f12e71275ec4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevcsrepository_system_identity.ts", + "sourceHash": "fe58c1b0431a84ee719d5c57", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVCSREPOSITORY_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevcsrepository-system-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevcsrepository_system_instructions", + "rowRoot": "v41-prompt-inventory-row:2ca94a8e2219137a9907fdd1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevcsrepository_system_instructions.ts", + "sourceHash": "7f04283b7de16029d73528d5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVCSREPOSITORY_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevcsrepository-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevcsrepository_system_role", + "rowRoot": "v41-prompt-inventory-row:e996ebc464eea941ac148cc7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevcsrepository_system_role.ts", + "sourceHash": "a6acd56b82199c6903a51f08", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVCSREPOSITORY_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevcsrepository-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevcsrepository_try_directives", + "rowRoot": "v41-prompt-inventory-row:c13e1249ce9fc863a58c0297", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevcsrepository_try_directives.ts", + "sourceHash": "3c80b9df141cf7ed2c98f59e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVCSREPOSITORY_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevcsrepository-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevsrepository_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:adb85a6f8ed7260adf081a42", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevsrepository_capabilities_list.ts", + "sourceHash": "71365337a5e9d555895b6579", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVSREPOSITORY_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevsrepository-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevsrepository_identity", + "rowRoot": "v41-prompt-inventory-row:8d6a246b8da81c97e1375af9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevsrepository_identity.ts", + "sourceHash": "448a7701b563aa0e4eb95076", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVSREPOSITORY_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevsrepository-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevsrepository_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:131b653df3291584b79cb4b1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevsrepository_ptrrsteps_list.ts", + "sourceHash": "d75dcd37da331fbc564dfc2a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVSREPOSITORY_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevsrepository-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevsrepository_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:ae9a686678da2571fc039401", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevsrepository_purpose_corestatement.ts", + "sourceHash": "4d7ab0eb0efddf0e8be4a31b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVSREPOSITORY_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevsrepository-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_clonevsrepository_tools_list", + "rowRoot": "v41-prompt-inventory-row:7fd816c8e62f7d64d16945ea", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_clonevsrepository_tools_list.ts", + "sourceHash": "f7a7f57d62d3cec6843ab7d4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CLONEVSREPOSITORY_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-clonevsrepository-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:50219e26ea16a4d17905c8aa", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_capabilities_list.ts", + "sourceHash": "589037e08434ed108d4dd04c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:0dd7dc58592e6406cbd25445", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_executionpattern_detailcontent.ts", + "sourceHash": "aea758076a28db0aefe693c5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:beae2428c68a32316c05b0db", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_integration_detailcontent.ts", + "sourceHash": "4d875339e9580afffa0bb288", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-integration-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_plan_analysis_approach", + "rowRoot": "v41-prompt-inventory-row:329071e5a46fbe1a8fc33109", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_plan_analysis_approach.ts", + "sourceHash": "11b5c65e5803585022f5d897", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_PLAN_ANALYSIS_APPROACH" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-plan-analysis-approach", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_plan_instructions", + "rowRoot": "v41-prompt-inventory-row:203f29853e634a437d2f22c9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_plan_instructions.ts", + "sourceHash": "2c20ac8826be3952a82a6d66", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_PLAN_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-plan-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_plan_output_format", + "rowRoot": "v41-prompt-inventory-row:d05bbab3ce3273c21035fd99", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_plan_output_format.ts", + "sourceHash": "a97fbee9c278bf2e48ceb9aa", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_PLAN_OUTPUT_FORMAT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-plan-output-format", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:bc7f52ee46255011cb4b4243", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_ptrrsteps_list.ts", + "sourceHash": "9b2744323bb91cb516d76595", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:6920ee0601c636bb672eaea1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_purpose_corestatement.ts", + "sourceHash": "bbff0370c7a0c1ed8c6d764c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_refine_quality_criteria", + "rowRoot": "v41-prompt-inventory-row:3f2484bf8ee24ca48795040b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_refine_quality_criteria.ts", + "sourceHash": "14c445a4d5652cd9d059bfbb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_REFINE_QUALITY_CRITERIA" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-refine-quality-criteria", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_refine_scoring_approach", + "rowRoot": "v41-prompt-inventory-row:3452207c374c05e166657359", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_refine_scoring_approach.ts", + "sourceHash": "a6c64363b0a3869512c75bb9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_REFINE_SCORING_APPROACH" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-refine-scoring-approach", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_retry_deepening_strategy", + "rowRoot": "v41-prompt-inventory-row:536faeea2ef152d2265b72ea", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_retry_deepening_strategy.ts", + "sourceHash": "5946067200f14fc29a8fbc6a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_RETRY_DEEPENING_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-retry-deepening-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_retry_insight_extraction", + "rowRoot": "v41-prompt-inventory-row:7e0e912647d99acd58812ffd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_retry_insight_extraction.ts", + "sourceHash": "cf981bdddf9a8d856d432686", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_RETRY_INSIGHT_EXTRACTION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-retry-insight-extraction", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_system_context", + "rowRoot": "v41-prompt-inventory-row:de5be60fa666351bf1a31647", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_system_context.ts", + "sourceHash": "2188e2f69277043342928e20", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-system-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_system_identity", + "rowRoot": "v41-prompt-inventory-row:be7f48733949226f91fdac2b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_system_identity.ts", + "sourceHash": "0e9e059837b1dff696d5ef4d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-system-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_system_instructions", + "rowRoot": "v41-prompt-inventory-row:8ada25061f7c3aaeb20943fd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_system_instructions.ts", + "sourceHash": "6b4aae4d923d62bb247bca59", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_system_role", + "rowRoot": "v41-prompt-inventory-row:e7f5c673084264feb0752370", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_system_role.ts", + "sourceHash": "077bb054f0aeb2d65527f225", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-system-role", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_tools_list", + "rowRoot": "v41-prompt-inventory-row:a4624de61f9ec140ec388416", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_tools_list.ts", + "sourceHash": "9d3fd0b40549c4db3511b98a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_try_execution_instructions", + "rowRoot": "v41-prompt-inventory-row:93eb9119ae125857f07e3586", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_try_execution_instructions.ts", + "sourceHash": "d436417d159f3c4460934bb7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_TRY_DIRECTIVES_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-try-execution-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_codesearcher_try_search_strategy", + "rowRoot": "v41-prompt-inventory-row:68019fc96136f8cf0c8a7ffe", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_codesearcher_try_search_strategy.ts", + "sourceHash": "9952cd087d2dd01fc1d45f3b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CODESEARCHER_TRY_SEARCH_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-codesearcher-try-search-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 2, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendattachments_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:85712ecd6d34b30766ea6379", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendattachments_plan_analysis.ts", + "sourceHash": "8cbc92a9243179465aae4cf1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDATTACHMENTS_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendattachments-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendattachments_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:f79124e85e7233f70443bfbc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendattachments_plan_strategy.ts", + "sourceHash": "bc6b6acad6fb9e05843266b7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDATTACHMENTS_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendattachments-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendattachments_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:a834c07a75f0469d5f9c7142", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendattachments_purpose_corestatement.ts", + "sourceHash": "82238f017432413b7c5858ba", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDATTACHMENTS_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendattachments-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendattachments_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:76607d3a79845346bb300e61", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendattachments_refine_assessment.ts", + "sourceHash": "1b3fb209ef329fe6d4513112", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDATTACHMENTS_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendattachments-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendattachments_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:ce21cd18239933dc1c4d7581", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendattachments_refine_optimization.ts", + "sourceHash": "48a279070bfe0fd238492351", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDATTACHMENTS_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendattachments-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendattachments_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:3138d3206691b31b51ec1510", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendattachments_retry_errorhandling.ts", + "sourceHash": "f7abf06c6d83d96c720ef25d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDATTACHMENTS_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendattachments-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendattachments_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:dd51c58d1fd53198f698f34b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendattachments_retry_strategy.ts", + "sourceHash": "5fb1f511288cb13da121f4c5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDATTACHMENTS_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendattachments-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendattachments_system_identity", + "rowRoot": "v41-prompt-inventory-row:90b001b45825d8822cb820c6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendattachments_system_identity.ts", + "sourceHash": "e9172ff980d7db8b7c4236b8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDATTACHMENTS_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendattachments-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendattachments_system_instructions", + "rowRoot": "v41-prompt-inventory-row:edbea41f81518610a27b81c2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendattachments_system_instructions.ts", + "sourceHash": "778c2653f892abf587d5730f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDATTACHMENTS_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendattachments-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendattachments_system_role", + "rowRoot": "v41-prompt-inventory-row:95bd218dd406a6ba357c0346", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendattachments_system_role.ts", + "sourceHash": "1a99daf912fb2425681a80f4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDATTACHMENTS_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendattachments-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendattachments_try_directives", + "rowRoot": "v41-prompt-inventory-row:537b28d0cdb8f7f799197cad", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendattachments_try_directives.ts", + "sourceHash": "b8c5f326e41d959e1992b160", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDATTACHMENTS_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendattachments-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_context_awareness_detailcontent", + "rowRoot": "v41-prompt-inventory-row:27049f398244bf04ec26dd34", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_context_awareness_detailcontent.ts", + "sourceHash": "871d10994ba6669059b6290a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_CONTEXT_AWARENESS_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-context-awareness-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_phase_plan_label", + "rowRoot": "v41-prompt-inventory-row:78be88a5cbe722d1073f22da", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_phase_plan_label.ts", + "sourceHash": "8fda3bd462abadd573b4d8cc", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PHASE_PLAN_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-phase-plan-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_phase_refine_label", + "rowRoot": "v41-prompt-inventory-row:99c2fb88ac56e12dc80a6dbc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_phase_refine_label.ts", + "sourceHash": "1f37f9656ce5f2ab0c1b0c5e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PHASE_REFINE_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-phase-refine-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_phase_retry_label", + "rowRoot": "v41-prompt-inventory-row:f8b5b6a0d442d88b98c3ed96", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_phase_retry_label.ts", + "sourceHash": "a4523ecc0e25ea578fe5df48", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PHASE_RETRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-phase-retry-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_phase_try_label", + "rowRoot": "v41-prompt-inventory-row:b1b11adb20e89259a172f7b9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_phase_try_label.ts", + "sourceHash": "4f1a2a47a77a9feadefc47bd", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PHASE_TRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-phase-try-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:61e73cef8b4a162430d3bcd5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_plan_analysis.ts", + "sourceHash": "c1cc271408c1e79fb7bf03d5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-plan-analysis", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:69cd94133b96a279f631cbe7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_plan_strategy.ts", + "sourceHash": "9daac6e3684949a9bbf08af4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:7931a6da074de9593a552212", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_refine_assessment.ts", + "sourceHash": "0e7d171286c76e27afdad9d3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:24b890a3f81da9533becbd70", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_refine_optimization.ts", + "sourceHash": "c62b51c77222dedd2fd719c2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:30f9d90b0389c108be86d9a1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_retry_errorhandling.ts", + "sourceHash": "a0cec482bc9372fb657e4a2a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:bf86a608fe6dfc8eeb8b34cf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_retry_strategy.ts", + "sourceHash": "2bfc57ef6882d0bff23a1cfa", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_system_identity", + "rowRoot": "v41-prompt-inventory-row:b0727cdf400ddc0ece448825", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_system_identity.ts", + "sourceHash": "182086726aaf93291b819e09", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-system-identity", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_system_instructions", + "rowRoot": "v41-prompt-inventory-row:cc5d11c4b233afd6f7129479", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_system_instructions.ts", + "sourceHash": "169078b8ae3849d212f9934e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_system_role", + "rowRoot": "v41-prompt-inventory-row:d8f302305b038e8a03b477f8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_system_role.ts", + "sourceHash": "fa221b3e545bd34f84768fa8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-system-role", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_comprehendread_try_directives", + "rowRoot": "v41-prompt-inventory-row:6945e29247d03c1ffcda01ce", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_comprehendread_try_directives.ts", + "sourceHash": "ef49d20d7c91a2f01632e6c2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-comprehendread-try-directives", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_conversationagent_identity_definition", + "rowRoot": "v41-prompt-inventory-row:d65663df8b30bf932783d1fc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_conversationagent_identity_definition.ts", + "sourceHash": "485da90f48e8b7355b596c3c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_IDENTITY_DEFINITION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-conversationagent-identity-definition", + "promptFamilyIds": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_conversationagent_name", + "rowRoot": "v41-prompt-inventory-row:fd466c51b152395b646cc64d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_conversationagent_name.ts", + "sourceHash": "3d04ed2aa310cb81087ce7b8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_NAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-conversationagent-name", + "promptFamilyIds": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_conversationagent_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:c38394c4b35d940ff9f79408", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_conversationagent_ptrrplan_purpose.ts", + "sourceHash": "5e33ff9d434c3a1cdf5065c2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-conversationagent-ptrrplan-purpose", + "promptFamilyIds": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_conversationagent_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:38b0dcbfc19970de026452c9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_conversationagent_ptrrrefine_purpose.ts", + "sourceHash": "b7363be71084bda346b55e98", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-conversationagent-ptrrrefine-purpose", + "promptFamilyIds": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_conversationagent_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:ce5aa5e1da66dd9a2b9e3d2d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_conversationagent_ptrrretry_purpose.ts", + "sourceHash": "2ca009cd0afa088e73e825fb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-conversationagent-ptrrretry-purpose", + "promptFamilyIds": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_conversationagent_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:9fa549ef04e400f5e9e6b374", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_conversationagent_ptrrtry_purpose.ts", + "sourceHash": "2ec20c1a9541cbb32d6137a1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-conversationagent-ptrrtry-purpose", + "promptFamilyIds": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctchanges_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:b1be7d1198afc171224bf308", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctchanges_purpose_corestatement.ts", + "sourceHash": "867fd0b12ea75bdf92d7fdb1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCHANGES_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctchanges-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_context_awareness_detailcontent", + "rowRoot": "v41-prompt-inventory-row:fe1d75a9313bc06538c1eb2f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_context_awareness_detailcontent.ts", + "sourceHash": "e4d57f2b28b105c19681401e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_CONTEXT_AWARENESS_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-context-awareness-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_phase_plan_label", + "rowRoot": "v41-prompt-inventory-row:25eaa15426e566153cee18d8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_phase_plan_label.ts", + "sourceHash": "75c73a69993bcee05ed7e205", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_PHASE_PLAN_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-phase-plan-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_phase_refine_label", + "rowRoot": "v41-prompt-inventory-row:e450557a39c3a7e1296f35d5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_phase_refine_label.ts", + "sourceHash": "a2d41522c5142c94a595bff0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_PHASE_REFINE_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-phase-refine-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_phase_retry_label", + "rowRoot": "v41-prompt-inventory-row:ed6c79b0a6c3f02bbde64e76", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_phase_retry_label.ts", + "sourceHash": "5fad880cdf4b9f5b09918075", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_PHASE_RETRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-phase-retry-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_phase_try_label", + "rowRoot": "v41-prompt-inventory-row:dc4607f16f1a037d5fa15634", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_phase_try_label.ts", + "sourceHash": "8db23e468067267f5545bd9b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_PHASE_TRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-phase-try-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:c30443a3b27568f51dbcafa4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_plan_analysis.ts", + "sourceHash": "203d61de3648bdf164da8181", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_plan_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:a1e2f1913c2b62f06f684e0d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_plan_output_requirement_detailcontent.ts", + "sourceHash": "dc251120572fcea05cffc6a0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_PLAN_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-plan-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:63e0333c3ed2eb6a0ea4b6e3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_plan_strategy.ts", + "sourceHash": "1f28dc514d784db6da25be62", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:cc72094dd51d4baeb2816842", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_refine_assessment.ts", + "sourceHash": "80f76e921c02afd66bd929d1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:f77f733ecd454d1253df908a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_refine_optimization.ts", + "sourceHash": "c349405ee1ce6d18f57d1342", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_refine_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:6cfeadd6db12832f8a883851", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_refine_output_requirement_detailcontent.ts", + "sourceHash": "7f8018c3312ee4e0827cb98b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_REFINE_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-refine-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:3e2a5451d1d1c3b9197acb99", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_retry_errorhandling.ts", + "sourceHash": "2601d3d1a35898d789d8c653", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_retry_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:209e62dc6f1c1901907de93a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_retry_output_requirement_detailcontent.ts", + "sourceHash": "929999316c9572bf3b990783", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_RETRY_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-retry-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:283e0351ef173917a710af7e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_retry_strategy.ts", + "sourceHash": "851c6bfbbc74447af3fdf5fc", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_system_identity", + "rowRoot": "v41-prompt-inventory-row:7546f3e1392284f041faa1bf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_system_identity.ts", + "sourceHash": "0179e40e2ae2091853e4d686", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_system_instructions", + "rowRoot": "v41-prompt-inventory-row:d3edaecf0c411cd94a138cfe", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_system_instructions.ts", + "sourceHash": "3b5413cf97da976b725a5727", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_system_role", + "rowRoot": "v41-prompt-inventory-row:a1d88793736c3a88949bec41", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_system_role.ts", + "sourceHash": "39bd5f3eb0c744533b749693", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_try_directives", + "rowRoot": "v41-prompt-inventory-row:90d3e6f12fc1a0b87cccfe32", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_try_directives.ts", + "sourceHash": "4f1bd4b683815283ec2e61fd", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_correctcodechange_try_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:74609fbb73d884835889c6ef", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_correctcodechange_try_output_requirement_detailcontent.ts", + "sourceHash": "a500fe1e4b72f0f491afdd80", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CORRECTCODECHANGE_TRY_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-correctcodechange-try-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocument_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:524ac195848dcd8dc212dfce", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocument_plan_analysis.ts", + "sourceHash": "343468a1a7e2f29b894f407b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENT_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocument-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocument_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:99670820e4747151efb81eb3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocument_plan_strategy.ts", + "sourceHash": "3e51b5ad55cb004f1214fa63", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENT_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocument-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocument_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:e54f95e687545e67ef7b3570", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocument_refine_assessment.ts", + "sourceHash": "1d87fffb28a720bd756ed9ff", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENT_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocument-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocument_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:15271776507755b46ba6e70a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocument_refine_optimization.ts", + "sourceHash": "9dedaa183d4f0d9eec0b1951", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENT_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocument-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocument_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:e382fddcf3d6cf880a285814", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocument_retry_errorhandling.ts", + "sourceHash": "9670a7aa0649f3350af8ed0a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENT_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocument-retry-errorhandling", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocument_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:6a582dcdd24e7a823e080734", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocument_retry_strategy.ts", + "sourceHash": "84da60b44d349fb03273c898", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENT_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocument-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocument_system_identity", + "rowRoot": "v41-prompt-inventory-row:fdeef07d33a434b95714bb53", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocument_system_identity.ts", + "sourceHash": "6a4872d4a069251f552cece3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENT_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocument-system-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocument_system_instructions", + "rowRoot": "v41-prompt-inventory-row:33df91c7b779f8ab9cf2f18d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocument_system_instructions.ts", + "sourceHash": "ea8035161e6c105fabe41ec8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENT_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocument-system-instructions", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocument_system_role", + "rowRoot": "v41-prompt-inventory-row:3688869b1b8b9a4061c58836", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocument_system_role.ts", + "sourceHash": "c2869f690f447a6e5f29c17c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENT_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocument-system-role", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocument_try_directives", + "rowRoot": "v41-prompt-inventory-row:ae33e3845884fad491051cc5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocument_try_directives.ts", + "sourceHash": "f98f85bd8dfbcb13f1458870", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENT_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocument-try-directives", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocumentreview_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:d1f7f48da38722f00088f60e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocumentreview_plan_analysis.ts", + "sourceHash": "9006ba1c304a35e9587bd8fb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENTREVIEW_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocumentreview-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocumentreview_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:bb9b127269ec505385c8faa2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocumentreview_plan_strategy.ts", + "sourceHash": "fa3f195813a0a997745ad008", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENTREVIEW_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocumentreview-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocumentreview_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:6c35d61e9179defae558f275", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocumentreview_refine_assessment.ts", + "sourceHash": "d11013ecb56574fab90df263", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENTREVIEW_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocumentreview-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocumentreview_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:26e36c905d990eeed9eefe4e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocumentreview_refine_optimization.ts", + "sourceHash": "67887e1eb02558511ba90150", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENTREVIEW_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocumentreview-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocumentreview_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:69a764e2801047be6073e53b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocumentreview_retry_errorhandling.ts", + "sourceHash": "a10fac71f8e19bf9cf9d66e0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENTREVIEW_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocumentreview-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocumentreview_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:77cd4561c47a35470731726f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocumentreview_retry_strategy.ts", + "sourceHash": "3478624b2c189d5927512a0c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENTREVIEW_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocumentreview-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocumentreview_system_identity", + "rowRoot": "v41-prompt-inventory-row:c48b88c531c361216a5820e1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocumentreview_system_identity.ts", + "sourceHash": "71ec8490cb166700ed0c7f59", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENTREVIEW_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocumentreview-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocumentreview_system_instructions", + "rowRoot": "v41-prompt-inventory-row:f986e0a07cc5bae9ff216f86", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocumentreview_system_instructions.ts", + "sourceHash": "c1bce810e23bfd89abec8abe", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENTREVIEW_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocumentreview-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocumentreview_system_role", + "rowRoot": "v41-prompt-inventory-row:6a9961e5867750becf1f7d9f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocumentreview_system_role.ts", + "sourceHash": "e7d223ed37e33fb63f04f2e4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENTREVIEW_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocumentreview-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_createdesigndocumentreview_try_directives", + "rowRoot": "v41-prompt-inventory-row:93e0b2b5ca081b0045b8fb55", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_createdesigndocumentreview_try_directives.ts", + "sourceHash": "3ee81f9480b3feee55428c85", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_CREATEDESIGNDOCUMENTREVIEW_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-createdesigndocumentreview-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:21dc4fec74aff0a8a4fbef0a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_capabilities_list.ts", + "sourceHash": "7e6e3bae5db2aeaf9653da0c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:4587cb741fe2271cfc7ed384", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_executionpattern_detailcontent.ts", + "sourceHash": "8350c6c1b327605506ac24d2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:f210b44deea9add646f9f6e8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_integration_detailcontent.ts", + "sourceHash": "a9141f677b08e092487edf11", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-integration-detailcontent", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:c099ac558beedaba4be79873", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_plan_analysis.ts", + "sourceHash": "66efe6be73f54d06b1b53a68", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_plan_analysis_approach", + "rowRoot": "v41-prompt-inventory-row:79b917c7b045c10a641411e9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_plan_analysis_approach.ts", + "sourceHash": "0179bc5d93fffafc5a581315", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_PLAN_ANALYSIS_APPROACH" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-plan-analysis-approach", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_plan_instructions", + "rowRoot": "v41-prompt-inventory-row:6d8157ffd6260302021688f5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_plan_instructions.ts", + "sourceHash": "fb1402690c79e04919b076a2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_PLAN_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-plan-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:df8d20d7169bc4576f7ed7e1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_plan_strategy.ts", + "sourceHash": "6924ec70251142d9cf2a8125", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:652e5dc052a7df84e6ffb06e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_ptrrsteps_list.ts", + "sourceHash": "9933672505c5a6a63e1bc4a2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:616fa8a804cfc9a0d8c7e043", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_purpose_corestatement.ts", + "sourceHash": "b69fec7283fb4c4817d6506c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:e43e87e869a19d3fdc749737", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_refine_assessment.ts", + "sourceHash": "d55dc06ee0d0c9bac3b7ea44", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:f6bb13181b1b3af9c0b62114", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_refine_optimization.ts", + "sourceHash": "0db5bf2940439159a10bca89", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:e865e75f276fdb25b6c04243", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_retry_errorhandling.ts", + "sourceHash": "3d52a3e8eb5629b98055b7e6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:364f8751c2e5540c6ed05802", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_retry_strategy.ts", + "sourceHash": "df4a4a0f29ae4bd2bb956816", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_system_context", + "rowRoot": "v41-prompt-inventory-row:ba53e1e55e8018df94322c2c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_system_context.ts", + "sourceHash": "3a60e587738d5b7f3b39f709", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-system-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_system_identity", + "rowRoot": "v41-prompt-inventory-row:224fbd0b3c252e8f90e922cd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_system_identity.ts", + "sourceHash": "3513b4cea448e1c105c1cec8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-system-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_system_instructions", + "rowRoot": "v41-prompt-inventory-row:5d93e9d9fb960b72f6c75443", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_system_instructions.ts", + "sourceHash": "ec246d0f9b578f44b49bd8a7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_system_role", + "rowRoot": "v41-prompt-inventory-row:07f2d31b28dd75d7681220bd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_system_role.ts", + "sourceHash": "2fc154d3f15e90a774a2f603", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-system-role", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_tools_list", + "rowRoot": "v41-prompt-inventory-row:f56fc47d455a0d9036d22458", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_tools_list.ts", + "sourceHash": "8eddc323161f97d3f361588e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dangerwall_try_directives", + "rowRoot": "v41-prompt-inventory-row:e51bfdc4349b6978bedacfe1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dangerwall_try_directives.ts", + "sourceHash": "5002a43cc1635c878ea5ec81", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DANGERWALL_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dangerwall-try-directives", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:ef6e8080c63155f15a5eb4ae", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_capabilities_list.ts", + "sourceHash": "6b78f75586ecf8327706c317", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:304807f13ec3f8472d325cbb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_executionpattern_detailcontent.ts", + "sourceHash": "86affeeb3a6611c1a359fd4f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_identity", + "rowRoot": "v41-prompt-inventory-row:d7c6a01fd987401566f59962", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_identity.ts", + "sourceHash": "427095a70a3981a569b62955", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:5c4bb18430aa6c9d763a4188", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_integration_detailcontent.ts", + "sourceHash": "2cf73d7d1884c543461aea46", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-integration-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_ptrrplan_purpose", + "rowRoot": "v41-prompt-inventory-row:ec83f1e925e02283e3fe17ab", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_ptrrplan_purpose.ts", + "sourceHash": "7d8dd28e9ca0f718876df115", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_PTRRPLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-ptrrplan-purpose", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_ptrrrefine_purpose", + "rowRoot": "v41-prompt-inventory-row:4c33f73422cbc70b4771fee7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_ptrrrefine_purpose.ts", + "sourceHash": "91f195a284d88ee4dadea115", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_PTRRREFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-ptrrrefine-purpose", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_ptrrretry_purpose", + "rowRoot": "v41-prompt-inventory-row:a83d2b682abb6bfe7a18d3de", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_ptrrretry_purpose.ts", + "sourceHash": "17bc1d19d0893bbeb894447d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_PTRRRETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-ptrrretry-purpose", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:599f67b67a54183fefa5fd96", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_ptrrsteps_list.ts", + "sourceHash": "73ae087c725dc1235b0b442d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_ptrrtry_purpose", + "rowRoot": "v41-prompt-inventory-row:d13d0a6f5b461ba64f1194b8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_ptrrtry_purpose.ts", + "sourceHash": "3ebd96478a0b433b82883bbd", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_PTRRTRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-ptrrtry-purpose", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:71ecf53ac46c39396e4f432b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_purpose_corestatement.ts", + "sourceHash": "960a1fdaaee3bc631dfc522b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_system_context", + "rowRoot": "v41-prompt-inventory-row:a44f2f3f24d9165ccf92b53f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_system_context.ts", + "sourceHash": "65a99a5525546b9298498f7e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-system-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_system_identity", + "rowRoot": "v41-prompt-inventory-row:7333d448690cfb0a6d418e89", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_system_identity.ts", + "sourceHash": "5f415ce6e4d297ecaaed3d3b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_system_instructions", + "rowRoot": "v41-prompt-inventory-row:44b0cad3d49c3a60eb78ecb5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_system_instructions.ts", + "sourceHash": "5a9a77b419358a6dbc67c5f0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_system_role", + "rowRoot": "v41-prompt-inventory-row:c1d18a433df2ea07d4574140", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_system_role.ts", + "sourceHash": "0678bcd91ea1a1c3a7440cf8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_digester_tools_list", + "rowRoot": "v41-prompt-inventory-row:6fa5f5f47645a1d6ea0ff8e6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_digester_tools_list.ts", + "sourceHash": "25f4e584d18a972f387d07f1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIGESTER_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-digester-tools-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividechanges_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:d89a6ddd9006e87bef0c33e4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividechanges_purpose_corestatement.ts", + "sourceHash": "855c40909609cc9f1aa8dada", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECHANGES_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividechanges-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_context_awareness_detailcontent", + "rowRoot": "v41-prompt-inventory-row:038fb5543a4f547a814dfbd9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_context_awareness_detailcontent.ts", + "sourceHash": "4b23d81ac912e53ca0e9fe6b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_CONTEXT_AWARENESS_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-context-awareness-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_phase_plan_label", + "rowRoot": "v41-prompt-inventory-row:5299ebdd3f2ce1ca8d016d95", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_phase_plan_label.ts", + "sourceHash": "ecab4166fa40ebe1fece27ab", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_PHASE_PLAN_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-phase-plan-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_phase_refine_label", + "rowRoot": "v41-prompt-inventory-row:bce02352c7c671ad92d86500", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_phase_refine_label.ts", + "sourceHash": "bf9a4ebe77585aee01b53414", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_PHASE_REFINE_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-phase-refine-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_phase_retry_label", + "rowRoot": "v41-prompt-inventory-row:be0307894f29017ae82dd676", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_phase_retry_label.ts", + "sourceHash": "0412074f6eca473345cfcead", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_PHASE_RETRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-phase-retry-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_phase_try_label", + "rowRoot": "v41-prompt-inventory-row:c73eff7a45a66fb29a71f7cb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_phase_try_label.ts", + "sourceHash": "9e557e6fb3e3555ffc2c8005", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_PHASE_TRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-phase-try-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:60c28e0d89afbbde56ee3617", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_plan_analysis.ts", + "sourceHash": "257cf7bc97e11f3debae19ec", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-plan-analysis", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_plan_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:61b0705d7bb2b4afc1dd8b31", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_plan_output_requirement_detailcontent.ts", + "sourceHash": "dd0a6f212e634e634dffa9b7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_PLAN_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-plan-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:443eb0e321f2b63b36f0203b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_plan_strategy.ts", + "sourceHash": "2f4fcafd4fdcdb554b56c2c4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:7a90cf13f11ff81cad6af593", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_refine_assessment.ts", + "sourceHash": "152c6241392d994d07de70df", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:f4d502967573b9a9c4d65a14", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_refine_optimization.ts", + "sourceHash": "35fffba797a19aad743a3380", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_refine_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:3668400c0995f59e64f1f874", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_refine_output_requirement_detailcontent.ts", + "sourceHash": "7fe6873d6f5e1422f5739f57", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_REFINE_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-refine-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:90123e9275bfd4314aa8bc01", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_retry_errorhandling.ts", + "sourceHash": "28cd46a686576a011bf9deae", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_retry_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:c85386fec85d46ca5b917fd7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_retry_output_requirement_detailcontent.ts", + "sourceHash": "efa9d1c5013b138581b517ad", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_RETRY_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-retry-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:c52bb1296910d196b82f4a04", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_retry_strategy.ts", + "sourceHash": "568b3dc5b9067ea1c468fc18", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_system_identity", + "rowRoot": "v41-prompt-inventory-row:0ad457b5d3f290c87cce95ff", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_system_identity.ts", + "sourceHash": "8f140bb5ac1f3d22dd10bb47", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_system_instructions", + "rowRoot": "v41-prompt-inventory-row:d1a65d9ec2116f53ef8229c4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_system_instructions.ts", + "sourceHash": "433c4f2bb4c2bcd9e2770383", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_system_role", + "rowRoot": "v41-prompt-inventory-row:9aa18493700ed9a274138b45", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_system_role.ts", + "sourceHash": "e9bf081cbb611518c8fc7a19", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_try_directives", + "rowRoot": "v41-prompt-inventory-row:79ed4458fd82dcb001fbf6e1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_try_directives.ts", + "sourceHash": "6397027f937657f6fe890742", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_dividecodechange_try_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:857a0b8c8c0dafa73aed67e1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_dividecodechange_try_output_requirement_detailcontent.ts", + "sourceHash": "0822cb509ba7a41afd30c7b1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DIVIDECODECHANGE_TRY_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-dividecodechange-try-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_documentprocessor_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:67e3a62336bfb36924cadf38", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_documentprocessor_capabilities_list.ts", + "sourceHash": "838ca4a84eb2bf934c07bc6e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DOCUMENTPROCESSOR_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-documentprocessor-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_documentprocessor_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:8de3a61704adc9b43f9d1ccd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_documentprocessor_executionpattern_detailcontent.ts", + "sourceHash": "38ae5e5ac63cea6bf24c0764", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DOCUMENTPROCESSOR_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-documentprocessor-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_documentprocessor_identity", + "rowRoot": "v41-prompt-inventory-row:4efb5d020454311bad6d87b2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_documentprocessor_identity.ts", + "sourceHash": "dc8d7777b84c3404122a6b9c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DOCUMENTPROCESSOR_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-documentprocessor-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_documentprocessor_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:9baa9169c466bb4d18085d4f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_documentprocessor_integration_detailcontent.ts", + "sourceHash": "34b44b65e2c26b3822789235", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DOCUMENTPROCESSOR_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-documentprocessor-integration-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_documentprocessor_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:8d6174c564b9a1a7520235f6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_documentprocessor_ptrrsteps_list.ts", + "sourceHash": "a50bbf853daf2818f00d4bc3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DOCUMENTPROCESSOR_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-documentprocessor-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_documentprocessor_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:5c06c9ba67b9acbca17ad81b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_documentprocessor_purpose_corestatement.ts", + "sourceHash": "0d491376c4764efe265035c9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DOCUMENTPROCESSOR_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-documentprocessor-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_documentprocessor_system_context", + "rowRoot": "v41-prompt-inventory-row:8f68dc5ee382187507c89be6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_documentprocessor_system_context.ts", + "sourceHash": "e04ea0c4fe8468046c4a9bfa", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DOCUMENTPROCESSOR_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-documentprocessor-system-context", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_documentprocessor_system_identity", + "rowRoot": "v41-prompt-inventory-row:9b7cd58420c21c04f7c41054", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_documentprocessor_system_identity.ts", + "sourceHash": "a8ed93c311a66b70abc016ff", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DOCUMENTPROCESSOR_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-documentprocessor-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_documentprocessor_system_instructions", + "rowRoot": "v41-prompt-inventory-row:6b7a4baa60f89cc2a5c9068e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_documentprocessor_system_instructions.ts", + "sourceHash": "b5d766dde72dcf580a238193", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DOCUMENTPROCESSOR_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-documentprocessor-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_documentprocessor_system_role", + "rowRoot": "v41-prompt-inventory-row:b26c7e2be93ce9062e862243", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_documentprocessor_system_role.ts", + "sourceHash": "2a7fe8880a51fa8c45abc69d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DOCUMENTPROCESSOR_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-documentprocessor-system-role", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_documentprocessor_tools_list", + "rowRoot": "v41-prompt-inventory-row:0bd1b530c645b4ded2a713db", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_documentprocessor_tools_list.ts", + "sourceHash": "ede14a4efee13c0c649bde39", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_DOCUMENTPROCESSOR_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-documentprocessor-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_figmaprocessor_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:aee0e9a3306ba38865f5105d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_figmaprocessor_capabilities_list.ts", + "sourceHash": "10920a1673cb6cbb211aa9a1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FIGMAPROCESSOR_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-figmaprocessor-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_figmaprocessor_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:c0774611c8ef617e5442fc42", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_figmaprocessor_executionpattern_detailcontent.ts", + "sourceHash": "333e5148358d5916eac1e90b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FIGMAPROCESSOR_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-figmaprocessor-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_figmaprocessor_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:eba47e983b5a136950f75e2e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_figmaprocessor_integration_detailcontent.ts", + "sourceHash": "0b4927ef7b2aa1156026b7ed", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FIGMAPROCESSOR_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-figmaprocessor-integration-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_figmaprocessor_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:fcdf891fa21dbf1920cbb703", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_figmaprocessor_ptrrsteps_list.ts", + "sourceHash": "1ad1d68a510dbfe368486c2b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FIGMAPROCESSOR_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-figmaprocessor-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_figmaprocessor_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:88480a28effee2bb885d6e1f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_figmaprocessor_purpose_corestatement.ts", + "sourceHash": "76584a05db2a9100a6f9b749", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FIGMAPROCESSOR_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-figmaprocessor-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_figmaprocessor_system_context", + "rowRoot": "v41-prompt-inventory-row:94884b2c03bda55adb096914", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_figmaprocessor_system_context.ts", + "sourceHash": "d7b52abe63fee4bc37faec70", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FIGMAPROCESSOR_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-figmaprocessor-system-context", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_figmaprocessor_system_identity", + "rowRoot": "v41-prompt-inventory-row:d3e0d61d50449b4c709d6fd8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_figmaprocessor_system_identity.ts", + "sourceHash": "2c467700267f9dc3147d8c8b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FIGMAPROCESSOR_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-figmaprocessor-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_figmaprocessor_system_instructions", + "rowRoot": "v41-prompt-inventory-row:d9785025dd3bde586bc39809", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_figmaprocessor_system_instructions.ts", + "sourceHash": "6eaaca27423928706b0c3849", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FIGMAPROCESSOR_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-figmaprocessor-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_figmaprocessor_system_role", + "rowRoot": "v41-prompt-inventory-row:b8ff418f13bff156a8c10059", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_figmaprocessor_system_role.ts", + "sourceHash": "6b447e6ffc17206a9a7bf781", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FIGMAPROCESSOR_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-figmaprocessor-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_figmaprocessor_tools_list", + "rowRoot": "v41-prompt-inventory-row:cfc9fa4d45e08f6cda7f48fb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_figmaprocessor_tools_list.ts", + "sourceHash": "68d3f3bfb46dad1376be92fb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FIGMAPROCESSOR_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-figmaprocessor-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_filepick_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:c9d842a51e3445b2129de7ff", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_filepick_capabilities_list.ts", + "sourceHash": "0b404d9859f49db5dc8d8ab2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FILEPICK_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-filepick-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_filepick_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:f20bf2e70998b479f8edfe48", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_filepick_executionpattern_detailcontent.ts", + "sourceHash": "c5f3b92ab377937027ea0e66", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FILEPICK_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-filepick-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_filepick_identity", + "rowRoot": "v41-prompt-inventory-row:10c8c506c4b1af320cb682c4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_filepick_identity.ts", + "sourceHash": "babfe6c168ea5c8ce0945836", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FILEPICK_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-filepick-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_filepick_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:f160135d0d6f8314aa6f2562", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_filepick_integration_detailcontent.ts", + "sourceHash": "b50f290b9a0b9cfb7a375706", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FILEPICK_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-filepick-integration-detailcontent", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_filepick_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:27efc0ff7a1ba530e84b78d7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_filepick_ptrrsteps_list.ts", + "sourceHash": "0dc0d5bec2eb426485585fe6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FILEPICK_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-filepick-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_filepick_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:f032fe23bcbf9a6accfec3f6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_filepick_purpose_corestatement.ts", + "sourceHash": "4f16fa7a3a192494aeaad238", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FILEPICK_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-filepick-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_filepick_system_context", + "rowRoot": "v41-prompt-inventory-row:5b6d7b6fff774448515725ef", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_filepick_system_context.ts", + "sourceHash": "a53ffcc346cd50f6a2a04504", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FILEPICK_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-filepick-system-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_filepick_system_identity", + "rowRoot": "v41-prompt-inventory-row:9973afae60950de68861b141", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_filepick_system_identity.ts", + "sourceHash": "59d405cd92882b2db7c215c6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FILEPICK_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-filepick-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_filepick_system_instructions", + "rowRoot": "v41-prompt-inventory-row:87c5ed6e6ae2d32baece6998", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_filepick_system_instructions.ts", + "sourceHash": "79b8a4a5e9e5911e03c6d0d5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FILEPICK_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-filepick-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_filepick_system_role", + "rowRoot": "v41-prompt-inventory-row:119bce9e7ed45123de456cfa", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_filepick_system_role.ts", + "sourceHash": "54a4407e3b594bcfa01a470d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FILEPICK_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-filepick-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_filepick_tools_list", + "rowRoot": "v41-prompt-inventory-row:9ad0735a6b88e7e0466e0dd5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_filepick_tools_list.ts", + "sourceHash": "39e6f032fde005d613e642e5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FILEPICK_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-filepick-tools-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_finalizeshipment_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:fa91d31a049034b966963dd6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_finalizeshipment_plan_analysis.ts", + "sourceHash": "7c665afcc9184fd75ae162fb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FINALIZESHIPMENT_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-finalizeshipment-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_finalizeshipment_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:4c58f6cfd4ea6c14ba3fdf25", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_finalizeshipment_plan_strategy.ts", + "sourceHash": "c90bda2523449c9474f181f2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FINALIZESHIPMENT_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-finalizeshipment-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_finalizeshipment_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:25a3fb7e61d2c4a1289aeba2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_finalizeshipment_refine_assessment.ts", + "sourceHash": "acee87e55c5dae47a8d472da", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FINALIZESHIPMENT_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-finalizeshipment-refine-assessment", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_finalizeshipment_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:344adebfb539f0faec438a41", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_finalizeshipment_refine_optimization.ts", + "sourceHash": "c116c5ea4e43affd19d6cf3e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FINALIZESHIPMENT_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-finalizeshipment-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_finalizeshipment_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:42b3152863f44deee7870a73", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_finalizeshipment_retry_errorhandling.ts", + "sourceHash": "69357dd92d01765db7e30f18", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FINALIZESHIPMENT_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-finalizeshipment-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_finalizeshipment_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:0ae5c90ddfaad5ee02ff1ef4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_finalizeshipment_retry_strategy.ts", + "sourceHash": "62547822fdbd2006d813dded", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FINALIZESHIPMENT_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-finalizeshipment-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_finalizeshipment_system_identity", + "rowRoot": "v41-prompt-inventory-row:fa3174b1e69163759293a41c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_finalizeshipment_system_identity.ts", + "sourceHash": "deebf35e147c4644257f6635", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FINALIZESHIPMENT_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-finalizeshipment-system-identity", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_finalizeshipment_system_instructions", + "rowRoot": "v41-prompt-inventory-row:9590f6321ba690ab03b5befa", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_finalizeshipment_system_instructions.ts", + "sourceHash": "11cd990c2c819684aaf07ee7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FINALIZESHIPMENT_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-finalizeshipment-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_finalizeshipment_system_role", + "rowRoot": "v41-prompt-inventory-row:5558dfcf0750155185f6ba46", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_finalizeshipment_system_role.ts", + "sourceHash": "61c74045d78b8a1fcdfab38e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FINALIZESHIPMENT_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-finalizeshipment-system-role", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_finalizeshipment_try_directives", + "rowRoot": "v41-prompt-inventory-row:f0fe1d70073159d2b25698b6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_finalizeshipment_try_directives.ts", + "sourceHash": "88dfc719cc2a1d11f2a9768a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_FINALIZESHIPMENT_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-finalizeshipment-try-directives", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_gathermetrics_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:918fc2333f4f87176b6df033", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_gathermetrics_purpose_corestatement.ts", + "sourceHash": "dbb07d8548fd6b5dc596151f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_GATHERMETRICS_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-gathermetrics-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_generatefinalresponse_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:44e684598c5a60d964fc1467", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_generatefinalresponse_purpose_corestatement.ts", + "sourceHash": "57a17fc5b43296915a00edeb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_GENERATEFINALRESPONSE_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-generatefinalresponse-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:834294d702b47e9eebd73408", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_capabilities_list.ts", + "sourceHash": "5888dc7cf2b3cacf97ef0cdb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:e16ac6fc6f2577fe77e9385e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_executionpattern_detailcontent.ts", + "sourceHash": "737525b19cfcd577aaa1057b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:ea47e1cdee99f10d8c943fa8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_integration_detailcontent.ts", + "sourceHash": "a977ae1be7c5d433a941d205", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-integration-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_plan_processing_strategy", + "rowRoot": "v41-prompt-inventory-row:e854e76ef7d6c2860d2d4ff5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_plan_processing_strategy.ts", + "sourceHash": "97d3096642886e6e22d4dc3e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_PLAN_PROCESSING_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-plan-processing-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_plan_visual_analysis", + "rowRoot": "v41-prompt-inventory-row:cc95fcf0b6502cd9d4ceab53", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_plan_visual_analysis.ts", + "sourceHash": "7d8833c1f6f1aa7c69b999b3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_PLAN_VISUAL_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-plan-visual-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:69701849cf645bd1fab77799", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_ptrrsteps_list.ts", + "sourceHash": "788209bf63d4baa9e52f76b0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:b6a1b726c3203af3be7f4dfe", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_purpose_corestatement.ts", + "sourceHash": "b3bf0ccc9eefa4d94210e327", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_refine_enhancement_techniques", + "rowRoot": "v41-prompt-inventory-row:6b4b0d3d3f8ba69ba949bd4a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_refine_enhancement_techniques.ts", + "sourceHash": "b2d0b99adf574dce30c365c2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_REFINE_ENHANCEMENT_TECHNIQUES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-refine-enhancement-techniques", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_refine_quality_criteria", + "rowRoot": "v41-prompt-inventory-row:444c4ec9356b6333515cf827", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_refine_quality_criteria.ts", + "sourceHash": "a84f53986bf532e006c0cfd0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_REFINE_QUALITY_CRITERIA" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-refine-quality-criteria", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_retry_failure_analysis", + "rowRoot": "v41-prompt-inventory-row:2f548dba8828ac11d5ede0c3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_retry_failure_analysis.ts", + "sourceHash": "2792487f055dfdae16266061", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_RETRY_FAILURE_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-retry-failure-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_retry_recovery_strategy", + "rowRoot": "v41-prompt-inventory-row:7a7e426455e66fdaac22d62a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_retry_recovery_strategy.ts", + "sourceHash": "0079c9b60fb3501f389d683e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_RETRY_RECOVERY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-retry-recovery-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_system_context", + "rowRoot": "v41-prompt-inventory-row:ff9055526aba0aceabf8f00f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_system_context.ts", + "sourceHash": "dd2847bf3ef8a11be9a6e881", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-system-context", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_system_identity", + "rowRoot": "v41-prompt-inventory-row:accee73a48e59ec78215bdb9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_system_identity.ts", + "sourceHash": "16bd4108a2e1d7f8a08bc52a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_system_instructions", + "rowRoot": "v41-prompt-inventory-row:56528e7ce4560b0a5245fad9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_system_instructions.ts", + "sourceHash": "e4abc71d4d008bded8d7ab60", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_system_role", + "rowRoot": "v41-prompt-inventory-row:834271897403e144b545df9a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_system_role.ts", + "sourceHash": "fc21eb2ec65d1b557e50981a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_tools_list", + "rowRoot": "v41-prompt-inventory-row:16081db1d7f5e74e1e35f271", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_tools_list.ts", + "sourceHash": "cef833e8dee6cfc096c674ea", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_try_directives_instructions", + "rowRoot": "v41-prompt-inventory-row:986d9fb94b71f58abd6baa3e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_try_directives_instructions.ts", + "sourceHash": "56353598f4ca58f34d4daec7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_TRY_DIRECTIVES_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-try-directives-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_imageprocessor_try_processing_techniques", + "rowRoot": "v41-prompt-inventory-row:7da73f34d71f80ee599d9344", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_imageprocessor_try_processing_techniques.ts", + "sourceHash": "e117babda909f5d9c54a27af", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_IMAGEPROCESSOR_TRY_PROCESSING_TECHNIQUES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-imageprocessor-try-processing-techniques", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:999532503e9bad13c4306105", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_capabilities_list.ts", + "sourceHash": "b81e5e591f4e7e9d0d59763a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_identity", + "rowRoot": "v41-prompt-inventory-row:c9e29ae37625f672ef2ebb73", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_identity.ts", + "sourceHash": "57d169e310c87ef1930807ca", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:9d05d8d36634925cf16e4bc9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_plan_analysis.ts", + "sourceHash": "96aa565417606a879d687819", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_plan_purpose", + "rowRoot": "v41-prompt-inventory-row:592a805a42f331f6458f919b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_plan_purpose.ts", + "sourceHash": "451cb8eb9cadef3f0f66e86f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_PLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-plan-purpose", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:85e6fed1229513239c5d8507", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_plan_strategy.ts", + "sourceHash": "59c356ba780710acba29ecf1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:beffabb80441b692c4eaebcf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_ptrrsteps_list.ts", + "sourceHash": "8f4518d79f29a07056205c82", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:5e20f1052912c3e152eb6898", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_purpose_corestatement.ts", + "sourceHash": "45f3ad3c932a520a850d2f30", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:9459dba8e13b9584e9888572", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_refine_assessment.ts", + "sourceHash": "e17d02a0d06145635c6ba02f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:383a35bfda4d65fadbbebf4a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_refine_optimization.ts", + "sourceHash": "260740011b981d50cd65573a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_refine_purpose", + "rowRoot": "v41-prompt-inventory-row:85289696fd30048711b77a52", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_refine_purpose.ts", + "sourceHash": "755f687a86218d0eac4ef116", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_REFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-refine-purpose", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:b8834b48420286d656ef1f92", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_retry_errorhandling.ts", + "sourceHash": "c87ca3bc0531632f8becb67d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_retry_purpose", + "rowRoot": "v41-prompt-inventory-row:d55fd76a41d64de20edd8ce7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_retry_purpose.ts", + "sourceHash": "dab74771e2cb932d16e17095", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_RETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-retry-purpose", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:76f00e95b237939e59526497", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_retry_strategy.ts", + "sourceHash": "656530b1e4a7ec8db0fffd66", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_system_identity", + "rowRoot": "v41-prompt-inventory-row:ccdb7c77884e21d7a8b8ad1a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_system_identity.ts", + "sourceHash": "5c0ccd086c16071951de8150", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-system-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_system_instructions", + "rowRoot": "v41-prompt-inventory-row:22c5d76f0fcb1045b4b51c67", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_system_instructions.ts", + "sourceHash": "461c0df060007eea254cbd6c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_system_role", + "rowRoot": "v41-prompt-inventory-row:b6ed6a0caaee02374936ddfa", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_system_role.ts", + "sourceHash": "7dc80adddd126e31fe93c39e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_tools_list", + "rowRoot": "v41-prompt-inventory-row:33aec9a6921b74c5d4246bb8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_tools_list.ts", + "sourceHash": "bcdfb8ceb0af6dd01fee337e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_try_directives", + "rowRoot": "v41-prompt-inventory-row:93cc90d14d6e7e9d877a02b7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_try_directives.ts", + "sourceHash": "540e3efd21cfe0e4ed11df13", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_initializelsp_try_purpose", + "rowRoot": "v41-prompt-inventory-row:74c8c66b38d6d953303cd034", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_initializelsp_try_purpose.ts", + "sourceHash": "1a1f00fed2621e4b130ecd43", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_INITIALIZELSP_TRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-initializelsp-try-purpose", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jira_processor_system_identity", + "rowRoot": "v41-prompt-inventory-row:37874ad0504a12913d5b44f3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jira_processor_system_identity.ts", + "sourceHash": "2f4378ba8cfc6ba14f273f24", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRA_PROCESSOR_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jira-processor-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jira_processor_system_instructions", + "rowRoot": "v41-prompt-inventory-row:5b29caf4b3778551dc76f508", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jira_processor_system_instructions.ts", + "sourceHash": "e96856e30f8642b1bbbd5d82", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRA_PROCESSOR_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jira-processor-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jira_processor_system_role", + "rowRoot": "v41-prompt-inventory-row:806b9f1c6a3f5d199f11f502", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jira_processor_system_role.ts", + "sourceHash": "c242a6f7370ae5929eb67c13", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRA_PROCESSOR_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jira-processor-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:c899734248424f1596e1e5a8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_capabilities_list.ts", + "sourceHash": "dd7b94626bd18c7166199586", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:10b629fca4f457f481e57f73", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_executionpattern_detailcontent.ts", + "sourceHash": "380b5ee776635681e6605b93", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:e6c82e673cbef18570126fd9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_integration_detailcontent.ts", + "sourceHash": "f301c6825b682f0cf8a64fdb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-integration-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_plan_project_analysis", + "rowRoot": "v41-prompt-inventory-row:1d7270c6b5e698bfdc0913f6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_plan_project_analysis.ts", + "sourceHash": "4284583e3e100e998068bb76", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_PLAN_PROJECT_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-plan-project-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_plan_workflow_strategy", + "rowRoot": "v41-prompt-inventory-row:c34532cf3a77e74c40175f61", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_plan_workflow_strategy.ts", + "sourceHash": "387f1eae887f2adee5344622", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_PLAN_WORKFLOW_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-plan-workflow-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:fd58c8993b97c09a09312b0f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_ptrrsteps_list.ts", + "sourceHash": "d5035d2938df5112d2fddbb6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:575be026d5afec6c8798aa6e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_purpose_corestatement.ts", + "sourceHash": "c749191f1378ac1af79cced2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_refine_optimization_criteria", + "rowRoot": "v41-prompt-inventory-row:e01d2decb972236877b8e39b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_refine_optimization_criteria.ts", + "sourceHash": "270eed55418dc2d220d9d840", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_REFINE_OPTIMIZATION_CRITERIA" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-refine-optimization-criteria", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_refine_workflow_enhancement", + "rowRoot": "v41-prompt-inventory-row:94d992b97c453ee5a06218e8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_refine_workflow_enhancement.ts", + "sourceHash": "2fc28e11fb6cc7624da0e255", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_REFINE_WORKFLOW_ENHANCEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-refine-workflow-enhancement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_retry_failure_analysis", + "rowRoot": "v41-prompt-inventory-row:9478f8a9259d2018bc1a9973", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_retry_failure_analysis.ts", + "sourceHash": "ac571b4905ed2307aa305888", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_RETRY_FAILURE_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-retry-failure-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_retry_recovery_strategy", + "rowRoot": "v41-prompt-inventory-row:d35c0d5db90890ab9d6dd57e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_retry_recovery_strategy.ts", + "sourceHash": "9fa4d769dc1bb597a8b633f3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_RETRY_RECOVERY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-retry-recovery-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_system_context", + "rowRoot": "v41-prompt-inventory-row:28af7b11ec9f6595c885de2e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_system_context.ts", + "sourceHash": "99bf68a1eeb0ad3631cacf0f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-system-context", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_system_identity", + "rowRoot": "v41-prompt-inventory-row:fd181fcb1c0ce46d8442ea99", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_system_identity.ts", + "sourceHash": "da84b578074fbf6b7ab2c18d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_system_instructions", + "rowRoot": "v41-prompt-inventory-row:5c158f8d6cad05d4846df0cf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_system_instructions.ts", + "sourceHash": "48c53ee0ac125ecbfea23405", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_system_role", + "rowRoot": "v41-prompt-inventory-row:23f9c74bbf048353e01dabfc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_system_role.ts", + "sourceHash": "d885bf1a87a6e9d44411ae84", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-system-role", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_tools_list", + "rowRoot": "v41-prompt-inventory-row:99aaac1ee8ca021a980dc663", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_tools_list.ts", + "sourceHash": "76e19b20a2cf02f1bf0a6444", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_try_api_strategy", + "rowRoot": "v41-prompt-inventory-row:78d8400bfc6fe3ca20044245", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_try_api_strategy.ts", + "sourceHash": "853f09b0aa49d3e6f2a336f5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_TRY_API_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-try-api-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_jiraprocessor_try_directives_instructions", + "rowRoot": "v41-prompt-inventory-row:b4c04bce54a2e17049b30d83", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_jiraprocessor_try_directives_instructions.ts", + "sourceHash": "58091b964f0beb5928ac9574", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_JIRAPROCESSOR_TRY_DIRECTIVES_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-jiraprocessor-try-directives-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:8e5358fabc7ad0ea672a951b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_capabilities_list.ts", + "sourceHash": "303ed050ca19c90f924187f6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:89c47156ce089d221550df88", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_executionpattern_detailcontent.ts", + "sourceHash": "d9c09d6f36c194dd8dec752d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:819dddfcc6a7c1261761e4c3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_integration_detailcontent.ts", + "sourceHash": "e3fb8abb260bfc401e36c537", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-integration-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_plan_linguistic_analysis", + "rowRoot": "v41-prompt-inventory-row:bf8c999f0068e49c34f537f9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_plan_linguistic_analysis.ts", + "sourceHash": "0cb959d273abf68f9bf53a7b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_PLAN_LINGUISTIC_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-plan-linguistic-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_plan_processing_strategy", + "rowRoot": "v41-prompt-inventory-row:f651c64857d76668efe206d5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_plan_processing_strategy.ts", + "sourceHash": "31563964e6a9aca36e33f15d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_PLAN_PROCESSING_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-plan-processing-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:a17a426e7015e1750679dc1e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_ptrrsteps_list.ts", + "sourceHash": "90296c18a81d854d576b2fa5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:6f5aa1c3beb7c92c138ad849", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_purpose_corestatement.ts", + "sourceHash": "4638c5625f5798df722668d1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_refine_quality_criteria", + "rowRoot": "v41-prompt-inventory-row:25cf48ad041c867aa904216a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_refine_quality_criteria.ts", + "sourceHash": "a96cf797f0e054e458c738cc", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_REFINE_QUALITY_CRITERIA" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-refine-quality-criteria", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_refine_semantic_enhancement", + "rowRoot": "v41-prompt-inventory-row:658488a09a7e70fef1c7ed1d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_refine_semantic_enhancement.ts", + "sourceHash": "cd7f12c7ec636f07d90ee7a3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_REFINE_SEMANTIC_ENHANCEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-refine-semantic-enhancement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_retry_failure_analysis", + "rowRoot": "v41-prompt-inventory-row:77f1cb5b29265861ed07a924", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_retry_failure_analysis.ts", + "sourceHash": "f0f34174d333a866bd4ed6d3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_RETRY_FAILURE_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-retry-failure-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_retry_recovery_strategy", + "rowRoot": "v41-prompt-inventory-row:e553d9b7f2c3d30eb4c81fd4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_retry_recovery_strategy.ts", + "sourceHash": "6695f0def71e687d8e3cd887", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_RETRY_RECOVERY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-retry-recovery-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_system_context", + "rowRoot": "v41-prompt-inventory-row:f8738d776307c968c8f2acb1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_system_context.ts", + "sourceHash": "a622d15ff22fd0982e8ba2c9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-system-context", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_system_identity", + "rowRoot": "v41-prompt-inventory-row:281ab6961c365bf597c58d93", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_system_identity.ts", + "sourceHash": "0bbafcd54c9394985bc4d840", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_system_instructions", + "rowRoot": "v41-prompt-inventory-row:4705239db4244a6118ece6e4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_system_instructions.ts", + "sourceHash": "f8f67419dbe85866a2aa5e28", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_system_role", + "rowRoot": "v41-prompt-inventory-row:a455b3495b913c3bd344fb31", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_system_role.ts", + "sourceHash": "fc9887f72e582fb95a7d2916", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_tools_list", + "rowRoot": "v41-prompt-inventory-row:4d6b0659e1abf6350af8fff2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_tools_list.ts", + "sourceHash": "7467d8962d41ade92a9a6c29", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-tools-list", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_try_directives_instructions", + "rowRoot": "v41-prompt-inventory-row:31c340be10455d7f9aac477e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_try_directives_instructions.ts", + "sourceHash": "ad31532e0cf5157e7ed28139", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_TRY_DIRECTIVES_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-try-directives-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_language_try_processing_techniques", + "rowRoot": "v41-prompt-inventory-row:6b1197b499fad1516c50cda1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_language_try_processing_techniques.ts", + "sourceHash": "817217c8bbdb405a88fd4332", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_LANGUAGE_TRY_PROCESSING_TECHNIQUES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-language-try-processing-techniques", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcps_initializer_system_identity", + "rowRoot": "v41-prompt-inventory-row:8f639574676c65264e2f0b21", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcps_initializer_system_identity.ts", + "sourceHash": "9e53ac29476509c4a7c294d0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPS_INITIALIZER_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcps-initializer-system-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcps_initializer_system_instructions", + "rowRoot": "v41-prompt-inventory-row:e79fdd9d23f1cbc752ee0637", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcps_initializer_system_instructions.ts", + "sourceHash": "4c00a8afa67fec0f01c0bfbf", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPS_INITIALIZER_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcps-initializer-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcps_initializer_system_role", + "rowRoot": "v41-prompt-inventory-row:1b76cae07c366419c4dabca3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcps_initializer_system_role.ts", + "sourceHash": "9fab56ffb96a68b402408bf8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPS_INITIALIZER_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcps-initializer-system-role", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:3b43f6a26955d6529870d7d9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_capabilities_list.ts", + "sourceHash": "db31dd9f7230e992905bf565", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:d33f1b0cffc26572061b6412", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_executionpattern_detailcontent.ts", + "sourceHash": "b10e81fdd42d3f2bbf7f0a38", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:2b444148161ebb929b2d79e1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_integration_detailcontent.ts", + "sourceHash": "698db56d15a5b4f5f0ff63f5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-integration-detailcontent", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_plan_initialization_strategy", + "rowRoot": "v41-prompt-inventory-row:0e6cc05afad7aae8eeddf9fc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_plan_initialization_strategy.ts", + "sourceHash": "391636a756d27cc39ed5371b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_PLAN_INITIALIZATION_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-plan-initialization-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_plan_protocol_analysis", + "rowRoot": "v41-prompt-inventory-row:aa59d52340ae05e077f9a799", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_plan_protocol_analysis.ts", + "sourceHash": "ad8745325031cbfe5dc71753", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_PLAN_PROTOCOL_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-plan-protocol-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:946932b232b02b793af5c394", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_ptrrsteps_list.ts", + "sourceHash": "b1b7179176c341d5f0822406", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:ed454ab73dda477474f3c891", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_purpose_corestatement.ts", + "sourceHash": "69f34f57f58ec0b3917852a4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_refine_optimization_criteria", + "rowRoot": "v41-prompt-inventory-row:a38a7443307b3cdc8b3c969b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_refine_optimization_criteria.ts", + "sourceHash": "89ac7c54ec13d6e91ad5eddc", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_REFINE_OPTIMIZATION_CRITERIA" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-refine-optimization-criteria", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_refine_protocol_enhancement", + "rowRoot": "v41-prompt-inventory-row:3d839e33d3b71807d73671e5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_refine_protocol_enhancement.ts", + "sourceHash": "2192c7947fce6272760abac8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_REFINE_PROTOCOL_ENHANCEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-refine-protocol-enhancement", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_retry_failure_analysis", + "rowRoot": "v41-prompt-inventory-row:579410d2cf7ca5f633af3b38", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_retry_failure_analysis.ts", + "sourceHash": "79ccbe0e47216de1ce1f3e2b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_RETRY_FAILURE_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-retry-failure-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_retry_recovery_strategy", + "rowRoot": "v41-prompt-inventory-row:488bafa84a0aead2c87a24b2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_retry_recovery_strategy.ts", + "sourceHash": "a5aeb36d74944d5e41cff783", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_RETRY_RECOVERY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-retry-recovery-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_system_context", + "rowRoot": "v41-prompt-inventory-row:e63e22980270f7c3c7608967", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_system_context.ts", + "sourceHash": "e572214c2977087c0463560f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-system-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_system_identity", + "rowRoot": "v41-prompt-inventory-row:b980d40d1d6e9a0a585b390d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_system_identity.ts", + "sourceHash": "db3f416f69dd3399faa18a6c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-system-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_system_instructions", + "rowRoot": "v41-prompt-inventory-row:e4dbcbdd493d8d1cf142166b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_system_instructions.ts", + "sourceHash": "a7c7598ad1007d00a5e3f9e1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_system_role", + "rowRoot": "v41-prompt-inventory-row:0430e35b2bddbcd2f35496e0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_system_role.ts", + "sourceHash": "655a7591148aa1d72b422ec1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-system-role", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_tools_list", + "rowRoot": "v41-prompt-inventory-row:1b571532e9aae636167024bf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_tools_list.ts", + "sourceHash": "7a18b37a3247a0192df39d1a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_try_directives_instructions", + "rowRoot": "v41-prompt-inventory-row:ba8846e5070349636c412596", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_try_directives_instructions.ts", + "sourceHash": "81eacae21a9b2d1bd51c3176", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_TRY_DIRECTIVES_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-try-directives-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_mcpsinitializer_try_protocol_setup", + "rowRoot": "v41-prompt-inventory-row:a8e0a161983c311f6088be89", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_mcpsinitializer_try_protocol_setup.ts", + "sourceHash": "b20197fc1f6976104545ad40", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_MCPSINITIALIZER_TRY_PROTOCOL_SETUP" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-mcpsinitializer-try-protocol-setup", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_planimplementation_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:a3de0166a612943a17461b94", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_planimplementation_plan_analysis.ts", + "sourceHash": "780bb8d72afce98cf5d389ce", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_PLANIMPLEMENTATION_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-planimplementation-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_planimplementation_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:2348f74c85e5c619faed903d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_planimplementation_plan_strategy.ts", + "sourceHash": "c18027697664bc1af8a9411d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_PLANIMPLEMENTATION_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-planimplementation-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_planimplementation_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:a401bbd54eab4e276fb3b031", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_planimplementation_purpose_corestatement.ts", + "sourceHash": "78047d0099bc2ab6dbde54af", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_PLANIMPLEMENTATION_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-planimplementation-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_planimplementation_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:5953772c726073b57a066a63", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_planimplementation_refine_assessment.ts", + "sourceHash": "44b22592e765ec51cca4fdc0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_PLANIMPLEMENTATION_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-planimplementation-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_planimplementation_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:b8b5383e2dce025bb2b4899f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_planimplementation_refine_optimization.ts", + "sourceHash": "feb5bb3e5a4108f2013db080", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_PLANIMPLEMENTATION_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-planimplementation-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_planimplementation_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:ea23532d702dd991a8f91bf6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_planimplementation_retry_errorhandling.ts", + "sourceHash": "c565b0a0df60da1432f92089", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_PLANIMPLEMENTATION_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-planimplementation-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_planimplementation_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:11900cdd432ee27d7c203ac5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_planimplementation_retry_strategy.ts", + "sourceHash": "cd3392b5b24bdb9120427b65", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_PLANIMPLEMENTATION_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-planimplementation-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_planimplementation_system_identity", + "rowRoot": "v41-prompt-inventory-row:0a70659f217f18ec0d5ba0bb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_planimplementation_system_identity.ts", + "sourceHash": "aa69921ab9028545fd4303b9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_PLANIMPLEMENTATION_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-planimplementation-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_planimplementation_system_instructions", + "rowRoot": "v41-prompt-inventory-row:c7275a2855f78ccd9accbd6f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_planimplementation_system_instructions.ts", + "sourceHash": "02b7efb7f287397d9a79880f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_PLANIMPLEMENTATION_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-planimplementation-system-instructions", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_planimplementation_system_role", + "rowRoot": "v41-prompt-inventory-row:c7d6f68f99919bb21900c9e0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_planimplementation_system_role.ts", + "sourceHash": "698f8e6175a50b2bfc7249f5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_PLANIMPLEMENTATION_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-planimplementation-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_planimplementation_try_directives", + "rowRoot": "v41-prompt-inventory-row:654353078d264a0dfa8a863d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_planimplementation_try_directives.ts", + "sourceHash": "b98bb17c9cb86d2d6b137de6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_PLANIMPLEMENTATION_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-planimplementation-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_ptrr_excellenceframework_detailcontent", + "rowRoot": "v41-prompt-inventory-row:afb593fddca0cd8aff6cf5f3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_ptrr_excellenceframework_detailcontent.ts", + "sourceHash": "d0916cc12f703b78f0077d41", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_PTRR_EXCELLENCEFRAMEWORK_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-ptrr-excellenceframework-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_ready_to_short_circuit_system_identity", + "rowRoot": "v41-prompt-inventory-row:5d892204dceed156f207b0d5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_ready_to_short_circuit_system_identity.ts", + "sourceHash": "a1c67b6bc4c9f0e6c1640b6f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READY_TO_SHORT_CIRCUIT_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-ready-to-short-circuit-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_ready_to_short_circuit_system_instructions", + "rowRoot": "v41-prompt-inventory-row:080a9b3dcc5d98bdf91fdf07", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_ready_to_short_circuit_system_instructions.ts", + "sourceHash": "97a11faf92f9faf63011d8ef", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READY_TO_SHORT_CIRCUIT_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-ready-to-short-circuit-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_ready_to_short_circuit_system_role", + "rowRoot": "v41-prompt-inventory-row:d183ddc67006dd1db952159c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_ready_to_short_circuit_system_role.ts", + "sourceHash": "9cd5e847cef64ed196f16a1a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READY_TO_SHORT_CIRCUIT_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-ready-to-short-circuit-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoiterate_identity", + "rowRoot": "v41-prompt-inventory-row:f8ec1b2315ccbc34da4fb1cf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoiterate_identity.ts", + "sourceHash": "053f907b2fa15663ac827149", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOITERATE_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoiterate-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoiterate_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:f8eaf8af6dbc5ef07e3cc151", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoiterate_plan_analysis.ts", + "sourceHash": "4407db6cfebcbaaf1bf735d1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOITERATE_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoiterate-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoiterate_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:5092ff484c039f8b97cde2ec", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoiterate_plan_strategy.ts", + "sourceHash": "78937c138a90275af92aa61a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOITERATE_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoiterate-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoiterate_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:db2a384c5a84102d003f287a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoiterate_purpose_corestatement.ts", + "sourceHash": "fd5bc758d7ce1b6f97412901", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOITERATE_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoiterate-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoiterate_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:eb4c9e8c780f299df47c5bf4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoiterate_refine_assessment.ts", + "sourceHash": "0d3a39382ac0a7e10176e9eb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOITERATE_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoiterate-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoiterate_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:f1d391d2cdce3936e77175cf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoiterate_refine_optimization.ts", + "sourceHash": "84a3a1614b658202c05d823d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOITERATE_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoiterate-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoiterate_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:6f2084d5a119291d4bb15078", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoiterate_retry_errorhandling.ts", + "sourceHash": "bdc2b1dc7e91980de688899b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOITERATE_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoiterate-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoiterate_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:05bf60d59c9282dc90fe4cd6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoiterate_retry_strategy.ts", + "sourceHash": "0fbfeecfcd45804be164a3fe", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOITERATE_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoiterate-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoiterate_system_identity", + "rowRoot": "v41-prompt-inventory-row:6ed9527690d74c16a323ee42", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoiterate_system_identity.ts", + "sourceHash": "c8df3c8ba067b24122d67692", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOITERATE_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoiterate-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoiterate_system_instructions", + "rowRoot": "v41-prompt-inventory-row:78e513d916340d5f9d3290da", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoiterate_system_instructions.ts", + "sourceHash": "14c65e0383f215b70a353db9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOITERATE_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoiterate-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoiterate_system_role", + "rowRoot": "v41-prompt-inventory-row:6aeadee9dbaab065344f538b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoiterate_system_role.ts", + "sourceHash": "5493e7266c03ee023e6bc7be", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOITERATE_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoiterate-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoiterate_try_directives", + "rowRoot": "v41-prompt-inventory-row:37a0e440eecec66fdf0e75dd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoiterate_try_directives.ts", + "sourceHash": "2f546026573a3e5f17497558", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOITERATE_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoiterate-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:8674272612d55204275bbc3e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_capabilities_list.ts", + "sourceHash": "e11b06d297d3d2efb1129f1e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:c9b0d4389900780c60dc5a1d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_executionpattern_detailcontent.ts", + "sourceHash": "cbd772062c30dcc97fcab1ed", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:3796356f87adb76be98130f2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_integration_detailcontent.ts", + "sourceHash": "b2c1a45889cd7633bd9b7943", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-integration-detailcontent", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_plan_condition_analysis", + "rowRoot": "v41-prompt-inventory-row:7083c4acec1393783858beed", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_plan_condition_analysis.ts", + "sourceHash": "72232bca3e6e5ccaf5982524", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_PLAN_CONDITION_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-plan-condition-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_plan_shortcircuit_strategy", + "rowRoot": "v41-prompt-inventory-row:118053d9741ce279a0c1dbb4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_plan_shortcircuit_strategy.ts", + "sourceHash": "4d8fadac1cbfe25a7842527a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_PLAN_SHORTCIRCUIT_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-plan-shortcircuit-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:0e7697ddb7f3342ec3777b81", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_ptrrsteps_list.ts", + "sourceHash": "c9fb6712c91051777720133e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:416c33b64db6955882a89118", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_purpose_corestatement.ts", + "sourceHash": "4856caade8d877488c7dcb38", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_refine_detection_enhancement", + "rowRoot": "v41-prompt-inventory-row:2c697e23c9575ea05cae71b8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_refine_detection_enhancement.ts", + "sourceHash": "2403603d5f1e7ec924e0467c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_REFINE_DETECTION_ENHANCEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-refine-detection-enhancement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_refine_optimization_criteria", + "rowRoot": "v41-prompt-inventory-row:b5d7472d775b6fc49f7562a1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_refine_optimization_criteria.ts", + "sourceHash": "8b03e7026477358e5bb0a376", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_REFINE_OPTIMIZATION_CRITERIA" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-refine-optimization-criteria", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_retry_failure_analysis", + "rowRoot": "v41-prompt-inventory-row:09dfa37599d53e0b05d35098", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_retry_failure_analysis.ts", + "sourceHash": "436e78a5c6cba1ca90b8922a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_RETRY_FAILURE_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-retry-failure-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_retry_recovery_strategy", + "rowRoot": "v41-prompt-inventory-row:0b97daeeb58ae29cff9103d9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_retry_recovery_strategy.ts", + "sourceHash": "54bb4beb648dac3d56af2dbb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_RETRY_RECOVERY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-retry-recovery-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_system_context", + "rowRoot": "v41-prompt-inventory-row:a262bc05611ba11a654b707b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_system_context.ts", + "sourceHash": "e7154a40ecbac9838fc0a40a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-system-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_system_identity", + "rowRoot": "v41-prompt-inventory-row:9de350dac9e713f5bf943624", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_system_identity.ts", + "sourceHash": "28e63eb0edbf633e059f03f6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_system_instructions", + "rowRoot": "v41-prompt-inventory-row:0f8671ca1879758e5a425b9a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_system_instructions.ts", + "sourceHash": "496826d565845074e8dfd061", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_system_role", + "rowRoot": "v41-prompt-inventory-row:35f1b549d1890fb97b778d86", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_system_role.ts", + "sourceHash": "e6dcd098c41312669e0b8a4a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_tools_list", + "rowRoot": "v41-prompt-inventory-row:9fed83b68f34578ea42a8e78", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_tools_list.ts", + "sourceHash": "21b7800c03449218e41afe69", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_try_directives_instructions", + "rowRoot": "v41-prompt-inventory-row:b30d97443c5ef90bc9f87e2d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_try_directives_instructions.ts", + "sourceHash": "c00c98f3f9c8ab6d96e19001", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_TRY_DIRECTIVES_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-try-directives-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_readytoshortcircuit_try_evaluation_criteria", + "rowRoot": "v41-prompt-inventory-row:89b1bd6ea996d150a1f11093", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_readytoshortcircuit_try_evaluation_criteria.ts", + "sourceHash": "388419e32b61d4c2a1ccfbc1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_READYTOSHORTCIRCUIT_TRY_EVALUATION_CRITERIA" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-readytoshortcircuit-try-evaluation-criteria", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_context_awareness_detailcontent", + "rowRoot": "v41-prompt-inventory-row:29afb6379811f40160246dac", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_context_awareness_detailcontent.ts", + "sourceHash": "b5e83b336b3d8da332b109f4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_CONTEXT_AWARENESS_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-context-awareness-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_phase_plan_label", + "rowRoot": "v41-prompt-inventory-row:ddf9f3c8fe46485dbc14db08", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_phase_plan_label.ts", + "sourceHash": "07aefd78dbb84313907e937f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_PHASE_PLAN_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-phase-plan-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_phase_refine_label", + "rowRoot": "v41-prompt-inventory-row:24b1638f6bb55d3d845d7a74", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_phase_refine_label.ts", + "sourceHash": "ef67a23b94f3482c6019fd83", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_PHASE_REFINE_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-phase-refine-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_phase_retry_label", + "rowRoot": "v41-prompt-inventory-row:589e67678e8fc93d99ff198d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_phase_retry_label.ts", + "sourceHash": "d8a4eedfd76877bdbffe1088", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_PHASE_RETRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-phase-retry-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_phase_try_label", + "rowRoot": "v41-prompt-inventory-row:30de9c6c0dbd3cc0bdf06f1d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_phase_try_label.ts", + "sourceHash": "f8355fb289b407e78e055acc", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_PHASE_TRY_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-phase-try-label", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:89ddb32b7c8e97e3b697e61f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_plan_analysis.ts", + "sourceHash": "67ce4234903058856df8f3e8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_plan_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:8670e2329547e5330fc21f37", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_plan_output_requirement_detailcontent.ts", + "sourceHash": "2e428fdaaa06879577241bdb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_PLAN_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-plan-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:7423452081fb0bf308e52634", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_plan_strategy.ts", + "sourceHash": "f1ab571e6fd070758151d2e5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:47adedc234593ccc53ae3d6e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_refine_assessment.ts", + "sourceHash": "55e20d94530c1c3440787ba7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:f67054f0fd6a0d6e5e279be7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_refine_optimization.ts", + "sourceHash": "62007d534deffb43cff689c8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_refine_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:d3979bc0688d73b8177edc77", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_refine_output_requirement_detailcontent.ts", + "sourceHash": "c0e40ae2e51d81bf7bd8a7ad", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_REFINE_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-refine-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:eac90bd8de18ade2cbe8ebef", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_retry_errorhandling.ts", + "sourceHash": "44765209e29795e8dfc20385", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_retry_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:2b60c8491ee0a89325694e78", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_retry_output_requirement_detailcontent.ts", + "sourceHash": "669ce705079794ff457c1753", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_RETRY_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-retry-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:669894c0944ba714b9574f29", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_retry_strategy.ts", + "sourceHash": "68db7ef106b134d796c53f3f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_system_identity", + "rowRoot": "v41-prompt-inventory-row:4b763e64d2a5bafd18375ec6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_system_identity.ts", + "sourceHash": "f3e212605e49ce149c506e63", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_system_instructions", + "rowRoot": "v41-prompt-inventory-row:60d30d813591f74d9aaf64c7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_system_instructions.ts", + "sourceHash": "4cfe53ed29807d6212098121", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_system_role", + "rowRoot": "v41-prompt-inventory-row:58182570fd540f8cc5b9036f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_system_role.ts", + "sourceHash": "2becefab092451a21d1eb5f9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_try_directives", + "rowRoot": "v41-prompt-inventory-row:baf9ba73d6accc3fe3446bb8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_try_directives.ts", + "sourceHash": "8d13ca744d7540ef526572f5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_reviewcodechange_try_output_requirement_detailcontent", + "rowRoot": "v41-prompt-inventory-row:cd8c646c067cbb9067f9baf8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_reviewcodechange_try_output_requirement_detailcontent.ts", + "sourceHash": "2461b682f21e8c9bbda56939", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_REVIEWCODECHANGE_TRY_OUTPUT_REQUIREMENT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-reviewcodechange-try-output-requirement-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:ad18f6e0fbebe2cb56226db4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_capabilities_list.ts", + "sourceHash": "39cc09bc801f28445decbbba", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_identity", + "rowRoot": "v41-prompt-inventory-row:6f1803d7392affffe10454df", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_identity.ts", + "sourceHash": "17522e81cf9aa712ec47073d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:e12feec4a0cd92affee374d0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_plan_analysis.ts", + "sourceHash": "928c2ff079aa5898ea2d35bb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:961294b21dfedda419880bcd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_plan_strategy.ts", + "sourceHash": "0ca955620fc60b7351833e47", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:8692306398a7bb372682104c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_purpose_corestatement.ts", + "sourceHash": "f1e027c4d653a04d8792150a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:ccc529a77e797d1fef29f5cd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_refine_assessment.ts", + "sourceHash": "69d163f8607455212c6e2779", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:460c144347918343b0a08951", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_refine_optimization.ts", + "sourceHash": "34c1125266f03a893e337e47", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:181c9bf94be352ea60f4c108", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_retry_errorhandling.ts", + "sourceHash": "fff773609b0f1d4c11f7cacd", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:e7a8604c7a665532ae0e0745", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_retry_strategy.ts", + "sourceHash": "d3a509347e57e3c2b7a3dd11", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_system_identity", + "rowRoot": "v41-prompt-inventory-row:4bcbb9f08dbee9e218f42c11", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_system_identity.ts", + "sourceHash": "5bafdad99ac2140d750b6b55", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_system_instructions", + "rowRoot": "v41-prompt-inventory-row:1e9a345d0d056bc54d03be46", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_system_instructions.ts", + "sourceHash": "ab3d10d43432532290f1c1bf", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_system_role", + "rowRoot": "v41-prompt-inventory-row:fb49be6f30a97b2608bebee2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_system_role.ts", + "sourceHash": "35dde087ec180d80a81b2e6b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_tools_list", + "rowRoot": "v41-prompt-inventory-row:0c4c47d6923eef89d88c990e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_tools_list.ts", + "sourceHash": "30a0fa56075481c584b8736c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_selectfilesparallel_try_directives", + "rowRoot": "v41-prompt-inventory-row:ba5891d48c17e8df266f7853", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_selectfilesparallel_try_directives.ts", + "sourceHash": "64a446d894405c6b91afcd97", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SELECTFILESPARALLEL_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-selectfilesparallel-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_step_plan_purpose", + "rowRoot": "v41-prompt-inventory-row:ba6f23e02a51dd199a39f24e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_step_plan_purpose.ts", + "sourceHash": "43e6ca1d195e88f44a708eda", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_STEP_PLAN_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-step-plan-purpose", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_step_refine_purpose", + "rowRoot": "v41-prompt-inventory-row:ba9250160d66766b96f0c411", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_step_refine_purpose.ts", + "sourceHash": "a40f649efe5bec07587f71f1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_STEP_REFINE_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-step-refine-purpose", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_step_retry_purpose", + "rowRoot": "v41-prompt-inventory-row:b7d8a27bb743c95fa9868475", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_step_retry_purpose.ts", + "sourceHash": "31b0e944c6f9fc4148bb0837", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_STEP_RETRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-step-retry-purpose", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_step_try_purpose", + "rowRoot": "v41-prompt-inventory-row:75b88ea2a35f8aa345d82531", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_step_try_purpose.ts", + "sourceHash": "e26e623f6fd8b510bf258833", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_STEP_TRY_PURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-step-try-purpose", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_submitcodechangereview_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:549b01dcb683515baeadea37", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_submitcodechangereview_plan_analysis.ts", + "sourceHash": "c46040d7c2ae4fddcf9bf05d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SUBMITCODECHANGEREVIEW_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-submitcodechangereview-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_submitcodechangereview_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:6aa8edf6a59d658ff19109d9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_submitcodechangereview_plan_strategy.ts", + "sourceHash": "632aa053388a8ea9ca2f4616", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SUBMITCODECHANGEREVIEW_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-submitcodechangereview-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_submitcodechangereview_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:918b7b80ea75a9cee9c597a2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_submitcodechangereview_refine_assessment.ts", + "sourceHash": "ab045126ba42a187f5b759c9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SUBMITCODECHANGEREVIEW_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-submitcodechangereview-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_submitcodechangereview_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:09abe4d87b830eac34e85140", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_submitcodechangereview_refine_optimization.ts", + "sourceHash": "8f51dec93630b44a294e239b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SUBMITCODECHANGEREVIEW_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-submitcodechangereview-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_submitcodechangereview_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:ee1996d864e526ee006b0645", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_submitcodechangereview_retry_errorhandling.ts", + "sourceHash": "b95edaf0d9110e882408369b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SUBMITCODECHANGEREVIEW_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-submitcodechangereview-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_submitcodechangereview_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:94d88a28513c7f1a14e2322c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_submitcodechangereview_retry_strategy.ts", + "sourceHash": "87b1a8f113e73b2c96080870", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SUBMITCODECHANGEREVIEW_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-submitcodechangereview-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_submitcodechangereview_system_identity", + "rowRoot": "v41-prompt-inventory-row:8afb63d6b6fd5f4a8ea1fc9b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_submitcodechangereview_system_identity.ts", + "sourceHash": "22eba0218fbce49dd067432e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SUBMITCODECHANGEREVIEW_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-submitcodechangereview-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_submitcodechangereview_system_instructions", + "rowRoot": "v41-prompt-inventory-row:703235f2a1e4b416e4875606", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_submitcodechangereview_system_instructions.ts", + "sourceHash": "963265834f4a78350834029b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SUBMITCODECHANGEREVIEW_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-submitcodechangereview-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_submitcodechangereview_system_role", + "rowRoot": "v41-prompt-inventory-row:49a4f4c694279cec23d16173", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_submitcodechangereview_system_role.ts", + "sourceHash": "916032fa37fd068ab593ad01", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SUBMITCODECHANGEREVIEW_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-submitcodechangereview-system-role", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_submitcodechangereview_try_directives", + "rowRoot": "v41-prompt-inventory-row:fc88e4fbc5b7a00420d55f42", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_submitcodechangereview_try_directives.ts", + "sourceHash": "3c091ab55bd1a263f06b6650", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_SUBMITCODECHANGEREVIEW_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-submitcodechangereview-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_tech_types_identifier_system_identity", + "rowRoot": "v41-prompt-inventory-row:72befa930984aa9cb8c334bd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_tech_types_identifier_system_identity.ts", + "sourceHash": "aa7609531e4c9e253774f003", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECH_TYPES_IDENTIFIER_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-tech-types-identifier-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_tech_types_identifier_system_instructions", + "rowRoot": "v41-prompt-inventory-row:babca6af1a4add5e5c605a23", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_tech_types_identifier_system_instructions.ts", + "sourceHash": "0f68d82968c6a11caabf5ab2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECH_TYPES_IDENTIFIER_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-tech-types-identifier-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_tech_types_identifier_system_role", + "rowRoot": "v41-prompt-inventory-row:c09d77101f9dab71fd8af202", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_tech_types_identifier_system_role.ts", + "sourceHash": "c6709f5d4f1641c22149b1ed", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECH_TYPES_IDENTIFIER_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-tech-types-identifier-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:35735a50e031fc6ea8669f88", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_capabilities_list.ts", + "sourceHash": "1ed6c1c9a6afb2221e3c3e18", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_classification_detailcontent", + "rowRoot": "v41-prompt-inventory-row:6b22e69586250153a34abca3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_classification_detailcontent.ts", + "sourceHash": "a15b80e577276da97690d071", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_CLASSIFICATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-classification-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:c19d28329f2933f885c5d08d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_executionpattern_detailcontent.ts", + "sourceHash": "f0733dff644941dc2b3930d9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_heuristics_detailcontent", + "rowRoot": "v41-prompt-inventory-row:f41f6e533cbf813d3f277de0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_heuristics_detailcontent.ts", + "sourceHash": "50b1cca1d6b7ee62ee88f6bf", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_HEURISTICS_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-heuristics-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:f65ca915cc4d9850310b83a2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_integration_detailcontent.ts", + "sourceHash": "729c4807d6855ffcf6ee73c7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-integration-detailcontent", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_plan_identification_strategy", + "rowRoot": "v41-prompt-inventory-row:f5cf44489cf9c5e110385b22", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_plan_identification_strategy.ts", + "sourceHash": "3a063d6326857fa502d98040", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_PLAN_IDENTIFICATION_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-plan-identification-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_plan_technology_analysis", + "rowRoot": "v41-prompt-inventory-row:1dfc7235e6242d733a31739b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_plan_technology_analysis.ts", + "sourceHash": "a2c96c73f1467d400e5d6494", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_PLAN_TECHNOLOGY_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-plan-technology-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:9efa425bec014ee22bd6df06", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_ptrrsteps_list.ts", + "sourceHash": "e119598d2806c6df1a59e437", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:f7a807783d9b1d4a33b1d3c8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_purpose_corestatement.ts", + "sourceHash": "8a3bb825b50ca449b34804ab", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_refine_accuracy_criteria", + "rowRoot": "v41-prompt-inventory-row:55936c4b63646fc3670eeec0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_refine_accuracy_criteria.ts", + "sourceHash": "96b5ea92c6c4173ef2c0444b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_REFINE_ACCURACY_CRITERIA" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-refine-accuracy-criteria", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_refine_recognition_enhancement", + "rowRoot": "v41-prompt-inventory-row:747a522eba5a21d36615bcf0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_refine_recognition_enhancement.ts", + "sourceHash": "6b91135fb08c1dfdd7984e22", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_REFINE_RECOGNITION_ENHANCEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-refine-recognition-enhancement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_retry_failure_analysis", + "rowRoot": "v41-prompt-inventory-row:49b9d2fa5a1030d7f4e3eaa1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_retry_failure_analysis.ts", + "sourceHash": "e53a4eec54697446a47aba55", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_RETRY_FAILURE_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-retry-failure-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_retry_recovery_strategy", + "rowRoot": "v41-prompt-inventory-row:95d78c48bfeae2da530733b3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_retry_recovery_strategy.ts", + "sourceHash": "031e113488ec788c39c8b39e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_RETRY_RECOVERY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-retry-recovery-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_staticanalysis_detailcontent", + "rowRoot": "v41-prompt-inventory-row:6eac1bd4ad99f5f01371b605", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_staticanalysis_detailcontent.ts", + "sourceHash": "013bc17f0ac6838722b106af", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_STATICANALYSIS_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-staticanalysis-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_system_context", + "rowRoot": "v41-prompt-inventory-row:2887bc73113140e4e1634b0c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_system_context.ts", + "sourceHash": "722b5bcafd5176ff4dcbc961", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-system-context", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_system_identity", + "rowRoot": "v41-prompt-inventory-row:8e47458e059ef8fc594acccd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_system_identity.ts", + "sourceHash": "e04158aa2a64e60bce1c819d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_system_instructions", + "rowRoot": "v41-prompt-inventory-row:2cea3b04c46c6c23d7c0a4f2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_system_instructions.ts", + "sourceHash": "6aba60d471ec5024c7b05387", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_system_role", + "rowRoot": "v41-prompt-inventory-row:66224cc0fae7dc3a963409d0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_system_role.ts", + "sourceHash": "8d775a17c69c03219e13e336", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_tools_list", + "rowRoot": "v41-prompt-inventory-row:04abf498932a0ae640652449", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_tools_list.ts", + "sourceHash": "55928e9f47b7afe27bf56dff", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_try_directives_instructions", + "rowRoot": "v41-prompt-inventory-row:d5aa07b34e2e36d1e410540c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_try_directives_instructions.ts", + "sourceHash": "a09b75a4ba4eb4c05068e0b2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_TRY_DIRECTIVES_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-try-directives-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_techtypesidentifier_try_pattern_matching", + "rowRoot": "v41-prompt-inventory-row:10d1de0bb759f8e9b780a9ee", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_techtypesidentifier_try_pattern_matching.ts", + "sourceHash": "2f69a78646cc2bd2a24b9e81", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TECHTYPESIDENTIFIER_TRY_PATTERN_MATCHING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-techtypesidentifier-try-pattern-matching", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_text_searcher_system_identity", + "rowRoot": "v41-prompt-inventory-row:34804e8dfb765b27d201d453", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_text_searcher_system_identity.ts", + "sourceHash": "675621b000031348fd31cbe0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXT_SEARCHER_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-text-searcher-system-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_text_searcher_system_instructions", + "rowRoot": "v41-prompt-inventory-row:c5f87d5f5e5a41b7ec989676", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_text_searcher_system_instructions.ts", + "sourceHash": "5e6a16a81074c9e04a8b9fae", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXT_SEARCHER_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-text-searcher-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_text_searcher_system_role", + "rowRoot": "v41-prompt-inventory-row:3eb42375a67cf6441cc5de9c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_text_searcher_system_role.ts", + "sourceHash": "63cacf1ba2f8e015ef507d9d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXT_SEARCHER_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-text-searcher-system-role", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:49c019ecef64d824c3abac6d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_capabilities_list.ts", + "sourceHash": "55ee99ac7b0b612fd87cf773", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:912cc0f160c4dbd807c10c58", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_executionpattern_detailcontent.ts", + "sourceHash": "2fb531a48a971e152119d566", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_identity", + "rowRoot": "v41-prompt-inventory-row:5e8a0e61e324aaa238a0cc8d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_identity.ts", + "sourceHash": "27b23ac9f1462c63f800dd57", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:cb2ef9c5b9728f35e5f55d0a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_integration_detailcontent.ts", + "sourceHash": "bc88bcb558ce2af14da1cabd", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-integration-detailcontent", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_plan_content_analysis", + "rowRoot": "v41-prompt-inventory-row:67109c52fcd56cb9dbfc0527", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_plan_content_analysis.ts", + "sourceHash": "8d184a4215006a49bac9c5e8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_PLAN_CONTENT_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-plan-content-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_plan_search_strategy", + "rowRoot": "v41-prompt-inventory-row:72ebb7f867e3bb4358301496", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_plan_search_strategy.ts", + "sourceHash": "95cdb4ecc134f96b9517eec5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_PLAN_SEARCH_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-plan-search-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:a67ca4d52dbed52eb759c8a6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_ptrrsteps_list.ts", + "sourceHash": "c8c5bd9993c869697a124c59", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:e1e971cf1e32b39d6ee0b6cf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_purpose_corestatement.ts", + "sourceHash": "4ced0f66a8baddf42677ef0d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_refine_accuracy_enhancement", + "rowRoot": "v41-prompt-inventory-row:aef64d9cf00bb108f912eda4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_refine_accuracy_enhancement.ts", + "sourceHash": "bdd7be573ceb821fa1cffca7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_REFINE_ACCURACY_ENHANCEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-refine-accuracy-enhancement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_refine_relevance_criteria", + "rowRoot": "v41-prompt-inventory-row:db156f528a01e8e06dfa3d10", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_refine_relevance_criteria.ts", + "sourceHash": "2a52e2b54a7303663cac5b7f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_REFINE_RELEVANCE_CRITERIA" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-refine-relevance-criteria", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_retry_failure_analysis", + "rowRoot": "v41-prompt-inventory-row:d3b5a9fb862419c527ad5d03", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_retry_failure_analysis.ts", + "sourceHash": "da5d3f30b36ac9a1eb37da47", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_RETRY_FAILURE_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-retry-failure-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_retry_recovery_strategy", + "rowRoot": "v41-prompt-inventory-row:3b49c7edc787afc9f0518f1a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_retry_recovery_strategy.ts", + "sourceHash": "09cd275fc63432d23ed20930", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_RETRY_RECOVERY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-retry-recovery-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_system_context", + "rowRoot": "v41-prompt-inventory-row:0201ce94dcdff83d8f3fce72", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_system_context.ts", + "sourceHash": "5557834fe50c51ff1f3534a6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-system-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_system_identity", + "rowRoot": "v41-prompt-inventory-row:d119d9ecd57cf6c53e79b1e5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_system_identity.ts", + "sourceHash": "875514bb1b4eff9e0cc37c25", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-system-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_system_instructions", + "rowRoot": "v41-prompt-inventory-row:cb8dda708ae801396f172929", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_system_instructions.ts", + "sourceHash": "1292fb8e9eb9dbd7f3913b5d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_system_role", + "rowRoot": "v41-prompt-inventory-row:eecf5d6a4819895171ac44e5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_system_role.ts", + "sourceHash": "bf1196f2a4c1429dbab9d90c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-system-role", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_tools_list", + "rowRoot": "v41-prompt-inventory-row:5dc724a5750083f00f764bff", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_tools_list.ts", + "sourceHash": "78666ac3952a6b16d595cde9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_try_directives_instructions", + "rowRoot": "v41-prompt-inventory-row:a012d63e51b9856b3f22bb3b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_try_directives_instructions.ts", + "sourceHash": "62d32e4ba57a18791bc8442c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_TRY_DIRECTIVES_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-try-directives-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_textsearcher_try_search_techniques", + "rowRoot": "v41-prompt-inventory-row:c1eb064f2f444ad18e332159", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_textsearcher_try_search_techniques.ts", + "sourceHash": "2268d15cd563ff6107652bdf", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_TEXTSEARCHER_TRY_SEARCH_TECHNIQUES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-textsearcher-try-search-techniques", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_understandrequirements_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:db857e692dd81657c54200b1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_understandrequirements_capabilities_list.ts", + "sourceHash": "a625eeac1419bd643782fbc8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_UNDERSTANDREQUIREMENTS_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-understandrequirements-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_understandrequirements_identity", + "rowRoot": "v41-prompt-inventory-row:d022872aa9913a2ada8cdc39", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_understandrequirements_identity.ts", + "sourceHash": "de4eb37ef372ce62d3903e48", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_UNDERSTANDREQUIREMENTS_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-understandrequirements-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_understandrequirements_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:72bd5c950ba94d019b745855", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_understandrequirements_plan_analysis.ts", + "sourceHash": "76a2f6279952927762868ee7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_UNDERSTANDREQUIREMENTS_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-understandrequirements-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_understandrequirements_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:1afe9452920b44e862ed002a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_understandrequirements_plan_strategy.ts", + "sourceHash": "518cdc3f8ca4494d5e975959", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_UNDERSTANDREQUIREMENTS_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-understandrequirements-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_understandrequirements_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:6bf71ae2586ecc09e3051817", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_understandrequirements_purpose_corestatement.ts", + "sourceHash": "6123ad104e2d1d338ca92d03", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_UNDERSTANDREQUIREMENTS_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-understandrequirements-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_understandrequirements_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:99b8e1d2391f5298c5fc5eb6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_understandrequirements_refine_assessment.ts", + "sourceHash": "8e2f9debd33c9ebcce3120bf", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_UNDERSTANDREQUIREMENTS_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-understandrequirements-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_understandrequirements_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:f4b21b3c75611f4dd3b7fe5e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_understandrequirements_refine_optimization.ts", + "sourceHash": "36e302514eec37f354deb60b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_UNDERSTANDREQUIREMENTS_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-understandrequirements-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_understandrequirements_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:2b220551550c151aaa816be4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_understandrequirements_retry_errorhandling.ts", + "sourceHash": "c3da0750c7964ed0fbcce0f5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_UNDERSTANDREQUIREMENTS_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-understandrequirements-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_understandrequirements_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:1e1fd0a8a0fa0ef695ea9d8f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_understandrequirements_retry_strategy.ts", + "sourceHash": "ec6e8b73b3fcd7fbeb213835", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_UNDERSTANDREQUIREMENTS_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-understandrequirements-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_understandrequirements_system_identity", + "rowRoot": "v41-prompt-inventory-row:4dd496b9dcb83396a1bea22a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_understandrequirements_system_identity.ts", + "sourceHash": "d4a99d3e6ed2191163fd940b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_UNDERSTANDREQUIREMENTS_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-understandrequirements-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_understandrequirements_system_instructions", + "rowRoot": "v41-prompt-inventory-row:2295bebcf2d96549aabce9af", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_understandrequirements_system_instructions.ts", + "sourceHash": "b1929b3acd01352f5420fde9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_UNDERSTANDREQUIREMENTS_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-understandrequirements-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_understandrequirements_system_role", + "rowRoot": "v41-prompt-inventory-row:d8cd1d18975ddf8339a5a2b4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_understandrequirements_system_role.ts", + "sourceHash": "5b9b1eea7db16c537289baf5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_UNDERSTANDREQUIREMENTS_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-understandrequirements-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_understandrequirements_try_directives", + "rowRoot": "v41-prompt-inventory-row:5b5c4a3aa8ee3fbcc5b3cb4a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_understandrequirements_try_directives.ts", + "sourceHash": "a850b60d2b3620808e9afd61", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_UNDERSTANDREQUIREMENTS_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-understandrequirements-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechange_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:68855739a59b680263335962", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechange_plan_analysis.ts", + "sourceHash": "d7e3f72bb81b79da9d21e541", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGE_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechange-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechange_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:6e0eb40d103ed8206e19077a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechange_plan_strategy.ts", + "sourceHash": "92969ae834d42d87b225258b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGE_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechange-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechange_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:3a221b8fde843f0c9e2576b2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechange_refine_assessment.ts", + "sourceHash": "c99fd01ef3ab7d4c89e05f04", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGE_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechange-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechange_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:4bb9279a125fc7db8448c754", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechange_refine_optimization.ts", + "sourceHash": "b168eae0ab1fd54fad93478d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGE_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechange-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechange_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:81fc445aa9e7735ebdf7088c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechange_retry_errorhandling.ts", + "sourceHash": "2de5f0539099de782a8fc404", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGE_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechange-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechange_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:b3f7e78ee3cbad8ad8667fc3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechange_retry_strategy.ts", + "sourceHash": "088904b6f3248fcd40f5a84b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGE_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechange-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechange_system_identity", + "rowRoot": "v41-prompt-inventory-row:e9e973310cbb22c576b45a57", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechange_system_identity.ts", + "sourceHash": "6694ff7b3b75123cd0149327", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGE_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechange-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechange_system_instructions", + "rowRoot": "v41-prompt-inventory-row:2669f5a3560304d460752406", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechange_system_instructions.ts", + "sourceHash": "0808ba830a1656eea49b6da2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGE_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechange-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechange_system_role", + "rowRoot": "v41-prompt-inventory-row:ccdc6d826bb49d57b2342c09", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechange_system_role.ts", + "sourceHash": "248b5a55595fa31030106373", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGE_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechange-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechange_try_directives", + "rowRoot": "v41-prompt-inventory-row:22ad6e6d17b729972cdccda7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechange_try_directives.ts", + "sourceHash": "9520947f400df5174f95f823", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGE_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechange-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechangereview_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:a8c323703029e9bf4585a5f8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechangereview_plan_analysis.ts", + "sourceHash": "309ed45e9117de856936b5e9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGEREVIEW_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechangereview-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechangereview_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:86bd86010ba702a870f29b82", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechangereview_plan_strategy.ts", + "sourceHash": "8e8126e5c9eeb25f5185a3e9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGEREVIEW_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechangereview-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechangereview_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:49d1bc10d1d78f516d22166d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechangereview_refine_assessment.ts", + "sourceHash": "ace9f3d25ebc3aebe7b600c0", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGEREVIEW_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechangereview-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechangereview_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:f5c7bfa3c74bf8529b8e4b69", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechangereview_refine_optimization.ts", + "sourceHash": "4cfccabe279bccc4c024259c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGEREVIEW_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechangereview-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechangereview_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:5cceb7ab4159f96e349be822", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechangereview_retry_errorhandling.ts", + "sourceHash": "7b0677184fa9b5ef0e501702", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGEREVIEW_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechangereview-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechangereview_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:1e676ac8a3a375cc6594b58f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechangereview_retry_strategy.ts", + "sourceHash": "7a0de44f88c7e8bfadbc81a4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGEREVIEW_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechangereview-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechangereview_system_identity", + "rowRoot": "v41-prompt-inventory-row:a4fd24825061e114dff68f02", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechangereview_system_identity.ts", + "sourceHash": "b553fb840262eb4dffc04a37", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGEREVIEW_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechangereview-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechangereview_system_instructions", + "rowRoot": "v41-prompt-inventory-row:78dcd05375631d0d88eb72b0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechangereview_system_instructions.ts", + "sourceHash": "0f85c5e8ef49376ea27b1737", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGEREVIEW_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechangereview-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechangereview_system_role", + "rowRoot": "v41-prompt-inventory-row:118d8f1057d534f5fd6d2f19", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechangereview_system_role.ts", + "sourceHash": "b5f66c3f1c2dcf683a75355d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGEREVIEW_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechangereview-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatecodechangereview_try_directives", + "rowRoot": "v41-prompt-inventory-row:d4f6bf13fc03a1fe840bf159", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatecodechangereview_try_directives.ts", + "sourceHash": "7be1010acb482b3efb8b1f8c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATECODECHANGEREVIEW_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatecodechangereview-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocument_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:8df61011ca7032eea5c7513b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocument_plan_analysis.ts", + "sourceHash": "c67903eac73cd6be830d51e5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENT_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocument-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocument_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:13f6fec1d07e64356863993b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocument_plan_strategy.ts", + "sourceHash": "3416444a98010fe327da11c7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENT_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocument-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocument_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:0d9503873235f9afa4f08694", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocument_refine_assessment.ts", + "sourceHash": "6f684f551bb894e0e043acd6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENT_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocument-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocument_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:e5df99ab8aa4e9ab81966bad", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocument_refine_optimization.ts", + "sourceHash": "a2c24796a55364ae8e79bc1e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENT_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocument-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocument_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:f5e950405a944c3118a726fa", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocument_retry_errorhandling.ts", + "sourceHash": "9623a68f1dc3e660192527d2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENT_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocument-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocument_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:53ffe9e3c65cc00b70889925", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocument_retry_strategy.ts", + "sourceHash": "5264b346878fa4f6a8e545d6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENT_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocument-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocument_system_identity", + "rowRoot": "v41-prompt-inventory-row:bccca6d89adb9aabd69c2d4d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocument_system_identity.ts", + "sourceHash": "81ebf6f71cc9006b09c1d653", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENT_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocument-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocument_system_instructions", + "rowRoot": "v41-prompt-inventory-row:1b5fc746043bc4fbbe6d86ea", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocument_system_instructions.ts", + "sourceHash": "2a6f2256aa41a7dfd0baf5e3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENT_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocument-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocument_system_role", + "rowRoot": "v41-prompt-inventory-row:413a4721e11e284477bac0e4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocument_system_role.ts", + "sourceHash": "56dc9d2c2e5ed3e662fe2e92", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENT_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocument-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocument_try_directives", + "rowRoot": "v41-prompt-inventory-row:31c0171ed68313467a232357", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocument_try_directives.ts", + "sourceHash": "210575abbebcf0b4e7e7f31d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENT_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocument-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocumentreview_plan_analysis", + "rowRoot": "v41-prompt-inventory-row:843366a4ad651fd467c244b2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocumentreview_plan_analysis.ts", + "sourceHash": "cd2f7eb3585eaf26081b116f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENTREVIEW_PLAN_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocumentreview-plan-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocumentreview_plan_strategy", + "rowRoot": "v41-prompt-inventory-row:366f48d6838057d4d87cc073", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocumentreview_plan_strategy.ts", + "sourceHash": "c7ffb74f19af2193d8dc4a5e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENTREVIEW_PLAN_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocumentreview-plan-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocumentreview_refine_assessment", + "rowRoot": "v41-prompt-inventory-row:a7e3d61531afece779753f55", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocumentreview_refine_assessment.ts", + "sourceHash": "a824602e284a1f92d2a8ed99", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENTREVIEW_REFINE_ASSESSMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocumentreview-refine-assessment", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocumentreview_refine_optimization", + "rowRoot": "v41-prompt-inventory-row:e93088c72b4b0fbb2c9c64f2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocumentreview_refine_optimization.ts", + "sourceHash": "b14bcea659eae8708a867d6a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENTREVIEW_REFINE_OPTIMIZATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocumentreview-refine-optimization", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocumentreview_retry_errorhandling", + "rowRoot": "v41-prompt-inventory-row:e9715c54949eaf58209f298b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocumentreview_retry_errorhandling.ts", + "sourceHash": "2ddf114ebf43e975cfcd30db", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENTREVIEW_RETRY_ERRORHANDLING" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocumentreview-retry-errorhandling", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocumentreview_retry_strategy", + "rowRoot": "v41-prompt-inventory-row:fa8a00ccf3d50603bacf7f17", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocumentreview_retry_strategy.ts", + "sourceHash": "5eb347894a387842b00e996a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENTREVIEW_RETRY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocumentreview-retry-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocumentreview_system_identity", + "rowRoot": "v41-prompt-inventory-row:cd86ed8d94244783bbc6fd2d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocumentreview_system_identity.ts", + "sourceHash": "71e92557b08ab9f80ef13261", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENTREVIEW_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocumentreview-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocumentreview_system_instructions", + "rowRoot": "v41-prompt-inventory-row:ab7df8dcf2a967a43452a6d3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocumentreview_system_instructions.ts", + "sourceHash": "95a26b414313e2149d7cb30f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENTREVIEW_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocumentreview-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocumentreview_system_role", + "rowRoot": "v41-prompt-inventory-row:ca08d0f94b053787b138396f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocumentreview_system_role.ts", + "sourceHash": "c5e73abdf4e045a87038710e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENTREVIEW_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocumentreview-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatedesigndocumentreview_try_directives", + "rowRoot": "v41-prompt-inventory-row:4c77c9d130aa024322a0decd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatedesigndocumentreview_try_directives.ts", + "sourceHash": "157f0417a6b64e530afc0736", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDESIGNDOCUMENTREVIEW_TRY_DIRECTIVES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatedesigndocumentreview-try-directives", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatediscovery_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:8eb7f0ee1b5c7701ad3f1e1e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatediscovery_purpose_corestatement.ts", + "sourceHash": "1e96b27fbe5c82988c12e4ca", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEDISCOVERY_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatediscovery-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validateimplementation_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:cc9698e30e155d0520462d2c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validateimplementation_purpose_corestatement.ts", + "sourceHash": "00bc75bdfe0c06f2a7c92748", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEIMPLEMENTATION_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validateimplementation-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_validatevalidation_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:1626bf4e551fc49f34e11922", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_validatevalidation_purpose_corestatement.ts", + "sourceHash": "f42dea22d96c61cb71866308", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VALIDATEVALIDATION_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-validatevalidation-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_vcs_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:6fe106bf1688c30e8474e861", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_vcs_capabilities_list.ts", + "sourceHash": "b4734ea9036aea6ff7512cac", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VCS_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-vcs-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_vcs_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:4c423f6af58144261348bd8c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_vcs_executionpattern_detailcontent.ts", + "sourceHash": "f864f32b93a66275d07a92d6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VCS_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-vcs-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_vcs_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:c1ac0d4aaac4a84e93f091e1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_vcs_integration_detailcontent.ts", + "sourceHash": "67fc52e39a17d18920647d7e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VCS_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-vcs-integration-detailcontent", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_vcs_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:0c69fec477f98a355ec95414", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_vcs_ptrrsteps_list.ts", + "sourceHash": "9e213395c4e1f480f1712475", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VCS_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-vcs-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_vcs_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:fb4de7e0b483f7e1c1b2b507", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_vcs_purpose_corestatement.ts", + "sourceHash": "d60be5540c42e93d2420e78b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VCS_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-vcs-purpose-corestatement", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_vcs_system_context", + "rowRoot": "v41-prompt-inventory-row:ae36c345643e23697d85a731", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_vcs_system_context.ts", + "sourceHash": "231a07c187a97f96e558daba", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VCS_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-vcs-system-context", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_vcs_system_identity", + "rowRoot": "v41-prompt-inventory-row:dc3513b722134360678bb644", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_vcs_system_identity.ts", + "sourceHash": "b6e22a82a940170500451f36", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VCS_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-vcs-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_vcs_system_instructions", + "rowRoot": "v41-prompt-inventory-row:bde984df0a4eac598a72439d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_vcs_system_instructions.ts", + "sourceHash": "3423cd1afe01a8ec21ab5198", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VCS_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-vcs-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_vcs_system_role", + "rowRoot": "v41-prompt-inventory-row:2cbb8291b441a28f0fcf7e2a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_vcs_system_role.ts", + "sourceHash": "5edfa42fe1d58215e3127129", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VCS_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-vcs-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_vcs_tools_list", + "rowRoot": "v41-prompt-inventory-row:dc3a0a1b3a00840a68bc153e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_vcs_tools_list.ts", + "sourceHash": "3b9c843f66bd38698cf02bf7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VCS_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-vcs-tools-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_video_processor_system_identity", + "rowRoot": "v41-prompt-inventory-row:02072b0c5d4ed42c11dd5f52", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_video_processor_system_identity.ts", + "sourceHash": "67dc0a2de372c7951be109d7", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEO_PROCESSOR_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-video-processor-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_video_processor_system_instructions", + "rowRoot": "v41-prompt-inventory-row:294eb88e9ad18743c93e2908", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_video_processor_system_instructions.ts", + "sourceHash": "09ad92b638237eccbacc1b19", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEO_PROCESSOR_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-video-processor-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_video_processor_system_role", + "rowRoot": "v41-prompt-inventory-row:08eebc78b0434c40730a5b35", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_video_processor_system_role.ts", + "sourceHash": "c0240f38257e73059342a566", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEO_PROCESSOR_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-video-processor-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:f78b687d369c458b6e7b0294", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_capabilities_list.ts", + "sourceHash": "d7bad7d97a5e69c40a7ad2ff", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:99fb231476d8369c5418d819", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_executionpattern_detailcontent.ts", + "sourceHash": "dcbc87085aa36a812de6cdf9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-executionpattern-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_frameanalysis_detailcontent", + "rowRoot": "v41-prompt-inventory-row:2a2bd2d0a707128eb68ff62e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_frameanalysis_detailcontent.ts", + "sourceHash": "f2d8a46f46222b19d3c1d805", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_FRAMEANALYSIS_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-frameanalysis-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:33897af12374071745754dbe", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_integration_detailcontent.ts", + "sourceHash": "a4e86f3e7d930c958c890d9a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-integration-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_optimization_detailcontent", + "rowRoot": "v41-prompt-inventory-row:b1ca51a3b7b88e3ac9a71fee", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_optimization_detailcontent.ts", + "sourceHash": "7d528d87d722e6dcbe83f5d5", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_OPTIMIZATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-optimization-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_plan_content_analysis", + "rowRoot": "v41-prompt-inventory-row:cd6edc235227b6df3c30783c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_plan_content_analysis.ts", + "sourceHash": "e5926bb8434e688c6b3539eb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_PLAN_CONTENT_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-plan-content-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_plan_processing_strategy", + "rowRoot": "v41-prompt-inventory-row:d8f7f9be2e94ec0d2d84243b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_plan_processing_strategy.ts", + "sourceHash": "5ec17792aac848dff3e38caa", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_PLAN_PROCESSING_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-plan-processing-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_preprocessing_detailcontent", + "rowRoot": "v41-prompt-inventory-row:1bba2b4bf4bdb1b174a1d7e4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_preprocessing_detailcontent.ts", + "sourceHash": "9b6668e112cb7bcded96e5dd", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_PREPROCESSING_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-preprocessing-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:d9afb02f118ab4536b6d88b4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_ptrrsteps_list.ts", + "sourceHash": "43e19c2a472f3fbdebbe4a18", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:152f679609b39618d5aba36c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_purpose_corestatement.ts", + "sourceHash": "548e6c6773a5ec06ff006422", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_refine_analysis_enhancement", + "rowRoot": "v41-prompt-inventory-row:852d68b8ebe3b368868ac054", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_refine_analysis_enhancement.ts", + "sourceHash": "f992d314a679ed260288363e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_REFINE_ANALYSIS_ENHANCEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-refine-analysis-enhancement", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_refine_quality_criteria", + "rowRoot": "v41-prompt-inventory-row:128a92be293d2f7108905e0f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_refine_quality_criteria.ts", + "sourceHash": "b3d150212cd38685911c6b92", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_REFINE_QUALITY_CRITERIA" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-refine-quality-criteria", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_retry_failure_analysis", + "rowRoot": "v41-prompt-inventory-row:bc46066de93d9301e1ac4c58", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_retry_failure_analysis.ts", + "sourceHash": "12988da32ac88ae9a4a640f4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_RETRY_FAILURE_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-retry-failure-analysis", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_retry_recovery_strategy", + "rowRoot": "v41-prompt-inventory-row:a0d8b8650c9e50cd474098e1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_retry_recovery_strategy.ts", + "sourceHash": "6f89c722133444e21007bbc3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_RETRY_RECOVERY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-retry-recovery-strategy", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_system_context", + "rowRoot": "v41-prompt-inventory-row:7828fd45a247bafdc947b19d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_system_context.ts", + "sourceHash": "d35662779eee71f55252c7b2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-system-context", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_system_identity", + "rowRoot": "v41-prompt-inventory-row:638c3642bd9a79c16e1e7b28", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_system_identity.ts", + "sourceHash": "936e65decaf65ea8c3002ab8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-system-identity", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_system_instructions", + "rowRoot": "v41-prompt-inventory-row:dd406a2cc48f23c61e5a5c41", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_system_instructions.ts", + "sourceHash": "0f4110e333978b23aa4b77f6", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_system_role", + "rowRoot": "v41-prompt-inventory-row:010eb3933dd0d35e690caa01", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_system_role.ts", + "sourceHash": "f58f5a1f22b9c069e543d8d3", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-system-role", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_tools_list", + "rowRoot": "v41-prompt-inventory-row:3fdaefb63b9a2a8866a75cd8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_tools_list.ts", + "sourceHash": "bc846e35586ab8c7d39d9f68", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-tools-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_try_directives_instructions", + "rowRoot": "v41-prompt-inventory-row:60e300bba24cba1a48e5d2fa", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_try_directives_instructions.ts", + "sourceHash": "3514e7ccbe19a4523ce2c78c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_TRY_DIRECTIVES_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-try-directives-instructions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_videoprocessor_try_processing_techniques", + "rowRoot": "v41-prompt-inventory-row:d4f2b04353654ee7cec99940", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_videoprocessor_try_processing_techniques.ts", + "sourceHash": "85dc63fa39db2916554135a1", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_VIDEOPROCESSOR_TRY_PROCESSING_TECHNIQUES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-videoprocessor-try-processing-techniques", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_web_search_system_identity", + "rowRoot": "v41-prompt-inventory-row:8ab39a85f28fa81f734eb3c0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_web_search_system_identity.ts", + "sourceHash": "05fb9af1aa1f0dd60f2ca158", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEB_SEARCH_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-web-search-system-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_web_search_system_instructions", + "rowRoot": "v41-prompt-inventory-row:abd12c7bad712f1331e352ba", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_web_search_system_instructions.ts", + "sourceHash": "a05f600783f2984099332a08", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEB_SEARCH_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-web-search-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_web_search_system_role", + "rowRoot": "v41-prompt-inventory-row:8fd704b0036f0f6d9d3699cd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_web_search_system_role.ts", + "sourceHash": "3f4cd8b6a36713a66ef63120", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEB_SEARCH_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-web-search-system-role", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:c06db252e9f998c8ebd83ad8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_capabilities_list.ts", + "sourceHash": "9a8ab666a656649d959bc9bf", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-capabilities-list", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:d5e1c9bedb1e8197137664b1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_executionpattern_detailcontent.ts", + "sourceHash": "e1e808d1c76ced631de196de", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-executionpattern-detailcontent", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:531f8aee01c0d9bd02f95210", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_integration_detailcontent.ts", + "sourceHash": "a8c7abab0b06f7c381ea49d9", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-integration-detailcontent", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_plan_investigation_strategy", + "rowRoot": "v41-prompt-inventory-row:b3d47009b28a8cb7fbb5ac4b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_plan_investigation_strategy.ts", + "sourceHash": "59496bcb283d41480b6306d2", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_PLAN_INVESTIGATION_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-plan-investigation-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_plan_research_analysis", + "rowRoot": "v41-prompt-inventory-row:e427b0be1ef38399c90ecf35", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_plan_research_analysis.ts", + "sourceHash": "0ab3b1c0fb7254bc2d6c013a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_PLAN_RESEARCH_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-plan-research-analysis", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:8d215f4c6f38b14a3e5b998f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_ptrrsteps_list.ts", + "sourceHash": "b0f927659edb26c1dc1be443", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:2bea99237075c2f70a260159", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_purpose_corestatement.ts", + "sourceHash": "641a8398b4a97cb0f3d9dfef", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-purpose-corestatement", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_refine_information_enhancement", + "rowRoot": "v41-prompt-inventory-row:887fac47fbdbe100ae84a9ad", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_refine_information_enhancement.ts", + "sourceHash": "e8c0085c1bb3b0896eb62d7a", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_REFINE_INFORMATION_ENHANCEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-refine-information-enhancement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_refine_quality_criteria", + "rowRoot": "v41-prompt-inventory-row:a3bafbe09663ba686f8b19b9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_refine_quality_criteria.ts", + "sourceHash": "b8129f7106e45a5779980d5e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_REFINE_QUALITY_CRITERIA" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-refine-quality-criteria", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_retry_failure_analysis", + "rowRoot": "v41-prompt-inventory-row:65d7a01d44f45a28507cf73d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_retry_failure_analysis.ts", + "sourceHash": "5051e10c9a2a19b7f1228277", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_RETRY_FAILURE_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-retry-failure-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_retry_recovery_strategy", + "rowRoot": "v41-prompt-inventory-row:0789dded5f290311c5856d4b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_retry_recovery_strategy.ts", + "sourceHash": "f5cd61ed556936c518ff126f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_RETRY_RECOVERY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-retry-recovery-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_system_context", + "rowRoot": "v41-prompt-inventory-row:fd2db4fc6c3388752c632ae7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_system_context.ts", + "sourceHash": "4e2cb4fea152152050a29deb", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-system-context", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_system_identity", + "rowRoot": "v41-prompt-inventory-row:3bd6441857e0afab1c03a489", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_system_identity.ts", + "sourceHash": "f9fe7c11ff75ab5bab0b1e17", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-system-identity", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_system_instructions", + "rowRoot": "v41-prompt-inventory-row:527bb12a118fec072d6ea299", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_system_instructions.ts", + "sourceHash": "911e471a4e302621053dd470", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_system_role", + "rowRoot": "v41-prompt-inventory-row:58fd45d84183307783cbca20", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_system_role.ts", + "sourceHash": "69322925d1472b438a0545f4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-system-role", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_tools_list", + "rowRoot": "v41-prompt-inventory-row:46c0a151ff916b7f1d0b75b1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_tools_list.ts", + "sourceHash": "789d128fd6615de5489e6611", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-tools-list", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_try_directives_instructions", + "rowRoot": "v41-prompt-inventory-row:0be7c558c8eb2d4abc19032c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_try_directives_instructions.ts", + "sourceHash": "3c198b1a564ee1e2e6c3666c", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_TRY_DIRECTIVES_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-try-directives-instructions", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_webresearcher_try_research_techniques", + "rowRoot": "v41-prompt-inventory-row:73d196d8630ffae0fe556659", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_webresearcher_try_research_techniques.ts", + "sourceHash": "b79a39d0025a89303a890202", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBRESEARCHER_TRY_RESEARCH_TECHNIQUES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-webresearcher-try-research-techniques", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:3464499d701e440d070c0d8c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_capabilities_list.ts", + "sourceHash": "f1f1c16cc81755f631bbb33f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-capabilities-list", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:13fcd380f52b62317e665d01", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_executionpattern_detailcontent.ts", + "sourceHash": "129f145f95fae8e60f0285be", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-executionpattern-detailcontent", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_identity", + "rowRoot": "v41-prompt-inventory-row:9b1210d0afde059dc2005808", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_identity.ts", + "sourceHash": "214963ec8c6415d5331a7ce4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_integration_detailcontent", + "rowRoot": "v41-prompt-inventory-row:1d2dbad2bebbd7312005ba22", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_integration_detailcontent.ts", + "sourceHash": "2a2f4cde9c032410d9f06432", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_INTEGRATION_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-integration-detailcontent", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_plan_query_analysis", + "rowRoot": "v41-prompt-inventory-row:7030cf68d5074d9c88285b8c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_plan_query_analysis.ts", + "sourceHash": "a3c6fc3379a15dc63e93291b", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_PLAN_QUERY_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-plan-query-analysis", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_plan_search_strategy", + "rowRoot": "v41-prompt-inventory-row:b976d6fee01e471d92c1ccf4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_plan_search_strategy.ts", + "sourceHash": "039cb81e006e8ad31363ab3f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_PLAN_SEARCH_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-plan-search-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_ptrrsteps_list", + "rowRoot": "v41-prompt-inventory-row:6947e3b8b9e8f5e22ce67831", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_ptrrsteps_list.ts", + "sourceHash": "de04ca2d27630f3385823433", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_PTRRSTEPS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-ptrrsteps-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:0ea0bef926fd23662e480a99", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_purpose_corestatement.ts", + "sourceHash": "428b4e7ab7f397d763b7128f", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-purpose-corestatement", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_refine_relevance_criteria", + "rowRoot": "v41-prompt-inventory-row:b6141c2892377d69cace9ad1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_refine_relevance_criteria.ts", + "sourceHash": "770d12f954e0ea1f014af85d", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_REFINE_RELEVANCE_CRITERIA" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-refine-relevance-criteria", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_refine_result_enhancement", + "rowRoot": "v41-prompt-inventory-row:1d21aed5bc87440859c3abf7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_refine_result_enhancement.ts", + "sourceHash": "454533a90f6cd59254395bdf", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_REFINE_RESULT_ENHANCEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-refine-result-enhancement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_retry_failure_analysis", + "rowRoot": "v41-prompt-inventory-row:a4f85e5da4a271c70f1898f9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_retry_failure_analysis.ts", + "sourceHash": "89a0585227a04a28738584e8", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_RETRY_FAILURE_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-retry-failure-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_retry_recovery_strategy", + "rowRoot": "v41-prompt-inventory-row:52c17e2129d26f5e6be9d5eb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_retry_recovery_strategy.ts", + "sourceHash": "c696670f5ee19ad858b07f9e", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_RETRY_RECOVERY_STRATEGY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-retry-recovery-strategy", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_system_context", + "rowRoot": "v41-prompt-inventory-row:8dcc36a677bc389a816c0973", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_system_context.ts", + "sourceHash": "ed75fbc6e4de6384dc2dc3d4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_SYSTEM_CONTEXT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-system-context", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_system_identity", + "rowRoot": "v41-prompt-inventory-row:ad9c7a2a18ae43d7f89096ac", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_system_identity.ts", + "sourceHash": "d158dd36d0d4436ad145e281", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_SYSTEM_IDENTITY" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-system-identity", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_system_instructions", + "rowRoot": "v41-prompt-inventory-row:7a15c67b200daa270bbf042e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_system_instructions.ts", + "sourceHash": "870e93d4232c015aae36f6ee", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_SYSTEM_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-system-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_system_role", + "rowRoot": "v41-prompt-inventory-row:fff55792a7a8754b879a5fee", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_system_role.ts", + "sourceHash": "2af3c6cd30dced507cfd3312", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_SYSTEM_ROLE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-system-role", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_tools_list", + "rowRoot": "v41-prompt-inventory-row:9a9c334013cf6ea3276240ea", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_tools_list.ts", + "sourceHash": "1d774534b85b58f1d26c6ced", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_TOOLS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-tools-list", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_try_directives_instructions", + "rowRoot": "v41-prompt-inventory-row:5d75ec5189cb91d8b9ca090f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_try_directives_instructions.ts", + "sourceHash": "eecde6f2f71a2df03b24ffc4", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_TRY_DIRECTIVES_INSTRUCTIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-try-directives-instructions", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_agent_websearch_try_search_techniques", + "rowRoot": "v41-prompt-inventory-row:864b5e58f7bfa55a6eb5344f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_agent_websearch_try_search_techniques.ts", + "sourceHash": "68eea56a00d4674eb22a1107", + "exportNames": [ + "PROMPTPART_SPECIFIC_AGENT_WEBSEARCH_TRY_SEARCH_TECHNIQUES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "agent-websearch-try-search-techniques", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_asset_pack_system_ultra_critical_reflection", + "rowRoot": "v41-prompt-inventory-row:2a9e5a20cb5abbbf6e1f865f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_asset_pack_system_ultra_critical_reflection.ts", + "sourceHash": "8f896ace0a7ecfcea8f69209", + "exportNames": [ + "PROMPTPART_SPECIFIC_ASSET_PACK_SYSTEM_ULTRA_CRITICAL_REFLECTION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "asset-pack-system-ultra-critical-reflection", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_location_output_sentence", + "rowRoot": "v41-prompt-inventory-row:697b963121eb84a4302ea497", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_location_output_sentence.ts", + "sourceHash": "764450a7a25ed2c3ebd88444", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_LOCATION_OUTPUT_SENTENCE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-location-output-sentence", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_output_contextual_info", + "rowRoot": "v41-prompt-inventory-row:863b6f9fd4d2708aab435f4a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_output_contextual_info.ts", + "sourceHash": "ff142c6d9bb3ff464a537a73", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_OUTPUT_CONTEXTUAL_INFO" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-output-contextual-info", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_output_file_paths", + "rowRoot": "v41-prompt-inventory-row:b1acfad985c562f95bba0d9c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_output_file_paths.ts", + "sourceHash": "93cd81e381c3dc821a809127", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_OUTPUT_FILE_PATHS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-output-file-paths", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_output_line_char_positions", + "rowRoot": "v41-prompt-inventory-row:9db2da4b07f1998bbda4d7b9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_output_line_char_positions.ts", + "sourceHash": "9bfdb19c72a44e5f0e947cbe", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_OUTPUT_LINE_CHAR_POSITIONS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-output-line-char-positions", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_output_nav_and_analysis", + "rowRoot": "v41-prompt-inventory-row:028de884092f7c9d4c62af95", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_output_nav_and_analysis.ts", + "sourceHash": "bb68a171bdcfc07bb995c3aa", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_OUTPUT_NAV_AND_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-output-nav-and-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_output_precise_code", + "rowRoot": "v41-prompt-inventory-row:3e8834ab6ba6ccbccc3c47eb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_output_precise_code.ts", + "sourceHash": "6b0d08597d3c33e4363fc993", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_OUTPUT_PRECISE_CODE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-output-precise-code", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_parameter_character", + "rowRoot": "v41-prompt-inventory-row:2fb4e7fc6ccacccc5950a03e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_parameter_character.ts", + "sourceHash": "c45268d367249ff30c569031", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_PARAMETER_CHARACTER" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-parameter-character", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_parameter_character_desc", + "rowRoot": "v41-prompt-inventory-row:153ed47bbb3c0dc07a48f35c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_parameter_character_desc.ts", + "sourceHash": "2895b926d36c94dbac93acb8", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_PARAMETER_CHARACTER_DESC" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-parameter-character-desc", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_parameter_filepath", + "rowRoot": "v41-prompt-inventory-row:c1dbe3930e4a047f15da5b36", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_parameter_filepath.ts", + "sourceHash": "bbd976446f257c9cf46ac82b", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_PARAMETER_FILEPATH" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-parameter-filepath", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_parameter_filepath_desc", + "rowRoot": "v41-prompt-inventory-row:a788bf531860e81186411459", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_parameter_filepath_desc.ts", + "sourceHash": "496643532859c9bd5f24cb5f", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_PARAMETER_FILEPATH_DESC" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-parameter-filepath-desc", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_parameter_line", + "rowRoot": "v41-prompt-inventory-row:ce466b60510fc29027dda0e2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_parameter_line.ts", + "sourceHash": "a7d6007678d4f9942ae9e96f", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_PARAMETER_LINE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-parameter-line", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_parameter_line_desc", + "rowRoot": "v41-prompt-inventory-row:c87d07e8a744a20be0b616f9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_parameter_line_desc.ts", + "sourceHash": "9fffbd60c9d53661a0ea4837", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_PARAMETER_LINE_DESC" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-parameter-line-desc", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_position_parameters_list", + "rowRoot": "v41-prompt-inventory-row:21a090b4e29a0300b2e316b9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_position_parameters_list.ts", + "sourceHash": "380d103d7ed578dbb35e43ee", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_POSITION_PARAMETERS_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-position-parameters-list", + "promptFamilyIds": [ + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate2", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_lsp_purpose_sentence", + "rowRoot": "v41-prompt-inventory-row:e71b061258e73102531cdd79", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_lsp_purpose_sentence.ts", + "sourceHash": "a63a55e21c69f7517914e31d", + "exportNames": [ + "PROMPTPART_SPECIFIC_LSP_PURPOSE_SENTENCE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "lsp-purpose-sentence", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_phase_assetpackdiscovery_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:201f147e62602f9446eefbaa", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_phase_assetpackdiscovery_purpose_corestatement.ts", + "sourceHash": "838018b2f355fa3697553793", + "exportNames": [ + "PROMPTPART_SPECIFIC_PHASE_ASSETPACKDISCOVERY_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "phase-assetpackdiscovery-purpose-corestatement", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_phase_assetpackfinish_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:847160198bc2931ef0bcf99b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_phase_assetpackfinish_purpose_corestatement.ts", + "sourceHash": "91825494fabc3e654b52946d", + "exportNames": [ + "PROMPTPART_SPECIFIC_PHASE_ASSETPACKFINISH_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "phase-assetpackfinish-purpose-corestatement", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_phase_assetpackimplementation_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:0a969f89600f07a22c6ba5b9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_phase_assetpackimplementation_purpose_corestatement.ts", + "sourceHash": "321fa73816281df4b697d02d", + "exportNames": [ + "PROMPTPART_SPECIFIC_PHASE_ASSETPACKIMPLEMENTATION_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "phase-assetpackimplementation-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_phase_assetpacksetup_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:f6456d7588488e1130db84e5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_phase_assetpacksetup_purpose_corestatement.ts", + "sourceHash": "67f96e2cffb815cc3a63c23f", + "exportNames": [ + "PROMPTPART_SPECIFIC_PHASE_ASSETPACKSETUP_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "phase-assetpacksetup-purpose-corestatement", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_phase_assetpackvalidation_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:44ac642f0e0061ec397d28ba", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_phase_assetpackvalidation_purpose_corestatement.ts", + "sourceHash": "ec9f125bbc06667f4fb92ad7", + "exportNames": [ + "PROMPTPART_SPECIFIC_PHASE_ASSETPACKVALIDATION_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "phase-assetpackvalidation-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_pipeline_assetpackrun_divloop_detailcontent", + "rowRoot": "v41-prompt-inventory-row:c9f6c9ea2d269ae1781c4148", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_pipeline_assetpackrun_divloop_detailcontent.ts", + "sourceHash": "a74ffa418ab539dc2bfe618e", + "exportNames": [ + "PROMPTPART_SPECIFIC_PIPELINE_ASSETPACKRUN_DIVLOOP_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "pipeline-assetpackrun-divloop-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_pipeline_assetpackrun_executionpattern_detailcontent", + "rowRoot": "v41-prompt-inventory-row:2cabcbbd2976ab588f9129d9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_pipeline_assetpackrun_executionpattern_detailcontent.ts", + "sourceHash": "cfe4179599c602ec7628bdd6", + "exportNames": [ + "PROMPTPART_SPECIFIC_PIPELINE_ASSETPACKRUN_EXECUTIONPATTERN_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "pipeline-assetpackrun-executionpattern-detailcontent", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_pipeline_assetpackrun_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:c467c286614862686dec72f8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_pipeline_assetpackrun_purpose_corestatement.ts", + "sourceHash": "1ac3eb101caa73667eaac84d", + "exportNames": [ + "PROMPTPART_SPECIFIC_PIPELINE_ASSETPACKRUN_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "pipeline-assetpackrun-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_pipeline_assetpackrun_writtenassettype_list", + "rowRoot": "v41-prompt-inventory-row:8ee893b7791e1954864987e3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_pipeline_assetpackrun_writtenassettype_list.ts", + "sourceHash": "d20ad88881f32c6176edccf2", + "exportNames": [ + "PROMPTPART_SPECIFIC_PIPELINE_ASSETPACKRUN_WRITTENASSETTYPE_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "pipeline-assetpackrun-writtenassettype-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_system_bitcodeterminalconversation_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:80847dc8e5d8c350fb383fe7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_system_bitcodeterminalconversation_capabilities_list.ts", + "sourceHash": "ec8e79a1a03230088cdac8e8", + "exportNames": [ + "PROMPTPART_SPECIFIC_SYSTEM_BITCODETERMINALCONVERSATION_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "system-bitcodeterminalconversation-capabilities-list", + "promptFamilyIds": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_system_bitcodeterminalconversation_identity_corestatement", + "rowRoot": "v41-prompt-inventory-row:28980bf94472ac3fa505df29", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_system_bitcodeterminalconversation_identity_corestatement.ts", + "sourceHash": "b736c6ab10d855982ac27415", + "exportNames": [ + "PROMPTPART_SPECIFIC_SYSTEM_BITCODETERMINALCONVERSATION_IDENTITY_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "system-bitcodeterminalconversation-identity-corestatement", + "promptFamilyIds": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_system_bitcodeterminalconversation_usage_guidance", + "rowRoot": "v41-prompt-inventory-row:efa8bfc05dece529473e30cf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_system_bitcodeterminalconversation_usage_guidance.ts", + "sourceHash": "1b4aa3bf1583f1067e2efafe", + "exportNames": [ + "PROMPTPART_SPECIFIC_SYSTEM_BITCODETERMINALCONVERSATION_USAGE_GUIDANCE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "system-bitcodeterminalconversation-usage-guidance", + "promptFamilyIds": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:576207f974b9efdbb4705181", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolcapabilities.ts", + "sourceHash": "f53ded8776c2d911f009e854", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsatisfactionimplementationcomplexity-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:419eb5cd0d734894200e1145", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolexample1.ts", + "sourceHash": "779237b19d4350db62ef1591", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsatisfactionimplementationcomplexity-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:2d611fcf30b192630fe1cb4b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolexample2.ts", + "sourceHash": "e309e5585628f3f39a09f9a8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsatisfactionimplementationcomplexity-doccode-toolexample2", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:6ba3e9fb9e6672a303467618", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolexample3.ts", + "sourceHash": "2c5ecc632131436d0b77edbe", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsatisfactionimplementationcomplexity-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:1080a03edc708ac5300aab8d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolname.ts", + "sourceHash": "0e96e3eae7b302222cbeed9a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsatisfactionimplementationcomplexity-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:dca1976740b3de74b6f394bb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetooloutput.ts", + "sourceHash": "0af77ec4627ae016b388ab6c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsatisfactionimplementationcomplexity-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:96992518cd2ae062f9fcb4cf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolparameters.ts", + "sourceHash": "1e0c16998d455e7b28ed3b30", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsatisfactionimplementationcomplexity-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:304e6f6212b42ac3aa8d6d49", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsatisfactionimplementationcomplexity_doccodetoolpurpose.ts", + "sourceHash": "2a8abbcc224d17bd97ff3368", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsatisfactionimplementationcomplexity-doccode-toolpurpose", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsemantics_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:a6e17293f99ba4299f9398aa", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsemantics_doccodetoolcapabilities.ts", + "sourceHash": "639867b7cdb4455cffd2796e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsemantics-doccode-toolcapabilities", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsemantics_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:31abf1e5a9cd3512c3a23cd0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsemantics_doccodetoolexample1.ts", + "sourceHash": "d22d7d007380e34c5db1d233", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsemantics-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsemantics_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:060ee2147bb8e645204c7f3f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsemantics_doccodetoolexample2.ts", + "sourceHash": "c594892dceeec548ffaba13e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsemantics-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsemantics_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:df40e37f2fff1e3712185ea6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsemantics_doccodetoolexample3.ts", + "sourceHash": "420cf6c3cb89fd9976401ae6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsemantics-doccode-toolexample3", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsemantics_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:87614505e4200093065b2a84", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsemantics_doccodetoolname.ts", + "sourceHash": "788fe7d07329b50ae6a3c91b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsemantics-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsemantics_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:7ab0ab12f22950b855a8086e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsemantics_doccodetooloutput.ts", + "sourceHash": "1b169e9143299cd50f4898c4", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsemantics-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsemantics_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:9613bc551baca085af16190a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsemantics_doccodetoolparameters.ts", + "sourceHash": "0f3bba213c439a27565ebdf7", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsemantics-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_analyzereadsemantics_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:bfc25d063f6a12676e5ded44", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_analyzereadsemantics_doccodetoolpurpose.ts", + "sourceHash": "315468eaa7b99a629d1d381a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-analyzereadsemantics-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_assetpack_audiocomprehension_doccodetool_capabilities_addendum", + "rowRoot": "v41-prompt-inventory-row:b18f178480e8d37f0bd9353c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_assetpack_audiocomprehension_doccodetool_capabilities_addendum.ts", + "sourceHash": "5ef9755fde36d92fb7de57fe", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ASSET_PACK_AUDIOCOMPREHENSION_DOCCODETOOL_CAPABILITIES_ADDENDUM" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-assetpack-audiocomprehension-doccode-tool-capabilities-addendum", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_assetpack_imagecomprehension_doccodetool_capabilities_addendum", + "rowRoot": "v41-prompt-inventory-row:52e6ea30851e1361008e2737", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_assetpack_imagecomprehension_doccodetool_capabilities_addendum.ts", + "sourceHash": "25c9c60ffd13f4ef8e459cfa", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ASSET_PACK_IMAGECOMPREHENSION_DOCCODETOOL_CAPABILITIES_ADDENDUM" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-assetpack-imagecomprehension-doccode-tool-capabilities-addendum", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_assetpack_pdfcomprehension_doccodetool_capabilities_addendum", + "rowRoot": "v41-prompt-inventory-row:2a33924a7500de33a2c53351", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_assetpack_pdfcomprehension_doccodetool_capabilities_addendum.ts", + "sourceHash": "82b926d6775998b40e8ab622", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ASSET_PACK_PDFCOMPREHENSION_DOCCODETOOL_CAPABILITIES_ADDENDUM" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-assetpack-pdfcomprehension-doccode-tool-capabilities-addendum", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_assetpack_videocomprehension_doccodetool_capabilities_addendum", + "rowRoot": "v41-prompt-inventory-row:98dc42c405b0df1d00b5b1e0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_assetpack_videocomprehension_doccodetool_capabilities_addendum.ts", + "sourceHash": "f33c00a07e1a3eac0cece95f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ASSET_PACK_VIDEOCOMPREHENSION_DOCCODETOOL_CAPABILITIES_ADDENDUM" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-assetpack-videocomprehension-doccode-tool-capabilities-addendum", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_aurorapostgresmcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:ca10ddc969f7796d657dcbf1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_aurorapostgresmcp_doccodetoolcapabilities.ts", + "sourceHash": "b111c8ed59223a581041fc19", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-aurorapostgresmcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_aurorapostgresmcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:7a2594eaaec1a720d37902f8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_aurorapostgresmcp_doccodetoolexample1.ts", + "sourceHash": "4c292e8e906289b7a3b5a921", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-aurorapostgresmcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_aurorapostgresmcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:db60584aa5d396140e263219", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_aurorapostgresmcp_doccodetoolexample2.ts", + "sourceHash": "11e84011297c0e0f3aae9ab0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-aurorapostgresmcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_aurorapostgresmcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:0b717cddb6e444e9999785eb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_aurorapostgresmcp_doccodetoolexample3.ts", + "sourceHash": "17665d756f28ae9cf53d2370", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-aurorapostgresmcp-doccode-toolexample3", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_aurorapostgresmcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:7327c9daac22c53d6570f774", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_aurorapostgresmcp_doccodetoolname.ts", + "sourceHash": "7c627f00f2db2441844327de", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-aurorapostgresmcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_aurorapostgresmcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:68416b7dafe38acdce8982ba", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_aurorapostgresmcp_doccodetooloutput.ts", + "sourceHash": "4b0e9b1cd8fdd77051d387d8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-aurorapostgresmcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_aurorapostgresmcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:ec3f1aca113ac39b1f66b37c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_aurorapostgresmcp_doccodetoolparameters.ts", + "sourceHash": "e13dc3416dd84f6932057412", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-aurorapostgresmcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_aurorapostgresmcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:2e155611ec4aac1f2278f3b3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_aurorapostgresmcp_doccodetoolpurpose.ts", + "sourceHash": "e9b292e509d53458602ca88f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-aurorapostgresmcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslambdainvoke_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:51eeee43a1adbcfc592ab8f6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslambdainvoke_doccodetoolcapabilities.ts", + "sourceHash": "56404be68e5fcb3ba683ebb8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslambdainvoke-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslambdainvoke_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:fb8e29b738a3168e52b95020", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslambdainvoke_doccodetoolexample1.ts", + "sourceHash": "fb0300b74afb6acbe94d646a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslambdainvoke-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslambdainvoke_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:72fd4599075bb3dd4983ef77", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslambdainvoke_doccodetoolexample2.ts", + "sourceHash": "f12deec27fa49af85a549ba0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslambdainvoke-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslambdainvoke_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:05219b9c445d2ea76a09d7e7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslambdainvoke_doccodetoolexample3.ts", + "sourceHash": "93c4abe310a31f8a1689e5f7", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslambdainvoke-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslambdainvoke_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:390d9a10858cdd410f0268e5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslambdainvoke_doccodetoolname.ts", + "sourceHash": "0f5fb450cd996ba91411a97e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslambdainvoke-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslambdainvoke_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:145cd1dd5689667eb3ddff6a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslambdainvoke_doccodetooloutput.ts", + "sourceHash": "cf8ca6491764e3f44507a68b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslambdainvoke-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslambdainvoke_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:9608d0d7dff982cab12786a9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslambdainvoke_doccodetoolparameters.ts", + "sourceHash": "e9a868e92acf1a573273669d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslambdainvoke-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslambdainvoke_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:33c2bfa05caef2383d307fc9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslambdainvoke_doccodetoolpurpose.ts", + "sourceHash": "8e7502b0e5914c0962867656", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslambdainvoke-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslocationmcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:138014cdc8d90b0afdb68602", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslocationmcp_doccodetoolcapabilities.ts", + "sourceHash": "22910faf9071c43b772ff15e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslocationmcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslocationmcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:5c7dc8453cf684a1060d6fe0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslocationmcp_doccodetoolexample1.ts", + "sourceHash": "3a4818ed11e89d9f2cef75ef", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslocationmcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslocationmcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:ee12455a3b4cb528a9041939", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslocationmcp_doccodetoolexample2.ts", + "sourceHash": "a3cc8ab6b3b11b2c7d6380b6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslocationmcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslocationmcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:c34689c6a44364ba6845932f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslocationmcp_doccodetoolexample3.ts", + "sourceHash": "0c743c5321eea1ee28841ca0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslocationmcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslocationmcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:ae874249d7ac0f0c4ce6b348", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslocationmcp_doccodetoolname.ts", + "sourceHash": "97db40bd39e468912769b01c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslocationmcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslocationmcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:d4a1ba5f61f86049cf8215c4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslocationmcp_doccodetooloutput.ts", + "sourceHash": "ef215aac4d4ebdd1e0ec5d04", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslocationmcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslocationmcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:c2f35691a2a82dca4089b3ab", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslocationmcp_doccodetoolparameters.ts", + "sourceHash": "173fb4785afb1e54889c23ad", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslocationmcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awslocationmcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:417fda81621fca4ba203c633", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awslocationmcp_doccodetoolpurpose.ts", + "sourceHash": "2a17e7915ff65585c27e8fb7", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awslocationmcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsmcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:b0b55dc212a36cb7e2893f3a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsmcp_doccodetoolcapabilities.ts", + "sourceHash": "ef7f23672e9f118f10df0872", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsmcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsmcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:dc33637f1fc0f3ef126942ef", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsmcp_doccodetoolexample1.ts", + "sourceHash": "f9012b76cfd64e80d3959d7f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsmcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsmcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:158a82085857040d6b7c57e0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsmcp_doccodetoolexample2.ts", + "sourceHash": "64c04d5f65e5ca7f31645526", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsmcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsmcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:b1dfc16dfc31b56b5686d01c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsmcp_doccodetoolexample3.ts", + "sourceHash": "70384cd75be998b260132baf", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsmcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsmcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:481f9112023f9b1c00d0e736", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsmcp_doccodetoolname.ts", + "sourceHash": "031384637e0593d4074a4911", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsmcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsmcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:980fcf7b7a6e27f36ecaf199", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsmcp_doccodetooloutput.ts", + "sourceHash": "0688a3e9a1bf00d0ba236638", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsmcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsmcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:9a16a60992daed2556906a86", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsmcp_doccodetoolparameters.ts", + "sourceHash": "ed985878c712535846e1fa6e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsmcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsmcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:042a0ace1610ec3aa5ca3d53", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsmcp_doccodetoolpurpose.ts", + "sourceHash": "feec4b92a47c369dbd0c1fe9", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsmcp-doccode-toolpurpose", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsterraformmcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:fab896df7895d3e7db432d65", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsterraformmcp_doccodetoolcapabilities.ts", + "sourceHash": "26da9254e3eccc19afb44cba", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsterraformmcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsterraformmcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:024d0665e62d544b9918e780", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsterraformmcp_doccodetoolexample1.ts", + "sourceHash": "9f5e50ddf78e526223c0535f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsterraformmcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsterraformmcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:1304247743e2ff6683cee484", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsterraformmcp_doccodetoolexample2.ts", + "sourceHash": "020188be8c74f8b8a226c6b6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsterraformmcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsterraformmcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:24e7ba46e42d387da448bcd5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsterraformmcp_doccodetoolexample3.ts", + "sourceHash": "d515da4f6c5af5df16a5ccbf", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsterraformmcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsterraformmcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:9141cbfa07f574476af18d4a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsterraformmcp_doccodetoolname.ts", + "sourceHash": "f2f84004825190fda90586bb", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsterraformmcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsterraformmcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:f32942fac334fda4d8a426b3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsterraformmcp_doccodetooloutput.ts", + "sourceHash": "695a0be11eaa8fcfbe355b20", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsterraformmcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsterraformmcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:50996298df8454b1474cd15c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsterraformmcp_doccodetoolparameters.ts", + "sourceHash": "18015ebd7611acdc39e7b6fe", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsterraformmcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_awsterraformmcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:2ecede2259e5bb65e509623a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_awsterraformmcp_doccodetoolpurpose.ts", + "sourceHash": "01b601d1e06e0eadc1367601", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-awsterraformmcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_begintransaction_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:a9f5939d39f6c9ae01f1da05", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_begintransaction_doccodetoolcapabilities.ts", + "sourceHash": "78af9a9807151389cdb637e0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-begintransaction-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_begintransaction_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:5ed8560f446bbb18ef6d639f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_begintransaction_doccodetooloutput.ts", + "sourceHash": "f8915918378245312d46669d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-begintransaction-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_begintransaction_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:8edfa1e4de5b682c3d5c9e4b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_begintransaction_doccodetoolparameters.ts", + "sourceHash": "fcabeddaa87eccf7e04ae015", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-begintransaction-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_begintransaction_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:60282f16355acc0aed6f6951", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_begintransaction_doccodetoolpurpose.ts", + "sourceHash": "1e6915798f0c4533fb097d79", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-begintransaction-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_begintransaction_metadata_category_detailcontent", + "rowRoot": "v41-prompt-inventory-row:2fe3b533f0307e61afc69116", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_begintransaction_metadata_category_detailcontent.ts", + "sourceHash": "d21ffe6e53cfd3b4742e28f4", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_METADATA_CATEGORY_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-begintransaction-metadata-category-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_begintransaction_metadata_name_detailcontent", + "rowRoot": "v41-prompt-inventory-row:5044e6c83a184aa824b7f7b0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_begintransaction_metadata_name_detailcontent.ts", + "sourceHash": "8a5a543f22f5e7d37c6b3926", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_METADATA_NAME_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-begintransaction-metadata-name-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_begintransaction_usage_bestfor_detailcontent", + "rowRoot": "v41-prompt-inventory-row:c4d210052f7c06622cf8eea6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_begintransaction_usage_bestfor_detailcontent.ts", + "sourceHash": "ab10069236a218c456805528", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_USAGE_BESTFOR_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-begintransaction-usage-bestfor-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_begintransaction_usage_bestfor_label", + "rowRoot": "v41-prompt-inventory-row:3d0879e28cec57f529a249c8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_begintransaction_usage_bestfor_label.ts", + "sourceHash": "2edadbc8637fd3ddadb7e1f9", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_USAGE_BESTFOR_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-begintransaction-usage-bestfor-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_bitbucketmcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:3235158fde85af12d815bebc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_bitbucketmcp_doccodetoolcapabilities.ts", + "sourceHash": "60a17105b58bcbd3ef3482a2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-bitbucketmcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_bitbucketmcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:6f3c10f0c0605d1032e1a152", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_bitbucketmcp_doccodetoolexample1.ts", + "sourceHash": "5351a19fe7c3d47a139b0f62", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-bitbucketmcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_bitbucketmcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:9d7e9690330da5ed9690047e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_bitbucketmcp_doccodetoolname.ts", + "sourceHash": "fe873c4fd3d7871ebfabf8b6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-bitbucketmcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_bitbucketmcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:c304c6bca3a669dc72b95972", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_bitbucketmcp_doccodetooloutput.ts", + "sourceHash": "1c55a35ed93f901c5918ce6c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-bitbucketmcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_bitbucketmcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:6df311bdc4f74c75e6fd14ab", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_bitbucketmcp_doccodetoolparameters.ts", + "sourceHash": "3c64274c0ca801a9391bc52f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-bitbucketmcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_bitbucketmcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:8e9f28e805e8cf581627e647", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_bitbucketmcp_doccodetoolpurpose.ts", + "sourceHash": "09817a4ce416606bad9995db", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-bitbucketmcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_capabilities_features", + "rowRoot": "v41-prompt-inventory-row:54efe6bab85df3a8b8060740", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_capabilities_features.ts", + "sourceHash": "59fbae3e7472abe64fb8a10e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CAPABILITIES_FEATURES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-capabilities-features", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_capabilities_lsp_footer", + "rowRoot": "v41-prompt-inventory-row:1476c5c93d5bc60b74516a23", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_capabilities_lsp_footer.ts", + "sourceHash": "ef8f9caf259eba5d4511e149", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CAPABILITIES_LSP_FOOTER" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-capabilities-lsp-footer", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_capabilities_lsp_header", + "rowRoot": "v41-prompt-inventory-row:f40e8e3f9eb0792cc706ce5b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_capabilities_lsp_header.ts", + "sourceHash": "295218069681d5e5f1e59eb8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CAPABILITIES_LSP_HEADER" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-capabilities-lsp-header", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_circlecimcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:3c2bd21632963efeccb3f0a5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_circlecimcp_doccodetoolcapabilities.ts", + "sourceHash": "dae5612e549148e9436e444b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-circlecimcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_circlecimcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:8671ebdd747b2b9ac4d1a27c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_circlecimcp_doccodetoolexample1.ts", + "sourceHash": "79931f8afe27c6e453c90f84", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-circlecimcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_circlecimcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:d7a1cc3f8c9c707ea33db9e2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_circlecimcp_doccodetoolexample2.ts", + "sourceHash": "78da6e6820dc30b246314c5d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-circlecimcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_circlecimcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:698cda2b45eb4e5ef9a7048f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_circlecimcp_doccodetoolexample3.ts", + "sourceHash": "30b64ef0d514d3c0f06ccde3", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-circlecimcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_circlecimcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:8593e53818bfa4db5155a17d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_circlecimcp_doccodetoolname.ts", + "sourceHash": "9c172c782a5d34f483e68594", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-circlecimcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_circlecimcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:7cfff7fc0e810364f282f0ef", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_circlecimcp_doccodetooloutput.ts", + "sourceHash": "fe63a056864ab4e97ddd2a33", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-circlecimcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_circlecimcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:16944e917a3ddfbf2b1610d8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_circlecimcp_doccodetoolparameters.ts", + "sourceHash": "9afcd709749e22343b9a2577", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-circlecimcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_circlecimcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:fceec709f6bd4d94a911fc9b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_circlecimcp_doccodetoolpurpose.ts", + "sourceHash": "5d4c3bcde2c8e3f7b9db5478", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-circlecimcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_cloudflaremcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:a355394cf49e99b6b2a0f16a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_cloudflaremcp_doccodetoolcapabilities.ts", + "sourceHash": "d95f17ccf9826df3d82c23b8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-cloudflaremcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_cloudflaremcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:6cd44be6af3f67d00506f32b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_cloudflaremcp_doccodetoolexample1.ts", + "sourceHash": "ac5e47a5fbe0c82403fcc510", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-cloudflaremcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_cloudflaremcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:0c21b1d5b78957357b9464e3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_cloudflaremcp_doccodetoolexample2.ts", + "sourceHash": "8ad112e3f777b562582020f2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-cloudflaremcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_cloudflaremcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:6d0a5e8382aa46ed133f13d4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_cloudflaremcp_doccodetoolexample3.ts", + "sourceHash": "4ee3b03c80045a76da088957", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-cloudflaremcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_cloudflaremcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:2e563d62703fce3f6b553b9f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_cloudflaremcp_doccodetoolname.ts", + "sourceHash": "2a36d48a21429c3e8ba5b9f7", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-cloudflaremcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_cloudflaremcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:e2af27ee567088324b2bc380", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_cloudflaremcp_doccodetooloutput.ts", + "sourceHash": "bd87b4fba8a96a8019e5e295", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-cloudflaremcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_cloudflaremcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:28f9f767509b29468bee9246", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_cloudflaremcp_doccodetoolparameters.ts", + "sourceHash": "a25ea597e18ca2d94d6570a5", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-cloudflaremcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_cloudflaremcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:bcdf2c7038e0b5059100f078", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_cloudflaremcp_doccodetoolpurpose.ts", + "sourceHash": "8249c7365fc1f6eadecf2e50", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-cloudflaremcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_codedesign_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:9815339ed9680e903e5d42fe", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_codedesign_doccodetoolcapabilities.ts", + "sourceHash": "4e76745879eaede013fc72d6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-codedesign-doccode-toolcapabilities", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_codedesign_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:43b0c5d0c8623fcb8534977f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_codedesign_doccodetoolname.ts", + "sourceHash": "ead3af67b4d1d059d28707d6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-codedesign-doccode-toolname", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_codedesign_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:0c55402a8bd40912267ca277", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_codedesign_doccodetooloutput.ts", + "sourceHash": "74c2d1a49fc6f29cfc856527", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-codedesign-doccode-tooloutput", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_codedesign_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:b0f166ee09ceef8358368261", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_codedesign_doccodetoolparameters.ts", + "sourceHash": "cbc38e0a0261f82acbf15aa3", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-codedesign-doccode-toolparameters", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_codedesign_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:02d7578405cf64db83f924c8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_codedesign_doccodetoolpurpose.ts", + "sourceHash": "eb0c5ea7c93d63bd739db68f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-codedesign-doccode-toolpurpose", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_context_awareness_features", + "rowRoot": "v41-prompt-inventory-row:eae15dd5e0b24d55455467bb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_context_awareness_features.ts", + "sourceHash": "a154283baefba0462505e8cb", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CONTEXT_AWARENESS_FEATURES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-context-awareness-features", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_context_awareness_lsp_footer", + "rowRoot": "v41-prompt-inventory-row:0b69fe299252fad611e33599", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_context_awareness_lsp_footer.ts", + "sourceHash": "a6649084639874b47a601e45", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CONTEXT_AWARENESS_LSP_FOOTER" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-context-awareness-lsp-footer", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_context_awareness_lsp_header", + "rowRoot": "v41-prompt-inventory-row:c8d07af08086d054a3ef6d31", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_context_awareness_lsp_header.ts", + "sourceHash": "e59053b858ccf41f02ff7dd4", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CONTEXT_AWARENESS_LSP_HEADER" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-context-awareness-lsp-header", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_crawlwebsite_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:caecf38f48acc752617afab7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_crawlwebsite_doccodetoolcapabilities.ts", + "sourceHash": "8a91449d0a419ded428c4af8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-crawlwebsite-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_crawlwebsite_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:7416e34ab70ce11849033f4c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_crawlwebsite_doccodetoolexample1.ts", + "sourceHash": "f7ba6e9057ff202d2269077f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-crawlwebsite-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_crawlwebsite_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:eae8ffc2b713a747a3c22131", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_crawlwebsite_doccodetoolexample2.ts", + "sourceHash": "7ea10c8d1454f875e8b14853", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-crawlwebsite-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_crawlwebsite_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:ae10539b4733ce2af15b7a7d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_crawlwebsite_doccodetoolexample3.ts", + "sourceHash": "eb979c2c80c2d0217c0792df", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-crawlwebsite-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_crawlwebsite_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:086a7b98e45565445f2ec72f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_crawlwebsite_doccodetoolname.ts", + "sourceHash": "f04e443e3211b9d20883ab87", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-crawlwebsite-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_crawlwebsite_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:9a45403c1508f80e8895202b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_crawlwebsite_doccodetooloutput.ts", + "sourceHash": "d290aafe9179e4e2a85e736f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-crawlwebsite-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_crawlwebsite_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:5aa302f8fabe59c418012ca2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_crawlwebsite_doccodetoolparameters.ts", + "sourceHash": "bf3204fe223b97d7cbc75c04", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-crawlwebsite-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_crawlwebsite_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:4cd654597e0ec04aa35cefdd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_crawlwebsite_doccodetoolpurpose.ts", + "sourceHash": "f7084b8b4cb4f32e699ec1d6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-crawlwebsite-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createcomment_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:6b03370a1f1460d5eaf9213c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createcomment_doccodetoolcapabilities.ts", + "sourceHash": "67f8b56d0f780c631ba30fdc", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createcomment-doccode-toolcapabilities", + "promptFamilyIds": [ + "Conversation", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Conversation", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createcomment_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:35c0b999f7d2a262b7d1fd3a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createcomment_doccodetoolexample1.ts", + "sourceHash": "836bc4b0871e98d3d0890e16", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createcomment-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createcomment_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:5995e621e67879315ccee4a6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createcomment_doccodetoolexample2.ts", + "sourceHash": "aaae3789181d3c7cd07f023b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createcomment-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createcomment_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:54b026d141e6fcd93d07988e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createcomment_doccodetoolexample3.ts", + "sourceHash": "330307474df484fafef0145a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createcomment-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createcomment_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:147bfb16389ae3a46834ddf9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createcomment_doccodetoolname.ts", + "sourceHash": "c55275d87101bfe7b89073d2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createcomment-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createcomment_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:46f21cd4bf22d346ddc2bf9f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createcomment_doccodetooloutput.ts", + "sourceHash": "1c0e843662e963ee6e36ce41", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createcomment-doccode-tooloutput", + "promptFamilyIds": [ + "Conversation", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Conversation", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createcomment_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:57104287ac214fbcef40521c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createcomment_doccodetoolparameters.ts", + "sourceHash": "ef7e23532ca0224e3a7ed917", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createcomment-doccode-toolparameters", + "promptFamilyIds": [ + "Conversation", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Conversation", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createcomment_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:2271ad824789b2c8fb3a5aed", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createcomment_doccodetoolpurpose.ts", + "sourceHash": "d45a6fcd325a1fbfe0831e4e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createcomment-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createfile_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:8d99fe2aa15d7b8d9ed8e0f3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createfile_doccodetoolcapabilities.ts", + "sourceHash": "3f28e8fec0bf05a9670109d3", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createfile-doccode-toolcapabilities", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createfile_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:58f97bca2b7123a609373694", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createfile_doccodetoolname.ts", + "sourceHash": "1bc92544506621729a53da7a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createfile-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createfile_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:004f790ee88742e18e7bdcba", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createfile_doccodetooloutput.ts", + "sourceHash": "f490ec59e4bdecb1fb1f9d37", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createfile-doccode-tooloutput", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createfile_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:180cb51cb5050b6b31838d8a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createfile_doccodetoolparameters.ts", + "sourceHash": "5660eb851f2958e74ea9d68f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createfile-doccode-toolparameters", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createfile_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:181377a469ce6fecd8933210", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createfile_doccodetoolpurpose.ts", + "sourceHash": "de7f8c0111a02d32469347dd", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createfile-doccode-toolpurpose", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createissue_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:10aa2f2efceac60bac47dabf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createissue_doccodetoolcapabilities.ts", + "sourceHash": "4e9c14b06c371fcaf61395f7", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createissue-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createissue_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:1a8ea048cdec5a439165323b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createissue_doccodetoolexample1.ts", + "sourceHash": "14e7bc00f1aa9c0e4bfa1932", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createissue-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createissue_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:3de9a2e0d2b6bb144765d2c8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createissue_doccodetoolexample2.ts", + "sourceHash": "6e7feaa2cb42a4f961ce64d8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createissue-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createissue_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:55049c5aaa74bfdd6a8e8912", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createissue_doccodetoolexample3.ts", + "sourceHash": "f97e671fbfda8522e3d632c8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createissue-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createissue_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:390905732e0ce61707d26df5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createissue_doccodetoolname.ts", + "sourceHash": "5de7046f8b4b5fd6c19c0beb", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createissue-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createissue_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:3a80891240baf9c5b841a24e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createissue_doccodetooloutput.ts", + "sourceHash": "492130687a7435271707b35c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createissue-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createissue_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:a6aab050feb4ca83d017b736", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createissue_doccodetoolparameters.ts", + "sourceHash": "838d2ae1603cbd6c01a56311", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createissue-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createissue_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:e57ea943db6afcb020240eed", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createissue_doccodetoolpurpose.ts", + "sourceHash": "6b7ea12d4dea048e7ea5e705", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createissue-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createorupdatefile_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:91adeb686472118020aed3c5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createorupdatefile_doccodetoolcapabilities.ts", + "sourceHash": "35ba15594176f5c640d207c0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createorupdatefile-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createorupdatefile_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:ed8c2114071798e463ba626d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createorupdatefile_doccodetoolexample1.ts", + "sourceHash": "7a1f30867ed809da2b5062db", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createorupdatefile-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createorupdatefile_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:ccc812dc1ff21cacfe2baebd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createorupdatefile_doccodetoolexample2.ts", + "sourceHash": "b724d446297c10241221a057", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createorupdatefile-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "componentName", + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createorupdatefile_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:dcec9ab16c08eff739be00f0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createorupdatefile_doccodetoolexample3.ts", + "sourceHash": "c3fad2f2ab1b126924e0ca85", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createorupdatefile-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createorupdatefile_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:869d8047751dc7d04f625201", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createorupdatefile_doccodetoolname.ts", + "sourceHash": "1a65124504ec21587405bd12", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createorupdatefile-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createorupdatefile_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:796e25ded720742fdb3bc71e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createorupdatefile_doccodetooloutput.ts", + "sourceHash": "4f19b257e76a606c79527bb6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createorupdatefile-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createorupdatefile_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:4f5feba7c7de87f3498d8aa5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createorupdatefile_doccodetoolparameters.ts", + "sourceHash": "28412a1d88ef276d210ff7c3", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createorupdatefile-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createorupdatefile_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:ce4f69f365497a05e23935d6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createorupdatefile_doccodetoolpurpose.ts", + "sourceHash": "1fac730cea6372ce1e5dc530", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createorupdatefile-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createpullrequest_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:8905a1e8b604b724ad280731", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createpullrequest_doccodetoolcapabilities.ts", + "sourceHash": "5492e8c54ee52649990ac4e1", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createpullrequest-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createpullrequest_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:db1f11b3308e7b734f1031e5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createpullrequest_doccodetoolexample1.ts", + "sourceHash": "a9a8f781ee71dd56d3cbd84a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createpullrequest-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createpullrequest_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:e49aa20f5feef527a3933197", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createpullrequest_doccodetoolexample2.ts", + "sourceHash": "7cc1d14c3de2be077b17b788", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createpullrequest-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createpullrequest_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:ba492607e753699981218356", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createpullrequest_doccodetoolexample3.ts", + "sourceHash": "660428b93ccbe80fa369b43a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createpullrequest-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createpullrequest_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:b575f77804cf964280a52fbd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createpullrequest_doccodetoolname.ts", + "sourceHash": "fb941c12298f54725998453e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createpullrequest-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createpullrequest_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:b3f702b368757d900bad7fa4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createpullrequest_doccodetooloutput.ts", + "sourceHash": "848bc36196e10129da23d646", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createpullrequest-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createpullrequest_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:1b766b3fe543eb736e5fa86b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createpullrequest_doccodetoolparameters.ts", + "sourceHash": "0b3911a01b3bab0ccdf71368", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createpullrequest-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_createpullrequest_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:db09cb6f5a8eaf3c2ebe4595", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_createpullrequest_doccodetoolpurpose.ts", + "sourceHash": "fe091e987e5f55c75485822f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-createpullrequest-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_deletefile_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:5dfb8f188814bc7b7c3f0cbc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_deletefile_doccodetoolcapabilities.ts", + "sourceHash": "4629567e2ff2994a746ac6a2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-deletefile-doccode-toolcapabilities", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_deletefile_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:4460c9489e97efb52249589a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_deletefile_doccodetoolname.ts", + "sourceHash": "44d892efc4f550c90b5c607f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-deletefile-doccode-toolname", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_deletefile_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:aff7f0c0948a90103375839d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_deletefile_doccodetooloutput.ts", + "sourceHash": "c2540b99a8b4da255c22870c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-deletefile-doccode-tooloutput", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_deletefile_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:e2c98f71f4cab773ed15ab5d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_deletefile_doccodetoolparameters.ts", + "sourceHash": "a428aadf754f4eb8aaf77663", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-deletefile-doccode-toolparameters", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_deletefile_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:609a1b3eb0c1f5e28dd4c8a0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_deletefile_doccodetoolpurpose.ts", + "sourceHash": "1647c5286756d514d4926024", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-deletefile-doccode-toolpurpose", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_depictdesignasset_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:882a1374238b01fd0eed592a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_depictdesignasset_doccodetoolcapabilities.ts", + "sourceHash": "06900b40695fee5e3984a485", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-depictdesignasset-doccode-toolcapabilities", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_depictdesignasset_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:f771f84bde5d155ae8f85b39", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_depictdesignasset_doccodetoolname.ts", + "sourceHash": "ddaadf5e8363a59d6c61ddf5", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-depictdesignasset-doccode-toolname", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_depictdesignasset_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:b4b51d4281ea8fd7f625f8b7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_depictdesignasset_doccodetooloutput.ts", + "sourceHash": "df600a348a96371aeaddb67a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-depictdesignasset-doccode-tooloutput", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_depictdesignasset_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:0e762a5c2fb25d89ae4dab47", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_depictdesignasset_doccodetoolparameters.ts", + "sourceHash": "edd8d9e0888584ea846fa629", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-depictdesignasset-doccode-toolparameters", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_depictdesignasset_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:1b99c0b6226294ec4912adf9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_depictdesignasset_doccodetoolpurpose.ts", + "sourceHash": "354061e723b6445c011437ac", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-depictdesignasset-doccode-toolpurpose", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_designcode_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:c77b0e4b7555aabd5350d94d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_designcode_doccodetoolcapabilities.ts", + "sourceHash": "1577b4639db160e2844353a2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-designcode-doccode-toolcapabilities", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_designcode_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:724fa67e980c5fa0fd6de80c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_designcode_doccodetoolname.ts", + "sourceHash": "4d34ad0e9634dd3ba914af18", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-designcode-doccode-toolname", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_designcode_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:b5e336dc0b90be41c4f2f8c6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_designcode_doccodetooloutput.ts", + "sourceHash": "49c54804f56ac2b4cd2897bb", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-designcode-doccode-tooloutput", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_designcode_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:803a7b3f6c99dd6d7dfffe35", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_designcode_doccodetoolparameters.ts", + "sourceHash": "4527156027cb7d08db2c0e80", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-designcode-doccode-toolparameters", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_designcode_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:21a0a762b22f2225aa2f75c4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_designcode_doccodetoolpurpose.ts", + "sourceHash": "4e042a92da7b0a5a71621ce9", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-designcode-doccode-toolpurpose", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_codestyles_base_core", + "rowRoot": "v41-prompt-inventory-row:e513a03fc6e5e39bea9d681e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_codestyles_base_core.ts", + "sourceHash": "6f982c59164586d7a2f28451", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_CODESTYLES_BASE_CORE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-codestyles-base-core", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_codestyles_constraints_output_detailcontent", + "rowRoot": "v41-prompt-inventory-row:8b5ecbbb663c8f8f5d96da1b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_codestyles_constraints_output_detailcontent.ts", + "sourceHash": "35f72cfd0d403c66ebb7720d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_CODESTYLES_CONSTRAINTS_OUTPUT_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-codestyles-constraints-output-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_codestyles_identity_corestatement", + "rowRoot": "v41-prompt-inventory-row:e39ba0ed03268fcee5e9befc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_codestyles_identity_corestatement.ts", + "sourceHash": "3cb5e508ee483d866a9272ce", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_CODESTYLES_IDENTITY_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-codestyles-identity-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_codestyles_structure_directory_tips_label", + "rowRoot": "v41-prompt-inventory-row:eb0942e1bda80f5cd1d09394", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_codestyles_structure_directory_tips_label.ts", + "sourceHash": "7eaf72db1202d91bdeea190f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_CODESTYLES_STRUCTURE_DIRECTORY_TIPS_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-codestyles-structure-directory-tips-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_codestyles_structure_examples_label", + "rowRoot": "v41-prompt-inventory-row:ab5df7310074191c301624f8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_codestyles_structure_examples_label.ts", + "sourceHash": "00ecc4e3da632570742b78c8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_CODESTYLES_STRUCTURE_EXAMPLES_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-codestyles-structure-examples-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_codestyles_structure_formatting_label", + "rowRoot": "v41-prompt-inventory-row:a2876cb3d59f7c26d42522f1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_codestyles_structure_formatting_label.ts", + "sourceHash": "4ac1eff2faae6bff383596a7", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_CODESTYLES_STRUCTURE_FORMATTING_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-codestyles-structure-formatting-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_codestyles_structure_lint_label", + "rowRoot": "v41-prompt-inventory-row:d5bb3b45e527d8df03cefd48", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_codestyles_structure_lint_label.ts", + "sourceHash": "a2967f8e0a469983e8995a57", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_CODESTYLES_STRUCTURE_LINT_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-codestyles-structure-lint-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_codestyles_structure_naming_label", + "rowRoot": "v41-prompt-inventory-row:f39d5405d65e02c69b4aa946", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_codestyles_structure_naming_label.ts", + "sourceHash": "6e17fbf8b5c3b980179495e9", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_CODESTYLES_STRUCTURE_NAMING_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-codestyles-structure-naming-label", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_codestyles_structure_overview_label", + "rowRoot": "v41-prompt-inventory-row:e4dbb6f04c7cc8eace3ce152", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_codestyles_structure_overview_label.ts", + "sourceHash": "f2716f27b011be6523b3161d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_CODESTYLES_STRUCTURE_OVERVIEW_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-codestyles-structure-overview-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_codestyles_structure_patterns_label", + "rowRoot": "v41-prompt-inventory-row:9d5dc165e7de5e55f1743a51", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_codestyles_structure_patterns_label.ts", + "sourceHash": "94841b396356cdf2e8ee9916", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_CODESTYLES_STRUCTURE_PATTERNS_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-codestyles-structure-patterns-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_codestyles_structure_references_label", + "rowRoot": "v41-prompt-inventory-row:3ea44ba93bc9beac005338c7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_codestyles_structure_references_label.ts", + "sourceHash": "9d6b83e88c63a68e457c7465", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_CODESTYLES_STRUCTURE_REFERENCES_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-codestyles-structure-references-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_filesummaries_baseprompt_core", + "rowRoot": "v41-prompt-inventory-row:4d04932640e6e11777cdb061", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_filesummaries_baseprompt_core.ts", + "sourceHash": "c1c2872b3b098abc89bea4fc", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_FILESUMMARIES_BASEPROMPT_CORE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-filesummaries-baseprompt-core", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_taskguides_base_core", + "rowRoot": "v41-prompt-inventory-row:f4a372a5241522eec18b7166", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_taskguides_base_core.ts", + "sourceHash": "e0a2ea22bdf93e711cb1dbb6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TASKGUIDES_BASE_CORE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-taskguides-base-core", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_taskguides_constraints_json_detailcontent", + "rowRoot": "v41-prompt-inventory-row:a91c59579d7cda363d1caba1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_taskguides_constraints_json_detailcontent.ts", + "sourceHash": "0c1aa27b52bb3cb86df65ba8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TASKGUIDES_CONSTRAINTS_JSON_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-taskguides-constraints-json-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_taskguides_identity_corestatement", + "rowRoot": "v41-prompt-inventory-row:1579d7cbb3097aa04e73d0c3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_taskguides_identity_corestatement.ts", + "sourceHash": "8cebe8bcfd9f957b2395e0fd", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TASKGUIDES_IDENTITY_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-taskguides-identity-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_taskguides_phase_titles_directive_detailcontent", + "rowRoot": "v41-prompt-inventory-row:ff7142545919ca511172dfdc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_taskguides_phase_titles_directive_detailcontent.ts", + "sourceHash": "b81997ca5796e952def8ff4e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TASKGUIDES_PHASE_TITLES_DIRECTIVE_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-taskguides-phase-titles-directive-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_taskguides_structure_task_context_label", + "rowRoot": "v41-prompt-inventory-row:8bd7d3a797ba3a8693b013c5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_taskguides_structure_task_context_label.ts", + "sourceHash": "8c1a32aabd683a95d822cb43", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TASKGUIDES_STRUCTURE_TASK_CONTEXT_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-taskguides-structure-task-context-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_taskguides_structure_task_docs_label", + "rowRoot": "v41-prompt-inventory-row:ff47f325f2ab0d25bcd6952d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_taskguides_structure_task_docs_label.ts", + "sourceHash": "5371d48dc2ca2085c9235a8a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TASKGUIDES_STRUCTURE_TASK_DOCS_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-taskguides-structure-task-docs-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_taskguides_structure_task_goal_label", + "rowRoot": "v41-prompt-inventory-row:810d0cf0f097c960a9b37d71", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_taskguides_structure_task_goal_label.ts", + "sourceHash": "ca46468dd12bebd7dd89da3d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TASKGUIDES_STRUCTURE_TASK_GOAL_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-taskguides-structure-task-goal-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_taskguides_structure_task_prereqs_label", + "rowRoot": "v41-prompt-inventory-row:076ef73c3371be9fd0976e07", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_taskguides_structure_task_prereqs_label.ts", + "sourceHash": "e161ba8e4fb267fb2c20c12d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TASKGUIDES_STRUCTURE_TASK_PREREQS_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-taskguides-structure-task-prereqs-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_taskguides_structure_task_steps_label", + "rowRoot": "v41-prompt-inventory-row:ccccd0604a87cfbec2e17db5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_taskguides_structure_task_steps_label.ts", + "sourceHash": "36f1a55d5ea0ad605d08867e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TASKGUIDES_STRUCTURE_TASK_STEPS_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-taskguides-structure-task-steps-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_taskguides_structure_task_testing_label", + "rowRoot": "v41-prompt-inventory-row:1a2e12cb302faa0e26b823b7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_taskguides_structure_task_testing_label.ts", + "sourceHash": "2ad23badcbc42976f2b9c165", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TASKGUIDES_STRUCTURE_TASK_TESTING_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-taskguides-structure-task-testing-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_taskguides_structure_task_title_label", + "rowRoot": "v41-prompt-inventory-row:e5d7221f72c9959712a28fbc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_taskguides_structure_task_title_label.ts", + "sourceHash": "c14fded1f11fb7cafcc0bce9", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TASKGUIDES_STRUCTURE_TASK_TITLE_LABEL" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-taskguides-structure-task-title-label", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_type_api_route_requirements", + "rowRoot": "v41-prompt-inventory-row:5d7fe8a6461a7fe3d11098c5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_type_api_route_requirements.ts", + "sourceHash": "0c3471666bd7110a97884224", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TYPE_API_ROUTE_REQUIREMENTS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-type-api-route-requirements", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_type_code_requirements", + "rowRoot": "v41-prompt-inventory-row:f65842e506fe5d27f234a7d6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_type_code_requirements.ts", + "sourceHash": "b43220dd43026aa0a8cb9c4e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TYPE_CODE_REQUIREMENTS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-type-code-requirements", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_type_config_requirements", + "rowRoot": "v41-prompt-inventory-row:47e888e9e97707934a8d8cce", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_type_config_requirements.ts", + "sourceHash": "f58571fffd59a5b2b4296036", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TYPE_CONFIG_REQUIREMENTS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-type-config-requirements", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_type_documentation_requirements", + "rowRoot": "v41-prompt-inventory-row:fb2b2325b7f3b14f996bc78c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_type_documentation_requirements.ts", + "sourceHash": "d88cb3cce50bc272a266b8eb", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TYPE_DOCUMENTATION_REQUIREMENTS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-type-documentation-requirements", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_type_notebook_requirements", + "rowRoot": "v41-prompt-inventory-row:8d4f9e4f61ae113329bccf37", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_type_notebook_requirements.ts", + "sourceHash": "c63259b66a6087a080b35a2b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TYPE_NOTEBOOK_REQUIREMENTS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-type-notebook-requirements", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_type_ui_component_requirements", + "rowRoot": "v41-prompt-inventory-row:eeed466593be235e23d4af15", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_type_ui_component_requirements.ts", + "sourceHash": "0e7dfe6eeb211998504abe5f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TYPE_UI_COMPONENT_REQUIREMENTS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-type-ui-component-requirements", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digest_type_unknown_requirements", + "rowRoot": "v41-prompt-inventory-row:78ef3f53e84477806a584a80", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digest_type_unknown_requirements.ts", + "sourceHash": "ccd4ed9505bcb487b587f9a5", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGEST_TYPE_UNKNOWN_REQUIREMENTS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digest-type-unknown-requirements", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digestgenerator_constraints_json_detailcontent", + "rowRoot": "v41-prompt-inventory-row:51cb44997340f949eb8177a8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digestgenerator_constraints_json_detailcontent.ts", + "sourceHash": "51bb60df0ac19737391dbdd8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGESTGENERATOR_CONSTRAINTS_JSON_DETAILCONTENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digestgenerator-constraints-json-detailcontent", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digestgenerator_identity_corestatement", + "rowRoot": "v41-prompt-inventory-row:98286b30215b0f75aedfb779", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digestgenerator_identity_corestatement.ts", + "sourceHash": "09b97473ab8891f4f2217b6f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGESTGENERATOR_IDENTITY_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digestgenerator-identity-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_digestgenerator_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:fc8e42e4cc87dad38efe8240", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_digestgenerator_purpose_corestatement.ts", + "sourceHash": "e319b1487817e206599ceaf4", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DIGESTGENERATOR_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-digestgenerator-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_dockermcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:074e970f95c0cae8164c6f9f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_dockermcp_doccodetoolcapabilities.ts", + "sourceHash": "d63beabcc7308278a30ca20e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-dockermcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_dockermcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:f2928e564b0f28bef4850c21", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_dockermcp_doccodetoolexample1.ts", + "sourceHash": "d03fce0b95017dd88905fa1a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-dockermcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_dockermcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:11776018748a02ab3b4d72ff", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_dockermcp_doccodetoolexample2.ts", + "sourceHash": "83a35257e90353804da63094", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-dockermcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_dockermcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:837d838bacef58e4c20b1b14", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_dockermcp_doccodetoolexample3.ts", + "sourceHash": "acc9c8848bd56c39db757e52", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-dockermcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_dockermcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:fd78a644f9c03961df81fa1a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_dockermcp_doccodetoolname.ts", + "sourceHash": "2563dcd4e99169bc3a80b94e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-dockermcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_dockermcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:b9982345dd44ec3a4a050dc3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_dockermcp_doccodetooloutput.ts", + "sourceHash": "ce9b0e5442da8498404f0982", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-dockermcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_dockermcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:410105c1e6652112f177d22a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_dockermcp_doccodetoolparameters.ts", + "sourceHash": "0148b6523fb6f6c1995be5ab", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-dockermcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_dockermcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:1f4a1c0adfff54cfb9c4fa97", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_dockermcp_doccodetoolpurpose.ts", + "sourceHash": "b622b7bfd453a7e87cf71987", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-dockermcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractmethod_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:dea03e303e4c86a45490ad34", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractmethod_doccodetoolcapabilities.ts", + "sourceHash": "9be82f6d6b29137621b43833", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractmethod-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractmethod_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:51cf341aa50871ec6b885119", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractmethod_doccodetoolexample1.ts", + "sourceHash": "fafd56e5a3bd0c858ee6927e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractmethod-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractmethod_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:614f989087b7344e17a7b9d4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractmethod_doccodetoolexample2.ts", + "sourceHash": "9a018db5b6b34164c2c948bb", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractmethod-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractmethod_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:974392f222039e35f756e31d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractmethod_doccodetoolexample3.ts", + "sourceHash": "ec34cc8c5e7dd8d338517374", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractmethod-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractmethod_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:e483a9c113b4ac637697f1a8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractmethod_doccodetoolname.ts", + "sourceHash": "665c6d5f7641e773f4e62e35", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractmethod-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractmethod_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:d49da6b90b7398e9dd147c17", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractmethod_doccodetooloutput.ts", + "sourceHash": "5a37bba26bd5146bd159a177", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractmethod-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractmethod_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:28e175c276746e952ced8846", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractmethod_doccodetoolparameters.ts", + "sourceHash": "b5435696f8e98b943d7f6627", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractmethod-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractmethod_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:f2839010ffa85560b70729b9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractmethod_doccodetoolpurpose.ts", + "sourceHash": "ba43cc809e726d0d3e3e7bc8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractmethod-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractreadrequirements_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:8ebac03dcf959a0b353c129f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractreadrequirements_doccodetoolcapabilities.ts", + "sourceHash": "12c613b5a6fb86e1b9486ed3", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractreadrequirements-doccode-toolcapabilities", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractreadrequirements_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:8b329b22c49bab48161d8562", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractreadrequirements_doccodetoolexample1.ts", + "sourceHash": "e101c42844604c0e64e257b1", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractreadrequirements-doccode-toolexample1", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractreadrequirements_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:116cf996ce747d19625ceab0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractreadrequirements_doccodetoolexample2.ts", + "sourceHash": "48d25799eb2dec84690c1d3e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractreadrequirements-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractreadrequirements_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:bc716f4ef373b102381f313a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractreadrequirements_doccodetoolexample3.ts", + "sourceHash": "76561f2a44e2ec600b3357e2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractreadrequirements-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractreadrequirements_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:1eee9b7d5c176e99e1ff66d4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractreadrequirements_doccodetoolname.ts", + "sourceHash": "94ebcb0ca2e3b695ba5352f9", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractreadrequirements-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractreadrequirements_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:dd3091ffb93c2d0d7ef630e1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractreadrequirements_doccodetooloutput.ts", + "sourceHash": "47669d6157068af7a584e6ac", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractreadrequirements-doccode-tooloutput", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractreadrequirements_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:df4067420a256b2b45548c94", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractreadrequirements_doccodetoolparameters.ts", + "sourceHash": "45e9662f1aca6fa39225b62a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractreadrequirements-doccode-toolparameters", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_extractreadrequirements_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:d50eff007d14a621a1cfd384", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_extractreadrequirements_doccodetoolpurpose.ts", + "sourceHash": "644b4c0f3f09d14909080877", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-extractreadrequirements-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_figmamcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:d6f874e8f1bf4d4887ec54c5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_figmamcp_doccodetoolcapabilities.ts", + "sourceHash": "2561906754df040dd99ddb48", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-figmamcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_figmamcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:50e8a22e29918509d0e1257b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_figmamcp_doccodetoolexample1.ts", + "sourceHash": "c4d223be223850bb682767fd", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-figmamcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_figmamcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:7a2ddb3f9ffba7e6388bc83f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_figmamcp_doccodetoolexample2.ts", + "sourceHash": "898c1e253fcbc23bc9147301", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-figmamcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_figmamcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:85508337e70ae6dc234f842b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_figmamcp_doccodetoolexample3.ts", + "sourceHash": "b168a8f9ae291590f07e5ab9", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-figmamcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_figmamcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:3e5dc13db20de3a8b32a8511", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_figmamcp_doccodetoolname.ts", + "sourceHash": "cfda3e5cebdde930e378b55c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-figmamcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_figmamcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:e231acb838da3e704d282950", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_figmamcp_doccodetooloutput.ts", + "sourceHash": "d0bd6346e4accac7fad1f120", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-figmamcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_figmamcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:14520549db922d96a79a6f17", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_figmamcp_doccodetoolparameters.ts", + "sourceHash": "5d46c73ab78d27f2fcf1c561", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-figmamcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_figmamcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:282c65372cda31758c15c885", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_figmamcp_doccodetoolpurpose.ts", + "sourceHash": "1f6c1ea94ecc95d49a3010a2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-figmamcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_firebasemcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:559274728333018d3516b3aa", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_firebasemcp_doccodetoolcapabilities.ts", + "sourceHash": "b230facb3fffd0edd3dd8d9e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-firebasemcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_firebasemcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:3626edaa6249d035779dbc72", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_firebasemcp_doccodetoolexample1.ts", + "sourceHash": "3577653b87aa4b1e8ed8e1c0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-firebasemcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_firebasemcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:e2db46a21dec155eab25b199", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_firebasemcp_doccodetoolexample2.ts", + "sourceHash": "e4adfac8b530d8e9daef56a4", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-firebasemcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_firebasemcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:bfd4067c7bfd1a315adde8b7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_firebasemcp_doccodetoolexample3.ts", + "sourceHash": "6d548c56a27f5f3ac2874df5", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-firebasemcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_firebasemcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:9bee387bd5394566878b5f09", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_firebasemcp_doccodetoolname.ts", + "sourceHash": "f766af0cb300c6dd22b5f30a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-firebasemcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_firebasemcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:4d0ec5c26c5f02e53d715109", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_firebasemcp_doccodetooloutput.ts", + "sourceHash": "408b7270b283e59ba231e563", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-firebasemcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_firebasemcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:bc2fa2a7f7b0e7f0fa0203b9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_firebasemcp_doccodetoolparameters.ts", + "sourceHash": "46ba6df6c3145a53a9c5a8ca", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-firebasemcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_firebasemcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:2e5f9f5cdc10783f1de76be6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_firebasemcp_doccodetoolpurpose.ts", + "sourceHash": "0d7edaac951244afbd5b2157", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-firebasemcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:bc53b282d635223aee4d160c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolcapabilities.ts", + "sourceHash": "a8411dbaba5fc55cbe2a155f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-generatereadsatisfactioncriteria-doccode-toolcapabilities", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:745a1ca177901c4ef09186f5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolexample1.ts", + "sourceHash": "0e2271ae5c615cfb099ddbaf", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-generatereadsatisfactioncriteria-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:aa2f71f0310bf023d02cf3a1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolexample2.ts", + "sourceHash": "8010549eb001329366401fe2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-generatereadsatisfactioncriteria-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:16592918d16631895c182581", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolexample3.ts", + "sourceHash": "ef6b6b5d0f63308ae2283e41", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-generatereadsatisfactioncriteria-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:12f3ced6c9e0fcdfbed8049e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolname.ts", + "sourceHash": "d2d6072a9f06bcae39983401", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-generatereadsatisfactioncriteria-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:fc3af38de6d88317814d3dee", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetooloutput.ts", + "sourceHash": "ea2fc4cfa86c604953b88e5d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-generatereadsatisfactioncriteria-doccode-tooloutput", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:1ac29a186a6aad455cc5cc68", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolparameters.ts", + "sourceHash": "8bb386535d77285cdbd5bed1", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-generatereadsatisfactioncriteria-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:365ed5b4e3d2454b2e8cce62", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_generatereadsatisfactioncriteria_doccodetoolpurpose.ts", + "sourceHash": "f7c0be63cc124ac23fa7960d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-generatereadsatisfactioncriteria-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getcontents_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:f82cc8504e66e05f68dc8ee9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getcontents_doccodetoolcapabilities.ts", + "sourceHash": "131b3b0dc7e5fd588247ee44", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getcontents-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getcontents_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:ddef773142925ff2c1b11f20", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getcontents_doccodetoolexample1.ts", + "sourceHash": "c72bcb26f7f76d0413b710d9", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getcontents-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getcontents_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:b009431bcb47b2005409c7d4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getcontents_doccodetoolexample2.ts", + "sourceHash": "5843b53bf8039398e6d9de32", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getcontents-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getcontents_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:5a7246baf1433a8445f16947", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getcontents_doccodetoolexample3.ts", + "sourceHash": "87a73d190060febd145ac0d9", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getcontents-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getcontents_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:02f4dad4549c14ca262d3e7e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getcontents_doccodetoolname.ts", + "sourceHash": "57231a3f8d5b2324b6c46fa8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getcontents-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getcontents_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:21d857de7c6c040fd14939af", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getcontents_doccodetooloutput.ts", + "sourceHash": "8fcbb6a5216e61519f6221f7", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getcontents-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getcontents_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:5d514b6efcf36fa03fbf8207", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getcontents_doccodetoolparameters.ts", + "sourceHash": "bacdb8029fc591131c7fbe1e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getcontents-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getcontents_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:b30f395903fcd2cbd5ff852a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getcontents_doccodetoolpurpose.ts", + "sourceHash": "75ae315bd4a9e5a9b4abeb6f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getcontents-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getfilecontent_codeanalysis_capabilities", + "rowRoot": "v41-prompt-inventory-row:d1e81a3b6ddcebb64aa6f474", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getfilecontent_codeanalysis_capabilities.ts", + "sourceHash": "57971cace4b348b35da26f1a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_CODEANALYSIS_CAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getfilecontent-codeanalysis-capabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getfilecontent_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:233e9b3c60a8ad0a8852e5f8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getfilecontent_doccodetoolcapabilities.ts", + "sourceHash": "ee2b788d0ae9a4e34507d373", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getfilecontent-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getfilecontent_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:02a6b8fa78cb66ee9463ccd6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getfilecontent_doccodetoolexample1.ts", + "sourceHash": "bd53ae058781e35580829ef8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getfilecontent-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getfilecontent_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:b582743de87f0ec6bf5422b1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getfilecontent_doccodetoolexample2.ts", + "sourceHash": "b1100de2ac9b74386f4c6585", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getfilecontent-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getfilecontent_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:69380faf0fa7abda8f94dee4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getfilecontent_doccodetoolexample3.ts", + "sourceHash": "e821cbc3438e532f16c0e9b0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getfilecontent-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getfilecontent_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:c72c3bb000bb8c599e865733", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getfilecontent_doccodetoolname.ts", + "sourceHash": "c3f825009169bb78ccac31c5", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getfilecontent-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getfilecontent_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:7a4f52f843e21f857d40514e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getfilecontent_doccodetooloutput.ts", + "sourceHash": "a892795df290b31af832efb6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getfilecontent-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getfilecontent_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:5a92300f8a082e7dcf0673b7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getfilecontent_doccodetoolparameters.ts", + "sourceHash": "8cf2a697dc034b86762b7311", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getfilecontent-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getfilecontent_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:51380ecc11b37d90e92e5202", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getfilecontent_doccodetoolpurpose.ts", + "sourceHash": "320a50711476f5a0269f375f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getfilecontent-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getfilecontent_fileaccess_capabilities", + "rowRoot": "v41-prompt-inventory-row:bb8ebd2540ebd1e9b2d4e7a9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getfilecontent_fileaccess_capabilities.ts", + "sourceHash": "b8644083c5ea60d248337727", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_FILEACCESS_CAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getfilecontent-fileaccess-capabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_getfilecontent_performance_capabilities", + "rowRoot": "v41-prompt-inventory-row:e6c95e2ef0ca37e90230bbfd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_getfilecontent_performance_capabilities.ts", + "sourceHash": "6652d981154bbd8e5f9d571a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_PERFORMANCE_CAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-getfilecontent-performance-capabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_githubmcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:e5032bc5c5d31094669e3930", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_githubmcp_doccodetoolcapabilities.ts", + "sourceHash": "cffb39c7913b6eb2a838a7f3", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-githubmcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_githubmcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:3e45bec78a478be76238f422", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_githubmcp_doccodetoolexample1.ts", + "sourceHash": "dfa72585a2f2888ded349519", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-githubmcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_githubmcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:cf786f7de987ab3b8d845ca4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_githubmcp_doccodetoolexample2.ts", + "sourceHash": "da4a526133cfdd1c3d76f083", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-githubmcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_githubmcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:6d9ab9dc238f2a5d8651608f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_githubmcp_doccodetoolexample3.ts", + "sourceHash": "6905202d8155d76464a37463", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-githubmcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_githubmcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:43fac52c9e7ac960d07ebc4e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_githubmcp_doccodetoolname.ts", + "sourceHash": "2129058c69f0be3c66e8d7e0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-githubmcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_githubmcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:4510c5a83b134e8537d134f1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_githubmcp_doccodetooloutput.ts", + "sourceHash": "26bf80a6cc15c513a0fea35a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-githubmcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_githubmcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:e92ef256f1d4fb7fb78d97d2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_githubmcp_doccodetoolparameters.ts", + "sourceHash": "7a23eff2592cfa6cb8a399da", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-githubmcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_githubmcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:3f048923659d1ac9940db953", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_githubmcp_doccodetoolpurpose.ts", + "sourceHash": "f4089e9d0db5cfecba6d3711", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-githubmcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitinteractor_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:8d9514397fbf1717dd4b5ef2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitinteractor_doccodetoolcapabilities.ts", + "sourceHash": "00fb4990471898ada2b0d485", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitinteractor-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitinteractor_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:3e008dcc47e47e6c84446bc9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitinteractor_doccodetoolexample1.ts", + "sourceHash": "675fcb49193f91ccea35a2fc", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitinteractor-doccode-toolexample1", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitinteractor_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:fd6ddd5bb06e792d507ed519", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitinteractor_doccodetoolexample2.ts", + "sourceHash": "c46c38087ce13cf50d724e76", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitinteractor-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitinteractor_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:e3d7084d5e4b5553ce490be6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitinteractor_doccodetoolexample3.ts", + "sourceHash": "7c3c39ecaa77a9f37cf770b4", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitinteractor-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitinteractor_doccodetoolmigration", + "rowRoot": "v41-prompt-inventory-row:927d3e088d13d3d71a96187c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitinteractor_doccodetoolmigration.ts", + "sourceHash": "2ee73d51321a8adf953d0dfc", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLMIGRATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitinteractor-doccode-toolmigration", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitinteractor_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:c2f32756bc063dc8d91a00e1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitinteractor_doccodetoolname.ts", + "sourceHash": "e28b08db382150bf7175a501", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitinteractor-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitinteractor_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:16e87f071b067cf8fe02adbf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitinteractor_doccodetooloutput.ts", + "sourceHash": "b522f9029c80325d93bc2c10", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitinteractor-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitinteractor_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:25cf5448996fdf6315cf541c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitinteractor_doccodetoolparameters.ts", + "sourceHash": "f52dc30fafc8b5633a2177f8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitinteractor-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitinteractor_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:6c9b1ff57932c8b81a894845", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitinteractor_doccodetoolpurpose.ts", + "sourceHash": "224d567f5c0f9dc3809bfd58", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitinteractor-doccode-toolpurpose", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitlabmcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:b6f17223075274ca28ee7b82", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitlabmcp_doccodetoolcapabilities.ts", + "sourceHash": "0be698a076c25c7a5d39b351", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitlabmcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitlabmcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:df5f3cd5b00a997b41634f57", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitlabmcp_doccodetoolexample1.ts", + "sourceHash": "466d303b67dce27ca5c14319", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitlabmcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitlabmcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:a9b1d3621ecea5d3b627c86e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitlabmcp_doccodetoolexample2.ts", + "sourceHash": "bf0a4eef265f90d1930dd264", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitlabmcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitlabmcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:cbdf0428d60e1a992dcbf912", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitlabmcp_doccodetoolexample3.ts", + "sourceHash": "dd73582842540c77c36e28b5", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitlabmcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitlabmcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:7d9daf88fb12fdb139d413a1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitlabmcp_doccodetoolname.ts", + "sourceHash": "5d1d1134ed860c1d5b6f0661", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitlabmcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitlabmcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:f07ccc4ab0d91a5bb6c46694", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitlabmcp_doccodetooloutput.ts", + "sourceHash": "d65915ba4d40259f9ec8d514", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitlabmcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitlabmcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:7bd32de6100faf177c09d2fd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitlabmcp_doccodetoolparameters.ts", + "sourceHash": "b752c3633047d34f25fca42c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitlabmcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitlabmcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:c8cb1b099628479b56fc2b9a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitlabmcp_doccodetoolpurpose.ts", + "sourceHash": "93c1ba1f62e27f88f4dfdc6a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitlabmcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitreporesearchmcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:f5de8d49af214d19bd5639cc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitreporesearchmcp_doccodetoolcapabilities.ts", + "sourceHash": "69999c5da1291959a5ad18d3", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitreporesearchmcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitreporesearchmcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:b9d452cbf4c2639246a87af6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitreporesearchmcp_doccodetoolexample1.ts", + "sourceHash": "c3628f542ae74ae7c6062b07", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitreporesearchmcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitreporesearchmcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:39b188c6c60f051aba05678c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitreporesearchmcp_doccodetoolexample2.ts", + "sourceHash": "d31c5f110bce24a127db9a8b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitreporesearchmcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitreporesearchmcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:1bf3d1c8cc6371e1911e68a1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitreporesearchmcp_doccodetoolexample3.ts", + "sourceHash": "cb7ad2b907bd775834b0ac18", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitreporesearchmcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitreporesearchmcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:0627d89d3bb14ceaab9dbd36", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitreporesearchmcp_doccodetoolname.ts", + "sourceHash": "4f1e9248f0b9e5eeb11dabfe", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitreporesearchmcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitreporesearchmcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:d097af799c3cdfc9c76ddd7b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitreporesearchmcp_doccodetooloutput.ts", + "sourceHash": "7d19e33e85be7effdb81f272", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitreporesearchmcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitreporesearchmcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:12321da5b2e33abb618196f6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitreporesearchmcp_doccodetoolparameters.ts", + "sourceHash": "71051a6d5b75facb6974bd18", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitreporesearchmcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_gitreporesearchmcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:87080f31b8b3ca3757fd2183", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_gitreporesearchmcp_doccodetoolpurpose.ts", + "sourceHash": "f92c94c3fc1712512e40e5e8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-gitreporesearchmcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_identifyreadconstraints_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:e5b5bb924885cbe818babd55", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_identifyreadconstraints_doccodetoolcapabilities.ts", + "sourceHash": "4b1c6a3fff8e0d8e57743201", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-identifyreadconstraints-doccode-toolcapabilities", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_identifyreadconstraints_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:4908753a8c91c87417a44fcf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_identifyreadconstraints_doccodetoolexample1.ts", + "sourceHash": "66585a703648106136cebc8f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-identifyreadconstraints-doccode-toolexample1", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_identifyreadconstraints_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:bda032beca697904ffd3b2d4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_identifyreadconstraints_doccodetoolexample2.ts", + "sourceHash": "cad343c7945eebefb064d9cb", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-identifyreadconstraints-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_identifyreadconstraints_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:986a4e29c3bfb9144c2f8545", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_identifyreadconstraints_doccodetoolexample3.ts", + "sourceHash": "f6a7f9d66f05bb5eca619c46", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-identifyreadconstraints-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_identifyreadconstraints_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:b71b5593ce537ac540e213ad", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_identifyreadconstraints_doccodetoolname.ts", + "sourceHash": "b16a9f0e1a1dee4ef1a280cb", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-identifyreadconstraints-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_identifyreadconstraints_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:6601a3ad468b970dc7e69e29", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_identifyreadconstraints_doccodetooloutput.ts", + "sourceHash": "7f233f957f68c3ab8f532b27", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-identifyreadconstraints-doccode-tooloutput", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_identifyreadconstraints_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:05f9f2e67d048937c794baa5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_identifyreadconstraints_doccodetoolparameters.ts", + "sourceHash": "46fe60e04b621e59577fcf9e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-identifyreadconstraints-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_identifyreadconstraints_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:7ad4e25545d34b906e0c3ab3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_identifyreadconstraints_doccodetoolpurpose.ts", + "sourceHash": "9543c87e252e7029d5f038b0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-identifyreadconstraints-doccode-toolpurpose", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_improvedevelopingbehavior_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:e985566ced5247c8677ffcc5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_improvedevelopingbehavior_doccodetoolcapabilities.ts", + "sourceHash": "79f2fcde1ecd97e4b671f0e4", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-improvedevelopingbehavior-doccode-toolcapabilities", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_improvedevelopingbehavior_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:48a5dfb9e83de0c023ee5072", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_improvedevelopingbehavior_doccodetoolname.ts", + "sourceHash": "003dc4ab96e7e4f9e1921b85", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-improvedevelopingbehavior-doccode-toolname", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_improvedevelopingbehavior_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:955b9e2e5d21f8ac98cc9e78", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_improvedevelopingbehavior_doccodetooloutput.ts", + "sourceHash": "42f8da7236e368037ca8c6af", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-improvedevelopingbehavior-doccode-tooloutput", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_improvedevelopingbehavior_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:47c6cac29e817d73701c6fd4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_improvedevelopingbehavior_doccodetoolparameters.ts", + "sourceHash": "ba70beee53a4390286c274e5", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-improvedevelopingbehavior-doccode-toolparameters", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_improvedevelopingbehavior_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:00051ee72ee98f1c0898e52f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_improvedevelopingbehavior_doccodetoolpurpose.ts", + "sourceHash": "ea6568b64d7544b491af679d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-improvedevelopingbehavior-doccode-toolpurpose", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_inlinevariable_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:a5fae9eb15d6438b0b271f76", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_inlinevariable_doccodetoolcapabilities.ts", + "sourceHash": "e4d252901c1a1ecf4ca10244", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-inlinevariable-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_inlinevariable_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:f586011e1d56288fffc161a1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_inlinevariable_doccodetoolexample1.ts", + "sourceHash": "5c2d9f4ba9f2f522a6c994df", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-inlinevariable-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_inlinevariable_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:d76cd73ca75491ea9379db05", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_inlinevariable_doccodetoolexample2.ts", + "sourceHash": "cfb1cb90c4cc2358042cc88a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-inlinevariable-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_inlinevariable_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:e15bf14f2f1a512c84491e95", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_inlinevariable_doccodetoolexample3.ts", + "sourceHash": "b7717d8b129e2c89a5e04ee3", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-inlinevariable-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_inlinevariable_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:fe5367d574ff9581294f6292", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_inlinevariable_doccodetoolname.ts", + "sourceHash": "f3abd7c5b6b738c011d25154", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-inlinevariable-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_inlinevariable_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:8e6de9fe8852de9cc01da186", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_inlinevariable_doccodetooloutput.ts", + "sourceHash": "e148d5df174e38a6e3f3cd7e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-inlinevariable-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_inlinevariable_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:5d520cec6850464c42edd9c0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_inlinevariable_doccodetoolparameters.ts", + "sourceHash": "122949744b395aecdb456ffa", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-inlinevariable-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_inlinevariable_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:9fdae97dbbcedaadc414e3f9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_inlinevariable_doccodetoolpurpose.ts", + "sourceHash": "6380a842f41d650ebece064d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-inlinevariable-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_jiramcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:08707d69f16528fe2d004cb4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_jiramcp_doccodetoolcapabilities.ts", + "sourceHash": "58086f5b88e9bfcdca007f70", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-jiramcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_jiramcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:1443c8b720e1c829af34ad70", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_jiramcp_doccodetoolexample1.ts", + "sourceHash": "2d5782494de9c6b1d8f3da0a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-jiramcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_jiramcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:55230d26f20df72f93f7fd92", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_jiramcp_doccodetoolexample2.ts", + "sourceHash": "c44e67b95840eae762aca22c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-jiramcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_jiramcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:782a5e47eab7d52c1bacfef3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_jiramcp_doccodetoolexample3.ts", + "sourceHash": "2c56b65e36a5e665cf90c046", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-jiramcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_jiramcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:fbd16a12a1e061b27d7d23bd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_jiramcp_doccodetoolname.ts", + "sourceHash": "c7ef325bf45ebeb4c306bac8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-jiramcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_jiramcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:578f60fa465ef6c28d10204d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_jiramcp_doccodetooloutput.ts", + "sourceHash": "e5abe7557354b7d6e6be7a1d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-jiramcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_jiramcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:732918b84b969a34faca9fe9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_jiramcp_doccodetoolparameters.ts", + "sourceHash": "11f6fc4e6d6423d7743daa17", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-jiramcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_jiramcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:25e880585963356b41fc934f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_jiramcp_doccodetoolpurpose.ts", + "sourceHash": "450ab4a4c6cdea812e29b5a5", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-jiramcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_kubernetesmcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:acdd97280539aabc76b7c34d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_kubernetesmcp_doccodetoolcapabilities.ts", + "sourceHash": "35fb944bb0854ac8a9268946", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-kubernetesmcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_kubernetesmcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:dfa19c11f179e161d9b19ac4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_kubernetesmcp_doccodetoolexample1.ts", + "sourceHash": "ec2b7c855906dbb7507c39a6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-kubernetesmcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_kubernetesmcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:94075405d43253947b3e5542", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_kubernetesmcp_doccodetoolexample2.ts", + "sourceHash": "ac1ae7d243dcfd9c08c43b4a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-kubernetesmcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_kubernetesmcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:ff83db5b1cdbaf014292f6a0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_kubernetesmcp_doccodetoolexample3.ts", + "sourceHash": "2c76f8910c07a4b92c04441d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-kubernetesmcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_kubernetesmcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:ea0e046010105d38a292afff", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_kubernetesmcp_doccodetoolname.ts", + "sourceHash": "50e3e07a4a1897a173d7fd0c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-kubernetesmcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_kubernetesmcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:696d51ac330a10f2dd5603a1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_kubernetesmcp_doccodetooloutput.ts", + "sourceHash": "25dd455411faff6e0c572c8c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-kubernetesmcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_kubernetesmcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:c76f834ef974af99d36d0b5e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_kubernetesmcp_doccodetoolparameters.ts", + "sourceHash": "7e72e4c1371680e05122c1b6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-kubernetesmcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_kubernetesmcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:398f933fd169e120655a5241", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_kubernetesmcp_doccodetoolpurpose.ts", + "sourceHash": "af869f8034c9db92a1a71cf6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-kubernetesmcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_listbranches_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:aa935a86c2e57695e230b41d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_listbranches_doccodetoolcapabilities.ts", + "sourceHash": "8b2438746a201db43d64a6af", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-listbranches-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_listbranches_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:81e6ca5f71752eabe6b34dc0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_listbranches_doccodetoolexample1.ts", + "sourceHash": "d54a5fea2160b17b878f3e37", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-listbranches-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_listbranches_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:2061f9a63e805ca244981e12", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_listbranches_doccodetoolexample2.ts", + "sourceHash": "0dfe0dd897534e3cca30959d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-listbranches-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_listbranches_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:a79ad90fcbffc8d501152f2e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_listbranches_doccodetoolexample3.ts", + "sourceHash": "1b00b70a2c64073fd007da2c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-listbranches-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_listbranches_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:aae7bd3555b0a7c099a592d9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_listbranches_doccodetoolname.ts", + "sourceHash": "1a4e528801d2ee38bdecdccf", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-listbranches-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_listbranches_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:d7e94f72e932d33e0b927683", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_listbranches_doccodetooloutput.ts", + "sourceHash": "d751a0a5e25fd81e87b4e3a5", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-listbranches-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_listbranches_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:a8aff3978ed984c56631e312", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_listbranches_doccodetoolparameters.ts", + "sourceHash": "84d81f212c88f85913fe92e5", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-listbranches-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_listbranches_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:c02516497718abc295835ddb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_listbranches_doccodetoolpurpose.ts", + "sourceHash": "b8231f04793df21496a2bfc0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-listbranches-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_lsp_best_for_analysis", + "rowRoot": "v41-prompt-inventory-row:135af764a52d519d0aad3b3d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_lsp_best_for_analysis.ts", + "sourceHash": "dbdc6c6bacdc99c2518a741e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LSP_BEST_FOR_ANALYSIS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-lsp-best-for-analysis", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_lsp_definition_capabilities", + "rowRoot": "v41-prompt-inventory-row:ac4c588351f653922dc074d9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_lsp_definition_capabilities.ts", + "sourceHash": "6f4d4243b7dbe6ce044fe9a1", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LSP_DEFINITION_CAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-lsp-definition-capabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_lsp_hover_capabilities", + "rowRoot": "v41-prompt-inventory-row:060b39514fc68838d1045e98", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_lsp_hover_capabilities.ts", + "sourceHash": "a40b18fd68a2e217a3001898", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LSP_HOVER_CAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-lsp-hover-capabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_lsp_integration_pattern", + "rowRoot": "v41-prompt-inventory-row:25c5fec9458990667b985963", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_lsp_integration_pattern.ts", + "sourceHash": "8fc8228ae693ce5a2e4c1932", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LSP_INTEGRATION_PATTERN" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-lsp-integration-pattern", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_lsp_references_capabilities", + "rowRoot": "v41-prompt-inventory-row:aa8de0ede6fc7b4149d41bc3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_lsp_references_capabilities.ts", + "sourceHash": "8a9b996d4bbf27b833ea8de8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LSP_REFERENCES_CAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-lsp-references-capabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_lspquery_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:1c0faa624cb105a436e2b391", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_lspquery_doccodetoolcapabilities.ts", + "sourceHash": "674af9b3d268593396acc47f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-lspquery-doccode-toolcapabilities", + "promptFamilyIds": [ + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_lspquery_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:9aa0e6046e7685eebe281101", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_lspquery_doccodetoolexample1.ts", + "sourceHash": "5a6b56bbab1f341c94f8b7dd", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-lspquery-doccode-toolexample1", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_lspquery_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:0e77a7bf12ec23cccb91447d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_lspquery_doccodetoolexample2.ts", + "sourceHash": "3434a4199a271f824c95ea23", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-lspquery-doccode-toolexample2", + "promptFamilyIds": [ + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_lspquery_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:9383bd77bb3bea50e9d51008", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_lspquery_doccodetoolexample3.ts", + "sourceHash": "d1906583ef60d535d12673a0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-lspquery-doccode-toolexample3", + "promptFamilyIds": [ + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_lspquery_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:dc71846f8e2bbd533f53c52f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_lspquery_doccodetoolname.ts", + "sourceHash": "a35e5254a72e08dbc85515c2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-lspquery-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_lspquery_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:10df38dbfa9ee06ce44c9aa2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_lspquery_doccodetooloutput.ts", + "sourceHash": "bff92e4653fca5dba19aebf2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-lspquery-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_lspquery_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:be875c4b0c31ace7a734b106", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_lspquery_doccodetoolparameters.ts", + "sourceHash": "e8687d438d1f56aa5c06fa46", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-lspquery-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_lspquery_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:df1807293fe0366fc63e8b4c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_lspquery_doccodetoolpurpose.ts", + "sourceHash": "d40a6aca3ca5408a055bed7f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-lspquery-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_movesymbol_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:29f33eae68f615c723673c95", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_movesymbol_doccodetoolcapabilities.ts", + "sourceHash": "d8dd44ea15e1e3d29411e53e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-movesymbol-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_movesymbol_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:2187a8ec522a39970a618b10", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_movesymbol_doccodetoolexample1.ts", + "sourceHash": "3dc3836a457a3baf7fa3db0d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-movesymbol-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_movesymbol_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:24714f4c8dbe20561ebea9b5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_movesymbol_doccodetoolexample2.ts", + "sourceHash": "564d8cea5f614986f4d50bec", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-movesymbol-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_movesymbol_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:c44697122d416b34a9383833", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_movesymbol_doccodetoolexample3.ts", + "sourceHash": "8062d903f22ba9d0ba38d7e1", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-movesymbol-doccode-toolexample3", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_movesymbol_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:e91b6ed36c8cf1fe024dc694", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_movesymbol_doccodetoolname.ts", + "sourceHash": "e94e29a5ff3c0da93418acc7", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-movesymbol-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_movesymbol_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:39fea0e01db0536bd4436923", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_movesymbol_doccodetooloutput.ts", + "sourceHash": "a22068a00062be22b59bfcd6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-movesymbol-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_movesymbol_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:9ca524fbb6c474981de451ca", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_movesymbol_doccodetoolparameters.ts", + "sourceHash": "650db4072b93984ff0a3e848", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-movesymbol-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_movesymbol_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:6016245ad49ffd701eb9ea8a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_movesymbol_doccodetoolpurpose.ts", + "sourceHash": "e8574958e2cb762d99b665c8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-movesymbol-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multimodalprocessing_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:3195c4ac85a0f95143ec0a35", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multimodalprocessing_doccodetoolcapabilities.ts", + "sourceHash": "547574d22bdcab12d5457893", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multimodalprocessing-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multimodalprocessing_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:32005992cf86a7d03a72c73c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multimodalprocessing_doccodetoolexample1.ts", + "sourceHash": "a199787d8562f3650ce93785", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multimodalprocessing-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multimodalprocessing_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:31b29b949bc90123cc980a31", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multimodalprocessing_doccodetoolexample2.ts", + "sourceHash": "2f25f40b9ad63f3359cb7cfd", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multimodalprocessing-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multimodalprocessing_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:88ca8e0b25ee20b78d55dcf0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multimodalprocessing_doccodetoolexample3.ts", + "sourceHash": "cf37bed753575a73a6fe489d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multimodalprocessing-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multimodalprocessing_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:a2be08013ba229dc795d3688", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multimodalprocessing_doccodetoolname.ts", + "sourceHash": "58db1e3efa5605fad4ac1d58", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multimodalprocessing-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multimodalprocessing_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:2c0cff322d8ac5d0987c6776", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multimodalprocessing_doccodetooloutput.ts", + "sourceHash": "1e7312391b7437c2d3cdf869", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multimodalprocessing-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multimodalprocessing_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:6e4847b04e6178f4a192a668", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multimodalprocessing_doccodetoolparameters.ts", + "sourceHash": "60b958cfb317c274cbf824a3", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multimodalprocessing-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multimodalprocessing_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:e91170f9dc7a0ed59d7574b2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multimodalprocessing_doccodetoolpurpose.ts", + "sourceHash": "2b3dada912646304a9be04a6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multimodalprocessing-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multiprovidersearch_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:dc43bacf68898cfe8a22f080", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multiprovidersearch_doccodetoolcapabilities.ts", + "sourceHash": "95ee6f82d53c6c1341232447", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multiprovidersearch-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multiprovidersearch_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:5a167607ecf6060127b0572f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multiprovidersearch_doccodetoolexample1.ts", + "sourceHash": "cd4a804cae8e495ddef07c21", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multiprovidersearch-doccode-toolexample1", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multiprovidersearch_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:7a341985ff28969c5ee04b78", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multiprovidersearch_doccodetoolname.ts", + "sourceHash": "1c9d2f9e0326fd4434fd0e98", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multiprovidersearch-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multiprovidersearch_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:3ccc2661e26edfd38e8cd610", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multiprovidersearch_doccodetooloutput.ts", + "sourceHash": "4708217694135373211df371", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multiprovidersearch-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multiprovidersearch_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:ff206c05d2a36e5e44ef8a67", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multiprovidersearch_doccodetoolparameters.ts", + "sourceHash": "71d9eb26316c65e9997edca2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multiprovidersearch-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_multiprovidersearch_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:3209cfce5060327bfc82269e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_multiprovidersearch_doccodetoolpurpose.ts", + "sourceHash": "2a84d3b8e2c0ad004a8af839", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-multiprovidersearch-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_mysqlmcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:d7e761331ea557bcaa8cedbb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_mysqlmcp_doccodetoolcapabilities.ts", + "sourceHash": "0027d943aaa74bae0c83a483", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-mysqlmcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_mysqlmcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:b5a784d65e229a2c8d87d82b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_mysqlmcp_doccodetoolexample1.ts", + "sourceHash": "58ee9d923a321317c9e60346", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-mysqlmcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_mysqlmcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:e961cc89cac8b16882fd3c37", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_mysqlmcp_doccodetoolexample2.ts", + "sourceHash": "40c3e081fe3e14f0767b14d8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-mysqlmcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_mysqlmcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:b321d61400f4951230223938", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_mysqlmcp_doccodetoolexample3.ts", + "sourceHash": "1b9ab7866b8be6bd888285de", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-mysqlmcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_mysqlmcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:d9758f91707f415d52cd11e9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_mysqlmcp_doccodetoolname.ts", + "sourceHash": "42ea3407d500ceab36eaf2ec", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-mysqlmcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_mysqlmcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:dd38ee258d51067f2f24f2c3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_mysqlmcp_doccodetooloutput.ts", + "sourceHash": "b5ad378715e4def6f1298862", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-mysqlmcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_mysqlmcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:c86e90b5c524a02bbbd43ae3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_mysqlmcp_doccodetoolparameters.ts", + "sourceHash": "0696e32aa60de09e63714cab", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-mysqlmcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_mysqlmcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:6dd45875da11e02509b4d43d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_mysqlmcp_doccodetoolpurpose.ts", + "sourceHash": "911e29420387c599663e9c56", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-mysqlmcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_notionmcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:061559a9b6c813a678e54531", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_notionmcp_doccodetoolcapabilities.ts", + "sourceHash": "3680c849241563de49b173e0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-notionmcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_notionmcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:b6e266e82263a4b737bae2b1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_notionmcp_doccodetoolexample1.ts", + "sourceHash": "006bc595d710351d8f438e15", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-notionmcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_notionmcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:b7ac5b19eaea76cd939fb034", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_notionmcp_doccodetoolexample2.ts", + "sourceHash": "f0a809fb6be2d492d92af51f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-notionmcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_notionmcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:ec222a658d7fbdc4c1f4539f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_notionmcp_doccodetoolexample3.ts", + "sourceHash": "318681669cd1280096fedafd", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-notionmcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_notionmcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:401ccd304940977943695a47", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_notionmcp_doccodetoolname.ts", + "sourceHash": "6e6297207b44ccfcd908e1ec", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-notionmcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_notionmcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:c25f55bf76c26891186bb844", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_notionmcp_doccodetooloutput.ts", + "sourceHash": "efe6bcb2e02e672c30c8eb20", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-notionmcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_notionmcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:2cf2b35fda929d6eab278cb1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_notionmcp_doccodetoolparameters.ts", + "sourceHash": "381e460ac446e58ef12723bd", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-notionmcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_notionmcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:1ac59c1b2daa45832d7b6dab", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_notionmcp_doccodetoolpurpose.ts", + "sourceHash": "2bf14f6a4304e0b9db20e584", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-notionmcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_organizeimports_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:96661413ca116da0f2a9ed1a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_organizeimports_doccodetoolcapabilities.ts", + "sourceHash": "98c23fb9b226ad0710c83299", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-organizeimports-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_organizeimports_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:18d6c0a1b7dd025bc362f304", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_organizeimports_doccodetoolexample1.ts", + "sourceHash": "2380f7f77cfd244961fdd6ba", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-organizeimports-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_organizeimports_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:a730a210ca93c58023f4d301", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_organizeimports_doccodetoolexample2.ts", + "sourceHash": "93b29c1029e5216ca5d04179", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-organizeimports-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_organizeimports_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:2828e80af1b4a11be7aa2ddb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_organizeimports_doccodetoolexample3.ts", + "sourceHash": "4453f1b7b5e3e0085444f184", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-organizeimports-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_organizeimports_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:9c52a77c337c3377a882cf0b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_organizeimports_doccodetoolname.ts", + "sourceHash": "0469c62caaf2c1b80cab891e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-organizeimports-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_organizeimports_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:808d4d2d19f459d7d52ab3a4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_organizeimports_doccodetooloutput.ts", + "sourceHash": "99bf11c89805f620a7c6aed7", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-organizeimports-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_organizeimports_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:d3a079046d0a9dffa358f2bf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_organizeimports_doccodetoolparameters.ts", + "sourceHash": "37c90699e17f92b7c5dec1bf", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-organizeimports-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_organizeimports_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:8553fef9720efe34a1208f1f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_organizeimports_doccodetoolpurpose.ts", + "sourceHash": "c884a3b0a29a20e85f3bd08c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-organizeimports-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_postgresqlmcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:f9459194ab4bc53c1ab244d5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_postgresqlmcp_doccodetoolcapabilities.ts", + "sourceHash": "2743aaad457b8cd6eef8c7d8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-postgresqlmcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_postgresqlmcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:6a8cbb0565f9e9dab43665ba", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_postgresqlmcp_doccodetoolexample1.ts", + "sourceHash": "f3dc0156788d6a98baaac76b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-postgresqlmcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_postgresqlmcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:69b976b5a8fc39e6a06e27d8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_postgresqlmcp_doccodetoolexample2.ts", + "sourceHash": "ef2103bd9fd3561dee11abab", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-postgresqlmcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_postgresqlmcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:639565747bf90c717185921e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_postgresqlmcp_doccodetoolexample3.ts", + "sourceHash": "e2bbf67041aa3b551eb7b189", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-postgresqlmcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_postgresqlmcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:6ef6bd1a21fe09e981a74711", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_postgresqlmcp_doccodetoolname.ts", + "sourceHash": "e61f78e390f28d215477959e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-postgresqlmcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_postgresqlmcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:6cd211dc058180d756afa61c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_postgresqlmcp_doccodetooloutput.ts", + "sourceHash": "91efbe3a5446d75da310f524", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-postgresqlmcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_postgresqlmcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:ea4d7fa89ae953ecbf8d05a7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_postgresqlmcp_doccodetoolparameters.ts", + "sourceHash": "148f47e28014980317a6ae54", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-postgresqlmcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_postgresqlmcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:d4f3aa2e44b23294ef8dda0e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_postgresqlmcp_doccodetoolpurpose.ts", + "sourceHash": "4c7b2ce3af8592895966a1df", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-postgresqlmcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_readcodechangesvcs_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:a5a0d1df4ef6198b1a54aa84", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_readcodechangesvcs_doccodetoolcapabilities.ts", + "sourceHash": "a8301435ad33cd8818055085", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-readcodechangesvcs-doccode-toolcapabilities", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_readcodechangesvcs_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:d01b222942ad5975500cd175", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_readcodechangesvcs_doccodetoolname.ts", + "sourceHash": "db86b5f213c576fbffc3b894", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-readcodechangesvcs-doccode-toolname", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_readcodechangesvcs_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:dfc8c3b278b8750ff7f4c9f3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_readcodechangesvcs_doccodetooloutput.ts", + "sourceHash": "f697971a11b21feccb6801fb", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-readcodechangesvcs-doccode-tooloutput", + "promptFamilyIds": [ + "Conversation", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Conversation", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_readcodechangesvcs_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:18ef1057cba4593a4bbc4414", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_readcodechangesvcs_doccodetoolparameters.ts", + "sourceHash": "db64d9e290f1f39a53c51517", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-readcodechangesvcs-doccode-toolparameters", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_readcodechangesvcs_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:99384589750acc3abe7d5a18", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_readcodechangesvcs_doccodetoolpurpose.ts", + "sourceHash": "6cc1c1c55d60268119c5eee0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-readcodechangesvcs-doccode-toolpurpose", + "promptFamilyIds": [ + "Conversation", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Conversation", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_renamesymbol_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:08c3c59dcd3eff5f7403d952", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_renamesymbol_doccodetoolcapabilities.ts", + "sourceHash": "5f410c6bafeb9d7132048d1f", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-renamesymbol-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_renamesymbol_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:a82a8ec702e510f07d523872", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_renamesymbol_doccodetoolexample1.ts", + "sourceHash": "da72118c6b7db02c9ec14d09", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-renamesymbol-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_renamesymbol_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:f8a2062d221b33c79e547152", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_renamesymbol_doccodetoolexample2.ts", + "sourceHash": "7e0c9baecf1d2aa1cf38b1e0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-renamesymbol-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_renamesymbol_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:171c1f7da598465740e81d4d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_renamesymbol_doccodetoolexample3.ts", + "sourceHash": "a593c4e73cbf970dbb24f3d5", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-renamesymbol-doccode-toolexample3", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_renamesymbol_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:1b83f12fb293423c06b3ca43", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_renamesymbol_doccodetoolname.ts", + "sourceHash": "1e53685a1a9dabf19f57cb7c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-renamesymbol-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_renamesymbol_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:dc6d1a49138c71e1b3b5ec4e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_renamesymbol_doccodetooloutput.ts", + "sourceHash": "7fb0a2afc2d8ef87fd8d8628", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-renamesymbol-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_renamesymbol_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:813523b87f990919c9367cbd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_renamesymbol_doccodetoolparameters.ts", + "sourceHash": "fe6914eb8ca2b01d16d319a3", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-renamesymbol-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_renamesymbol_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:1246ab744d2a4a195c4a6f15", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_renamesymbol_doccodetoolpurpose.ts", + "sourceHash": "98b8565413053b0722f4e947", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-renamesymbol-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_replacefile_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:5fe5e1990761a780c489161a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_replacefile_doccodetoolcapabilities.ts", + "sourceHash": "fc41abec2f5a0a47a0c3798b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-replacefile-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_replacefile_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:39c55b65410936101835d258", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_replacefile_doccodetoolname.ts", + "sourceHash": "c412c09f59f55a5a8139fa99", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-replacefile-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_replacefile_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:5de6ef392c3eb4a46888194f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_replacefile_doccodetooloutput.ts", + "sourceHash": "e29ae25f39a550bd7dbdae13", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-replacefile-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_replacefile_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:92d87cf16742e46ef0ff62f5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_replacefile_doccodetoolparameters.ts", + "sourceHash": "12af16b498e2af18aa039f36", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-replacefile-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_replacefile_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:074b2c5d3c53dfb0149a6818", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_replacefile_doccodetoolpurpose.ts", + "sourceHash": "baf086d95685283eabbd48d6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-replacefile-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_repositorysetup_assetpack_capabilities_addendum", + "rowRoot": "v41-prompt-inventory-row:e6c54aa3a0d65dbef444fbea", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_repositorysetup_assetpack_capabilities_addendum.ts", + "sourceHash": "ef696d44bc9fbcb73c149d96", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_ASSET_PACK_CAPABILITIES_ADDENDUM" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-repositorysetup-assetpack-capabilities-addendum", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_repositorysetup_assetpack_metadata_phase_setup", + "rowRoot": "v41-prompt-inventory-row:28ac5c32b876c10224359512", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_repositorysetup_assetpack_metadata_phase_setup.ts", + "sourceHash": "a38573a6ac11f44ceed8a6a3", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_ASSET_PACK_METADATA_PHASE_SETUP" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-repositorysetup-assetpack-metadata-phase-setup", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_repositorysetup_assetpack_metadata_pipeline", + "rowRoot": "v41-prompt-inventory-row:30f160db9023acf22f45efc3", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_repositorysetup_assetpack_metadata_pipeline.ts", + "sourceHash": "a3cb77f6f28a6e1c918b3dad", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_ASSET_PACK_METADATA_PIPELINE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-repositorysetup-assetpack-metadata-pipeline", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_repositorysetup_assetpack_purpose_addendum", + "rowRoot": "v41-prompt-inventory-row:86f3059e9fdda894b2e072ba", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_repositorysetup_assetpack_purpose_addendum.ts", + "sourceHash": "8884dc8f0caf6234fa8b50a8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_ASSET_PACK_PURPOSE_ADDENDUM" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-repositorysetup-assetpack-purpose-addendum", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_repositorysetup_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:4f6ed781ab40963afb59671d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_repositorysetup_doccodetoolcapabilities.ts", + "sourceHash": "a2a3587e3ca6e25cea128729", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-repositorysetup-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_repositorysetup_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:d5e8c779f8458dd976d07f67", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_repositorysetup_doccodetoolexample1.ts", + "sourceHash": "b35c091990930d3708269aa7", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-repositorysetup-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_repositorysetup_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:5f2b1066704cb9e15f0e5ae5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_repositorysetup_doccodetoolexample2.ts", + "sourceHash": "2d06207c50e55c46ee5d2380", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-repositorysetup-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_repositorysetup_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:0e2c0151d34fb0aeebdb0770", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_repositorysetup_doccodetoolexample3.ts", + "sourceHash": "e6948774fbd15991bb5e6d1d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-repositorysetup-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_repositorysetup_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:c20e97b0d030785d65763cbf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_repositorysetup_doccodetoolname.ts", + "sourceHash": "5244b8e36bce85789299980e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-repositorysetup-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_repositorysetup_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:c666f02d5871ab57f01b051a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_repositorysetup_doccodetooloutput.ts", + "sourceHash": "94671f33e75d24acb8b6c52a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-repositorysetup-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_repositorysetup_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:72e2f1321d588dfd4c6225ab", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_repositorysetup_doccodetoolparameters.ts", + "sourceHash": "c00212d7ef01e9d1ed632cf7", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-repositorysetup-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_repositorysetup_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:67daad85b31c8360681bf141", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_repositorysetup_doccodetoolpurpose.ts", + "sourceHash": "e721201dea9ef75f9c5bcb28", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-repositorysetup-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_scrapeurl_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:384b5e9523ffc708fd349a65", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_scrapeurl_doccodetoolcapabilities.ts", + "sourceHash": "5c892e9733d31d6efc27963e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-scrapeurl-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_scrapeurl_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:ce9f3f2413d137b152e21ce9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_scrapeurl_doccodetoolexample1.ts", + "sourceHash": "f3db54c48371eba7f1c53581", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-scrapeurl-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_scrapeurl_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:b988d5b2262fdc44688f6afb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_scrapeurl_doccodetoolexample2.ts", + "sourceHash": "525d6025485cb146652abfd9", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-scrapeurl-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_scrapeurl_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:b98b31f9622f895a13c87d16", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_scrapeurl_doccodetoolexample3.ts", + "sourceHash": "81b523bc1a6ba0eb8aba1922", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-scrapeurl-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_scrapeurl_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:cc82e2956cee76f296fc0ec9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_scrapeurl_doccodetoolname.ts", + "sourceHash": "f6060c9560e10c3b132edc50", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-scrapeurl-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_scrapeurl_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:46ced93a90634f2b472fb574", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_scrapeurl_doccodetooloutput.ts", + "sourceHash": "4804d93a37d6b6783f31bc92", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-scrapeurl-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_scrapeurl_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:ee10fc45a79b458561b3e7c7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_scrapeurl_doccodetoolparameters.ts", + "sourceHash": "64441815c9e7a3e3651c2446", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-scrapeurl-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_scrapeurl_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:c5693cbeeae7e686e0fa3671", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_scrapeurl_doccodetoolpurpose.ts", + "sourceHash": "37d36cb943dd47ab663d1202", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-scrapeurl-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_searchweb_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:0fdadaf569dd24043f21eb3e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_searchweb_doccodetoolcapabilities.ts", + "sourceHash": "180c3f2c55dc4fdaffcf7718", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-searchweb-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_searchweb_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:5b9e2f2fab59a187e837731e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_searchweb_doccodetoolexample1.ts", + "sourceHash": "56ff53445029d4d911e85b44", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-searchweb-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_searchweb_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:9384cdbed86da285f4cfec1a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_searchweb_doccodetoolexample2.ts", + "sourceHash": "90b066241cec34d11617957c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-searchweb-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_searchweb_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:ab3466632157433e98b6fda6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_searchweb_doccodetoolexample3.ts", + "sourceHash": "5a0aed00dc9b6f1237e5abe5", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-searchweb-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_searchweb_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:3a1e591e593ba3fec1f563c0", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_searchweb_doccodetoolname.ts", + "sourceHash": "ade4c609c84213b26535f2da", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-searchweb-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_searchweb_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:778c5f3a8edbbb745260aa5c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_searchweb_doccodetooloutput.ts", + "sourceHash": "f0d21625ace802c3a89adc1b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-searchweb-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_searchweb_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:ac9e5e8dcbc84b07bc22cb38", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_searchweb_doccodetoolparameters.ts", + "sourceHash": "93149705746f0d9ebe3bfac8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-searchweb-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_searchweb_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:60ae826872ae80ed7ef23314", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_searchweb_doccodetoolpurpose.ts", + "sourceHash": "d4b80505ec2e43b696440e6b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-searchweb-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_supabasemcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:4b63b5c11f40db93b4da8b4c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_supabasemcp_doccodetoolcapabilities.ts", + "sourceHash": "f3a1f29ad670441546571e94", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-supabasemcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_supabasemcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:c0308e0e6b315237947bccc5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_supabasemcp_doccodetoolexample1.ts", + "sourceHash": "5583b1e829ef17c9d5e7963a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-supabasemcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_supabasemcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:e29195ec398099a7e8d593bd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_supabasemcp_doccodetoolexample2.ts", + "sourceHash": "f9ab354b32dc7314914a296d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-supabasemcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_supabasemcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:247a0ae545035e280d555914", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_supabasemcp_doccodetoolexample3.ts", + "sourceHash": "3da36e75dcadab472dcd1407", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-supabasemcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_supabasemcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:2160be8e820456b771447911", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_supabasemcp_doccodetoolname.ts", + "sourceHash": "22286a1e8100b6e4fade1d80", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-supabasemcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_supabasemcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:5b537b963fab5da38b78d72e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_supabasemcp_doccodetooloutput.ts", + "sourceHash": "90c77421dfc5e4aff3ac6700", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-supabasemcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_supabasemcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:fb4f19a6cc38bdb1e9b1fedc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_supabasemcp_doccodetoolparameters.ts", + "sourceHash": "05d0cd7a04c8459bdfc84459", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-supabasemcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_supabasemcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:321f2e886ca341e827fb25b6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_supabasemcp_doccodetoolpurpose.ts", + "sourceHash": "e617054ffe4624db9f8bf20a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-supabasemcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_systemtextsearch_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:aa6f2349d10054f0710b2431", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_systemtextsearch_doccodetoolcapabilities.ts", + "sourceHash": "9a292e330973d030172b4c07", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-systemtextsearch-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_systemtextsearch_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:cf6b11a64259dcdc048dc289", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_systemtextsearch_doccodetoolexample1.ts", + "sourceHash": "fe34a1ede1c3b7485a2e7e96", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-systemtextsearch-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_systemtextsearch_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:8dadcc9a025de3fbc747b753", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_systemtextsearch_doccodetoolexample2.ts", + "sourceHash": "b61650e24a0b37019b036ce8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-systemtextsearch-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_systemtextsearch_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:4e0919112429419c7365033d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_systemtextsearch_doccodetoolexample3.ts", + "sourceHash": "01ad0de073a55731c8378c4c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-systemtextsearch-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_systemtextsearch_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:b4442da4cb042719eab97d6b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_systemtextsearch_doccodetoolname.ts", + "sourceHash": "d2839094a6f6b9e255540de6", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-systemtextsearch-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_systemtextsearch_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:82363006714214d5af6ddc8f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_systemtextsearch_doccodetooloutput.ts", + "sourceHash": "158a85af99e7a5042f1a6a41", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-systemtextsearch-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_systemtextsearch_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:b5906a121c9984965e1ad01b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_systemtextsearch_doccodetoolparameters.ts", + "sourceHash": "1ef6babb51571b8eece9c5d7", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-systemtextsearch-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_systemtextsearch_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:266751631a3644b2c0e864f8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_systemtextsearch_doccodetoolpurpose.ts", + "sourceHash": "b1022392301e64807308b647", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-systemtextsearch-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_texteditor_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:d7ebf33fdfc5b3df4066f8c6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_texteditor_doccodetoolcapabilities.ts", + "sourceHash": "5663ec5633ec8572fa016cc2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-texteditor-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_texteditor_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:2f0844b0c91ac349398fbf74", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_texteditor_doccodetoolexample1.ts", + "sourceHash": "d4b724bbfececa4a569a4428", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-texteditor-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_texteditor_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:03692d838a843a87c088c1a9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_texteditor_doccodetoolexample2.ts", + "sourceHash": "c956486b29bdb0e3426fbdb4", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-texteditor-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_texteditor_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:d859287764b8f8d853929b18", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_texteditor_doccodetoolexample3.ts", + "sourceHash": "3e396cd706fdd6c58b620133", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-texteditor-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_texteditor_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:7aa28af709bf0e055c4adc47", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_texteditor_doccodetoolname.ts", + "sourceHash": "e4917e9997cef8ee17214e3b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-texteditor-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_texteditor_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:a1a95f0920f106805e809bfb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_texteditor_doccodetooloutput.ts", + "sourceHash": "a996f3a61a3f1f523dcb32e0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-texteditor-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_texteditor_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:55d12c69e4a3df162f7b759d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_texteditor_doccodetoolparameters.ts", + "sourceHash": "a02f99755a9588cd8a4377bd", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-texteditor-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_texteditor_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:b805dd23531a7139f69cd6f6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_texteditor_doccodetoolpurpose.ts", + "sourceHash": "f23a3cbd1081584e86dcd075", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-texteditor-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_usecomputer_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:620ee1ceda0815df7ad37525", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_usecomputer_doccodetoolcapabilities.ts", + "sourceHash": "7e16194fca8ce1d93c09fd92", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-usecomputer-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_usecomputer_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:da05c7770244e6d80b3dce61", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_usecomputer_doccodetoolexample1.ts", + "sourceHash": "b36b4411be58b3ca1a52df5c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-usecomputer-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_usecomputer_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:78e984dd45a1a1ed83623102", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_usecomputer_doccodetoolexample2.ts", + "sourceHash": "52d49c8d79089db220ab7781", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-usecomputer-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_usecomputer_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:d3e439689b74b3d67f14866b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_usecomputer_doccodetoolname.ts", + "sourceHash": "8514d2a6592e29413aff63cd", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-usecomputer-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_usecomputer_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:e86706ba0cb2f0a6d22310e5", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_usecomputer_doccodetooloutput.ts", + "sourceHash": "247f1c66d31a74278b24e705", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-usecomputer-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_usecomputer_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:fd4fb8bc7bdb4c653724e58d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_usecomputer_doccodetoolparameters.ts", + "sourceHash": "a7e60088725b601765bea9e0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-usecomputer-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_usecomputer_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:eccccc54fe906c93ce466ae2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_usecomputer_doccodetoolpurpose.ts", + "sourceHash": "a6f50f0d0493805e437ccf3b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-usecomputer-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_validatereadcomprehension_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:e0be0804ff45b64c33ff3498", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_validatereadcomprehension_doccodetoolcapabilities.ts", + "sourceHash": "9bdae865f11afc7884b1043b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-validatereadcomprehension-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_validatereadcomprehension_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:c43949e47286efc272128e53", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_validatereadcomprehension_doccodetoolexample1.ts", + "sourceHash": "371946b28332b797df08ede2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-validatereadcomprehension-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_validatereadcomprehension_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:2599eb52cb6db9bf3d171816", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_validatereadcomprehension_doccodetoolexample2.ts", + "sourceHash": "bbc592d4d7200123fc7789ee", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-validatereadcomprehension-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_validatereadcomprehension_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:ea0661db1fdbd6aa1e7e52a7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_validatereadcomprehension_doccodetoolexample3.ts", + "sourceHash": "a457e00fd59e2b4ce0581bcc", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-validatereadcomprehension-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_validatereadcomprehension_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:1cd0ad2f47f179812305fc8b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_validatereadcomprehension_doccodetoolname.ts", + "sourceHash": "80b90347912b25a13343c5f4", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-validatereadcomprehension-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_validatereadcomprehension_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:993d021a332c0abd8a476467", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_validatereadcomprehension_doccodetooloutput.ts", + "sourceHash": "bd202335e34e5bb8657f4fb8", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-validatereadcomprehension-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_validatereadcomprehension_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:a1b58015062a12bf01c21ee6", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_validatereadcomprehension_doccodetoolparameters.ts", + "sourceHash": "c2e3aa5d736dbc291d8d436c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-validatereadcomprehension-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_validatereadcomprehension_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:ed49ae3ce4915a3695526958", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_validatereadcomprehension_doccodetoolpurpose.ts", + "sourceHash": "4656157f1532231cf9897e16", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-validatereadcomprehension-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcs_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:97176275852972cace16d24d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcs_doccodetoolcapabilities.ts", + "sourceHash": "ef8214ad32995d091c561d2b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCS_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcs-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcs_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:2ecd72b8e2f6fa7a11c2993b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcs_doccodetoolexample1.ts", + "sourceHash": "604de3afbcbd17702b3014f3", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCS_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcs-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcs_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:130137ad7a3d44c60fe056ec", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcs_doccodetoolexample2.ts", + "sourceHash": "7d6a811a5ab82d0b07922aa3", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCS_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcs-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcs_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:de7d2256d68b025ea3b43d00", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcs_doccodetoolexample3.ts", + "sourceHash": "3ca8e0548a1e46ef29275434", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCS_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcs-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcs_doccodetoolmigration", + "rowRoot": "v41-prompt-inventory-row:c24f472298772760b8d25a0f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcs_doccodetoolmigration.ts", + "sourceHash": "7be8e288daec5a47f8c98d1d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCS_DOCCODETOOLMIGRATION" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcs-doccode-toolmigration", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcs_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:d5a3a95c502374f6c7b0885e", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcs_doccodetooloutput.ts", + "sourceHash": "63fe3d48dc984576e1c67cf9", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCS_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcs-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcs_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:04055b6d9d3898fdd7e0b74c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcs_doccodetoolparameters.ts", + "sourceHash": "bf6b87f9716dfff160594c4a", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCS_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcs-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcs_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:e491b17dc9ae72e08e645b19", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcs_doccodetoolpurpose.ts", + "sourceHash": "e43fdb320afdd0aed0e41ea1", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCS_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcs-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcscreatepullrequest_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:9d0dcf259378a02eec5de26d", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcscreatepullrequest_doccodetoolcapabilities.ts", + "sourceHash": "da58529ad2eb70910cbf2c48", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCSCREATEPULLREQUEST_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcscreatepullrequest-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcscreatepullrequest_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:242823934fd22cf23cfee5e2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcscreatepullrequest_doccodetoolexample1.ts", + "sourceHash": "4988a986f9c38b63571ac863", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCSCREATEPULLREQUEST_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcscreatepullrequest-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcscreatepullrequest_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:3d32abfd0da6c5832ff4a20b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcscreatepullrequest_doccodetoolname.ts", + "sourceHash": "a57ca619f4fc7630b1476773", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCSCREATEPULLREQUEST_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcscreatepullrequest-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcscreatepullrequest_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:c3d25c8cfcf69fca3c920ca1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcscreatepullrequest_doccodetooloutput.ts", + "sourceHash": "0838296eaf23bbee93e7ec53", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCSCREATEPULLREQUEST_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcscreatepullrequest-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcscreatepullrequest_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:9919c349ad28277553796016", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcscreatepullrequest_doccodetoolparameters.ts", + "sourceHash": "bf77a575c9ced882e13058b0", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCSCREATEPULLREQUEST_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcscreatepullrequest-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcscreatepullrequest_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:ba05f5f1fcc69029c87a9e36", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcscreatepullrequest_doccodetoolpurpose.ts", + "sourceHash": "dea4ef75520df6719e6c980e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCSCREATEPULLREQUEST_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcscreatepullrequest-doccode-toolpurpose", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcslistrepositories_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:d363457223e2e38e5fa65e63", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcslistrepositories_doccodetoolcapabilities.ts", + "sourceHash": "c86699cdfb5d6fcceb135a39", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcslistrepositories-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcslistrepositories_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:5e70b70e062b914cc0fcf624", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcslistrepositories_doccodetoolexample1.ts", + "sourceHash": "cd9ee080d870cba0f2276cbe", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcslistrepositories-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcslistrepositories_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:86585343b75a181e6843d4db", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcslistrepositories_doccodetoolname.ts", + "sourceHash": "084a84f198742fca20051c66", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcslistrepositories-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcslistrepositories_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:3d955be50d1cdc30f560052b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcslistrepositories_doccodetooloutput.ts", + "sourceHash": "17878b01cb0ce19032c59376", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcslistrepositories-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcslistrepositories_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:9a354878d368ea12ebd2fdbb", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcslistrepositories_doccodetoolparameters.ts", + "sourceHash": "908e9a9b52737b727304475b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcslistrepositories-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vcslistrepositories_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:b6a59f524308b0feef6d8dcf", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vcslistrepositories_doccodetoolpurpose.ts", + "sourceHash": "afb7f865b0a34db87bc4b1c9", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vcslistrepositories-doccode-toolpurpose", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "Interface", + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vercelmcp_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:508d1a148d37357f82aa816c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vercelmcp_doccodetoolcapabilities.ts", + "sourceHash": "f734a50e319d8b20d74f089e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vercelmcp-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vercelmcp_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:9c6ce5920e800117238ebe8f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vercelmcp_doccodetoolexample1.ts", + "sourceHash": "ee66b3bf5fd44d03c0327509", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vercelmcp-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vercelmcp_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:566a21ded3d83567b297342f", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vercelmcp_doccodetoolexample2.ts", + "sourceHash": "1c86b0d01f339b29f48a7ed2", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vercelmcp-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vercelmcp_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:bda9fb71c7ed4935273d4f03", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vercelmcp_doccodetoolexample3.ts", + "sourceHash": "30cac4d44029af808ed0c469", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vercelmcp-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vercelmcp_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:cc7a0c9deaeaaff5a6787f29", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vercelmcp_doccodetoolname.ts", + "sourceHash": "a782401e022d86bb0523f46e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vercelmcp-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vercelmcp_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:2749a5508f1e5a17c82ce94c", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vercelmcp_doccodetooloutput.ts", + "sourceHash": "b664163350e0b9792656d39c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vercelmcp-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vercelmcp_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:70c085c63b18f8427b61d1be", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vercelmcp_doccodetoolparameters.ts", + "sourceHash": "123f24f6be69ce4ee988c9ae", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vercelmcp-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_vercelmcp_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:1b48b902f337ca2339ec7fb1", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_vercelmcp_doccodetoolpurpose.ts", + "sourceHash": "63c18e842358010ec19fb171", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-vercelmcp-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_websearch_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:24348817550f00ccba6e72d7", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_websearch_doccodetoolcapabilities.ts", + "sourceHash": "064dd91bea1b1fdc226dd683", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-websearch-doccode-toolcapabilities", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_websearch_doccodetoolexample1", + "rowRoot": "v41-prompt-inventory-row:e36c76e4bb58e732585f7691", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_websearch_doccodetoolexample1.ts", + "sourceHash": "30ea6aa85ef76f00ceda7fa9", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLEXAMPLE1" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-websearch-doccode-toolexample1", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_websearch_doccodetoolexample2", + "rowRoot": "v41-prompt-inventory-row:4c320c9d16b24ad18fbb5a7a", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_websearch_doccodetoolexample2.ts", + "sourceHash": "dffdd4daa79d05f2e74f5dae", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLEXAMPLE2" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-websearch-doccode-toolexample2", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_websearch_doccodetoolexample3", + "rowRoot": "v41-prompt-inventory-row:abc72d343e4be3df33ef0ad8", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_websearch_doccodetoolexample3.ts", + "sourceHash": "07b01a2f28dbfc6362cda305", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLEXAMPLE3" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-websearch-doccode-toolexample3", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_websearch_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:7c00a1908ec6e46220453bf4", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_websearch_doccodetoolname.ts", + "sourceHash": "18c66d8e03ce7c1671268757", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-websearch-doccode-toolname", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_websearch_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:2923fb151dfc04920fab506b", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_websearch_doccodetooloutput.ts", + "sourceHash": "882f932ab50ccf9f9ae6e6bf", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-websearch-doccode-tooloutput", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_websearch_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:f99c40adcd0a1834fddaa627", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_websearch_doccodetoolparameters.ts", + "sourceHash": "bb2b724939bf741bee00b36c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-websearch-doccode-toolparameters", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_websearch_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:f8b673100ef693977d4c5598", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_websearch_doccodetoolpurpose.ts", + "sourceHash": "3553ddd5e0f9da09f3ba3d8e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-websearch-doccode-toolpurpose", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_websearchtool_capabilities_list", + "rowRoot": "v41-prompt-inventory-row:20d853eba7bcada4844423c2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_websearchtool_capabilities_list.ts", + "sourceHash": "4a43f47df89b08b16480ec9e", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCHTOOL_CAPABILITIES_LIST" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-websearchtool-capabilities-list", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_websearchtool_identity_corestatement", + "rowRoot": "v41-prompt-inventory-row:f0e28e3750ff12d63296b1bd", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_websearchtool_identity_corestatement.ts", + "sourceHash": "bfbc335337ab4f889687a366", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCHTOOL_IDENTITY_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-websearchtool-identity-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_websearchtool_purpose_corestatement", + "rowRoot": "v41-prompt-inventory-row:59184ae1bd9f4502457d2b20", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_websearchtool_purpose_corestatement.ts", + "sourceHash": "0795a6ae54e2b64597453f89", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCHTOOL_PURPOSE_CORESTATEMENT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-websearchtool-purpose-corestatement", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.promptpart.intent-alignment", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "benchmarkDefinitionCount": 1, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_writecodechangesvcs_doccodetoolcapabilities", + "rowRoot": "v41-prompt-inventory-row:633eb38871b0e208be60fba2", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_writecodechangesvcs_doccodetoolcapabilities.ts", + "sourceHash": "7fcdf3c7562a3c95afebc10d", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLCAPABILITIES" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-writecodechangesvcs-doccode-toolcapabilities", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_writecodechangesvcs_doccodetoolname", + "rowRoot": "v41-prompt-inventory-row:db1c801680e5d2689418b9b9", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_writecodechangesvcs_doccodetoolname.ts", + "sourceHash": "3a28a1cd462a13a492a33a5b", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLNAME" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-writecodechangesvcs-doccode-toolname", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_writecodechangesvcs_doccodetooloutput", + "rowRoot": "v41-prompt-inventory-row:221290656bf58d7815a95859", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_writecodechangesvcs_doccodetooloutput.ts", + "sourceHash": "afb61a6a8687ec4c3b61247c", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLOUTPUT" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-writecodechangesvcs-doccode-tooloutput", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_writecodechangesvcs_doccodetoolparameters", + "rowRoot": "v41-prompt-inventory-row:f29ff41732ef48dc4fa4d2fc", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_writecodechangesvcs_doccodetoolparameters.ts", + "sourceHash": "fa132f52a51195bd12b262ea", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLPARAMETERS" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-writecodechangesvcs-doccode-toolparameters", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "promptpart:specific:promptpart_specific_tool_writecodechangesvcs_doccodetoolpurpose", + "rowRoot": "v41-prompt-inventory-row:b9001060dcd6d7fcf7beaa95", + "kind": "PromptPart", + "sourcePath": "packages/prompts/src/raw_promptparts/specific/promptpart_specific_tool_writecodechangesvcs_doccodetoolpurpose.ts", + "sourceHash": "011f9fb81b0d37a6c3c374f1", + "exportNames": [ + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLPURPOSE" + ], + "registryOwner": "PromptPartRegistry.specific", + "semanticPurposeId": "tool-writecodechangesvcs-doccode-toolpurpose", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "ToolDefinition" + ], + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.promptpart.intent-alignment", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "promptpart_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "benchmarkDefinitionCount": 0, + "currentVersionPresent": true, + "promptPartExportCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + } + ], + "promptRows": [ + { + "inventoryId": "prompt:CODE_DESIGN_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:f1ff6870b412b93ee6b8a131", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/chatgptapp/src/prompts/chatgpt-tool-doc-prompts.ts", + "sourceHash": "bebc8c802c60830ea6630503", + "exportNames": [ + "CODE_DESIGN_DOC_CODE_TOOL_PROMPT", + "DEPICT_DESIGN_ASSET_DOC_CODE_TOOL_PROMPT", + "DESIGN_CODE_DOC_CODE_TOOL_PROMPT", + "IMPROVE_DEVELOPING_BEHAVIOR_DOC_CODE_TOOL_PROMPT", + "READ_CODE_CHANGES_VCS_DOC_CODE_TOOL_PROMPT", + "WRITE_CODE_CHANGES_VCS_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [], + "registryOwner": "ChatGPTAppPromptRegistry", + "semanticPurposeId": "chatgpt-tool-doc-prompts", + "promptFamilyIds": [ + "Interface", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLPURPOSE", + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLPURPOSE", + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLPURPOSE", + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLPURPOSE", + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLPURPOSE", + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CODEDESIGN_DOCCODETOOLPURPOSE", + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_DEPICTDESIGNASSET_DOCCODETOOLPURPOSE", + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_DESIGNCODE_DOCCODETOOLPURPOSE", + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_IMPROVEDEVELOPINGBEHAVIOR_DOCCODETOOLPURPOSE", + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_READCODECHANGESVCS_DOCCODETOOLPURPOSE", + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_WRITECODECHANGESVCS_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": false, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:ConversationAgent", + "rowRoot": "v41-prompt-inventory-row:573be5be0e048abd8a2a6d27", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/conversations-generics/src/agent/ConversationAgent.ts", + "sourceHash": "812890951c93fa4b4efbb7dc", + "exportNames": [], + "classNames": [], + "registryOwner": "ConversationPromptRegistry", + "semanticPurposeId": "ConversationAgent", + "promptFamilyIds": [ + "Conversation", + "Interface", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_NAME", + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_PTRRTRY_PURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_NAME", + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_CONVERSATIONAGENT_PTRRTRY_PURPOSE" + ], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:BITCODE_TERMINAL_CONVERSATION_SYSTEM_PROMPT", + "rowRoot": "v41-prompt-inventory-row:09ff2d96906fe8d0b2d279c5", + "kind": "ConversationPrompt", + "sourcePath": "packages/conversations-generics/src/prompts/BitcodeTerminalConversationSystemPrompt.ts", + "sourceHash": "2d058deda99d3de2b2e75bf2", + "exportNames": [ + "BITCODE_TERMINAL_CONVERSATION_SYSTEM_PROMPT" + ], + "classNames": [ + "BitcodeTerminalConversationSystemPrompt" + ], + "registryOwner": "ConversationPromptRegistry", + "semanticPurposeId": "BitcodeTerminalConversationSystemPrompt", + "promptFamilyIds": [ + "Conversation", + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [ + "PROMPTPART_SPECIFIC_SYSTEM_BITCODETERMINALCONVERSATION_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_SYSTEM_BITCODETERMINALCONVERSATION_IDENTITY_CORESTATEMENT", + "PROMPTPART_SPECIFIC_SYSTEM_BITCODETERMINALCONVERSATION_USAGE_GUIDANCE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_SPECIFIC_SYSTEM_BITCODETERMINALCONVERSATION_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_SYSTEM_BITCODETERMINALCONVERSATION_IDENTITY_CORESTATEMENT", + "PROMPTPART_SPECIFIC_SYSTEM_BITCODETERMINALCONVERSATION_USAGE_GUIDANCE" + ], + "registryPathIds": [ + "system:capabilities", + "system:identity", + "system:usage" + ], + "registryPathCount": 3, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.conversation.terminal-system-boundary", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:EXTRACT_METHOD_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:03a1f04d856373c6cf128d05", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/code-refactor/src/prompts/ExtractMethodDocCodeToolPrompt.ts", + "sourceHash": "d2218fcb67ce1de414ec32ef", + "exportNames": [ + "EXTRACT_METHOD_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "ExtractMethodDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "ExtractMethodDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTMETHOD_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:INLINE_VARIABLE_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:5cdba3026dcd1b0597ea6daf", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/code-refactor/src/prompts/InlineVariableDocCodeToolPrompt.ts", + "sourceHash": "1d29b245439ab9b714c593de", + "exportNames": [ + "INLINE_VARIABLE_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "InlineVariableDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "InlineVariableDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_INLINEVARIABLE_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:MOVE_SYMBOL_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:6c055c341830baddd278c75a", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/code-refactor/src/prompts/MoveSymbolDocCodeToolPrompt.ts", + "sourceHash": "47c8e72d83e294fedb55decb", + "exportNames": [ + "MOVE_SYMBOL_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "MoveSymbolDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "MoveSymbolDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_MOVESYMBOL_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:ORGANIZE_IMPORTS_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:c7d16ff387626fc2ba36951b", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/code-refactor/src/prompts/OrganizeImportsDocCodeToolPrompt.ts", + "sourceHash": "8fb932bc552d4376eb375dbb", + "exportNames": [ + "ORGANIZE_IMPORTS_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "OrganizeImportsDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "OrganizeImportsDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_ORGANIZEIMPORTS_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:RENAME_SYMBOL_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:440a5b9e4802f1c402101dff", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/code-refactor/src/prompts/RenameSymbolDocCodeToolPrompt.ts", + "sourceHash": "63caf62666c69ef7b6ed8c01", + "exportNames": [ + "RENAME_SYMBOL_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "RenameSymbolDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "RenameSymbolDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_RENAMESYMBOL_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:index", + "rowRoot": "v41-prompt-inventory-row:b967f84a9573900fee3cb7fb", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/code-refactor/src/prompts/index.ts", + "sourceHash": "a8c063a53b6ae8b529322341", + "exportNames": [], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "index", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:index", + "rowRoot": "v41-prompt-inventory-row:eaa29f7d871ca75665726c8d", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/files-maintaining/src/index.ts", + "sourceHash": "b1dec51021f23d13e79e7166", + "exportNames": [], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "index", + "promptFamilyIds": [ + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:CREATE_FILE_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:0bda10195ce04842841b6759", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/files-maintaining/src/prompts/CreateFileDocCodeToolPrompt.ts", + "sourceHash": "81c29df5f16aa8077679e73b", + "exportNames": [ + "CREATE_FILE_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "CreateFileDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "CreateFileDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CREATEFILE_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 10, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:DELETE_FILE_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:c33c20b9f7fa48e0e3f9f802", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/files-maintaining/src/prompts/DeleteFileDocCodeToolPrompt.ts", + "sourceHash": "ca1945de8f48bde7e71b6d7e", + "exportNames": [ + "DELETE_FILE_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "DeleteFileDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "DeleteFileDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_DELETEFILE_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 10, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:REPLACE_FILE_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:aee8852461742defc871d613", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/files-maintaining/src/prompts/ReplaceFileDocCodeToolPrompt.ts", + "sourceHash": "5e09a4b695f9a86eb94fddff", + "exportNames": [ + "REPLACE_FILE_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "ReplaceFileDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "ReplaceFileDocCodeToolPrompt", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_REPLACEFILE_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "metadata:category", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version" + ], + "registryPathCount": 5, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:TEXT_EDITOR_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:dc12159c3c5f6e002dd1bf66", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/files-maintaining/src/prompts/TextEditorDocCodeToolPrompt.ts", + "sourceHash": "0c6236d3977811fdc11ca8b9", + "exportNames": [ + "TEXT_EDITOR_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "TextEditorDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "TextEditorDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_TEXTEDITOR_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:BEGIN_TRANSACTION_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:5cd5a3e70658ad43ff96b3e3", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/files-maintaining/src/prompts/tool-prompt-transaction-begin.ts", + "sourceHash": "3fb4d758a31ed6ea101b5d97", + "exportNames": [ + "BEGIN_TRANSACTION_TOOL_PROMPT" + ], + "classNames": [ + "BeginTransactionDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "tool-prompt-transaction-begin", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_DOCCODETOOLPURPOSE", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_METADATA_CATEGORY_DETAILCONTENT", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_METADATA_NAME_DETAILCONTENT", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_USAGE_BESTFOR_DETAILCONTENT", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_USAGE_BESTFOR_LABEL" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_DOCCODETOOLPURPOSE", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_METADATA_CATEGORY_DETAILCONTENT", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_METADATA_NAME_DETAILCONTENT", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_USAGE_BESTFOR_DETAILCONTENT", + "PROMPTPART_SPECIFIC_TOOL_BEGINTRANSACTION_USAGE_BESTFOR_LABEL" + ], + "registryPathIds": [ + "metadata:label", + "sections:best_for:content", + "sections:best_for:label", + "sections:capabilities:label", + "sections:output:label", + "sections:parameters:label", + "sections:purpose:label" + ], + "registryPathCount": 7, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:CRAWL_WEBSITE_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:2a7a4b0cc7f5cb5553e531fc", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/firecrawl/src/prompts/CrawlWebsiteDocCodeToolPrompt.ts", + "sourceHash": "1defd8fe92868705a3b963b2", + "exportNames": [ + "CRAWL_WEBSITE_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "CrawlWebsiteDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "CrawlWebsiteDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CRAWLWEBSITE_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:SCRAPE_URL_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:d2f7b66d97af181bc1721f02", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/firecrawl/src/prompts/ScrapeUrlDocCodeToolPrompt.ts", + "sourceHash": "4aafd7506df131c1d7f9f115", + "exportNames": [ + "SCRAPE_URL_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "ScrapeUrlDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "ScrapeUrlDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_SCRAPEURL_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:SEARCH_WEB_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:f3c538d20c155db6f2ea0f7d", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/firecrawl/src/prompts/SearchWebDocCodeToolPrompt.ts", + "sourceHash": "38678e530be614b066145fcd", + "exportNames": [ + "SEARCH_WEB_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "SearchWebDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "SearchWebDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_SEARCHWEB_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:GIT_INTERACTOR_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:56716524bd22f7f468b17ea0", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/git-interactor/src/prompts/GitInteractorDocCodeToolPrompt.ts", + "sourceHash": "e68c02a998a452850889419a", + "exportNames": [ + "GIT_INTERACTOR_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "GitInteractorDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "GitInteractorDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "Interface", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLMIGRATION", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLMIGRATION", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GITINTERACTOR_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "examples:1", + "examples:2", + "examples:3", + "metadata:category", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "migration" + ], + "registryPathCount": 9, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:LSP_QUERY_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:0ac819c281b5597e4d0376f6", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/lsp-query/src/prompts/LspQueryDocCodeToolPrompt.ts", + "sourceHash": "af76333f346c332c84ee08ad", + "exportNames": [ + "LSP_QUERY_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "LspQueryDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "LspQueryDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_LSPQUERY_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:PROMPTPART_COMPOSED_LSP_CONTEXT_AWARENESS", + "rowRoot": "v41-prompt-inventory-row:41dedc6801f6bc5d0f6028dd", + "kind": "BenchmarkPrompt", + "sourcePath": "packages/generic-tools/lsp-query/src/prompts/lsp-context-awareness-composition.ts", + "sourceHash": "2c5bdb9b65bf2bbd44b6bdee", + "exportNames": [ + "PROMPTPART_COMPOSED_LSP_CONTEXT_AWARENESS" + ], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "lsp-context-awareness-composition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_COMPOSED_LSP_CONTEXT_AWARENESS", + "PROMPTPART_SPECIFIC_TOOL_CONTEXT_AWARENESS_FEATURES", + "PROMPTPART_SPECIFIC_TOOL_CONTEXT_AWARENESS_LSP_FOOTER", + "PROMPTPART_SPECIFIC_TOOL_CONTEXT_AWARENESS_LSP_HEADER" + ], + "promptPartReferenceIds": [ + "PROMPTPART_COMPOSED_LSP_CONTEXT_AWARENESS", + "PROMPTPART_SPECIFIC_TOOL_CONTEXT_AWARENESS_FEATURES", + "PROMPTPART_SPECIFIC_TOOL_CONTEXT_AWARENESS_LSP_FOOTER", + "PROMPTPART_SPECIFIC_TOOL_CONTEXT_AWARENESS_LSP_HEADER" + ], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:PROMPTPART_COMPOSED_LSP_LOCATION_OUTPUT", + "rowRoot": "v41-prompt-inventory-row:883b9dd35310981478c827b2", + "kind": "BenchmarkPrompt", + "sourcePath": "packages/generic-tools/lsp-query/src/prompts/lsp-location-output-composition.ts", + "sourceHash": "2d6f80dc7dc5b9e2d1588be2", + "exportNames": [ + "PROMPTPART_COMPOSED_LSP_LOCATION_OUTPUT" + ], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "lsp-location-output-composition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_COMPOSED_LSP_LOCATION_OUTPUT", + "PROMPTPART_SPECIFIC_LSP_LOCATION_OUTPUT_SENTENCE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_COMPOSED_LSP_LOCATION_OUTPUT", + "PROMPTPART_SPECIFIC_LSP_LOCATION_OUTPUT_SENTENCE" + ], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:PROMPTPART_COMPOSED_LSP_NAVIGATION_CAPABILITIES", + "rowRoot": "v41-prompt-inventory-row:6f70cbbce1f668cbfe272dba", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/lsp-query/src/prompts/lsp-navigation-capabilities-composition.ts", + "sourceHash": "4e4b3a4efccc9e9eb1859696", + "exportNames": [ + "PROMPTPART_COMPOSED_LSP_NAVIGATION_CAPABILITIES" + ], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "lsp-navigation-capabilities-composition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_COMPOSED_LSP_NAVIGATION_CAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CAPABILITIES_FEATURES", + "PROMPTPART_SPECIFIC_TOOL_CAPABILITIES_LSP_FOOTER", + "PROMPTPART_SPECIFIC_TOOL_CAPABILITIES_LSP_HEADER" + ], + "promptPartReferenceIds": [ + "PROMPTPART_COMPOSED_LSP_NAVIGATION_CAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CAPABILITIES_FEATURES", + "PROMPTPART_SPECIFIC_TOOL_CAPABILITIES_LSP_FOOTER", + "PROMPTPART_SPECIFIC_TOOL_CAPABILITIES_LSP_HEADER" + ], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:PROMPTPART_COMPOSED_LSP_POSITION_PARAMETERS", + "rowRoot": "v41-prompt-inventory-row:40f198ef129870b52b4d919f", + "kind": "BenchmarkPrompt", + "sourcePath": "packages/generic-tools/lsp-query/src/prompts/lsp-position-parameters-composition.ts", + "sourceHash": "ea43dbc0521bd21c8b782a71", + "exportNames": [ + "PROMPTPART_COMPOSED_LSP_POSITION_PARAMETERS" + ], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "lsp-position-parameters-composition", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_COMPOSED_LSP_POSITION_PARAMETERS", + "PROMPTPART_SPECIFIC_LSP_POSITION_PARAMETERS_LIST" + ], + "promptPartReferenceIds": [ + "PROMPTPART_COMPOSED_LSP_POSITION_PARAMETERS", + "PROMPTPART_SPECIFIC_LSP_POSITION_PARAMETERS_LIST" + ], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:PROMPTPART_COMPOSED_LSP_PURPOSE", + "rowRoot": "v41-prompt-inventory-row:b67dcab715efb94f4788509e", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/lsp-query/src/prompts/lsp-purpose-composition.ts", + "sourceHash": "275d855d42b02a76d733697e", + "exportNames": [ + "PROMPTPART_COMPOSED_LSP_PURPOSE" + ], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "lsp-purpose-composition", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_COMPOSED_LSP_PURPOSE", + "PROMPTPART_SPECIFIC_LSP_PURPOSE_SENTENCE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_COMPOSED_LSP_PURPOSE", + "PROMPTPART_SPECIFIC_LSP_PURPOSE_SENTENCE" + ], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:AURORA_POSTGRES_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:71c1d0bee1a7cf8ac22d175c", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/aurora-postgres/src/prompts/AuroraPostgresMCPDocCodeToolPrompt.ts", + "sourceHash": "8553fd614eeb38e76a162389", + "exportNames": [ + "AURORA_POSTGRES_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "AuroraPostgresMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "AuroraPostgresMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_AURORAPOSTGRESMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:AWS_LOCATION_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:dbcb32acc1abede871a428b7", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/aws-location/src/prompts/AWSLocationMCPDocCodeToolPrompt.ts", + "sourceHash": "f5dea5698db78b9907fe8489", + "exportNames": [ + "AWS_LOCATION_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "AWSLocationMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "AWSLocationMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_AWSLOCATIONMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:AWS_TERRAFORM_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:67605d11396ee9ae97e126eb", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/aws-terraform/src/prompts/AWSTerraformMCPDocCodeToolPrompt.ts", + "sourceHash": "996cc12cbc73cde0bf632c40", + "exportNames": [ + "AWS_TERRAFORM_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "AWSTerraformMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "AWSTerraformMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:AWS_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:b23fc5b84373be113616b050", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/aws/src/prompts/AWSMCPDocCodeToolPrompt.ts", + "sourceHash": "953a6b78293f23c27db112dd", + "exportNames": [ + "AWS_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "AWSMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "AWSMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:AWS_LAMBDA_INVOKE_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:583740b302998c65b7baafac", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/aws/src/prompts/AwsLambdaInvokeDocCodeToolPrompt.ts", + "sourceHash": "2a5e33785591c6224297bab4", + "exportNames": [ + "AWS_LAMBDA_INVOKE_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "AwsLambdaInvokeDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "AwsLambdaInvokeDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_AWSLAMBDAINVOKE_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:BITBUCKET_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:accb2a9f12e35abdd6bd0ffb", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/bitbucket/src/prompts/BitbucketMCPDocCodeToolPrompt.ts", + "sourceHash": "493874c409b391499864fe5a", + "exportNames": [ + "BITBUCKET_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "BitbucketMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "BitbucketMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "Interface", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_BITBUCKETMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 12, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:CIRCLECI_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:62430643a8adbd241ec5e6b0", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/circleci/src/prompts/CircleCIMCPDocCodeToolPrompt.ts", + "sourceHash": "84e9fe3428e87026cdb8fdd0", + "exportNames": [ + "CIRCLECI_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "CircleCIMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "CircleCIMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:CLOUDFLARE_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:0a3817fefe7e9566af54ad76", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/cloudflare/src/prompts/CloudflareMCPDocCodeToolPrompt.ts", + "sourceHash": "755fc63d7443566fc42543f1", + "exportNames": [ + "CLOUDFLARE_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "CloudflareMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "CloudflareMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:DOCKER_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:9072d4f35eb8af0fd87e9e47", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/docker/src/prompts/DockerMCPDocCodeToolPrompt.ts", + "sourceHash": "0109420fab896d6ff853f003", + "exportNames": [ + "DOCKER_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "DockerMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "DockerMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_DOCKERMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:FIGMA_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:af556bbc552f295b77b44967", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/figma/src/prompts/FigmaMCPDocCodeToolPrompt.ts", + "sourceHash": "f095bc627e53b68d8123d9fe", + "exportNames": [ + "FIGMA_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "FigmaMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "FigmaMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_FIGMAMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:FIREBASE_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:0ad2eacf2bc85a051f908cbe", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/firebase/src/prompts/FirebaseMCPDocCodeToolPrompt.ts", + "sourceHash": "ac563c0d284cdf31a9134dc5", + "exportNames": [ + "FIREBASE_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "FirebaseMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "FirebaseMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_FIREBASEMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:GIT_REPO_RESEARCH_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:1e5efd1ca42635a48f1adc0d", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/git-repo-research/src/prompts/GitRepoResearchMCPDocCodeToolPrompt.ts", + "sourceHash": "631f53bc65fa891d3291035a", + "exportNames": [ + "GIT_REPO_RESEARCH_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "GitRepoResearchMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "GitRepoResearchMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GITREPORESEARCHMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:GITHUB_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:df56f05f0bd3de6886217e64", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/github/src/prompts/GitHubMCPDocCodeToolPrompt.ts", + "sourceHash": "68904d3acbc342f7a432dcae", + "exportNames": [ + "GITHUB_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "GitHubMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "GitHubMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "Interface", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GITHUBMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:GITLAB_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:327fa52f853ac0a46faa5344", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/gitlab/src/prompts/GitLabMCPDocCodeToolPrompt.ts", + "sourceHash": "db516472f9acfd33ed3189a6", + "exportNames": [ + "GITLAB_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "GitLabMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "GitLabMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GITLABMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:JIRA_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:02a7218cf90bb8833e05ed96", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/jira/src/prompts/JiraMCPDocCodeToolPrompt.ts", + "sourceHash": "de9351b89b356609b25971a3", + "exportNames": [ + "JIRA_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "JiraMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "JiraMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_JIRAMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:KUBERNETES_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:04553e535bd82236a262c4d8", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/kubernetes/src/prompts/KubernetesMCPDocCodeToolPrompt.ts", + "sourceHash": "9f65c551e0549495d5723a8f", + "exportNames": [ + "KUBERNETES_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "KubernetesMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "KubernetesMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_KUBERNETESMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:MYSQL_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:e51cd11d17fcc267828e10ad", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/mysql/src/prompts/MySQLMCPDocCodeToolPrompt.ts", + "sourceHash": "52cb84a28c8cae369b491271", + "exportNames": [ + "MYSQL_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "MySQLMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "MySQLMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_MYSQLMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:NOTION_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:a86fe86aab9c209d2658314f", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/notion/src/prompts/NotionMCPDocCodeToolPrompt.ts", + "sourceHash": "5be25202ced5bc6d37ef4116", + "exportNames": [ + "NOTION_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "NotionMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "NotionMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_NOTIONMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:POSTGRESQL_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:825b375035504b3cf4495e6c", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/postgresql/src/prompts/PostgreSQLMCPDocCodeToolPrompt.ts", + "sourceHash": "9aecd692434ee1e35ffb4077", + "exportNames": [ + "POSTGRESQL_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "PostgreSQLMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "PostgreSQLMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_POSTGRESQLMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:SUPABASE_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:99fef6b41abac88cb7773443", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/supabase/src/prompts/SupabaseMCPDocCodeToolPrompt.ts", + "sourceHash": "f8afd720d44401e84ad0ad1d", + "exportNames": [ + "SUPABASE_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "SupabaseMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "SupabaseMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_SUPABASEMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:VERCEL_MCP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:ff40dcaf42b7b9c7c26061e5", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/mcps-tools/vercel/src/prompts/VercelMCPDocCodeToolPrompt.ts", + "sourceHash": "77e9260e384d44a6fe144fb0", + "exportNames": [ + "VERCEL_MCP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "VercelMCPDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "VercelMCPDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_VERCELMCP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:MultimodalProcessingTool", + "rowRoot": "v41-prompt-inventory-row:e372ef285bef428d174179c5", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/multimodal-processing/src/MultimodalProcessingTool.ts", + "sourceHash": "7a8b277ec297cd38811eaad3", + "exportNames": [], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "MultimodalProcessingTool", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": false, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:MULTIMODAL_PROCESSING_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:8af2d642810378179bbbc81f", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/multimodal-processing/src/prompts/MultimodalProcessingDocCodeToolPrompt.ts", + "sourceHash": "a0fb6d81bfc4f98c4b5f9f58", + "exportNames": [ + "MULTIMODAL_PROCESSING_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "MultimodalProcessingDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "MultimodalProcessingDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_MULTIMODALPROCESSING_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:ANALYZE_READ_SATISFACTION_IMPLEMENTATION_COMPLEXITY_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:1c3341692c2d14fd9b8e1bb6", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/read-comprehension/src/prompts/AnalyzeReadSatisfactionImplementationComplexityDocCodeToolPrompt.ts", + "sourceHash": "450fcd809ab9889a56023fda", + "exportNames": [ + "ANALYZE_READ_SATISFACTION_IMPLEMENTATION_COMPLEXITY_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "AnalyzeReadSatisfactionImplementationComplexityDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "AnalyzeReadSatisfactionImplementationComplexityDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSATISFACTIONIMPLEMENTATIONCOMPLEXITY_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": false, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:ANALYZE_READ_SEMANTICS_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:be8316c7d5cf595adc5ee453", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/read-comprehension/src/prompts/AnalyzeReadSemanticsDocCodeToolPrompt.ts", + "sourceHash": "a4c96c8c8607866090c7e7c7", + "exportNames": [ + "ANALYZE_READ_SEMANTICS_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "AnalyzeReadSemanticsDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "AnalyzeReadSemanticsDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_ANALYZEREADSEMANTICS_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:EXTRACT_READ_REQUIREMENTS_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:d2ab8b13eac561cc66188370", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/read-comprehension/src/prompts/ExtractReadRequirementsDocCodeToolPrompt.ts", + "sourceHash": "d6b187ceccc1fd2da24bfac2", + "exportNames": [ + "EXTRACT_READ_REQUIREMENTS_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "ExtractReadRequirementsDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "ExtractReadRequirementsDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_EXTRACTREADREQUIREMENTS_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": false, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:GENERATE_READ_SATISFACTION_CRITERIA_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:89a3012b249cf1c6971d2c90", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/read-comprehension/src/prompts/GenerateReadSatisfactionCriteriaDocCodeToolPrompt.ts", + "sourceHash": "29075d3aa65b4939077c94dd", + "exportNames": [ + "GENERATE_READ_SATISFACTION_CRITERIA_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "GenerateReadSatisfactionCriteriaDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "GenerateReadSatisfactionCriteriaDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GENERATEREADSATISFACTIONCRITERIA_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": false, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:IDENTIFY_READ_CONSTRAINTS_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:a6d0058339176a003b0e4a7f", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/read-comprehension/src/prompts/IdentifyReadConstraintsDocCodeToolPrompt.ts", + "sourceHash": "f2e5d6c92e73b507c84403df", + "exportNames": [ + "IDENTIFY_READ_CONSTRAINTS_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "IdentifyReadConstraintsDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "IdentifyReadConstraintsDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_IDENTIFYREADCONSTRAINTS_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": false, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:VALIDATE_READ_COMPREHENSION_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:ac203ef4dfa3fbdb8793615b", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/read-comprehension/src/prompts/ValidateReadComprehensionDocCodeToolPrompt.ts", + "sourceHash": "8ba1b5f06dbe3d89c844e9c7", + "exportNames": [ + "VALIDATE_READ_COMPREHENSION_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "ValidateReadComprehensionDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "ValidateReadComprehensionDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_VALIDATEREADCOMPREHENSION_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": false, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:index", + "rowRoot": "v41-prompt-inventory-row:6c82fd29d99bf46aaeb329c9", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/read-comprehension/src/prompts/index.ts", + "sourceHash": "949900897c5f39bd68f44ccb", + "exportNames": [], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "index", + "promptFamilyIds": [ + "PromptBenchmark", + "ReadNeedComprehensionSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.read-need.need-boundary-precision", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:REPOSITORY_SETUP_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:b2bd3bb579005a9919345cdd", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/repository-setup/src/prompts/RepositorySetupDocCodeToolPrompt.ts", + "sourceHash": "e724f534f04daf84dbad3a1d", + "exportNames": [ + "REPOSITORY_SETUP_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "RepositorySetupDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "RepositorySetupDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_REPOSITORYSETUP_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:index", + "rowRoot": "v41-prompt-inventory-row:54fa2570340af225695dbcd4", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/repository-setup/src/prompts/index.ts", + "sourceHash": "bc7b12ff8c9c1369cad02bf2", + "exportNames": [], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "index", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:BITCODE_REPOSITORY_EVIDENCE_SEARCH_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:5353a5404be2bf24e43fed42", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/simple-system-text-search/src/prompts/BitcodeRepositoryEvidenceSearchDocCodeToolPrompt.ts", + "sourceHash": "c553f7e883ffaa055d81732b", + "exportNames": [ + "BITCODE_REPOSITORY_EVIDENCE_SEARCH_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "BitcodeRepositoryEvidenceSearchDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "BitcodeRepositoryEvidenceSearchDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_SYSTEMTEXTSEARCH_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:index", + "rowRoot": "v41-prompt-inventory-row:481c957a7b7266889d64a9da", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/use-computer/src/index.ts", + "sourceHash": "902e17c56743727034758194", + "exportNames": [], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "index", + "promptFamilyIds": [ + "Interface", + "ToolDefinition" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": false, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:USE_COMPUTER_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:0b0050bc39090909533cd63a", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/use-computer/src/prompts/UseComputerDocCodeToolPrompt.ts", + "sourceHash": "3230d788269becb5c2cb5bb9", + "exportNames": [ + "USE_COMPUTER_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "UseComputerDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "UseComputerDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_USECOMPUTER_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 13, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:CREATE_COMMENT_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:276a09f889c85c22f3a14718", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/vcs/src/prompts/CreateCommentDocCodeToolPrompt.ts", + "sourceHash": "b2289a0eb7f4f21f722a14a5", + "exportNames": [ + "CREATE_COMMENT_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "CreateCommentDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "CreateCommentDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CREATECOMMENT_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:CREATE_ISSUE_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:955e57461916a93c59cf53c5", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/vcs/src/prompts/CreateIssueDocCodeToolPrompt.ts", + "sourceHash": "c5b43c9c10a4346083764123", + "exportNames": [ + "CREATE_ISSUE_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "CreateIssueDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "CreateIssueDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CREATEISSUE_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:CREATE_OR_UPDATE_FILE_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:c3bb0b4fb68ebb3e0625df49", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/vcs/src/prompts/CreateOrUpdateFileDocCodeToolPrompt.ts", + "sourceHash": "a8bc8ecda7a00750d957eaf3", + "exportNames": [ + "CREATE_OR_UPDATE_FILE_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "CreateOrUpdateFileDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "CreateOrUpdateFileDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CREATEORUPDATEFILE_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:CREATE_PULL_REQUEST_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:c1e57688798e0ab25da77e3c", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/vcs/src/prompts/CreatePullRequestDocCodeToolPrompt.ts", + "sourceHash": "31d2833b9f4994cceda4d25d", + "exportNames": [ + "CREATE_PULL_REQUEST_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "CreatePullRequestDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "CreatePullRequestDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_CREATEPULLREQUEST_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:GET_FILE_CONTENT_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:c182972a3edb8cf71742f7a3", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/vcs/src/prompts/GetFileContentDocCodeToolPrompt.ts", + "sourceHash": "9f31d35f3c4a19fde1021ac7", + "exportNames": [ + "GET_FILE_CONTENT_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "GetFileContentDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "GetFileContentDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GETFILECONTENT_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:LIST_BRANCHES_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:c2973420bc804ae64ff4cc95", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/vcs/src/prompts/ListBranchesDocCodeToolPrompt.ts", + "sourceHash": "8be54b1f1a5d936a6f68b7da", + "exportNames": [ + "LIST_BRANCHES_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "ListBranchesDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "ListBranchesDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_LISTBRANCHES_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:LIST_REPOSITORIES_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:25ff0df33dd537846c25389d", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/vcs/src/prompts/ListRepositoriesDocCodeToolPrompt.ts", + "sourceHash": "d0758bc4f69e862d771bd9b9", + "exportNames": [ + "LIST_REPOSITORIES_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "ListRepositoriesDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "ListRepositoriesDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_VCSLISTREPOSITORIES_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 12, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:index", + "rowRoot": "v41-prompt-inventory-row:8e2f5c1f60baab5f309159a9", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/vcs/src/prompts/index.ts", + "sourceHash": "dcffa9e4aaaa7f8cc606a80c", + "exportNames": [], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "index", + "promptFamilyIds": [ + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.prompt.task-success", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:GET_CONTENTS_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:bc8ad78b31115fe13198b6e1", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/web-search/src/prompts/GetContentsDocCodeToolPrompt.ts", + "sourceHash": "66917313f983b33f53d23036", + "exportNames": [ + "GET_CONTENTS_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "GetContentsDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "GetContentsDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_GETCONTENTS_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:MULTI_PROVIDER_SEARCH_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:05de0182cb626760c687f472", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/web-search/src/prompts/MultiProviderSearchDocCodeToolPrompt.ts", + "sourceHash": "e1ffc8cdd1a73fad8240f30b", + "exportNames": [ + "MULTI_PROVIDER_SEARCH_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "MultiProviderSearchDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "MultiProviderSearchDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_MULTIPROVIDERSEARCH_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 12, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:WEB_SEARCH_DOC_CODE_TOOL_PROMPT", + "rowRoot": "v41-prompt-inventory-row:be236075ca49d4d2bd1f5853", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/generic-tools/web-search/src/prompts/WebSearchDocCodeToolPrompt.ts", + "sourceHash": "f1fb6239d7f356d490ada51b", + "exportNames": [ + "WEB_SEARCH_DOC_CODE_TOOL_PROMPT" + ], + "classNames": [ + "WebSearchDocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "WebSearchDocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLPURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_EXAMPLES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLCAPABILITIES", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLEXAMPLE1", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLEXAMPLE2", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLEXAMPLE3", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLNAME", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLOUTPUT", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLPARAMETERS", + "PROMPTPART_SPECIFIC_TOOL_WEBSEARCH_DOCCODETOOLPURPOSE" + ], + "registryPathIds": [ + "capabilities:label", + "examples:1", + "examples:2", + "examples:3", + "examples:label", + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "output:label", + "parameters:label", + "purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:iterate-product-md-agent", + "rowRoot": "v41-prompt-inventory-row:18a5cd059e10bf3247409254", + "kind": "ComposedPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/design/iterate-product-md-agent.ts", + "sourceHash": "a83e12b80a196d4171a4b2c0", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "iterate-product-md-agent", + "promptFamilyIds": [ + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [ + "agent/constraints", + "agent/identity", + "agent/purpose", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step/purpose" + ], + "registryPathCount": 8, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 2, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:capture-learnings-agent", + "rowRoot": "v41-prompt-inventory-row:a23add4bc638cc4c108ddee0", + "kind": "ComposedPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/digest/capture-learnings-agent.ts", + "sourceHash": "220f193d18f6eb9817f42dad", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "capture-learnings-agent", + "promptFamilyIds": [ + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [ + "agent/constraints", + "agent/identity", + "agent/purpose", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step/purpose" + ], + "registryPathCount": 8, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 2, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:asset-pack-finish-create-pull-request-delivery-agent", + "rowRoot": "v41-prompt-inventory-row:e29c10d7683981a81b5b6bd3", + "kind": "ComposedPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/finish/asset-pack-finish-create-pull-request-delivery-agent.ts", + "sourceHash": "1a6d89a66b4153e95991a310", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "asset-pack-finish-create-pull-request-delivery-agent", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA" + ], + "registryPathIds": [ + "agent:identity", + "failsafe:prepare_context", + "generation:json_only_header", + "generation:use_this_structure", + "step:purpose" + ], + "registryPathCount": 5, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:asset-pack-finish-finalize-delivery-evidence-agent", + "rowRoot": "v41-prompt-inventory-row:e686c10a7f35bba51cc303f9", + "kind": "ComposedPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/finish/asset-pack-finish-finalize-delivery-evidence-agent.ts", + "sourceHash": "52652f4748a9418f62b2bb47", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "asset-pack-finish-finalize-delivery-evidence-agent", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA" + ], + "registryPathIds": [ + "agent:identity", + "failsafe:prepare_context", + "generation:json_only_header", + "generation:use_this_structure" + ], + "registryPathCount": 4, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:asset-pack-finish-gather-metrics-agent", + "rowRoot": "v41-prompt-inventory-row:a4459708777b8c726b62f09b", + "kind": "ComposedPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/finish/asset-pack-finish-gather-metrics-agent.ts", + "sourceHash": "e578e5d1eaabd4be0c3b3b72", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "asset-pack-finish-gather-metrics-agent", + "promptFamilyIds": [ + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [ + "agent:identity" + ], + "registryPathCount": 1, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:asset-pack-finish-generate-final-response-agent", + "rowRoot": "v41-prompt-inventory-row:dcbc3977193721b359b42af3", + "kind": "ComposedPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/finish/asset-pack-finish-generate-final-response-agent.ts", + "sourceHash": "2a8864ca2680ea9b2c1c7a0c", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "asset-pack-finish-generate-final-response-agent", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "Interface", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA" + ], + "registryPathIds": [ + "agent:identity", + "failsafe:prepare_context", + "generation:json_only_header", + "generation:use_this_structure" + ], + "registryPathCount": 4, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:deliver-asset-pack-to-destination-agent", + "rowRoot": "v41-prompt-inventory-row:6184668cb7cae7dae681bd4a", + "kind": "ComposedPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/finish/deliver-asset-pack-to-destination-agent.ts", + "sourceHash": "8d6bec0fe0e326f2e6d4c15a", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "deliver-asset-pack-to-destination-agent", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "Interface", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA" + ], + "registryPathIds": [ + "agent:identity", + "failsafe:prepare_context", + "generation:json_only_header", + "generation:use_this_structure", + "step:purpose", + "tools:policy" + ], + "registryPathCount": 6, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.interface.source-safe-user-visible-prompting", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:read-fits-finding-synthesis-asset-pack-synthesis-agent", + "rowRoot": "v41-prompt-inventory-row:d7936c9e095da81af9c49cc0", + "kind": "ComposedPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/implementation/read-fits-finding-synthesis-asset-pack-synthesis-agent.ts", + "sourceHash": "f9680edcb458bbc9f711f685", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "read-fits-finding-synthesis-asset-pack-synthesis-agent", + "promptFamilyIds": [ + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_REQUIREMENTS_CONTEXT" + ], + "promptPartReferenceIds": [ + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSYNTHESIZEARTIFACTS_REQUIREMENTS_CONTEXT" + ], + "registryPathIds": [ + "agent:identity", + "agent:requirements", + "ptrr:plan", + "ptrr:refine", + "ptrr:retry", + "ptrr:try" + ], + "registryPathCount": 6, + "templateVariableNames": [ + "baselineProofEvidence", + "deliveryMechanismTemplate", + "fitResult", + "read", + "requestedShape", + "sourceRevision" + ], + "benchmarkFixtureIds": [ + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:analyze-codebase-prompt", + "rowRoot": "v41-prompt-inventory-row:914c3da9293ea91dd47553d0", + "kind": "BenchmarkPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/analyze-codebase-prompt.ts", + "sourceHash": "4928194b0db464f2795716b5", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "analyze-codebase-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_GENERIC_FORMATTING_AFTERENCOUNTERING", + "PROMPTPART_GENERIC_FORMATTING_BASEDONTHE", + "PROMPTPART_GENERIC_FORMATTING_EXECUTETHE_FOLLOWING", + "PROMPTPART_GENERIC_FORMATTING_GIVENTHEFOLLOWING", + "PROMPTPART_GENERIC_PTRR_PLAN_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_REFINE_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_RETRY_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_TRY_OBJECTIVE", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_CONTEXT_AWARENESS_DETAILCONTENT", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PHASE_PLAN_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PHASE_REFINE_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PHASE_RETRY_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PHASE_TRY_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PLAN_ANALYSIS", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PLAN_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_REFINE_ASSESSMENT", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_REFINE_OPTIMIZATION", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_RETRY_ERRORHANDLING", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_RETRY_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_SYSTEM_IDENTITY", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_SYSTEM_INSTRUCTIONS", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_SYSTEM_ROLE", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_TRY_DIRECTIVES" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_GENERIC_FORMATTING_AFTERENCOUNTERING", + "PROMPTPART_GENERIC_FORMATTING_BASEDONTHE", + "PROMPTPART_GENERIC_FORMATTING_EXECUTETHE_FOLLOWING", + "PROMPTPART_GENERIC_FORMATTING_GIVENTHEFOLLOWING", + "PROMPTPART_GENERIC_PTRR_PLAN_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_REFINE_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_RETRY_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_TRY_OBJECTIVE", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_CONTEXT_AWARENESS_DETAILCONTENT", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PHASE_PLAN_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PHASE_REFINE_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PHASE_RETRY_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PHASE_TRY_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PLAN_ANALYSIS", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PLAN_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_REFINE_ASSESSMENT", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_REFINE_OPTIMIZATION", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_RETRY_ERRORHANDLING", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_RETRY_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_SYSTEM_IDENTITY", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_SYSTEM_INSTRUCTIONS", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_SYSTEM_ROLE", + "PROMPTPART_SPECIFIC_AGENT_ANALYZECODEBASE_TRY_DIRECTIVES" + ], + "registryPathIds": [ + "analysis", + "assessment", + "context_awareness", + "context_lead", + "directive", + "error_handling", + "execution", + "failsafe:prepare_context", + "generation:if_unknown_empty", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "identity", + "instructions", + "objective", + "optimization", + "phase", + "purpose", + "retry_strategy", + "role", + "strategy" + ], + "registryPathCount": 23, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:analyze-parallel-prompt", + "rowRoot": "v41-prompt-inventory-row:1781d37ca3d7f89c0ea2c89e", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/analyze-parallel-prompt.ts", + "sourceHash": "3bae1d2e55ae1a3aaa26d908", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "analyze-parallel-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_TOOLS_AVAILABLE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYANALYZEPARALLEL_TOOLS_AVAILABLE" + ], + "registryPathIds": [ + "agent/capabilities", + "agent/identity", + "agent/purpose", + "agent/requirements", + "agent/tools", + "failsafe:prepare_context", + "generation:if_unknown_empty", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step" + ], + "registryPathCount": 17, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:assess-complexity-prompt", + "rowRoot": "v41-prompt-inventory-row:e69d9d8fd6b4c5a630633d1a", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/assess-complexity-prompt.ts", + "sourceHash": "6b161fbb14c4abd72e50b75f", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "assess-complexity-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_TOOLS_AVAILABLE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYASSESSCOMPLEXITY_TOOLS_AVAILABLE" + ], + "registryPathIds": [ + "agent/capabilities", + "agent/identity", + "agent/purpose", + "agent/requirements", + "agent/tools", + "failsafe:prepare_context", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step" + ], + "registryPathCount": 16, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:DP_COMPREHEND_READ_PLAN_PROMPT", + "rowRoot": "v41-prompt-inventory-row:a1da1a3342c4d3a273120f3b", + "kind": "BenchmarkPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/asset-pack-comprehend-read-agent-prompts.ts", + "sourceHash": "abdb463f3aa8410018a91b25", + "exportNames": [ + "DP_COMPREHEND_READ_PLAN_PROMPT", + "DP_COMPREHEND_READ_PROMPTS", + "DP_COMPREHEND_READ_REFINE_PROMPT", + "DP_COMPREHEND_READ_RETRY_PROMPT", + "DP_COMPREHEND_READ_SYSTEM_PROMPT", + "DP_COMPREHEND_READ_TRY_PROMPT" + ], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "asset-pack-comprehend-read-agent-prompts", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_OUTPUT_ATTACHMENTS_SPEC", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_OUTPUT_READDEFINITIONANALYSIS_SPEC", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_OUTPUT_TYPES_SPEC", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PLAN_MODALITY_AUDIO_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PLAN_MODALITY_IMAGE_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PLAN_MODALITY_PDF_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PLAN_MODALITY_VIDEO_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_REFINE_ATTACHMENT_EVIDENCE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_REFINE_UNIFICATION_GUIDANCE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TOOLS_AVAILABLE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TRY_MODALITY_AUDIO_EXECUTION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TRY_MODALITY_IMAGE_EXECUTION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TRY_MODALITY_PDF_EXECUTION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TRY_MODALITY_VIDEO_EXECUTION", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDATTACHMENTS_PLAN_STRATEGY" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_OUTPUT_ATTACHMENTS_SPEC", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_OUTPUT_READDEFINITIONANALYSIS_SPEC", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_OUTPUT_TYPES_SPEC", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PLAN_MODALITY_AUDIO_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PLAN_MODALITY_IMAGE_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PLAN_MODALITY_PDF_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PLAN_MODALITY_VIDEO_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_REFINE_ATTACHMENT_EVIDENCE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_REFINE_UNIFICATION_GUIDANCE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TOOLS_AVAILABLE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TRY_MODALITY_AUDIO_EXECUTION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TRY_MODALITY_IMAGE_EXECUTION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TRY_MODALITY_PDF_EXECUTION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCOMPREHENDREAD_TRY_MODALITY_VIDEO_EXECUTION", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDATTACHMENTS_PLAN_STRATEGY" + ], + "registryPathIds": [ + "agent:capabilities:asset-pack-written-asset:addendum", + "agent:identity:asset-pack-written-asset:addendum", + "agent:purpose:asset-pack-written-asset:addendum", + "agent:requirements:asset-pack-written-asset:addendum", + "agent:tools:asset-pack-written-asset:addendum", + "failsafe:prepare_context", + "generation:if_unknown_empty", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "phase", + "pipeline", + "step:details:asset-pack-written-asset:addendum", + "step:details:asset-pack-written-asset:addendum_output_attachments", + "step:details:asset-pack-written-asset:addendum_output_read_definition", + "step:details:asset-pack-written-asset:addendum_output_types", + "step:details:asset-pack-written-asset:modality_audio", + "step:details:asset-pack-written-asset:modality_image", + "step:details:asset-pack-written-asset:modality_pdf", + "step:details:asset-pack-written-asset:modality_video", + "step:details:asset-pack-written-asset:unification", + "step:label:asset-pack-written-asset:addendum" + ], + "registryPathCount": 24, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:asset-pack-validation-ready-to-finish-prompt", + "rowRoot": "v41-prompt-inventory-row:7c561595f06f0900a3894426", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/asset-pack-validation-ready-to-finish-prompt.ts", + "sourceHash": "78813fccfb9e891218efe132", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "asset-pack-validation-ready-to-finish-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_TOOLS_AVAILABLE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKVALIDATIONREADYTOFINISH_TOOLS_AVAILABLE" + ], + "registryPathIds": [ + "agent/capabilities", + "agent/identity", + "agent/purpose", + "agent/requirements", + "agent/tools", + "failsafe:prepare_context", + "generation:if_unknown_empty", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step" + ], + "registryPathCount": 17, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:DP_CLONE_VCS_PLAN_PROMPT", + "rowRoot": "v41-prompt-inventory-row:0963a1efd18ad54b10599c17", + "kind": "BenchmarkPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/asset-pack-vcs-clone-repository-agent-prompts.ts", + "sourceHash": "7e738638ba6995d9ee33ae5c", + "exportNames": [ + "DP_CLONE_VCS_PLAN_PROMPT", + "DP_CLONE_VCS_REFINE_PROMPT", + "DP_CLONE_VCS_RETRY_PROMPT", + "DP_CLONE_VCS_SYSTEM_PROMPT", + "DP_CLONE_VCS_TRY_PROMPT" + ], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "asset-pack-vcs-clone-repository-agent-prompts", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_PLAN_DETAILS", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_PLAN_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_REFINE_DETAILS", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_REFINE_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_RETRY_DETAILS", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_RETRY_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_SYSTEM_CONSTRAINTS", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_SYSTEM_IDENTITY", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_SYSTEM_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_TRY_DETAILS", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_TRY_LABEL" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_PLAN_DETAILS", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_PLAN_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_REFINE_DETAILS", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_REFINE_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_RETRY_DETAILS", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_RETRY_LABEL", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_SYSTEM_CONSTRAINTS", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_SYSTEM_IDENTITY", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_SYSTEM_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_TRY_DETAILS", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKPIPELINE_CLONEVCSREPOSITORY_TRY_LABEL" + ], + "registryPathIds": [ + "agent:constraints:asset-pack:addendum", + "agent:identity:asset-pack:addendum", + "agent:purpose:asset-pack:addendum", + "failsafe:prepare_context", + "generation:if_unknown_empty", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "phase", + "pipeline", + "step:details:asset-pack:addendum", + "step:label:asset-pack:addendum" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:clone-vcs-repository-prompt", + "rowRoot": "v41-prompt-inventory-row:7d623499431bd41ca425b0f4", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/clone-vcs-repository-prompt.ts", + "sourceHash": "c4a4597938ec7ece65e12f79", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "clone-vcs-repository-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_TOOLS_AVAILABLE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPCLONEREPOSITORY_TOOLS_AVAILABLE" + ], + "registryPathIds": [ + "agent/capabilities", + "agent/identity", + "agent/purpose", + "agent/requirements", + "agent/tools", + "failsafe:prepare_context", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step" + ], + "registryPathCount": 16, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:comprehend-attachments-prompt", + "rowRoot": "v41-prompt-inventory-row:9bd032c81b89c0a0beda5482", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/comprehend-attachments-prompt.ts", + "sourceHash": "3462074ef15e5a3824dba1bb", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "comprehend-attachments-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_TOOLS_AVAILABLE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYCOMPREHENDATTACHMENTS_TOOLS_AVAILABLE" + ], + "registryPathIds": [ + "agent/capabilities", + "agent/identity", + "agent/purpose", + "agent/requirements", + "agent/tools", + "failsafe:prepare_context", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step" + ], + "registryPathCount": 16, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:comprehend-read-prompt", + "rowRoot": "v41-prompt-inventory-row:96575020f7c097e85aee00ac", + "kind": "BenchmarkPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/comprehend-read-prompt.ts", + "sourceHash": "153b5f6c22c27a2172a73da5", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "comprehend-read-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ReadNeedComprehensionSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_GENERIC_FORMATTING_AFTERENCOUNTERING", + "PROMPTPART_GENERIC_FORMATTING_BASEDONTHE", + "PROMPTPART_GENERIC_FORMATTING_EXECUTETHE_FOLLOWING", + "PROMPTPART_GENERIC_FORMATTING_GIVENTHEFOLLOWING", + "PROMPTPART_GENERIC_PTRR_PLAN_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_REFINE_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_RETRY_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_TRY_OBJECTIVE", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_CONTEXT_AWARENESS_DETAILCONTENT", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PHASE_PLAN_LABEL", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PHASE_REFINE_LABEL", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PHASE_RETRY_LABEL", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PHASE_TRY_LABEL", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PLAN_ANALYSIS", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PLAN_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_REFINE_ASSESSMENT", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_REFINE_OPTIMIZATION", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_RETRY_ERRORHANDLING", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_RETRY_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_SYSTEM_IDENTITY", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_SYSTEM_INSTRUCTIONS", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_SYSTEM_ROLE", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_TRY_DIRECTIVES" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_GENERIC_FORMATTING_AFTERENCOUNTERING", + "PROMPTPART_GENERIC_FORMATTING_BASEDONTHE", + "PROMPTPART_GENERIC_FORMATTING_EXECUTETHE_FOLLOWING", + "PROMPTPART_GENERIC_FORMATTING_GIVENTHEFOLLOWING", + "PROMPTPART_GENERIC_PTRR_PLAN_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_REFINE_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_RETRY_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_TRY_OBJECTIVE", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_CONTEXT_AWARENESS_DETAILCONTENT", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PHASE_PLAN_LABEL", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PHASE_REFINE_LABEL", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PHASE_RETRY_LABEL", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PHASE_TRY_LABEL", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PLAN_ANALYSIS", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_PLAN_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_REFINE_ASSESSMENT", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_REFINE_OPTIMIZATION", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_RETRY_ERRORHANDLING", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_RETRY_STRATEGY", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_SYSTEM_IDENTITY", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_SYSTEM_INSTRUCTIONS", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_SYSTEM_ROLE", + "PROMPTPART_SPECIFIC_AGENT_COMPREHENDREAD_TRY_DIRECTIVES" + ], + "registryPathIds": [ + "analysis", + "assessment", + "context_awareness", + "context_lead", + "directive", + "error_handling", + "execution", + "failsafe:prepare_context", + "generation:if_unknown_empty", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "identity", + "instructions", + "objective", + "optimization", + "phase", + "retry_strategy", + "role", + "strategy" + ], + "registryPathCount": 22, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.read-need.need-boundary-precision" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate5", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:create-pull-request-prompt", + "rowRoot": "v41-prompt-inventory-row:6b75de6fb967e4dbd1e53476", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/create-pull-request-prompt.ts", + "sourceHash": "3c4143e4c552275b0606eafc", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "create-pull-request-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_TOOLS_AVAILABLE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHCREATEPULLREQUESTDELIVERY_TOOLS_AVAILABLE" + ], + "registryPathIds": [ + "agent/capabilities", + "agent/identity", + "agent/purpose", + "agent/requirements", + "agent/tools", + "failsafe:prepare_context", + "generation:if_unknown_empty", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step" + ], + "registryPathCount": 17, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:danger-wall-prompt", + "rowRoot": "v41-prompt-inventory-row:1e483f355630ff3f394f2807", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/danger-wall-prompt.ts", + "sourceHash": "928bf79bc15c8db52e3eba92", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "danger-wall-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_TOOLS_AVAILABLE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPDANGERWALL_TOOLS_AVAILABLE" + ], + "registryPathIds": [ + "agent/capabilities", + "agent/identity", + "agent/purpose", + "agent/requirements", + "agent/tools", + "failsafe:prepare_context", + "generation:if_unknown_empty", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step" + ], + "registryPathCount": 17, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:finalize-delivery-evidence-prompt", + "rowRoot": "v41-prompt-inventory-row:935e9bd7dd126db8824a7da9", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/finalize-delivery-evidence-prompt.ts", + "sourceHash": "f0d26f3bac06ccd3035919c4", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "finalize-delivery-evidence-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_TOOLS_AVAILABLE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKFINISHFINALIZEDELIVERYEVIDENCE_TOOLS_AVAILABLE" + ], + "registryPathIds": [ + "agent/capabilities", + "agent/identity", + "agent/purpose", + "agent/requirements", + "agent/tools", + "failsafe:prepare_context", + "generation:if_unknown_empty", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step" + ], + "registryPathCount": 17, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:initialize-lsp-prompt", + "rowRoot": "v41-prompt-inventory-row:cfe0ff21759c5597ee7432e5", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/initialize-lsp-prompt.ts", + "sourceHash": "23e355d42da8c35edd037de1", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "initialize-lsp-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_TOOLS_AVAILABLE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPINITIALIZELSP_TOOLS_AVAILABLE" + ], + "registryPathIds": [ + "agent/capabilities", + "agent/identity", + "agent/purpose", + "agent/requirements", + "agent/tools", + "failsafe:prepare_context", + "generation:if_unknown_empty", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step" + ], + "registryPathCount": 17, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:plan-implementation-prompt", + "rowRoot": "v41-prompt-inventory-row:f81f486b40c3842890e5fbd4", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/plan-implementation-prompt.ts", + "sourceHash": "7ce8508635c9f5c300ad23b6", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "plan-implementation-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_TOOLS_AVAILABLE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYPLANIMPLEMENTATION_TOOLS_AVAILABLE" + ], + "registryPathIds": [ + "agent/capabilities", + "agent/identity", + "agent/purpose", + "agent/requirements", + "agent/tools", + "failsafe:prepare_context", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step" + ], + "registryPathCount": 16, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:ready-to-iterate-prompt", + "rowRoot": "v41-prompt-inventory-row:c6c15f08fc415dbb2b4f2588", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/ready-to-iterate-prompt.ts", + "sourceHash": "888d33e32e126cab2948e7ef", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "ready-to-iterate-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_TOOLS_AVAILABLE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKSETUPREADYTOITERATE_TOOLS_AVAILABLE" + ], + "registryPathIds": [ + "agent/capabilities", + "agent/identity", + "agent/purpose", + "agent/requirements", + "agent/tools", + "failsafe:prepare_context", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step" + ], + "registryPathCount": 16, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:select-files-parallel-prompt", + "rowRoot": "v41-prompt-inventory-row:24307d6c8e8947924097b201", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/select-files-parallel-prompt.ts", + "sourceHash": "3ec0151e4d2a07178d1e6b98", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "select-files-parallel-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_TOOLS_AVAILABLE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYSELECTFILESPARALLEL_TOOLS_AVAILABLE" + ], + "registryPathIds": [ + "agent/capabilities", + "agent/identity", + "agent/purpose", + "agent/requirements", + "agent/tools", + "failsafe:prepare_context", + "generation:if_unknown_empty", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step" + ], + "registryPathCount": 17, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:understand-requirements-prompt", + "rowRoot": "v41-prompt-inventory-row:99e16b2d21d9579ca957f3ed", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/prompts/understand-requirements-prompt.ts", + "sourceHash": "a585290715f39b32946eaf52", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "understand-requirements-prompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_TOOLS_AVAILABLE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_CAPABILITIES_LIST", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_IDENTITY_DEFINITION", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PTRRPLAN_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PTRRREFINE_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PTRRRETRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PTRRTRY_PURPOSE", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_PURPOSE_CORESTATEMENT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_REQUIREMENTS_CONTEXT", + "PROMPTPART_SPECIFIC_AGENT_ASSETPACKDISCOVERYUNDERSTANDREQUIREMENTS_TOOLS_AVAILABLE" + ], + "registryPathIds": [ + "agent/capabilities", + "agent/identity", + "agent/purpose", + "agent/requirements", + "agent/tools", + "failsafe:prepare_context", + "generation:if_unknown_empty", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step" + ], + "registryPathCount": 17, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:read-fits-finding-synthesis-setup-plan-agent", + "rowRoot": "v41-prompt-inventory-row:400b113f7127027ca8c5fd10", + "kind": "ComposedPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/setup/read-fits-finding-synthesis-setup-plan-agent.ts", + "sourceHash": "0fc164fc84ab6968ca61e7e4", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "read-fits-finding-synthesis-setup-plan-agent", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_GENERIC_FORMATTING_AFTERENCOUNTERING", + "PROMPTPART_GENERIC_FORMATTING_BASEDONTHE", + "PROMPTPART_GENERIC_FORMATTING_EXECUTETHE_FOLLOWING", + "PROMPTPART_GENERIC_FORMATTING_GIVENTHEFOLLOWING", + "PROMPTPART_GENERIC_PTRR_PLAN_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_REFINE_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_RETRY_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_TRY_OBJECTIVE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_AGENT_FAILSAFE_PREPARE_CONTEXT", + "PROMPTPART_GENERIC_AGENT_GENERATION_IF_UNKNOWN_EMPTY", + "PROMPTPART_GENERIC_AGENT_GENERATION_JSON_ONLY_HEADER", + "PROMPTPART_GENERIC_AGENT_GENERATION_JUDGE", + "PROMPTPART_GENERIC_AGENT_GENERATION_REASON", + "PROMPTPART_GENERIC_AGENT_GENERATION_STRUCTURED_OUTPUT", + "PROMPTPART_GENERIC_AGENT_GENERATION_USE_THIS_STRUCTURED_SCHEMA", + "PROMPTPART_GENERIC_FORMATTING_AFTERENCOUNTERING", + "PROMPTPART_GENERIC_FORMATTING_BASEDONTHE", + "PROMPTPART_GENERIC_FORMATTING_EXECUTETHE_FOLLOWING", + "PROMPTPART_GENERIC_FORMATTING_GIVENTHEFOLLOWING", + "PROMPTPART_GENERIC_PTRR_PLAN_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_REFINE_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_RETRY_OBJECTIVE", + "PROMPTPART_GENERIC_PTRR_TRY_OBJECTIVE" + ], + "registryPathIds": [ + "context_lead", + "directive", + "failsafe:prepare_context", + "generation:if_unknown_empty", + "generation:json_only_header", + "generation:judge", + "generation:reason", + "generation:structured_output", + "generation:use_this_structure", + "objective", + "phase", + "pipeline" + ], + "registryPathCount": 12, + "templateVariableNames": [ + "baselinePlan", + "fitResult", + "read", + "repository" + ], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 5, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:validation-agents", + "rowRoot": "v41-prompt-inventory-row:f4bafebeff37fd66cb7ae5d4", + "kind": "PTRRAgentPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/validation-agents.ts", + "sourceHash": "1c9731a3863317ba330f4de7", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "validation-agents", + "promptFamilyIds": [ + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [ + "agent:identity", + "agent:requirements", + "ptrr:plan", + "ptrr:refine", + "ptrr:retry", + "ptrr:try" + ], + "registryPathCount": 6, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 1, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:asset-pack-ready-to-instruct-agent", + "rowRoot": "v41-prompt-inventory-row:7bf243cfc2a9a79f5073186e", + "kind": "ComposedPrompt", + "sourcePath": "packages/pipelines/asset-pack/src/agents/validation/asset-pack-ready-to-instruct-agent.ts", + "sourceHash": "505d464172816ff84353c8b7", + "exportNames": [], + "classNames": [], + "registryOwner": "ReadPipelinePromptRegistry", + "semanticPurposeId": "asset-pack-ready-to-instruct-agent", + "promptFamilyIds": [ + "ReadFitsFindingSynthesis" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [ + "agent/constraints", + "agent/identity", + "agent/purpose", + "ptrr/plan/purpose", + "ptrr/refine/purpose", + "ptrr/retry/purpose", + "ptrr/try/purpose", + "step/purpose" + ], + "registryPathCount": 8, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.read-fits.find-many-candidates-and-preserve-source-safety" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": false, + "promptConstructionCount": 2, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:PROMPTPART_GENERIC_FORMATTING_YOUARE", + "rowRoot": "v41-prompt-inventory-row:c2b14b728d2f04685c01c48e", + "kind": "BenchmarkPrompt", + "sourcePath": "packages/prompts/src/benchmarking/example-usage.ts", + "sourceHash": "8e1694ba0eaeb59cba01bfe9", + "exportNames": [ + "PROMPTPART_GENERIC_FORMATTING_YOUARE", + "PROMPTPART_GENERIC_FORMATTING_YOUAREACTINGAS", + "PROMPTPART_GENERIC_FORMATTING_YOUARE_V1" + ], + "classNames": [ + "CodeSearchToolPrompt" + ], + "registryOwner": "PromptRegistry", + "semanticPurposeId": "example-usage", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ReadFitsFindingSynthesis", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_FORMATTING_YOUARE", + "PROMPTPART_GENERIC_FORMATTING_YOUAREACTINGAS", + "PROMPTPART_GENERIC_FORMATTING_YOUARE_V1", + "PROMPTPART_SPECIFIC_TOOL_CODESEARCH_PURPOSE" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_FORMATTING_YOUARE", + "PROMPTPART_GENERIC_FORMATTING_YOUAREACTINGAS", + "PROMPTPART_GENERIC_FORMATTING_YOUARE_V1", + "PROMPTPART_SPECIFIC_TOOL_CODESEARCH_PURPOSE" + ], + "registryPathIds": [ + "tool:identity", + "tool:identity:role", + "tool:purpose" + ], + "registryPathCount": 3, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.read-fits.find-many-candidates-and-preserve-source-safety", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate6", + "docCommentPresent": true, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:runner", + "rowRoot": "v41-prompt-inventory-row:22ba4cdb13c61f803092a1e8", + "kind": "BenchmarkPrompt", + "sourcePath": "packages/prompts/src/benchmarking/runner.ts", + "sourceHash": "dfe65501927783fca7cd3305", + "exportNames": [], + "classNames": [], + "registryOwner": "PromptRegistry", + "semanticPurposeId": "runner", + "promptFamilyIds": [ + "Interface", + "PromptBenchmark" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [ + "content" + ], + "benchmarkFixtureIds": [ + "fixture.interface.source-safe-user-visible-prompting", + "fixture.prompt.task-success" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": false, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:DocCodeToolDecorator", + "rowRoot": "v41-prompt-inventory-row:371d2bd044e9d9af7b3659c9", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/tools-generics/src/doc-code-tool/DocCodeToolDecorator.ts", + "sourceHash": "bda5ad3cf23abcce80878240", + "exportNames": [], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "DocCodeToolDecorator", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": false, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:DocCodeToolPrompt", + "rowRoot": "v41-prompt-inventory-row:3b919d7a9c316fb354b25b26", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/tools-generics/src/doc-code-tool/DocCodeToolPrompt.ts", + "sourceHash": "f18057b2ff7e48683f12f63b", + "exportNames": [], + "classNames": [ + "DocCodeToolPrompt" + ], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "DocCodeToolPrompt", + "promptFamilyIds": [ + "GenericPTRRFailsafeThricifiedPromptParts", + "PromptBenchmark", + "ToolDefinition" + ], + "composedPromptMemberships": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL" + ], + "promptPartReferenceIds": [ + "PROMPTPART_GENERIC_DOCCODE_CAPABILITIES_LABEL", + "PROMPTPART_GENERIC_DOCCODE_METADATA_LABEL", + "PROMPTPART_GENERIC_DOCCODE_OUTPUT_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PARAMETERS_LABEL", + "PROMPTPART_GENERIC_DOCCODE_PURPOSE_LABEL" + ], + "registryPathIds": [ + "metadata:category", + "metadata:label", + "metadata:name", + "metadata:priority", + "metadata:stability", + "metadata:version", + "sections:capabilities:content", + "sections:capabilities:label", + "sections:output:content", + "sections:output:label", + "sections:parameters:content", + "sections:parameters:label", + "sections:purpose:content", + "sections:purpose:label" + ], + "registryPathCount": 14, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.generic-ptrr.reason-judge-structured-output", + "fixture.prompt.task-success", + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": true, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:index", + "rowRoot": "v41-prompt-inventory-row:715ccc52b9ee890fbd168c0d", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/tools-generics/src/doc-code-tool/index.ts", + "sourceHash": "61fa1e9e9153ceb5563846f1", + "exportNames": [], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "index", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": false, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + }, + { + "inventoryId": "prompt:index", + "rowRoot": "v41-prompt-inventory-row:8e3a92ef28124f585fbe5ce9", + "kind": "DocCodeToolPrompt", + "sourcePath": "packages/tools-generics/src/index.ts", + "sourceHash": "224991f548f5a57dc9988662", + "exportNames": [], + "classNames": [], + "registryOwner": "ToolDefinitionPromptRegistry", + "semanticPurposeId": "index", + "promptFamilyIds": [ + "ToolDefinition" + ], + "composedPromptMemberships": [], + "promptPartReferenceIds": [], + "registryPathIds": [], + "registryPathCount": 0, + "templateVariableNames": [], + "benchmarkFixtureIds": [ + "fixture.tool-definition.doc-code-contract" + ], + "disclosureTier": "prompt_identity_source_safe", + "validationCommand": "pnpm run check:v41-gate7", + "docCommentPresent": false, + "promptConstructionCount": 0, + "rawPromptTextSerialized": false, + "rawProviderResponseSerialized": false, + "sourceSafeMetadataOnly": true + } + ], + "failures": [], + "passed": true +} diff --git a/.github/workflows/bitcode-canon-quality.yml b/.github/workflows/bitcode-canon-quality.yml index 081312b37..84486b139 100644 --- a/.github/workflows/bitcode-canon-quality.yml +++ b/.github/workflows/bitcode-canon-quality.yml @@ -262,6 +262,9 @@ jobs: if [ -f BITCODE_SPEC_V41.md ]; then node scripts/check-bitcode-spec-family.mjs --version V41 --mode draft --current-target V40 node scripts/check-v41-gate1-prompt-program-roadmap-opening.mjs --skip-branch-check + if [ -f scripts/check-v41-gate2-promptpart-prompt-inventory.mjs ]; then + node scripts/check-v41-gate2-promptpart-prompt-inventory.mjs --skip-branch-check --skip-package-tests + fi fi else echo "Unexpected BITCODE_SPEC.txt pointer: $POINTER" >&2 diff --git a/.github/workflows/bitcode-gate-quality.yml b/.github/workflows/bitcode-gate-quality.yml index 8f4ec2057..2c5cd6afd 100644 --- a/.github/workflows/bitcode-gate-quality.yml +++ b/.github/workflows/bitcode-gate-quality.yml @@ -391,6 +391,9 @@ jobs: if [ -f BITCODE_SPEC_V41.md ]; then node scripts/check-bitcode-spec-family.mjs --version V41 --mode draft --current-target V40 node scripts/check-v41-gate1-prompt-program-roadmap-opening.mjs --skip-branch-check + if [ -f scripts/check-v41-gate2-promptpart-prompt-inventory.mjs ]; then + node scripts/check-v41-gate2-promptpart-prompt-inventory.mjs --skip-branch-check --skip-package-tests + fi fi else echo "Unexpected BITCODE_SPEC.txt pointer: $POINTER" >&2 diff --git a/BITCODE_SPEC_V41.md b/BITCODE_SPEC_V41.md index 720e88d43..2ca80eeee 100644 --- a/BITCODE_SPEC_V41.md +++ b/BITCODE_SPEC_V41.md @@ -108,6 +108,9 @@ It closes when active V40 / draft V41 truth is visible in the root docs, protoco Gate 2 must emit a source-safe inventory of every raw PromptPart and every composed Prompt. Rows must include prompt id, part id, source root, registry owner, semantic purpose, prompt family, composed prompt membership, current title, template variable names, benchmark fixture ids, disclosure tier, and validation command. The artifact may include ids, hashes, counts, and source-safe previews, but no raw protected prompt text. +Gate 2 is closed by the package-backed `buildV41PromptPartPromptInventory` source, deterministic `.bitcode/v41-promptpart-prompt-inventory.json` artifact, `generate:v41-prompt-inventory`, `check:v41-prompt-inventory`, `check:v41-gate2`, protocol tests, and gate/canon workflow wiring. +The current inventory source-safe count contract is 1,459 raw PromptPart rows, 105 composed Prompt rows, 59 generic PromptPart rows, 1,400 specific PromptPart rows, 49 Reading prompt rows, 2 Conversation prompt rows, 74 tool prompt rows, 10 interface prompt rows, 87 prompt rows with registry paths, 1,135 registry paths, 8 benchmark fixture families, V38 benchmark report binding, and V40 prompt benchmark smoke binding. +Gate 2 also preserves V41 scope and prepares draft V42 only as forward roadmap truth: V42 will focus on shortest-path Depositing, shortest-path Reading, and an AI-reading dominant demonstration MVP. ## V41 Gate 3 Registry Composition And Interpolation Contracts @@ -445,6 +448,7 @@ Generation must fail closed when artifact freshness, source-safety, benchmark co ### Appendix D. Validation and checking gate catalog V41 Gate 1 validates with `pnpm run check:v41-gate1`, `node scripts/check-bitcode-spec-family.mjs --version V41 --mode draft --current-target V40`, `node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V40 --draft-target V41`, and `node scripts/check-bitcode-canonical-inputs.mjs --current-target V40`. +V41 Gate 2 validates with `pnpm run generate:v41-prompt-inventory`, `pnpm run check:v41-prompt-inventory`, `pnpm run check:v41-gate2`, and `node --test --test-force-exit packages/protocol/test/v41-promptpart-prompt-inventory.test.js`. Later gates add focused generator, checker, package, benchmark, and workflow commands. ## V41 promotion canon diff --git a/BITCODE_SPEC_V41_DELTA.md b/BITCODE_SPEC_V41_DELTA.md index b30a3b86b..34af2b65d 100644 --- a/BITCODE_SPEC_V41_DELTA.md +++ b/BITCODE_SPEC_V41_DELTA.md @@ -33,6 +33,8 @@ Open the V41 full specification family, roadmap, package script, workflow postur ### Gate 2: PromptPart And Prompt Inventory Catalog Inventory every raw PromptPart and composed Prompt across Reading, Conversation, tool-definition, and interface inference surfaces. +Gate 2 is package-backed by `buildV41PromptPartPromptInventory`, emits `.bitcode/v41-promptpart-prompt-inventory.json`, covers 1,459 raw PromptPart rows and 105 composed Prompt rows, binds V38/V40 benchmark handoff artifacts, and records only source-safe metadata. +It also records V42 as the subsequent MVP experience version for shortest-path Depositing, shortest-path Reading, and an AI-reading dominant demonstration without expanding V41 beyond prompt-program work. ### Gate 3: Registry Composition And Interpolation Contracts diff --git a/BITCODE_SPEC_V41_NOTES.md b/BITCODE_SPEC_V41_NOTES.md index f9c24c895..a081c6fdf 100644 --- a/BITCODE_SPEC_V41_NOTES.md +++ b/BITCODE_SPEC_V41_NOTES.md @@ -8,7 +8,7 @@ - Canonical pointer: `BITCODE_SPEC.txt` -> `V40` - Prior canonical anchor: `BITCODE_SPEC_V40.md` - Prior generated proof appendix: `BITCODE_SPEC_V40_PROVEN.md` -- Generated structured artifact inventory: draft `.bitcode/v41-spec-family-report.json`, draft `.bitcode/v41-canonical-input-report.json`, planned prompt-program catalogue artifacts, planned benchmark artifacts, planned promotion-readiness artifact, and eventual `BITCODE_SPEC_V41_PROVEN.md` after V41 promotion +- Generated structured artifact inventory: draft `.bitcode/v41-spec-family-report.json`, draft `.bitcode/v41-canonical-input-report.json`, Gate 2 `.bitcode/v41-promptpart-prompt-inventory.json`, planned benchmark artifacts, planned promotion-readiness artifact, and eventual `BITCODE_SPEC_V41_PROVEN.md` after V41 promotion - Source parity state: V41 notes track prompt-program planning, catalogue, benchmark, rewrite, telemetry, and promotion parity over active V40 - Draft target posture: V41 Gate 1 creates the full SPEC, DELTA, NOTES, and PARITY family. - Scope: Prompt and PromptPart excellence over the promoted V40 exhaustive testing base. @@ -19,6 +19,18 @@ This notes companion records the working prompt-program plan and simplified read It does not override `BITCODE_SPEC_V41.md`. Prompt content changes remain blocked until the relevant catalogue and benchmark gates admit them. +## Gate 2 prompt inventory note + +Gate 2 makes the first prompt-program catalogue concrete. +The package-backed inventory currently emits 1,459 raw PromptPart rows and 105 composed Prompt rows with source path, source hash, registry owner, semantic purpose id, prompt family ids, composed prompt memberships, template variable names, benchmark fixture ids, disclosure tier, validation command, and source-safe raw-payload exclusions. +This is an inventory and admission artifact, not a rewrite artifact. + +## V42 forward roadmap note + +V42 is re-roadmapped as the MVP experience version after V41. +Its focus is shortest-path Depositing, shortest-path Reading, and a strong AI-reading dominant demonstration where any deposit source can contribute proprietary or otherwise non-public training, prompt, context, or evaluation material to an AssetPack that measurably improves an AI system beyond public-data-only performance. +V42 must keep depositor compensation, reader purchase, BTD/AssetPack rights, and repository delivery visible in the shortest path without widening V41 beyond Prompt and PromptPart excellence. + ## Concise current-system reading Bitcode is active at V40. diff --git a/BITCODE_SPEC_V41_PARITY_MATRIX.md b/BITCODE_SPEC_V41_PARITY_MATRIX.md index 2255c2ef9..a08a4a66f 100644 --- a/BITCODE_SPEC_V41_PARITY_MATRIX.md +++ b/BITCODE_SPEC_V41_PARITY_MATRIX.md @@ -7,8 +7,8 @@ - Current canonical/latest target: `V40` - Prior canonical anchor: `BITCODE_SPEC_V40.md` - Prior generated proof appendix: `BITCODE_SPEC_V40_PROVEN.md` -- Generated structured artifact inventory: draft `.bitcode/v41-spec-family-report.json`, draft `.bitcode/v41-canonical-input-report.json`, planned prompt-program catalogue artifacts, planned benchmark artifacts, planned promotion-readiness artifact, and eventual `BITCODE_SPEC_V41_PROVEN.md` after V41 promotion -- Source parity state: Gate 1 closes spec, roadmap, docs, package script, workflow posture, and checker parity; later gates own source prompt inventory, rewrite, benchmark, telemetry, and promotion parity +- Generated structured artifact inventory: draft `.bitcode/v41-spec-family-report.json`, draft `.bitcode/v41-canonical-input-report.json`, Gate 2 `.bitcode/v41-promptpart-prompt-inventory.json`, planned benchmark artifacts, planned promotion-readiness artifact, and eventual `BITCODE_SPEC_V41_PROVEN.md` after V41 promotion +- Source parity state: Gate 1 closes spec, roadmap, docs, package script, workflow posture, and checker parity; Gate 2 closes source-safe prompt inventory parity; later gates own registry contracts, rewrite, benchmark, telemetry, and promotion parity - Scope: V41 draft parity ledger for Prompt and PromptPart excellence - Last fully realized canonical target preserved in source: `V40` @@ -34,7 +34,7 @@ This matrix records the prompt-program surfaces that must become promotion-grade | Roadmap truth | Roadmap states V40 active, V41 draft, prompt-program Gate 1 active | `SPECIFICATIONS_ROADMAP.md` | drafted | | Gate workflow | Gate quality knows active V40 and draft V41 Gate 1 | `.github/workflows/bitcode-gate-quality.yml` | drafted | | Canon workflow | Canon quality knows active V40 and draft V41 Gate 1 | `.github/workflows/bitcode-canon-quality.yml` | drafted | -| Prompt inventory | Every raw PromptPart and composed Prompt catalogued | planned V41 Gate 2 artifact | pending | +| Prompt inventory | Every raw PromptPart and composed Prompt catalogued | `.bitcode/v41-promptpart-prompt-inventory.json` | implemented | | Registry/interpolation | Registry composition and interpolation contracts proven | planned V41 Gate 3 artifact | pending | | Reading baselines | Reading prompt benchmarks captured before rewrites | planned V41 Gate 4 artifact | pending | | ReadNeed rewrite | ReadNeedComprehensionSynthesis prompts rewritten and type-hardened | planned V41 Gate 5 artifact | pending | @@ -47,8 +47,8 @@ This matrix records the prompt-program surfaces that must become promotion-grade | Area | Closure requirement | Judgment | | --- | --- | --- | -| Gate 1 | Open V41 family, roadmap, docs, workflow posture, package script, and checker | drafted | -| Gate 2 | PromptPart and Prompt inventory artifact | pending | +| Gate 1 | Open V41 family, roadmap, docs, workflow posture, package script, and checker | closed | +| Gate 2 | PromptPart and Prompt inventory artifact | implemented | | Gate 3 | Registry composition and interpolation artifact | pending | | Gate 4 | Reading prompt benchmark baseline artifact | pending | | Gate 5 | ReadNeedComprehensionSynthesis rewrite artifact | pending | @@ -63,6 +63,10 @@ V41 Gate 1 may open specification, workflow, docs, and validation posture. It may not rewrite prompt content. Later gates may rewrite prompts only after catalogue, registry, interpolation, benchmark, parser, and disclosure checks exist. +V41 Gate 2 may catalogue PromptPart and Prompt metadata, hashes, registry owners, family ids, template variables, benchmark fixture ids, and validation commands. +It may not serialize raw prompt text, raw provider responses, protected source, secrets, or unpaid AssetPack source. +It also may record the V42 MVP roadmap posture as forward planning while preserving V41 as the active prompt-program draft target. + ## V41 completion condition V41 closes when prompt-program quality is fully specified, implemented, benchmarked, source-safe, tested, documented, generated, workflow-checked, and promotion-ready across Reading, Conversation, tool-definition, and interface inference surfaces. diff --git a/README.md b/README.md index 52f5582a5..1ff2f574d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,15 @@ prompt baselines, then harden `ReadNeedComprehensionSynthesis`, `ReadFitsFindingSynthesis`, Conversation, tool-definition, and interface prompts without exposing protected prompt payloads, raw provider responses, secrets, protected source, or unpaid AssetPack source. +V41 Gate 2 adds the package-backed `buildV41PromptPartPromptInventory` and +generated source-safe artifact `.bitcode/v41-promptpart-prompt-inventory.json`. +The inventory currently covers 1,459 raw PromptPart rows and 105 composed Prompt +rows across Reading, Conversation, tool-definition, interface, and benchmark +surfaces, with `generate:v41-prompt-inventory`, `check:v41-prompt-inventory`, +and `check:v41-gate2`. V42 is now roadmapped as the next MVP experience version: +shortest-path Depositing, shortest-path Reading, and an AI-reading dominant +demonstration whose AssetPack measurably improves an AI system beyond +public-data-only performance. Exchange is inherited V36 canon: market-wide activity master-detail, buy/sell/ bid/ask/cancel/accept/settle/history flows, AssetPack range trading, diff --git a/SPECIFICATIONS_ROADMAP.md b/SPECIFICATIONS_ROADMAP.md index f9481a20f..ba01ba742 100644 --- a/SPECIFICATIONS_ROADMAP.md +++ b/SPECIFICATIONS_ROADMAP.md @@ -5,8 +5,8 @@ - Current active canonical pointer: `BITCODE_SPEC.txt` -> `V40` - Current active canon: `BITCODE_SPEC_V40.md` - Current draft target: `BITCODE_SPEC_V41.md`. -- Current working gate: V41 Gate 1 Prompt Program Roadmap And Spec Opening. -- Next queued gate after V40 canonical promotion: V41 Prompt and PromptPart excellence opening. +- Current working gate: V41 Gate 2 PromptPart And Prompt Inventory Catalog. +- Next queued gate after V41 Gate 2: V41 Registry Composition And Interpolation Contracts. - Latest closed version: V40 Exhaustive Commercial Application Testing, which promoted test inventory, unit coverage, API integration contracts, Reading pipeline integration, Conversation/Terminal integration, browser E2E visual proof, ledger/database/storage/wallet/delivery synchronization, local/staging rehearsal automation, prompt benchmark smoke, and V40 promotion readiness. - Recent V40 closure anchor: V40 canonical promotion updated `BITCODE_SPEC.txt` to `V40`, generated `BITCODE_SPEC_V40_PROVEN.md`, preserved active V40 / draft V41 runtime posture, and closed exhaustive commercial application testing canon. - Recent V39 closure anchor: V39 canonical promotion updated `BITCODE_SPEC.txt` to `V39`, generated `BITCODE_SPEC_V39_PROVEN.md`, preserved active V39 / draft V40 runtime posture, and closed commercial Reading readiness canon. @@ -25,7 +25,9 @@ - V40 Gate 10 closure anchor: exhaustive testing now owns package-backed `V40PromptBenchmarkSmokeV41Readiness` source, deterministic `.bitcode/v40-prompt-benchmark-smoke-v41-readiness.json`, source-safe PromptPart and composed Prompt smoke receipts, package benchmark report command binding, V38 prompt benchmark inventory binding, V41 prompt-program worklist, workflow wiring, and `check:v40-gate10`, while deferring semantic PromptPart and Prompt evolution to V41. - V40 Gate 11 closure anchor: exhaustive testing now owns package-backed `V40PromotionReadinessReport` source, deterministic `.bitcode/v40-promotion-readiness-report.json`, `BITCODE_SPEC_V40_PROVEN.md` generation support, `v40-canon-promotion.yml`, promotion command dry-run support, gate/canon workflow posture, active V40 / draft V41 runtime preparation, all V40 testing artifacts covered, source-safe, and parseable, and value-bearing mainnet admission blocked through `check:v40-gate11`. - V41 Gate 1 opening anchor: prompt-program work opens over promoted V40 with V41 SPEC, DELTA, NOTES, and PARITY files, `check:v41-gate1`, active V40 / draft V41 posture, and a nine-gate plan for PromptPart and Prompt inventory, registry composition and interpolation contracts, Reading benchmark baselines, ReadNeedComprehensionSynthesis prompt rewriting, ReadFitsFindingSynthesis prompt rewriting, Conversation/tool/interface prompt rewriting, prompt benchmark telemetry integration, and promotion readiness. +- V41 Gate 2 closure anchor: prompt-program work now owns package-backed `V41PromptPartPromptInventory` source, deterministic `.bitcode/v41-promptpart-prompt-inventory.json`, 1,459 raw PromptPart rows, 105 composed Prompt rows, registry ownership, semantic purpose ids, prompt family ids, template variable names, benchmark fixture ids, validation commands, V38/V40 benchmark handoff roots, source-safe disclosure boundaries, protocol tests, workflow wiring, and `check:v41-gate2`. - Forward planning note: V41 should focus singularly on Prompt and PromptPart implementation quality: prompts as programs. V38's inference correctness hardening and V40's testing/benchmark depth should empower V41 to examine every raw PromptPart, every composed Prompt, every benchmark, every meaningfully benchmarkable semantic part, title, template, interpolation contract, registry binding, inference callsite, and downstream parsed return type; then repartition, retitle, rewrite, catalogue, and validate them across Reading pipelines and conversational interactions. V41 should primarily harden `ReadNeedComprehensionSynthesis` and `ReadFitsFindingSynthesis` prompt surfaces while also covering conversational and other inference prompts with the same catalogue-and-benchmark discipline. +- Forward planning note: V42 should focus on the reliable MVP product experience after V41's prompt-program hardening: shortest-path Depositing, shortest-path Reading, and an AI-reading dominant demonstration. Depositing should minimize the path to adding any source material and later receiving BTC compensation when that deposit contributes to a synthesized AssetPack. Reading should minimize the path to requesting a read, reviewing the synthesized Need/fit/preview, purchasing the AssetPack with BTD/BTC settlement semantics, and receiving repository delivery. The demonstration should show proprietary or otherwise non-public deposit-side and read-side AI training, prompt, context, or evaluation material producing an AssetPack that measurably improves an AI system beyond public-data-only performance. - V34 Gate 2 closure anchor: deployment-depth now owns package-backed `DeploymentHostCapabilityCatalog` and `EnvironmentLaneContract` source, deterministic `.bitcode/v34-deployment-host-capability-catalog.json` and `.bitcode/v34-environment-lane-contracts.json`, and visible `value-bearing-mainnet` blocking through `blocked_future_canon_required`. - V34 Gate 3 closure anchor: deployment-depth now owns package-backed `DistributedExecutionRuntimeReceipt` source, deterministic `.bitcode/v34-distributed-execution-runtime-receipts.json`, `request_response_not_required` long-running work posture, and source-safe roots for pipeline, PTRR agent, ThricifiedGeneration, tool, ledger, wallet, proof, object-storage, and repair work. - V34 Gate 4 closure anchor: deployment-depth now owns package-backed `DeploymentStoragePosture` source, deterministic `.bitcode/v34-deployment-storage-posture.json`, ledger/database/object-storage drift repair fixtures, retention/encryption/backup/rollback/audit posture, and source-bearing AssetPack storage remains locked before settlement. @@ -98,7 +100,7 @@ They are referenced here for specification history only; active implementation w - Legacy ENGI specifications: `_legacy/ENGI_SPEC_V1.md` through `_legacy/ENGI_SPEC_V25.md`, with companion `NOTES`, `DELTA`, `PARITY_MATRIX`, `SYSTEM_PARITY_MATRIX`, `PROVEN`, and audit files where present. - Active Bitcode specifications: `BITCODE_SPEC_V40.md`, with companion `DELTA`, `NOTES`, `PARITY_MATRIX`, and `PROVEN` files. - Promoted Bitcode history: `BITCODE_SPEC_V26.md` through `BITCODE_SPEC_V39.md`, with companion `DELTA`, `NOTES`, `PARITY_MATRIX`, and `PROVEN` files. -- Draft and future Bitcode specifications: `BITCODE_SPEC_V41.md`, with companion `DELTA`, `NOTES`, and `PARITY_MATRIX` files, as the active draft target over promoted V40. +- Draft and future Bitcode specifications: `BITCODE_SPEC_V41.md`, with companion `DELTA`, `NOTES`, and `PARITY_MATRIX` files, as the active draft target over promoted V40; planned V42 follows V41 as the MVP Depositing, Reading, and AI-reading demonstration experience version. - Specification discipline references: `BITCODE_SPECIFYING.md` and `BITCODE_SPEC_TEMPLATEGUIDE.md`. ## Roadmap @@ -146,6 +148,7 @@ They are referenced here for specification history only; active implementation w | V39 | `BITCODE_SPEC_V39.md` | promoted historical Bitcode canon | Commercial Reading readiness after V38: Depository supply indexing, enterprise five-step Reading UX, ReadNeed review/resynthesis, ReadFitsFinding many-candidate runtime and replay, source-safe AssetPack preview and deterministic BTC quote, settlement, BTD rights transfer, post-settlement delivery, ledger/database/storage synchronization, operational telemetry/repair, interface parity, local/staging rehearsal, and promotion readiness. | | V40 | `BITCODE_SPEC_V40.md` | active canon | Exhaustive commercial application testing depth after V39: rich browser E2E for all website interactions and state possibilities, visual/screenshot comparison coverage, API and integration suites for pipelines, conversations, routes, ledger/database/storage synchronization, unit coverage for packages, primitives, isolated implementations, real commercial implementations, local/staging rehearsal automation, prompt benchmark smoke, and promotion readiness. | | V41 | `BITCODE_SPEC_V41.md` | active draft target | Prompt and PromptPart excellence, treating prompts as programs: audit every raw PromptPart and composed Prompt, run and harden benchmarks, repartition prompts into meaningfully benchmarkable semantic parts, retitle and rewrite PromptParts/Prompts where optimal, catalogue registry bindings, interpolation contracts, benchmark fixtures, benchmark outputs, inference callsites, and parsed return types, and elevate all Reading and Conversation inference points after V38 inference scaffolding and V40 testing depth make that work measurable. The primary surface is Reading, especially `ReadNeedComprehensionSynthesis` and `ReadFitsFindingSynthesis`; conversations and other inference prompts follow with the same benchmarkable catalogue discipline. | +| V42 | `BITCODE_SPEC_V42.md` | planned future | Reliable MVP experience after V41 prompt hardening: shortest-path Depositing for any source material and eventual BTC compensation when deposits contribute to synthesized AssetPacks; shortest-path Reading for requesting a read, reviewing synthesized Need and source-safe AssetPack preview, purchasing with BTD/BTC settlement semantics, and receiving repository delivery; and an AI-reading dominant demonstration proving an AssetPack can improve an AI system's training, prompt/context, or evaluation performance beyond public-data-only baselines using proprietary or otherwise non-public deposit and read materials. | ## Current Planning Spine @@ -164,12 +167,14 @@ They are referenced here for specification history only; active implementation w 13. V38 promoted inference correctness, Reading pipeline search, prompt benchmarking, source-safe inference telemetry, and the practical PTRR/Failsafe/Thricified call stack. 14. V39 promoted commercial Reading readiness: Depository supply indexing, enterprise Reading UX, accepted-Need-gated Finding Fits, AssetPack preview/quote, settlement, rights transfer, delivery, telemetry/repair, interface parity, local/staging rehearsal, and promotion readiness. 15. V40 promoted exhaustive testing for the rich commercial application: E2E, visual, screenshot comparison, interaction/state matrices, integration, unit coverage, ledger/storage synchronization, local/staging rehearsal automation, and prompt benchmark smoke across the website, APIs, pipelines, conversations, packages, primitives, and real implementations. -16. V41 is the current notes-only prompts-as-programs draft target after V40: every PromptPart, Prompt composition, benchmark, meaningfully benchmarkable semantic division, title, template, interpolation contract, registry binding, inference callsite, benchmark result, and parsed return type should be examined and improved across Reading and Conversation inference, using V38's inference correctness scaffolding and V40's testing/benchmarking depth as the measurement base. +16. V41 is the current prompts-as-programs draft target after V40: every PromptPart, Prompt composition, benchmark, meaningfully benchmarkable semantic division, title, template, interpolation contract, registry binding, inference callsite, benchmark result, and parsed return type should be examined and improved across Reading and Conversation inference, using V38's inference correctness scaffolding and V40's testing/benchmarking depth as the measurement base. +17. V42 is planned as the reliable MVP experience version after V41: refine the shortest paths to Depositing and later BTC compensation, refine the shortest paths to Reading and repository-delivered AssetPack purchase, and ship a strong AI-reading dominant demonstration where Bitcode reads non-public technical intelligence into an AssetPack that measurably improves an AI system beyond public data. ## Boundary Rules - Do not treat `_legacy/` ENGI specifications as active implementation authority. - Do use `_legacy/` specifications to understand why current Bitcode concepts exist and what must not regress. - V41+ work must build on V40 active canon and V27 `$BTD` law unless a future promoted spec explicitly supersedes it. +- V42 is roadmap/planning only until V41 promotion opens it as the active draft target; V41 remains singularly scoped to Prompt and PromptPart excellence. - No implementation route should be versioned by spec number; source should move in place with the active canon. - Future notes files are planning memory only until their version is explicitly opened as the draft-target SPEC family. diff --git a/package.json b/package.json index e62f029f5..8613df31e 100644 --- a/package.json +++ b/package.json @@ -279,6 +279,9 @@ "check:v40-promotion-readiness": "node scripts/generate-v40-promotion-readiness-report.mjs --check", "check:v40-gate11": "node scripts/check-v40-gate11-promotion-readiness.mjs", "check:v41-gate1": "node scripts/check-v41-gate1-prompt-program-roadmap-opening.mjs", + "generate:v41-prompt-inventory": "node scripts/generate-v41-promptpart-prompt-inventory.mjs", + "check:v41-prompt-inventory": "node scripts/generate-v41-promptpart-prompt-inventory.mjs --check", + "check:v41-gate2": "node scripts/check-v41-gate2-promptpart-prompt-inventory.mjs", "generate:v38-inference-surface-inventory": "node scripts/generate-v38-inference-surface-inventory.mjs", "check:v38-inference-surface-inventory": "node scripts/generate-v38-inference-surface-inventory.mjs --check", "check:v38-gate2": "node scripts/check-v38-gate2-inference-surface-inventory.mjs", diff --git a/packages/protocol/README.md b/packages/protocol/README.md index 33a1a119e..2fee30a82 100644 --- a/packages/protocol/README.md +++ b/packages/protocol/README.md @@ -55,6 +55,7 @@ Current exported commercial helpers include: - `V39AssetPackPreviewQuoteBoundary` helpers for V39 source-safe AssetPack preview, deterministic share-to-fee BTC quote, disclosure leak scanning, settlement instructions, delivery lock, replay receipt, and repair posture proof; - `V39InterfaceConversationProductParity` helpers for V39 source-safe Terminal, Conversation, public API, MCP API, ChatGPT App, and package-consumer Reading parity with no parallel authority or delivery bypass; - `V39CommercialReadingPromotionReadinessReport` helpers for V39 source-safe commercial Reading promotion readiness across all V39 Reading artifacts, generated proof support, workflow posture, promotion dry-run support, and active V39 / draft V40 runtime preparation; +- `V41PromptPartPromptInventory` helpers for V41 source-safe raw PromptPart and composed Prompt catalogue rows, registry owners, prompt families, template variables, benchmark fixture ids, validation commands, and V42 MVP roadmap posture; - canonical proven-generation helpers; - the package app/server context used by commercial interfaces. @@ -76,6 +77,17 @@ specification family: every raw PromptPart, composed Prompt, registry binding, interpolation contract, inference callsite, benchmark fixture, parsed return type, and source-safe telemetry projection must become enumerable before later V41 gates rewrite Reading, Conversation, tool-definition, or interface prompts. +V41 Gate 2 adds `V41PromptPartPromptInventory` through +`packages/protocol/src/canonical/v41-promptpart-prompt-inventory.js`, +`packages/protocol/test/v41-promptpart-prompt-inventory.test.js`, +`.bitcode/v41-promptpart-prompt-inventory.json`, +`generate:v41-prompt-inventory`, `check:v41-prompt-inventory`, and +`check:v41-gate2`. +The artifact is source-safe metadata only and currently catalogues 1,459 raw +PromptPart rows plus 105 composed Prompt rows before any V41 prompt rewrite is +admitted. +It also records V42's planned MVP experience focus: shortest-path Depositing, +shortest-path Reading, and the AI-reading dominant demonstration. V40 Gate 2 adds `V40TestInventoryCoverageMatrix` through `packages/protocol/src/canonical/v40-test-inventory-coverage-matrix.js`, `packages/protocol/test/v40-test-inventory-coverage-matrix.test.js`, diff --git a/packages/protocol/src/canonical/v41-promptpart-prompt-inventory.js b/packages/protocol/src/canonical/v41-promptpart-prompt-inventory.js new file mode 100644 index 000000000..b01c2b43a --- /dev/null +++ b/packages/protocol/src/canonical/v41-promptpart-prompt-inventory.js @@ -0,0 +1,509 @@ +// @ts-check + +import crypto from 'node:crypto'; +import { existsSync, readdirSync, readFileSync, statSync } from 'node:fs'; +import path from 'node:path'; +import { fileURLToPath } from 'node:url'; + +import { buildV38PromptBenchmarkReport } from './prompt-benchmark-report.js'; +import { buildV40PromptBenchmarkSmokeV41Readiness } from './v40-prompt-benchmark-smoke-v41-readiness.js'; + +const __filename = fileURLToPath(import.meta.url); +const __dirname = path.dirname(__filename); +const DEFAULT_REPO_ROOT = path.resolve(__dirname, '..', '..', '..', '..'); + +export const V41_PROMPTPART_PROMPT_INVENTORY_ARTIFACT_PATH = + '.bitcode/v41-promptpart-prompt-inventory.json'; +export const V41_PROMPTPART_PROMPT_INVENTORY_SCHEMA_ID = + 'bitcode.v41.promptpartPromptInventory.v1'; +export const V41_PROMPTPART_PROMPT_INVENTORY_VERSION = 'V41'; +export const V41_PROMPTPART_PROMPT_INVENTORY_CURRENT_TARGET = 'V40'; +export const V41_PROMPTPART_PROMPT_INVENTORY_SOURCE_SAFETY_VERDICT = + 'source-safe-promptpart-prompt-inventory-metadata'; + +export const V41_PROMPT_INVENTORY_REQUIRED_SURFACE_IDS = Object.freeze([ + 'raw-promptparts-generic', + 'raw-promptparts-specific', + 'reading-pipeline-prompts', + 'conversation-prompts', + 'tool-definition-prompts', + 'interface-prompts', + 'benchmark-prompts', +]); + +export const V41_PROMPT_INVENTORY_REQUIRED_FIELD_IDS = Object.freeze([ + 'inventoryId', + 'sourcePath', + 'sourceHash', + 'registryOwner', + 'semanticPurposeId', + 'promptFamilyIds', + 'templateVariableNames', + 'benchmarkFixtureIds', + 'disclosureTier', + 'validationCommand', +]); + +export const V41_PROMPT_INVENTORY_DISCLOSURE_TIERS = Object.freeze([ + 'promptpart_identity_source_safe', + 'prompt_identity_source_safe', + 'registry_path_source_safe', + 'template_variable_name_source_safe', + 'benchmark_fixture_id_source_safe', + 'source_hash_source_safe', + 'raw_prompt_text_private', + 'raw_provider_response_private', +]); + +const FORBIDDEN_PAYLOAD_CLASSES = Object.freeze([ + 'secret-values', + 'provider-tokens', + 'wallet-private-material', + 'protected-source-payloads', + 'raw-protected-prompts', + 'raw-prompt-text', + 'raw-provider-responses', + 'private-context', + 'unpaid-assetpack-source', +]); + +const SOURCE_ROOTS = Object.freeze({ + promptPartGeneric: 'packages/prompts/src/raw_promptparts/generic', + promptPartSpecific: 'packages/prompts/src/raw_promptparts/specific', + promptPrimitive: 'packages/prompts/src/prompt.ts', + promptPartPrimitive: 'packages/prompts/src/parts/PromptPart.ts', + templatedPromptPartPrimitive: 'packages/prompts/src/parts/TemplatedPromptPart.ts', + promptBenchmarking: 'packages/prompts/src/benchmarking', + readingPipelineAgents: 'packages/pipelines/asset-pack/src/agents', + readingPipelineContracts: 'packages/pipelines/asset-pack/src', + conversationGenerics: 'packages/conversations-generics/src', + toolsGenerics: 'packages/tools-generics/src', + genericTools: 'packages/generic-tools', + chatgptAppPrompts: 'packages/chatgptapp/src/prompts', + uapiPromptSurfaces: 'uapi/app', + v38BenchmarkReport: 'packages/protocol/src/canonical/prompt-benchmark-report.js', + v40BenchmarkSmoke: 'packages/protocol/src/canonical/v40-prompt-benchmark-smoke-v41-readiness.js', + spec: 'BITCODE_SPEC_V41.md', + delta: 'BITCODE_SPEC_V41_DELTA.md', + notes: 'BITCODE_SPEC_V41_NOTES.md', + parity: 'BITCODE_SPEC_V41_PARITY_MATRIX.md', + roadmap: 'SPECIFICATIONS_ROADMAP.md', + packageSource: 'packages/protocol/src/canonical/v41-promptpart-prompt-inventory.js', + packageTest: 'packages/protocol/test/v41-promptpart-prompt-inventory.test.js', + generator: 'scripts/generate-v41-promptpart-prompt-inventory.mjs', + checker: 'scripts/check-v41-gate2-promptpart-prompt-inventory.mjs', + packageJson: 'package.json', + gateWorkflow: '.github/workflows/bitcode-gate-quality.yml', + canonWorkflow: '.github/workflows/bitcode-canon-quality.yml', +}); + +const PROMPT_SOURCE_ROOTS = Object.freeze([ + SOURCE_ROOTS.readingPipelineAgents, + SOURCE_ROOTS.conversationGenerics, + SOURCE_ROOTS.toolsGenerics, + SOURCE_ROOTS.genericTools, + SOURCE_ROOTS.chatgptAppPrompts, + SOURCE_ROOTS.promptBenchmarking, + SOURCE_ROOTS.uapiPromptSurfaces, +]); + +function digest(value) { + return crypto.createHash('sha256').update(String(value)).digest('hex').slice(0, 24); +} + +function artifactRoot(input) { + return `v41-promptpart-prompt-inventory:${digest(input)}`; +} + +function rowRoot(input) { + return `v41-prompt-inventory-row:${digest(input)}`; +} + +function sourceExists(repoRoot, sourcePath) { + return existsSync(path.join(repoRoot, sourcePath)); +} + +function read(repoRoot, sourcePath) { + const absolute = path.join(repoRoot, sourcePath); + return existsSync(absolute) ? readFileSync(absolute, 'utf8') : ''; +} + +function listFiles(repoRoot, sourcePath, options = {}) { + const absolute = path.join(repoRoot, sourcePath); + if (!existsSync(absolute)) return []; + const stat = statSync(absolute); + if (stat.isFile()) return [sourcePath]; + if (!stat.isDirectory()) return []; + + const files = []; + const extensions = options.extensions ?? ['.ts']; + const include = options.include ?? (() => true); + const walk = (currentAbsolute, currentRelative) => { + for (const entry of readdirSync(currentAbsolute, { withFileTypes: true })) { + if ( + entry.name === 'dist' || + entry.name === 'node_modules' || + entry.name === '.next' || + entry.name === 'tmp' || + entry.name === '_legacy' + ) { + continue; + } + const nextAbsolute = path.join(currentAbsolute, entry.name); + const nextRelative = path.join(currentRelative, entry.name); + if (entry.isDirectory()) { + walk(nextAbsolute, nextRelative); + continue; + } + const ext = path.extname(entry.name); + if (!extensions.includes(ext)) continue; + if (/\.d\.ts$/u.test(entry.name)) continue; + if (!include(nextRelative, entry.name)) continue; + files.push(nextRelative); + } + }; + walk(absolute, sourcePath); + return files.sort(); +} + +function unique(values) { + return [...new Set(values.filter(Boolean))].sort(); +} + +function countMatches(source, pattern) { + return [...source.matchAll(pattern)].length; +} + +function basenameId(sourcePath) { + return path.basename(sourcePath).replace(/\.(?:ts|tsx|js|jsx|mjs)$/u, ''); +} + +function parseExportNames(source) { + return unique([...source.matchAll(/export\s+(?:declare\s+)?const\s+([A-Z0-9_]+)\b/gu)].map((match) => match[1])); +} + +function parseTemplateVariables(source) { + return unique([...source.matchAll(/\{\{\s*([A-Za-z_][A-Za-z0-9_]*)\s*\}\}/gu)].map((match) => match[1])); +} + +function parseRegistryPaths(source) { + return unique( + [...source.matchAll(/(?:this|prompt|p)\.set\(\s*['"`]([^'"`]+)['"`]/gu)].map((match) => match[1]), + ); +} + +function parsePromptPartReferences(source) { + return unique([...source.matchAll(/\b(PROMPTPART_[A-Z0-9_]+)\b/gu)].map((match) => match[1])); +} + +function inferRegistryOwner(sourcePath) { + if (sourcePath.includes('/raw_promptparts/generic/')) return 'PromptPartRegistry.generic'; + if (sourcePath.includes('/raw_promptparts/specific/')) return 'PromptPartRegistry.specific'; + if (sourcePath.includes('/pipelines/asset-pack/')) return 'ReadPipelinePromptRegistry'; + if (sourcePath.includes('/conversations-generics/')) return 'ConversationPromptRegistry'; + if (sourcePath.includes('/tools-generics/') || sourcePath.includes('/generic-tools/')) { + return 'ToolDefinitionPromptRegistry'; + } + if (sourcePath.includes('/chatgptapp/')) return 'ChatGPTAppPromptRegistry'; + if (sourcePath.includes('/uapi/')) return 'WebsiteInterfacePromptRegistry'; + return 'PromptRegistry'; +} + +function inferPromptFamilyIds(sourcePath, source) { + const haystack = `${sourcePath}\n${source}`.toLowerCase(); + const families = []; + if (/promptpart_generic_(agent|ptrr|formatting|doccode)/u.test(haystack)) { + families.push('GenericPTRRFailsafeThricifiedPromptParts'); + } + if (/readneed|read-need|comprehendread|extractreadrequirements|generatereadsatisfactioncriteria|validateread/u.test(haystack)) { + families.push('ReadNeedComprehensionSynthesis'); + } + if (/readfits|read-fits|assetpack|asset-pack|depository|finding|search/u.test(haystack)) { + families.push('ReadFitsFindingSynthesis'); + } + if (/conversation/u.test(haystack)) families.push('Conversation'); + if (/doccode|tool_|tool-|tools-generics|generic-tools|mcp/u.test(haystack)) families.push('ToolDefinition'); + if (/chatgpt|uapi|terminal|interface|systempromptsection/u.test(haystack)) families.push('Interface'); + if (/benchmark/u.test(haystack)) families.push('PromptBenchmark'); + return unique(families.length > 0 ? families : ['PromptProgramGeneral']); +} + +function inferPromptKind(sourcePath, source) { + if (sourcePath.includes('/raw_promptparts/')) return 'PromptPart'; + if (/AgentPrompt|AgentStepPrompt/u.test(source)) return 'PTRRAgentPrompt'; + if (/DocCodeToolPrompt|attachDocCodeToolPrompt|registerDocCodeToolPrompt/u.test(source)) return 'DocCodeToolPrompt'; + if (/Conversation/u.test(sourcePath) || /Conversation/u.test(source)) return 'ConversationPrompt'; + if (/SystemPromptSection/u.test(sourcePath)) return 'InterfacePrompt'; + if (/PromptBenchmark|benchmarkPrompt|@doc-comment-developing-promptdevelopment/u.test(source)) return 'BenchmarkPrompt'; + return 'ComposedPrompt'; +} + +function benchmarkFixtureIdsFor(familyIds, kind) { + const ids = []; + if (kind === 'PromptPart') ids.push('fixture.promptpart.intent-alignment'); + if (familyIds.includes('GenericPTRRFailsafeThricifiedPromptParts')) { + ids.push('fixture.generic-ptrr.reason-judge-structured-output'); + } + if (familyIds.includes('ReadNeedComprehensionSynthesis')) { + ids.push('fixture.read-need.need-boundary-precision'); + } + if (familyIds.includes('ReadFitsFindingSynthesis')) { + ids.push('fixture.read-fits.find-many-candidates-and-preserve-source-safety'); + } + if (familyIds.includes('Conversation')) ids.push('fixture.conversation.terminal-system-boundary'); + if (familyIds.includes('ToolDefinition')) ids.push('fixture.tool-definition.doc-code-contract'); + if (familyIds.includes('Interface')) ids.push('fixture.interface.source-safe-user-visible-prompting'); + if (familyIds.includes('PromptBenchmark')) ids.push('fixture.prompt.task-success'); + return unique(ids.length > 0 ? ids : ['fixture.prompt.task-success']); +} + +function semanticPurposeId(sourcePath) { + return basenameId(sourcePath) + .replace(/^promptpart_(?:generic|specific)_/u, '') + .replace(/doccodetool/u, 'doccode_tool') + .replace(/_/gu, '-'); +} + +function validationCommandFor(familyIds, kind) { + if (familyIds.includes('ReadNeedComprehensionSynthesis')) return 'pnpm run check:v41-gate5'; + if (familyIds.includes('ReadFitsFindingSynthesis')) return 'pnpm run check:v41-gate6'; + if (familyIds.includes('Conversation') || familyIds.includes('ToolDefinition') || familyIds.includes('Interface')) { + return 'pnpm run check:v41-gate7'; + } + if (kind === 'PromptPart') return 'pnpm run check:v41-gate2'; + return 'pnpm run check:v41-gate3'; +} + +function promptPartRow(repoRoot, sourcePath) { + const source = read(repoRoot, sourcePath); + const category = sourcePath.includes('/generic/') ? 'generic' : 'specific'; + const exportNames = parseExportNames(source); + const familyIds = inferPromptFamilyIds(sourcePath, source); + const templateVariableNames = parseTemplateVariables(source); + const sourceHash = digest(source); + const inventoryId = `promptpart:${category}:${basenameId(sourcePath)}`; + + return { + inventoryId, + rowRoot: rowRoot(inventoryId), + kind: 'PromptPart', + sourcePath, + sourceHash, + exportNames, + registryOwner: inferRegistryOwner(sourcePath), + semanticPurposeId: semanticPurposeId(sourcePath), + promptFamilyIds: familyIds, + composedPromptMemberships: familyIds, + templateVariableNames, + benchmarkFixtureIds: benchmarkFixtureIdsFor(familyIds, 'PromptPart'), + disclosureTier: 'promptpart_identity_source_safe', + validationCommand: validationCommandFor(familyIds, 'PromptPart'), + docCommentPresent: source.includes('@doc-comment-developing-promptpartdevelopment'), + benchmarkDefinitionCount: countMatches(source, /benchmarks?\s*:/giu), + currentVersionPresent: /current_version\s*:/u.test(source), + promptPartExportCount: exportNames.length, + rawPromptTextSerialized: false, + rawProviderResponseSerialized: false, + sourceSafeMetadataOnly: true, + }; +} + +function shouldIncludePromptSource(sourcePath, source) { + if (sourcePath.includes('/raw_promptparts/')) return false; + if (sourcePath.includes('/__tests__/') || sourcePath.includes('/test/')) return false; + if (sourcePath.endsWith('.d.ts')) return false; + return ( + source.includes('@doc-comment-developing-promptdevelopment') || + /\bnew\s+(?:Prompt|AgentPrompt|AgentStepPrompt|DocCodeToolPrompt|[A-Za-z0-9_]+Prompt)\s*\(/u.test(source) || + /\bextends\s+(?:Prompt|DocCodeToolPrompt)\b/u.test(source) || + /attachDocCodeToolPrompt|registerDocCodeToolPrompt|buildPrompt\(/u.test(source) + ); +} + +function promptRow(repoRoot, sourcePath) { + const source = read(repoRoot, sourcePath); + const kind = inferPromptKind(sourcePath, source); + const familyIds = inferPromptFamilyIds(sourcePath, source); + const exportNames = parseExportNames(source); + const classNames = unique([...source.matchAll(/class\s+([A-Za-z0-9_]+Prompt)\b/gu)].map((match) => match[1])); + const promptId = exportNames.find((name) => name.includes('PROMPT')) ?? classNames[0] ?? basenameId(sourcePath); + const inventoryId = `prompt:${promptId}`; + const registryPathIds = parseRegistryPaths(source); + const promptPartReferenceIds = parsePromptPartReferences(source); + + return { + inventoryId, + rowRoot: rowRoot(`${inventoryId}:${sourcePath}`), + kind, + sourcePath, + sourceHash: digest(source), + exportNames, + classNames, + registryOwner: inferRegistryOwner(sourcePath), + semanticPurposeId: semanticPurposeId(sourcePath), + promptFamilyIds: familyIds, + composedPromptMemberships: promptPartReferenceIds, + promptPartReferenceIds, + registryPathIds, + registryPathCount: registryPathIds.length, + templateVariableNames: parseTemplateVariables(source), + benchmarkFixtureIds: benchmarkFixtureIdsFor(familyIds, kind), + disclosureTier: 'prompt_identity_source_safe', + validationCommand: validationCommandFor(familyIds, kind), + docCommentPresent: source.includes('@doc-comment-developing-promptdevelopment'), + promptConstructionCount: countMatches( + source, + /\bnew\s+(?:Prompt|AgentPrompt|AgentStepPrompt|DocCodeToolPrompt|[A-Za-z0-9_]+Prompt)\s*\(/gu, + ), + rawPromptTextSerialized: false, + rawProviderResponseSerialized: false, + sourceSafeMetadataOnly: true, + }; +} + +function collectPromptPartRows(repoRoot) { + const files = [ + ...listFiles(repoRoot, SOURCE_ROOTS.promptPartGeneric, { + include: (_relative, name) => name.startsWith('promptpart_'), + }), + ...listFiles(repoRoot, SOURCE_ROOTS.promptPartSpecific, { + include: (_relative, name) => name.startsWith('promptpart_'), + }), + ]; + return files.map((sourcePath) => promptPartRow(repoRoot, sourcePath)); +} + +function collectPromptRows(repoRoot) { + const files = unique( + PROMPT_SOURCE_ROOTS.flatMap((sourceRoot) => + listFiles(repoRoot, sourceRoot, { + extensions: ['.ts', '.tsx'], + }), + ), + ); + return files + .filter((sourcePath) => shouldIncludePromptSource(sourcePath, read(repoRoot, sourcePath))) + .map((sourcePath) => promptRow(repoRoot, sourcePath)); +} + +function countRowsBy(rows, getter) { + return rows.reduce((acc, row) => { + const key = getter(row); + acc[key] = (acc[key] ?? 0) + 1; + return acc; + }, {}); +} + +function sourceRootRows(repoRoot) { + return Object.entries(SOURCE_ROOTS).map(([id, sourcePath]) => ({ + id, + sourcePath, + present: sourceExists(repoRoot, sourcePath), + })); +} + +function collectFailures({ promptPartRows, promptRows, sourceRoots, coverage }) { + const failures = []; + const missingRoots = sourceRoots.filter((row) => !row.present).map((row) => row.sourcePath); + if (missingRoots.length > 0) failures.push(`Missing source roots: ${missingRoots.join(', ')}`); + if (promptPartRows.length < 1000) failures.push(`Expected at least 1000 PromptPart rows, observed ${promptPartRows.length}.`); + if (promptRows.length < 20) failures.push(`Expected at least 20 composed Prompt rows, observed ${promptRows.length}.`); + if (coverage.genericPromptPartCount < 50) failures.push('Generic PromptPart inventory must cover at least 50 rows.'); + if (coverage.specificPromptPartCount < 1000) failures.push('Specific PromptPart inventory must cover at least 1000 rows.'); + if (coverage.readingPromptRowCount < 5) failures.push('Reading prompt inventory must cover at least 5 rows.'); + if (coverage.conversationPromptRowCount < 1) failures.push('Conversation prompt inventory must cover at least 1 row.'); + if (coverage.toolPromptRowCount < 5) failures.push('Tool-definition prompt inventory must cover at least 5 rows.'); + if (coverage.promptRowsWithRegistryPaths < 10) failures.push('Prompt inventory must capture registry path metadata.'); + if (coverage.promptPartRowsWithDocComments < 50) failures.push('PromptPart inventory must see doc-comment metadata.'); + if (coverage.promptRowsWithDocComments < 5) failures.push('Prompt inventory must see prompt doc-comment metadata.'); + if (coverage.promptPartExportCount < promptPartRows.length) failures.push('Every PromptPart row should expose at least one export.'); + if (coverage.v38BenchmarkReportPassed !== true) failures.push('V38 prompt benchmark report must remain passing.'); + if (coverage.v40BenchmarkSmokePassed !== true) failures.push('V40 prompt benchmark smoke handoff must remain passing.'); + return failures; +} + +export function buildV41PromptPartPromptInventory(input = {}) { + const repoRoot = input.repoRoot ?? DEFAULT_REPO_ROOT; + const generatedAt = input.generatedAt ?? new Date().toISOString(); + const promptPartRows = collectPromptPartRows(repoRoot); + const promptRows = collectPromptRows(repoRoot); + const sourceRoots = sourceRootRows(repoRoot); + const v38Benchmark = buildV38PromptBenchmarkReport({ repoRoot, generatedAt }); + const v40BenchmarkSmoke = buildV40PromptBenchmarkSmokeV41Readiness({ repoRoot, generatedAt }); + + const allRows = [...promptPartRows, ...promptRows]; + const coverage = { + requiredSurfaceIds: [...V41_PROMPT_INVENTORY_REQUIRED_SURFACE_IDS], + requiredFieldIds: [...V41_PROMPT_INVENTORY_REQUIRED_FIELD_IDS], + disclosureTiers: [...V41_PROMPT_INVENTORY_DISCLOSURE_TIERS], + promptPartRowCount: promptPartRows.length, + promptRowCount: promptRows.length, + totalRowCount: allRows.length, + genericPromptPartCount: promptPartRows.filter((row) => row.sourcePath.includes('/generic/')).length, + specificPromptPartCount: promptPartRows.filter((row) => row.sourcePath.includes('/specific/')).length, + promptRowsByKind: countRowsBy(promptRows, (row) => row.kind), + promptPartRowsByFamily: countRowsBy(promptPartRows, (row) => row.promptFamilyIds[0] ?? 'unknown'), + promptRowsByFamily: countRowsBy(promptRows, (row) => row.promptFamilyIds[0] ?? 'unknown'), + readingPromptRowCount: promptRows.filter((row) => + row.promptFamilyIds.some((familyId) => + ['ReadNeedComprehensionSynthesis', 'ReadFitsFindingSynthesis'].includes(familyId), + ), + ).length, + conversationPromptRowCount: promptRows.filter((row) => row.promptFamilyIds.includes('Conversation')).length, + toolPromptRowCount: promptRows.filter((row) => row.promptFamilyIds.includes('ToolDefinition')).length, + interfacePromptRowCount: promptRows.filter((row) => row.promptFamilyIds.includes('Interface')).length, + promptPartRowsWithDocComments: promptPartRows.filter((row) => row.docCommentPresent).length, + promptRowsWithDocComments: promptRows.filter((row) => row.docCommentPresent).length, + promptPartExportCount: promptPartRows.reduce((sum, row) => sum + row.promptPartExportCount, 0), + promptConstructionCount: promptRows.reduce((sum, row) => sum + row.promptConstructionCount, 0), + promptRowsWithRegistryPaths: promptRows.filter((row) => row.registryPathCount > 0).length, + registryPathCount: promptRows.reduce((sum, row) => sum + row.registryPathCount, 0), + templateVariableNameCount: unique(allRows.flatMap((row) => row.templateVariableNames)).length, + benchmarkFixtureCount: unique(allRows.flatMap((row) => row.benchmarkFixtureIds)).length, + sourceRootCount: sourceRoots.length, + sourceRootPresentCount: sourceRoots.filter((row) => row.present).length, + sourceSafeMetadataOnly: true, + rawPromptTextSerialized: false, + rawProviderResponseSerialized: false, + unpaidAssetPackSourceVisible: false, + v38BenchmarkReportPassed: v38Benchmark.passed === true, + v38BenchmarkReportRoot: v38Benchmark.artifactRoot, + v40BenchmarkSmokePassed: v40BenchmarkSmoke.passed === true, + v40BenchmarkSmokeRoot: v40BenchmarkSmoke.artifactRoot, + v42RoadmapPrepared: true, + }; + + const failures = collectFailures({ promptPartRows, promptRows, sourceRoots, coverage }); + + return { + artifactId: 'v41-promptpart-prompt-inventory', + schemaId: V41_PROMPTPART_PROMPT_INVENTORY_SCHEMA_ID, + version: V41_PROMPTPART_PROMPT_INVENTORY_VERSION, + currentTarget: V41_PROMPTPART_PROMPT_INVENTORY_CURRENT_TARGET, + generatedAt, + artifactPath: V41_PROMPTPART_PROMPT_INVENTORY_ARTIFACT_PATH, + artifactRoot: artifactRoot( + JSON.stringify({ + promptPartRows: promptPartRows.map((row) => row.rowRoot), + promptRows: promptRows.map((row) => row.rowRoot), + coverage, + }), + ), + sourceSafetyVerdict: V41_PROMPTPART_PROMPT_INVENTORY_SOURCE_SAFETY_VERDICT, + sourceSafety: { + sourceSafeMetadataOnly: true, + protectedSourceVisible: false, + rawPromptTextSerialized: false, + rawProviderResponseSerialized: false, + credentialsSerialized: false, + unpaidAssetPackSourceVisible: false, + forbiddenPayloadClasses: [...FORBIDDEN_PAYLOAD_CLASSES], + }, + sourceRoots, + coverage, + promptPartRows, + promptRows, + failures, + passed: failures.length === 0, + }; +} diff --git a/packages/protocol/src/index.d.ts b/packages/protocol/src/index.d.ts index 113ef1a69..eff1d879b 100644 --- a/packages/protocol/src/index.d.ts +++ b/packages/protocol/src/index.d.ts @@ -438,6 +438,15 @@ export const V40_PROMOTION_READINESS_GATE_ARTIFACT_PATHS: readonly string[]; export const V40_PROMOTION_READINESS_GENERATED_OUTPUTS: readonly string[]; export function buildV40PromotionReadinessReport(input?: Record): BitcodeProtocolReport; export function listMissingV40PromotionReadinessSources(repoRoot?: string): string[]; +export const V41_PROMPTPART_PROMPT_INVENTORY_ARTIFACT_PATH: string; +export const V41_PROMPTPART_PROMPT_INVENTORY_CURRENT_TARGET: string; +export const V41_PROMPTPART_PROMPT_INVENTORY_SCHEMA_ID: string; +export const V41_PROMPTPART_PROMPT_INVENTORY_VERSION: string; +export const V41_PROMPTPART_PROMPT_INVENTORY_SOURCE_SAFETY_VERDICT: string; +export const V41_PROMPT_INVENTORY_REQUIRED_SURFACE_IDS: readonly string[]; +export const V41_PROMPT_INVENTORY_REQUIRED_FIELD_IDS: readonly string[]; +export const V41_PROMPT_INVENTORY_DISCLOSURE_TIERS: readonly string[]; +export function buildV41PromptPartPromptInventory(input?: Record): BitcodeProtocolReport; export const EXCHANGE_INTENT_ORDER_CONTRACTS_ARTIFACT_PATH: string; export const EXCHANGE_INTENT_ORDER_CONTRACTS_CURRENT_TARGET: string; export const EXCHANGE_INTENT_ORDER_CONTRACTS_SCHEMA_ID: string; diff --git a/packages/protocol/src/index.js b/packages/protocol/src/index.js index 15d9d148b..dd606989b 100644 --- a/packages/protocol/src/index.js +++ b/packages/protocol/src/index.js @@ -480,6 +480,17 @@ export { buildV40PromotionReadinessReport, listMissingV40PromotionReadinessSources } from './canonical/v40-promotion-readiness-report.js'; +export { + V41_PROMPTPART_PROMPT_INVENTORY_ARTIFACT_PATH, + V41_PROMPTPART_PROMPT_INVENTORY_CURRENT_TARGET, + V41_PROMPTPART_PROMPT_INVENTORY_SCHEMA_ID, + V41_PROMPTPART_PROMPT_INVENTORY_SOURCE_SAFETY_VERDICT, + V41_PROMPTPART_PROMPT_INVENTORY_VERSION, + V41_PROMPT_INVENTORY_DISCLOSURE_TIERS, + V41_PROMPT_INVENTORY_REQUIRED_FIELD_IDS, + V41_PROMPT_INVENTORY_REQUIRED_SURFACE_IDS, + buildV41PromptPartPromptInventory +} from './canonical/v41-promptpart-prompt-inventory.js'; export { EXCHANGE_INTENT_ACTION_KINDS, EXCHANGE_INTENT_ORDER_CONTRACTS_ARTIFACT_PATH, diff --git a/packages/protocol/test/v41-promptpart-prompt-inventory.test.js b/packages/protocol/test/v41-promptpart-prompt-inventory.test.js new file mode 100644 index 000000000..aa40dd0b4 --- /dev/null +++ b/packages/protocol/test/v41-promptpart-prompt-inventory.test.js @@ -0,0 +1,80 @@ +import assert from 'node:assert/strict'; +import path from 'node:path'; +import { fileURLToPath } from 'node:url'; +import { test } from 'node:test'; + +import { + V41_PROMPTPART_PROMPT_INVENTORY_ARTIFACT_PATH, + V41_PROMPTPART_PROMPT_INVENTORY_SOURCE_SAFETY_VERDICT, + V41_PROMPT_INVENTORY_REQUIRED_FIELD_IDS, + V41_PROMPT_INVENTORY_REQUIRED_SURFACE_IDS, + buildV41PromptPartPromptInventory, +} from '../src/index.js'; + +const __dirname = path.dirname(fileURLToPath(import.meta.url)); +const repoRoot = path.resolve(__dirname, '..', '..', '..'); + +test('builds source-safe V41 PromptPart and Prompt inventory artifact', () => { + const artifact = buildV41PromptPartPromptInventory({ + generatedAt: '2026-05-26T00:00:00.000Z', + repoRoot, + }); + + assert.equal(artifact.artifactId, 'v41-promptpart-prompt-inventory'); + assert.equal(artifact.schemaId, 'bitcode.v41.promptpartPromptInventory.v1'); + assert.equal(artifact.version, 'V41'); + assert.equal(artifact.currentTarget, 'V40'); + assert.equal(artifact.passed, true); + assert.equal(artifact.artifactPath, V41_PROMPTPART_PROMPT_INVENTORY_ARTIFACT_PATH); + assert.equal(artifact.sourceSafetyVerdict, V41_PROMPTPART_PROMPT_INVENTORY_SOURCE_SAFETY_VERDICT); + assert.match(artifact.artifactRoot, /^v41-promptpart-prompt-inventory:[a-f0-9]{24}$/u); +}); + +test('catalogues raw PromptParts, composed Prompts, registry owners, and benchmark bindings', () => { + const artifact = buildV41PromptPartPromptInventory({ + generatedAt: '2026-05-26T00:00:00.000Z', + repoRoot, + }); + + assert.deepEqual(artifact.coverage.requiredSurfaceIds, [...V41_PROMPT_INVENTORY_REQUIRED_SURFACE_IDS]); + assert.deepEqual(artifact.coverage.requiredFieldIds, [...V41_PROMPT_INVENTORY_REQUIRED_FIELD_IDS]); + assert.equal(artifact.coverage.promptPartRowCount >= 1000, true); + assert.equal(artifact.coverage.promptRowCount >= 20, true); + assert.equal(artifact.coverage.genericPromptPartCount >= 50, true); + assert.equal(artifact.coverage.specificPromptPartCount >= 1000, true); + assert.equal(artifact.coverage.readingPromptRowCount >= 5, true); + assert.equal(artifact.coverage.conversationPromptRowCount >= 1, true); + assert.equal(artifact.coverage.toolPromptRowCount >= 5, true); + assert.equal(artifact.coverage.promptRowsWithRegistryPaths >= 10, true); + assert.equal(artifact.coverage.benchmarkFixtureCount >= 5, true); + assert.equal(artifact.coverage.v38BenchmarkReportPassed, true); + assert.equal(artifact.coverage.v40BenchmarkSmokePassed, true); +}); + +test('keeps inventory metadata source-safe and useful for later prompt rewrites', () => { + const artifact = buildV41PromptPartPromptInventory({ + generatedAt: '2026-05-26T00:00:00.000Z', + repoRoot, + }); + + assert.equal(artifact.sourceSafety.sourceSafeMetadataOnly, true); + assert.equal(artifact.sourceSafety.rawPromptTextSerialized, false); + assert.equal(artifact.sourceSafety.rawProviderResponseSerialized, false); + assert.equal(artifact.sourceSafety.credentialsSerialized, false); + assert.equal(artifact.sourceSafety.unpaidAssetPackSourceVisible, false); + assert.deepEqual(artifact.failures, []); + + const readNeedPromptPart = artifact.promptPartRows.find((row) => + row.promptFamilyIds.includes('ReadNeedComprehensionSynthesis'), + ); + const findingFitsPrompt = artifact.promptRows.find((row) => + row.promptFamilyIds.includes('ReadFitsFindingSynthesis'), + ); + + assert.ok(readNeedPromptPart); + assert.ok(findingFitsPrompt); + assert.equal(readNeedPromptPart.rawPromptTextSerialized, false); + assert.equal(findingFitsPrompt.rawPromptTextSerialized, false); + assert.ok(readNeedPromptPart.benchmarkFixtureIds.length > 0); + assert.ok(findingFitsPrompt.validationCommand.includes('check:v41-gate')); +}); diff --git a/scripts/check-v41-gate1-prompt-program-roadmap-opening.mjs b/scripts/check-v41-gate1-prompt-program-roadmap-opening.mjs index aecdb0f7e..41a34f3ff 100644 --- a/scripts/check-v41-gate1-prompt-program-roadmap-opening.mjs +++ b/scripts/check-v41-gate1-prompt-program-roadmap-opening.mjs @@ -144,7 +144,7 @@ function main() { } assertCheck(failures, roadmap.includes('Current active canonical pointer: `BITCODE_SPEC.txt` -> `V40`'), 'Roadmap must state V40 active pointer.'); - assertCheck(failures, roadmap.includes('Current working gate: V41 Gate 1'), 'Roadmap must state active V41 Gate 1 progression.'); + assertCheck(failures, /Current working gate: V41 Gate (?:1|2)\b/u.test(roadmap), 'Roadmap must state active V41 gate progression.'); assertCheck(failures, roadmap.includes('| V41 | `BITCODE_SPEC_V41.md` | active draft target |'), 'Roadmap must list V41 as active draft target.'); assertCheck(failures, readme.includes('resolves to `V40`; V41 is the active draft target'), 'README must state V40 active / V41 draft posture.'); assertCheck(failures, protocolReadme.includes('V41 Gate 1') && protocolReadme.includes('V40` active, `V41` draft'), 'Protocol README must document V41 Gate 1 active/draft posture.'); diff --git a/scripts/check-v41-gate2-promptpart-prompt-inventory.mjs b/scripts/check-v41-gate2-promptpart-prompt-inventory.mjs new file mode 100644 index 000000000..397e3e3eb --- /dev/null +++ b/scripts/check-v41-gate2-promptpart-prompt-inventory.mjs @@ -0,0 +1,254 @@ +#!/usr/bin/env node + +import { execFileSync } from 'node:child_process'; +import { existsSync, readFileSync } from 'node:fs'; +import path from 'node:path'; +import { fileURLToPath } from 'node:url'; + +const __filename = fileURLToPath(import.meta.url); +const __dirname = path.dirname(__filename); +const defaultRepoRoot = path.resolve(__dirname, '..'); +const ARTIFACT_PATH = '.bitcode/v41-promptpart-prompt-inventory.json'; + +const REQUIRED_SURFACE_IDS = [ + 'raw-promptparts-generic', + 'raw-promptparts-specific', + 'reading-pipeline-prompts', + 'conversation-prompts', + 'tool-definition-prompts', + 'interface-prompts', + 'benchmark-prompts', +]; + +const REQUIRED_FIELD_IDS = [ + 'inventoryId', + 'sourcePath', + 'sourceHash', + 'registryOwner', + 'semanticPurposeId', + 'promptFamilyIds', + 'templateVariableNames', + 'benchmarkFixtureIds', + 'disclosureTier', + 'validationCommand', +]; + +const SECRET_MARKERS = [ + `${['sk', 'proj'].join('-')}-`, + `${['sb', 'secret'].join('_')}__`, + ['service', 'role'].join('_'), + ['eyJhbGciOi', 'JIUzI1Ni'].join(''), + ['OPENAI', 'API', 'KEY'].join('_'), + ['SUPABASE', 'SERVICE', 'ROLE'].join('_'), + ['VERCEL', 'TOKEN'].join('_'), + ['VERCEL', 'OIDC', 'TOKEN'].join('_'), + ['PRIVATE', 'KEY'].join('_'), +]; + +function parseArgs(argv) { + const args = { + skipBranchCheck: false, + skipPackageTests: false, + repoRoot: defaultRepoRoot, + }; + + for (let index = 0; index < argv.length; index += 1) { + const arg = argv[index]; + if (arg === '--skip-branch-check') args.skipBranchCheck = true; + else if (arg === '--skip-package-tests') args.skipPackageTests = true; + else if (arg === '--repo-root') args.repoRoot = path.resolve(argv[++index]); + else if (arg === '--help' || arg === '-h') args.help = true; + else throw new Error(`Unknown argument ${arg}`); + } + + return args; +} + +function printHelp() { + process.stdout.write( + [ + 'Usage: node scripts/check-v41-gate2-promptpart-prompt-inventory.mjs [--skip-branch-check] [--skip-package-tests] [--repo-root ]', + '', + 'Checks V41 Gate 2 source-safe PromptPart and Prompt inventory artifacts, docs, tests, and workflow wiring.', + ].join('\n'), + ); + process.stdout.write('\n'); +} + +function read(root, relativePath) { + return readFileSync(path.join(root, relativePath), 'utf8'); +} + +function fileExists(root, relativePath) { + return existsSync(path.join(root, relativePath)); +} + +function git(root, args) { + return execFileSync('git', args, { cwd: root, encoding: 'utf8' }).trim(); +} + +function run(root, command, args) { + return execFileSync(command, args, { + cwd: root, + encoding: 'utf8', + stdio: ['ignore', 'pipe', 'pipe'], + }).trim(); +} + +function assertCheck(failures, condition, message) { + if (!condition) failures.push(message); +} + +function includesAll(values, requiredValues) { + return requiredValues.every((value) => values.includes(value)); +} + +function main() { + const args = parseArgs(process.argv.slice(2)); + if (args.help) { + printHelp(); + return; + } + + const root = args.repoRoot; + const failures = []; + const pointer = read(root, 'BITCODE_SPEC.txt').trim(); + + assertCheck( + failures, + pointer === 'V40', + `BITCODE_SPEC.txt must remain V40 during V41 gate work. Observed ${pointer || 'empty'}.`, + ); + + if (!args.skipBranchCheck) { + const branch = git(root, ['branch', '--show-current']); + assertCheck( + failures, + branch === 'version/v41' || /^v41\/gate-(?:[2-9]|10)-[a-z0-9][a-z0-9-]*$/u.test(branch), + `V41 Gate 2+ work must occur on version/v41 or v41/gate-2..10-* branches. Observed ${branch || 'detached HEAD'}.`, + ); + } + + const requiredFiles = [ + ARTIFACT_PATH, + 'packages/protocol/src/canonical/v41-promptpart-prompt-inventory.js', + 'packages/protocol/test/v41-promptpart-prompt-inventory.test.js', + 'scripts/generate-v41-promptpart-prompt-inventory.mjs', + 'scripts/check-v41-gate2-promptpart-prompt-inventory.mjs', + 'packages/protocol/src/index.js', + 'packages/protocol/src/index.d.ts', + 'BITCODE_SPEC_V41.md', + 'BITCODE_SPEC_V41_DELTA.md', + 'BITCODE_SPEC_V41_NOTES.md', + 'BITCODE_SPEC_V41_PARITY_MATRIX.md', + 'SPECIFICATIONS_ROADMAP.md', + 'README.md', + 'packages/protocol/README.md', + 'package.json', + '.github/workflows/bitcode-gate-quality.yml', + '.github/workflows/bitcode-canon-quality.yml', + 'packages/prompts/src/raw_promptparts/generic', + 'packages/prompts/src/raw_promptparts/specific', + 'packages/pipelines/asset-pack/src/agents', + 'packages/conversations-generics/src', + 'packages/tools-generics/src', + 'packages/generic-tools', + ]; + + for (const relativePath of requiredFiles) { + assertCheck(failures, fileExists(root, relativePath), `Missing V41 Gate 2 file: ${relativePath}`); + } + + if (failures.length === 0) { + try { + run(root, 'node', ['scripts/generate-v41-promptpart-prompt-inventory.mjs', '--check']); + } catch (error) { + failures.push(`V41 PromptPart/Prompt inventory artifact check failed: ${error.stderr || error.message}`); + } + } + + if (!args.skipPackageTests && failures.length === 0) { + try { + run(root, 'node', ['--test', '--test-force-exit', 'packages/protocol/test/v41-promptpart-prompt-inventory.test.js']); + } catch (error) { + failures.push(`V41 PromptPart/Prompt inventory protocol test failed: ${error.stderr || error.message}`); + } + } + + const serializedArtifact = fileExists(root, ARTIFACT_PATH) ? read(root, ARTIFACT_PATH) : ''; + for (const marker of SECRET_MARKERS) { + assertCheck(failures, !serializedArtifact.includes(marker), `V41 prompt inventory artifact must not contain secret marker ${marker}.`); + } + + const artifact = serializedArtifact ? JSON.parse(serializedArtifact) : null; + if (artifact) { + assertCheck(failures, artifact.artifactId === 'v41-promptpart-prompt-inventory', 'Prompt inventory artifactId must match.'); + assertCheck(failures, artifact.schemaId === 'bitcode.v41.promptpartPromptInventory.v1', 'Prompt inventory schemaId must match.'); + assertCheck(failures, artifact.version === 'V41' && artifact.currentTarget === 'V40', 'Prompt inventory must bind V41 over active V40.'); + assertCheck(failures, artifact.passed === true, 'Prompt inventory artifact must pass.'); + assertCheck( + failures, + artifact.sourceSafetyVerdict === 'source-safe-promptpart-prompt-inventory-metadata', + 'Prompt inventory must be source-safe metadata.', + ); + assertCheck(failures, includesAll(artifact.coverage.requiredSurfaceIds, REQUIRED_SURFACE_IDS), 'Prompt inventory must cover every required surface.'); + assertCheck(failures, includesAll(artifact.coverage.requiredFieldIds, REQUIRED_FIELD_IDS), 'Prompt inventory must cover every required field.'); + assertCheck(failures, artifact.coverage.promptPartRowCount >= 1000, 'Prompt inventory must include at least 1000 PromptPart rows.'); + assertCheck(failures, artifact.coverage.promptRowCount >= 20, 'Prompt inventory must include at least 20 composed Prompt rows.'); + assertCheck(failures, artifact.coverage.readingPromptRowCount >= 5, 'Prompt inventory must include Reading prompt rows.'); + assertCheck(failures, artifact.coverage.conversationPromptRowCount >= 1, 'Prompt inventory must include Conversation prompt rows.'); + assertCheck(failures, artifact.coverage.toolPromptRowCount >= 5, 'Prompt inventory must include tool prompt rows.'); + assertCheck(failures, artifact.coverage.promptRowsWithRegistryPaths >= 10, 'Prompt inventory must include registry path rows.'); + assertCheck(failures, artifact.coverage.promptPartRowsWithDocComments >= 50, 'PromptPart inventory must include doc-comment rows.'); + assertCheck(failures, artifact.coverage.promptRowsWithDocComments >= 5, 'Prompt inventory must include prompt doc-comment rows.'); + assertCheck(failures, artifact.coverage.sourceRootPresentCount === artifact.coverage.sourceRootCount, 'All prompt inventory source roots must exist.'); + assertCheck(failures, artifact.coverage.v38BenchmarkReportPassed === true, 'V38 prompt benchmark report must remain passing.'); + assertCheck(failures, artifact.coverage.v40BenchmarkSmokePassed === true, 'V40 prompt benchmark smoke must remain passing.'); + assertCheck(failures, artifact.coverage.v42RoadmapPrepared === true, 'V42 MVP roadmap posture must be prepared.'); + assertCheck(failures, artifact.sourceSafety.sourceSafeMetadataOnly === true, 'Prompt inventory must be metadata-only.'); + assertCheck(failures, artifact.sourceSafety.rawPromptTextSerialized === false, 'Prompt inventory must not serialize raw prompt text.'); + assertCheck(failures, artifact.sourceSafety.rawProviderResponseSerialized === false, 'Prompt inventory must not serialize raw provider responses.'); + assertCheck(failures, artifact.sourceSafety.unpaidAssetPackSourceVisible === false, 'Prompt inventory must not expose unpaid AssetPack source.'); + assertCheck( + failures, + artifact.promptPartRows.every((row) => /^v41-prompt-inventory-row:[a-f0-9]{24}$/u.test(row.rowRoot)), + 'PromptPart rows must have deterministic row roots.', + ); + assertCheck( + failures, + artifact.promptRows.every((row) => /^v41-prompt-inventory-row:[a-f0-9]{24}$/u.test(row.rowRoot)), + 'Prompt rows must have deterministic row roots.', + ); + assertCheck( + failures, + artifact.promptPartRows.every((row) => row.rawPromptTextSerialized === false && row.rawProviderResponseSerialized === false), + 'PromptPart rows must not serialize prompt text or provider responses.', + ); + assertCheck( + failures, + artifact.promptRows.every((row) => row.rawPromptTextSerialized === false && row.rawProviderResponseSerialized === false), + 'Prompt rows must not serialize prompt text or provider responses.', + ); + } + + const packageJson = fileExists(root, 'package.json') ? read(root, 'package.json') : ''; + assertCheck(failures, packageJson.includes('generate:v41-prompt-inventory'), 'package.json must expose generate:v41-prompt-inventory.'); + assertCheck(failures, packageJson.includes('check:v41-gate2'), 'package.json must expose check:v41-gate2.'); + + const roadmap = fileExists(root, 'SPECIFICATIONS_ROADMAP.md') ? read(root, 'SPECIFICATIONS_ROADMAP.md') : ''; + assertCheck(failures, roadmap.includes('V42'), 'Roadmap must include V42.'); + assertCheck(failures, roadmap.includes('shortest-path Depositing'), 'Roadmap must name shortest-path Depositing.'); + assertCheck(failures, roadmap.includes('shortest-path Reading'), 'Roadmap must name shortest-path Reading.'); + assertCheck(failures, roadmap.includes('AI-reading dominant demonstration'), 'Roadmap must name the AI-reading dominant demonstration.'); + + if (failures.length > 0) { + process.stderr.write(`V41 Gate 2 check failed:\n${failures.map((failure) => `- ${failure}`).join('\n')}\n`); + process.exit(1); + } + + process.stdout.write( + `V41 Gate 2 check passed: promptParts=${artifact.coverage.promptPartRowCount} prompts=${artifact.coverage.promptRowCount} root=${artifact.artifactRoot}\n`, + ); +} + +main(); diff --git a/scripts/generate-v41-promptpart-prompt-inventory.mjs b/scripts/generate-v41-promptpart-prompt-inventory.mjs new file mode 100644 index 000000000..7a8fb5f22 --- /dev/null +++ b/scripts/generate-v41-promptpart-prompt-inventory.mjs @@ -0,0 +1,60 @@ +#!/usr/bin/env node + +import { mkdirSync, readFileSync, writeFileSync } from 'node:fs'; +import path from 'node:path'; +import { fileURLToPath } from 'node:url'; + +import { + V41_PROMPTPART_PROMPT_INVENTORY_ARTIFACT_PATH, + buildV41PromptPartPromptInventory, +} from '../packages/protocol/src/index.js'; + +const __filename = fileURLToPath(import.meta.url); +const __dirname = path.dirname(__filename); +const repoRoot = path.resolve(__dirname, '..'); +const GENERATED_AT = '2026-05-26T00:00:00.000Z'; + +function parseArgs(argv) { + return { + check: argv.includes('--check'), + write: argv.includes('--write') || !argv.includes('--check'), + }; +} + +function main() { + const args = parseArgs(process.argv.slice(2)); + const artifact = buildV41PromptPartPromptInventory({ + generatedAt: GENERATED_AT, + repoRoot, + }); + const outputPath = path.join(repoRoot, V41_PROMPTPART_PROMPT_INVENTORY_ARTIFACT_PATH); + const serialized = `${JSON.stringify(artifact, null, 2)}\n`; + + if (args.check) { + const current = readFileSync(outputPath, 'utf8'); + if (current !== serialized) { + process.stderr.write( + `${V41_PROMPTPART_PROMPT_INVENTORY_ARTIFACT_PATH} is stale. Run pnpm run generate:v41-prompt-inventory.\n`, + ); + process.exitCode = 1; + return; + } + if (!artifact.passed) { + process.stderr.write(`V41 PromptPart/Prompt inventory failed:\n${artifact.failures.map((failure) => `- ${failure}`).join('\n')}\n`); + process.exitCode = 1; + return; + } + process.stdout.write( + `V41 PromptPart/Prompt inventory ok promptParts=${artifact.coverage.promptPartRowCount} prompts=${artifact.coverage.promptRowCount} root=${artifact.artifactRoot}\n`, + ); + return; + } + + mkdirSync(path.dirname(outputPath), { recursive: true }); + writeFileSync(outputPath, serialized); + process.stdout.write( + `Wrote ${V41_PROMPTPART_PROMPT_INVENTORY_ARTIFACT_PATH} promptParts=${artifact.coverage.promptPartRowCount} prompts=${artifact.coverage.promptRowCount} root=${artifact.artifactRoot}\n`, + ); +} + +main();