@codedrifters/configulator 0.0.207 → 0.0.209

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.mts CHANGED
@@ -997,6 +997,26 @@ declare const awsCdkBundle: AgentRuleBundle;
997
997
  */
998
998
  declare const baseBundle: AgentRuleBundle;
999
999
 
1000
+ /**
1001
+ * BCM writer bundle — enabled by default for projects that adopt this
1002
+ * batch.
1003
+ *
1004
+ * Consuming projects can disable it with `excludeBundles: ["bcm-writer"]`.
1005
+ * `appliesWhen` always returns `true` per this batch's directive that
1006
+ * bundles assume peers are present.
1007
+ *
1008
+ * Ships a single consolidated sub-agent (`bcm-writer`) with all 4 phase",
1009
+ * handlers in one prompt (outline, scaffold, context, connect), a
1010
+ * user-invocable skill (`/write-bcm`), and `type:bcm-document` plus
1011
+ * `bcm:*` phase labels.
1012
+ *
1013
+ * The bundle assumes the `people-profile`, `company-profile`, and
1014
+ * `research-pipeline` bundles are also enabled so Phase 4 can hand off
1015
+ * surfaced items via `people:research`, `company:research`, and
1016
+ * `research:scope` issues.
1017
+ */
1018
+ declare const bcmWriterBundle: AgentRuleBundle;
1019
+
1000
1020
  /**
1001
1021
  * Company-profile bundle — opt-in only.
1002
1022
  *
@@ -1016,6 +1036,23 @@ declare const companyProfileBundle: AgentRuleBundle;
1016
1036
  */
1017
1037
  declare const githubWorkflowBundle: AgentRuleBundle;
1018
1038
 
1039
+ /**
1040
+ * Industry-discovery bundle — opt-in only.
1041
+ *
1042
+ * Consuming projects enable it explicitly with
1043
+ * `includeBundles: ["industry-discovery"]`. `appliesWhen` always returns
1044
+ * `false` so the bundle never auto-detects — industry discovery is a
1045
+ * deliberate project-level choice, not a universal default.
1046
+ *
1047
+ * Ships a sub-agent (`industry-discovery-analyst`), a user-invocable
1048
+ * skill (`/discover-industries`), and `type:industry-discovery` plus
1049
+ * `industry:*` phase labels.
1050
+ *
1051
+ * The bundle assumes the `research-pipeline` bundle is also enabled so
1052
+ * Phase 3 can hand off cleared verticals via `research:scope` issues.
1053
+ */
1054
+ declare const industryDiscoveryBundle: AgentRuleBundle;
1055
+
1019
1056
  /**
1020
1057
  * Jest bundle — auto-detected when Jest is in dependencies.
1021
1058
  */
@@ -3471,4 +3508,4 @@ declare const COMPLETE_JOB_ID = "complete";
3471
3508
  */
3472
3509
  declare function addBuildCompleteJob(buildWorkflow: BuildWorkflow): void;
3473
3510
 
