@codedrifters/configulator 0.0.206 → 0.0.208
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 +32 -1
- package/lib/index.d.ts +32 -1
- package/lib/index.js +1164 -26
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1162 -26
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -1016,6 +1016,23 @@ declare const companyProfileBundle: AgentRuleBundle;
|
|
|
1016
1016
|
*/
|
|
1017
1017
|
declare const githubWorkflowBundle: AgentRuleBundle;
|
|
1018
1018
|
|
|
1019
|
+
/**
|
|
1020
|
+
* Industry-discovery bundle — opt-in only.
|
|
1021
|
+
*
|
|
1022
|
+
* Consuming projects enable it explicitly with
|
|
1023
|
+
* `includeBundles: ["industry-discovery"]`. `appliesWhen` always returns
|
|
1024
|
+
* `false` so the bundle never auto-detects — industry discovery is a
|
|
1025
|
+
* deliberate project-level choice, not a universal default.
|
|
1026
|
+
*
|
|
1027
|
+
* Ships a sub-agent (`industry-discovery-analyst`), a user-invocable
|
|
1028
|
+
* skill (`/discover-industries`), and `type:industry-discovery` plus
|
|
1029
|
+
* `industry:*` phase labels.
|
|
1030
|
+
*
|
|
1031
|
+
* The bundle assumes the `research-pipeline` bundle is also enabled so
|
|
1032
|
+
* Phase 3 can hand off cleared verticals via `research:scope` issues.
|
|
1033
|
+
*/
|
|
1034
|
+
declare const industryDiscoveryBundle: AgentRuleBundle;
|
|
1035
|
+
|
|
1019
1036
|
/**
|
|
1020
1037
|
* Jest bundle — auto-detected when Jest is in dependencies.
|
|
1021
1038
|
*/
|
|
@@ -1097,6 +1114,20 @@ declare const researchPipelineBundle: AgentRuleBundle;
|
|
|
1097
1114
|
*/
|
|
1098
1115
|
declare const slackBundle: AgentRuleBundle;
|
|
1099
1116
|
|
|
1117
|
+
/**
|
|
1118
|
+
* Software-profile bundle — opt-in only.
|
|
1119
|
+
*
|
|
1120
|
+
* Consuming projects enable it explicitly with
|
|
1121
|
+
* `includeBundles: ["software-profile"]`. `appliesWhen` always returns
|
|
1122
|
+
* `false` so the bundle never auto-detects — software research is a
|
|
1123
|
+
* deliberate project-level choice, not a universal default.
|
|
1124
|
+
*
|
|
1125
|
+
* Ships a sub-agent (`software-profile-analyst`), a user-invocable skill
|
|
1126
|
+
* (`/profile-software`), and `type:software-profile` plus `software:*`
|
|
1127
|
+
* phase labels.
|
|
1128
|
+
*/
|
|
1129
|
+
declare const softwareProfileBundle: AgentRuleBundle;
|
|
1130
|
+
|
|
1100
1131
|
/**
|
|
1101
1132
|
* Turborepo bundle — auto-detected when the TurboRepo component is present.
|
|
1102
1133
|
*/
|
|
@@ -3457,4 +3488,4 @@ declare const COMPLETE_JOB_ID = "complete";
|
|
|
3457
3488
|
*/
|
|
3458
3489
|
declare function addBuildCompleteJob(buildWorkflow: BuildWorkflow): void;
|
|
3459
3490
|
|
|
3460
|
-
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, turborepoBundle, typescriptBundle, vitestBundle };
|
|
3491
|
+
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, industryDiscoveryBundle, jestBundle, meetingAnalysisBundle, orchestratorBundle, peopleProfileBundle, pnpmBundle, prReviewBundle, projenBundle, requirementsAnalystBundle, researchPipelineBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, softwareProfileBundle, turborepoBundle, typescriptBundle, vitestBundle };
|
package/lib/index.d.ts
CHANGED
|
@@ -1065,6 +1065,23 @@ declare const companyProfileBundle: AgentRuleBundle;
|
|
|
1065
1065
|
*/
|
|
1066
1066
|
declare const githubWorkflowBundle: AgentRuleBundle;
|
|
1067
1067
|
|
|
1068
|
+
/**
|
|
1069
|
+
* Industry-discovery bundle — opt-in only.
|
|
1070
|
+
*
|
|
1071
|
+
* Consuming projects enable it explicitly with
|
|
1072
|
+
* `includeBundles: ["industry-discovery"]`. `appliesWhen` always returns
|
|
1073
|
+
* `false` so the bundle never auto-detects — industry discovery is a
|
|
1074
|
+
* deliberate project-level choice, not a universal default.
|
|
1075
|
+
*
|
|
1076
|
+
* Ships a sub-agent (`industry-discovery-analyst`), a user-invocable
|
|
1077
|
+
* skill (`/discover-industries`), and `type:industry-discovery` plus
|
|
1078
|
+
* `industry:*` phase labels.
|
|
1079
|
+
*
|
|
1080
|
+
* The bundle assumes the `research-pipeline` bundle is also enabled so
|
|
1081
|
+
* Phase 3 can hand off cleared verticals via `research:scope` issues.
|
|
1082
|
+
*/
|
|
1083
|
+
declare const industryDiscoveryBundle: AgentRuleBundle;
|
|
1084
|
+
|
|
1068
1085
|
/**
|
|
1069
1086
|
* Jest bundle — auto-detected when Jest is in dependencies.
|
|
1070
1087
|
*/
|
|
@@ -1146,6 +1163,20 @@ declare const researchPipelineBundle: AgentRuleBundle;
|
|
|
1146
1163
|
*/
|
|
1147
1164
|
declare const slackBundle: AgentRuleBundle;
|
|
1148
1165
|
|
|
1166
|
+
/**
|
|
1167
|
+
* Software-profile bundle — opt-in only.
|
|
1168
|
+
*
|
|
1169
|
+
* Consuming projects enable it explicitly with
|
|
1170
|
+
* `includeBundles: ["software-profile"]`. `appliesWhen` always returns
|
|
1171
|
+
* `false` so the bundle never auto-detects — software research is a
|
|
1172
|
+
* deliberate project-level choice, not a universal default.
|
|
1173
|
+
*
|
|
1174
|
+
* Ships a sub-agent (`software-profile-analyst`), a user-invocable skill
|
|
1175
|
+
* (`/profile-software`), and `type:software-profile` plus `software:*`
|
|
1176
|
+
* phase labels.
|
|
1177
|
+
*/
|
|
1178
|
+
declare const softwareProfileBundle: AgentRuleBundle;
|
|
1179
|
+
|
|
1149
1180
|
/**
|
|
1150
1181
|
* Turborepo bundle — auto-detected when the TurboRepo component is present.
|
|
1151
1182
|
*/
|
|
@@ -3506,5 +3537,5 @@ declare const COMPLETE_JOB_ID = "complete";
|
|
|
3506
3537
|
*/
|
|
3507
3538
|
declare function addBuildCompleteJob(buildWorkflow: BuildWorkflow): void;
|
|
3508
3539
|
|
|
3509
|
-
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, turborepoBundle, typescriptBundle, vitestBundle };
|
|
3540
|
+
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, industryDiscoveryBundle, jestBundle, meetingAnalysisBundle, orchestratorBundle, peopleProfileBundle, pnpmBundle, prReviewBundle, projenBundle, requirementsAnalystBundle, researchPipelineBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, softwareProfileBundle, turborepoBundle, typescriptBundle, vitestBundle };
|
|
3510
3541
|
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 };
|