3474
- export { AGENT_MODEL, AGENT_PLATFORM, AGENT_RULE_SCOPE, AgentConfig, type AgentConfigOptions, type AgentModel, type AgentPlatform, type AgentPlatformOverrides, type AgentProcedure, type AgentRule, type AgentRuleBundle, type AgentRuleScope, type AgentSkill, type AgentSubAgent, type AgentSubAgentPlatformOverrides, type ApproveMergeUpgradeOptions, AstroConfig, type AstroConfigOptions, type AstroIntegrationSpec, AstroOutput, AstroProject, type AstroProjectOptions, type AwsAccount, AwsCdkProject, type AwsCdkProjectOptions, AwsDeployWorkflow, AwsDeploymentConfig, AwsDeploymentTarget, type AwsDeploymentTargetOptions, type AwsLocalDeploymentConfig, type AwsOrganization, type AwsRegion, AwsTeardownWorkflow, type AwsTeardownWorkflowOptions, BUILT_IN_BUNDLES, CLAUDE_RULE_TARGET, COMPLETE_JOB_ID, type CiDeploymentConfig, type ClassTypeOptions, type ClaudeAutoModeConfig, type ClaudeHookAction, type ClaudeHookEntry, type ClaudeHooksConfig, type ClaudePermissionsConfig, type ClaudeRuleTarget, type ClaudeSandboxConfig, type ClaudeSettingsConfig, type CopilotHandoff, type CursorHookAction, type CursorHooksConfig, type CursorSettingsConfig, DEFAULT_PRIORITY_LABELS, DEFAULT_STATUS_LABELS, DEFAULT_TEARDOWN_BRANCH_PATTERNS, DEFAULT_TYPE_LABELS, type DeployWorkflowOptions, type DeploymentMetadata, type GitBranch, type GitHubBoardMetadata, type GitHubProjectMetadata, type GitHubSprintMetadata, type IDependencyResolver, JsiiFaker, type LabelDefinition, MCP_TRANSPORT, MERGE_METHODS, MIMIMUM_RELEASE_AGE, MINIMUM_RELEASE_AGE, type McpServerConfig, type McpTransport, type MergeMethod, MonorepoProject, type MonorepoProjectOptions, type OrganizationMetadata, PROD_DEPLOY_NAME, PnpmWorkspace, type PnpmWorkspaceOptions, ProjectMetadata, type ProjectMetadataOptions, ROOT_CI_TASK_NAME, ROOT_TURBO_TASK_NAME, type RemoteCacheOptions, type RepositoryMetadata, ResetTask, type ResetTaskOptions, type ResolvedProjectMetadata, type SlackMetadata, type StarlightEditLink, type StarlightLogo, StarlightProject, type StarlightProjectOptions, type StarlightSidebarItem, type StarlightSocialLink, type SyncLabelsOptions, type TemplateResolveResult, TestRunner, TurboRepo, type TurboRepoOptions, TurboRepoTask, type TurboRepoTaskOptions, TypeScriptConfig, TypeScriptProject, type TypeScriptProjectOptions, VERSION, VERSION_KEYS_SKIP, VERSION_NPM_PACKAGES, VSCodeConfig, type VersionKey, Vitest, type VitestConfigOptions, type VitestOptions, addApproveMergeUpgradeWorkflow, addBuildCompleteJob, addSyncLabelsWorkflow, awsCdkBundle, baseBundle, companyProfileBundle, getLatestEligibleVersion, githubWorkflowBundle, jestBundle, meetingAnalysisBundle, orchestratorBundle, peopleProfileBundle, pnpmBundle, prReviewBundle, projenBundle, requirementsAnalystBundle, researchPipelineBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, softwareProfileBundle, turborepoBundle, typescriptBundle, vitestBundle };
3511
+ export { AGENT_MODEL, AGENT_PLATFORM, AGENT_RULE_SCOPE, AgentConfig, type AgentConfigOptions, type AgentModel, type AgentPlatform, type AgentPlatformOverrides, type AgentProcedure, type AgentRule, type AgentRuleBundle, type AgentRuleScope, type AgentSkill, type AgentSubAgent, type AgentSubAgentPlatformOverrides, type ApproveMergeUpgradeOptions, AstroConfig, type AstroConfigOptions, type AstroIntegrationSpec, AstroOutput, AstroProject, type AstroProjectOptions, type AwsAccount, AwsCdkProject, type AwsCdkProjectOptions, AwsDeployWorkflow, AwsDeploymentConfig, AwsDeploymentTarget, type AwsDeploymentTargetOptions, type AwsLocalDeploymentConfig, type AwsOrganization, type AwsRegion, AwsTeardownWorkflow, type AwsTeardownWorkflowOptions, BUILT_IN_BUNDLES, CLAUDE_RULE_TARGET, COMPLETE_JOB_ID, type CiDeploymentConfig, type ClassTypeOptions, type ClaudeAutoModeConfig, type ClaudeHookAction, type ClaudeHookEntry, type ClaudeHooksConfig, type ClaudePermissionsConfig, type ClaudeRuleTarget, type ClaudeSandboxConfig, type ClaudeSettingsConfig, type CopilotHandoff, type CursorHookAction, type CursorHooksConfig, type CursorSettingsConfig, DEFAULT_PRIORITY_LABELS, DEFAULT_STATUS_LABELS, DEFAULT_TEARDOWN_BRANCH_PATTERNS, DEFAULT_TYPE_LABELS, type DeployWorkflowOptions, type DeploymentMetadata, type GitBranch, type GitHubBoardMetadata, type GitHubProjectMetadata, type GitHubSprintMetadata, type IDependencyResolver, JsiiFaker, type LabelDefinition, MCP_TRANSPORT, MERGE_METHODS, MIMIMUM_RELEASE_AGE, MINIMUM_RELEASE_AGE, type McpServerConfig, type McpTransport, type MergeMethod, MonorepoProject, type MonorepoProjectOptions, type OrganizationMetadata, PROD_DEPLOY_NAME, PnpmWorkspace, type PnpmWorkspaceOptions, ProjectMetadata, type ProjectMetadataOptions, ROOT_CI_TASK_NAME, ROOT_TURBO_TASK_NAME, type RemoteCacheOptions, type RepositoryMetadata, ResetTask, type ResetTaskOptions, type ResolvedProjectMetadata, type SlackMetadata, type StarlightEditLink, type StarlightLogo, StarlightProject, type StarlightProjectOptions, type StarlightSidebarItem, type StarlightSocialLink, type SyncLabelsOptions, type TemplateResolveResult, TestRunner, TurboRepo, type TurboRepoOptions, TurboRepoTask, type TurboRepoTaskOptions, TypeScriptConfig, TypeScriptProject, type TypeScriptProjectOptions, VERSION, VERSION_KEYS_SKIP, VERSION_NPM_PACKAGES, VSCodeConfig, type VersionKey, Vitest, type VitestConfigOptions, type VitestOptions, addApproveMergeUpgradeWorkflow, addBuildCompleteJob, addSyncLabelsWorkflow, awsCdkBundle, baseBundle, bcmWriterBundle, companyProfileBundle, getLatestEligibleVersion, githubWorkflowBundle, industryDiscoveryBundle, jestBundle, meetingAnalysisBundle, orchestratorBundle, peopleProfileBundle, pnpmBundle, prReviewBundle, projenBundle, requirementsAnalystBundle, researchPipelineBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, softwareProfileBundle, turborepoBundle, typescriptBundle, vitestBundle };
package/lib/index.d.ts CHANGED
@@ -1046,6 +1046,26 @@ declare const awsCdkBundle: AgentRuleBundle;
1046
1046
  */
1047
1047
  declare const baseBundle: AgentRuleBundle;
1048
1048
 
1049
+ /**
1050
+ * BCM writer bundle — enabled by default for projects that adopt this
1051
+ * batch.
1052
+ *
1053
+ * Consuming projects can disable it with `excludeBundles: ["bcm-writer"]`.
1054
+ * `appliesWhen` always returns `true` per this batch's directive that
1055
+ * bundles assume peers are present.
1056
+ *
1057
+ * Ships a single consolidated sub-agent (`bcm-writer`) with all 4 phase",
1058
+ * handlers in one prompt (outline, scaffold, context, connect), a
1059
+ * user-invocable skill (`/write-bcm`), and `type:bcm-document` plus
1060
+ * `bcm:*` phase labels.
1061
+ *
1062
+ * The bundle assumes the `people-profile`, `company-profile`, and
1063
+ * `research-pipeline` bundles are also enabled so Phase 4 can hand off
1064
+ * surfaced items via `people:research`, `company:research`, and
1065
+ * `research:scope` issues.
1066
+ */
1067
+ declare const bcmWriterBundle: AgentRuleBundle;
1068
+
1049
1069
  /**
1050
1070
  * Company-profile bundle — opt-in only.
1051
1071
  *
@@ -1065,6 +1085,23 @@ declare const companyProfileBundle: AgentRuleBundle;
1065
1085
  */
1066
1086
  declare const githubWorkflowBundle: AgentRuleBundle;
1067
1087
 
1088
+ /**
1089
+ * Industry-discovery bundle — opt-in only.
1090
+ *
1091
+ * Consuming projects enable it explicitly with
1092
+ * `includeBundles: ["industry-discovery"]`. `appliesWhen` always returns
1093
+ * `false` so the bundle never auto-detects — industry discovery is a
1094
+ * deliberate project-level choice, not a universal default.
1095
+ *
1096
+ * Ships a sub-agent (`industry-discovery-analyst`), a user-invocable
1097
+ * skill (`/discover-industries`), and `type:industry-discovery` plus
1098
+ * `industry:*` phase labels.
1099
+ *
1100
+ * The bundle assumes the `research-pipeline` bundle is also enabled so
1101
+ * Phase 3 can hand off cleared verticals via `research:scope` issues.
1102
+ */
1103
+ declare const industryDiscoveryBundle: AgentRuleBundle;
1104
+
1068
1105
  /**
1069
1106
  * Jest bundle — auto-detected when Jest is in dependencies.
1070
1107
  */
@@ -3520,5 +3557,5 @@ declare const COMPLETE_JOB_ID = "complete";
3520
3557
  */
3521
3558
  declare function addBuildCompleteJob(buildWorkflow: BuildWorkflow): void;
3522
3559
 
3523
- export { AGENT_MODEL, AGENT_PLATFORM, AGENT_RULE_SCOPE, AgentConfig, AstroConfig, AstroOutput, AstroProject, AwsCdkProject, AwsDeployWorkflow, AwsDeploymentConfig, AwsDeploymentTarget, AwsTeardownWorkflow, BUILT_IN_BUNDLES, CLAUDE_RULE_TARGET, COMPLETE_JOB_ID, DEFAULT_PRIORITY_LABELS, DEFAULT_STATUS_LABELS, DEFAULT_TEARDOWN_BRANCH_PATTERNS, DEFAULT_TYPE_LABELS, JsiiFaker, MCP_TRANSPORT, MERGE_METHODS, MIMIMUM_RELEASE_AGE, MINIMUM_RELEASE_AGE, MonorepoProject, PROD_DEPLOY_NAME, PnpmWorkspace, ProjectMetadata, ROOT_CI_TASK_NAME, ROOT_TURBO_TASK_NAME, ResetTask, StarlightProject, TestRunner, TurboRepo, TurboRepoTask, TypeScriptConfig, TypeScriptProject, VERSION, VERSION_KEYS_SKIP, VERSION_NPM_PACKAGES, VSCodeConfig, Vitest, addApproveMergeUpgradeWorkflow, addBuildCompleteJob, addSyncLabelsWorkflow, awsCdkBundle, baseBundle, companyProfileBundle, getLatestEligibleVersion, githubWorkflowBundle, jestBundle, meetingAnalysisBundle, orchestratorBundle, peopleProfileBundle, pnpmBundle, prReviewBundle, projenBundle, requirementsAnalystBundle, researchPipelineBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, softwareProfileBundle, turborepoBundle, typescriptBundle, vitestBundle };
3560
+ export { AGENT_MODEL, AGENT_PLATFORM, AGENT_RULE_SCOPE, AgentConfig, AstroConfig, AstroOutput, AstroProject, AwsCdkProject, AwsDeployWorkflow, AwsDeploymentConfig, AwsDeploymentTarget, AwsTeardownWorkflow, BUILT_IN_BUNDLES, CLAUDE_RULE_TARGET, COMPLETE_JOB_ID, DEFAULT_PRIORITY_LABELS, DEFAULT_STATUS_LABELS, DEFAULT_TEARDOWN_BRANCH_PATTERNS, DEFAULT_TYPE_LABELS, JsiiFaker, MCP_TRANSPORT, MERGE_METHODS, MIMIMUM_RELEASE_AGE, MINIMUM_RELEASE_AGE, MonorepoProject, PROD_DEPLOY_NAME, PnpmWorkspace, ProjectMetadata, ROOT_CI_TASK_NAME, ROOT_TURBO_TASK_NAME, ResetTask, StarlightProject, TestRunner, TurboRepo, TurboRepoTask, TypeScriptConfig, TypeScriptProject, VERSION, VERSION_KEYS_SKIP, VERSION_NPM_PACKAGES, VSCodeConfig, Vitest, addApproveMergeUpgradeWorkflow, addBuildCompleteJob, addSyncLabelsWorkflow, awsCdkBundle, baseBundle, bcmWriterBundle, companyProfileBundle, getLatestEligibleVersion, githubWorkflowBundle, industryDiscoveryBundle, jestBundle, meetingAnalysisBundle, orchestratorBundle, peopleProfileBundle, pnpmBundle, prReviewBundle, projenBundle, requirementsAnalystBundle, researchPipelineBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, softwareProfileBundle, turborepoBundle, typescriptBundle, vitestBundle };
3524
3561
  export type { AgentConfigOptions, AgentModel, AgentPlatform, AgentPlatformOverrides, AgentProcedure, AgentRule, AgentRuleBundle, AgentRuleScope, AgentSkill, AgentSubAgent, AgentSubAgentPlatformOverrides, ApproveMergeUpgradeOptions, AstroConfigOptions, AstroIntegrationSpec, AstroProjectOptions, AwsAccount, AwsCdkProjectOptions, AwsDeploymentTargetOptions, AwsLocalDeploymentConfig, AwsOrganization, AwsRegion, AwsTeardownWorkflowOptions, CiDeploymentConfig, ClassTypeOptions, ClaudeAutoModeConfig, ClaudeHookAction, ClaudeHookEntry, ClaudeHooksConfig, ClaudePermissionsConfig, ClaudeRuleTarget, ClaudeSandboxConfig, ClaudeSettingsConfig, CopilotHandoff, CursorHookAction, CursorHooksConfig, CursorSettingsConfig, DeployWorkflowOptions, DeploymentMetadata, GitBranch, GitHubBoardMetadata, GitHubProjectMetadata, GitHubSprintMetadata, IDependencyResolver, LabelDefinition, McpServerConfig, McpTransport, MergeMethod, MonorepoProjectOptions, OrganizationMetadata, PnpmWorkspaceOptions, ProjectMetadataOptions, RemoteCacheOptions, RepositoryMetadata, ResetTaskOptions, ResolvedProjectMetadata, SlackMetadata, StarlightEditLink, StarlightLogo, StarlightProjectOptions, StarlightSidebarItem, StarlightSocialLink, SyncLabelsOptions, TemplateResolveResult, TurboRepoOptions, TurboRepoTaskOptions, TypeScriptProjectOptions, VersionKey, VitestConfigOptions, VitestOptions };