@codedrifters/configulator 0.0.205 → 0.0.207
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 +29 -1
- package/lib/index.d.ts +29 -1
- package/lib/index.js +2441 -1269
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2439 -1269
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -1034,6 +1034,20 @@ declare const meetingAnalysisBundle: AgentRuleBundle;
|
|
|
1034
1034
|
******************************************************************************/
|
|
1035
1035
|
declare const orchestratorBundle: AgentRuleBundle;
|
|
1036
1036
|
|
|
1037
|
+
/**
|
|
1038
|
+
* People-profile bundle — opt-in only.
|
|
1039
|
+
*
|
|
1040
|
+
* Consuming projects enable it explicitly with
|
|
1041
|
+
* `includeBundles: ["people-profile"]`. `appliesWhen` always returns
|
|
1042
|
+
* `false` so the bundle never auto-detects — person research is a
|
|
1043
|
+
* deliberate project-level choice, not a universal default.
|
|
1044
|
+
*
|
|
1045
|
+
* Ships a sub-agent (`people-profile-analyst`), a user-invocable skill
|
|
1046
|
+
* (`/profile-person`), and `type:people-profile` plus `people:*` phase
|
|
1047
|
+
* labels.
|
|
1048
|
+
*/
|
|
1049
|
+
declare const peopleProfileBundle: AgentRuleBundle;
|
|
1050
|
+
|
|
1037
1051
|
/**
|
|
1038
1052
|
* PNPM bundle — auto-detected when the PnpmWorkspace component is present.
|
|
1039
1053
|
*/
|
|
@@ -1083,6 +1097,20 @@ declare const researchPipelineBundle: AgentRuleBundle;
|
|
|
1083
1097
|
*/
|
|
1084
1098
|
declare const slackBundle: AgentRuleBundle;
|
|
1085
1099
|
|
|
1100
|
+
/**
|
|
1101
|
+
* Software-profile bundle — opt-in only.
|
|
1102
|
+
*
|
|
1103
|
+
* Consuming projects enable it explicitly with
|
|
1104
|
+
* `includeBundles: ["software-profile"]`. `appliesWhen` always returns
|
|
1105
|
+
* `false` so the bundle never auto-detects — software research is a
|
|
1106
|
+
* deliberate project-level choice, not a universal default.
|
|
1107
|
+
*
|
|
1108
|
+
* Ships a sub-agent (`software-profile-analyst`), a user-invocable skill
|
|
1109
|
+
* (`/profile-software`), and `type:software-profile` plus `software:*`
|
|
1110
|
+
* phase labels.
|
|
1111
|
+
*/
|
|
1112
|
+
declare const softwareProfileBundle: AgentRuleBundle;
|
|
1113
|
+
|
|
1086
1114
|
/**
|
|
1087
1115
|
* Turborepo bundle — auto-detected when the TurboRepo component is present.
|
|
1088
1116
|
*/
|
|
@@ -3443,4 +3471,4 @@ declare const COMPLETE_JOB_ID = "complete";
|
|
|
3443
3471
|
*/
|
|
3444
3472
|
declare function addBuildCompleteJob(buildWorkflow: BuildWorkflow): void;
|
|
3445
3473
|
|
|
3446
|
-
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, pnpmBundle, prReviewBundle, projenBundle, requirementsAnalystBundle, researchPipelineBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, turborepoBundle, typescriptBundle, vitestBundle };
|
|
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 };
|
package/lib/index.d.ts
CHANGED
|
@@ -1083,6 +1083,20 @@ declare const meetingAnalysisBundle: AgentRuleBundle;
|
|
|
1083
1083
|
******************************************************************************/
|
|
1084
1084
|
declare const orchestratorBundle: AgentRuleBundle;
|
|
1085
1085
|
|
|
1086
|
+
/**
|
|
1087
|
+
* People-profile bundle — opt-in only.
|
|
1088
|
+
*
|
|
1089
|
+
* Consuming projects enable it explicitly with
|
|
1090
|
+
* `includeBundles: ["people-profile"]`. `appliesWhen` always returns
|
|
1091
|
+
* `false` so the bundle never auto-detects — person research is a
|
|
1092
|
+
* deliberate project-level choice, not a universal default.
|
|
1093
|
+
*
|
|
1094
|
+
* Ships a sub-agent (`people-profile-analyst`), a user-invocable skill
|
|
1095
|
+
* (`/profile-person`), and `type:people-profile` plus `people:*` phase
|
|
1096
|
+
* labels.
|
|
1097
|
+
*/
|
|
1098
|
+
declare const peopleProfileBundle: AgentRuleBundle;
|
|
1099
|
+
|
|
1086
1100
|
/**
|
|
1087
1101
|
* PNPM bundle — auto-detected when the PnpmWorkspace component is present.
|
|
1088
1102
|
*/
|
|
@@ -1132,6 +1146,20 @@ declare const researchPipelineBundle: AgentRuleBundle;
|
|
|
1132
1146
|
*/
|
|
1133
1147
|
declare const slackBundle: AgentRuleBundle;
|
|
1134
1148
|
|
|
1149
|
+
/**
|
|
1150
|
+
* Software-profile bundle — opt-in only.
|
|
1151
|
+
*
|
|
1152
|
+
* Consuming projects enable it explicitly with
|
|
1153
|
+
* `includeBundles: ["software-profile"]`. `appliesWhen` always returns
|
|
1154
|
+
* `false` so the bundle never auto-detects — software research is a
|
|
1155
|
+
* deliberate project-level choice, not a universal default.
|
|
1156
|
+
*
|
|
1157
|
+
* Ships a sub-agent (`software-profile-analyst`), a user-invocable skill
|
|
1158
|
+
* (`/profile-software`), and `type:software-profile` plus `software:*`
|
|
1159
|
+
* phase labels.
|
|
1160
|
+
*/
|
|
1161
|
+
declare const softwareProfileBundle: AgentRuleBundle;
|
|
1162
|
+
|
|
1135
1163
|
/**
|
|
1136
1164
|
* Turborepo bundle — auto-detected when the TurboRepo component is present.
|
|
1137
1165
|
*/
|
|
@@ -3492,5 +3520,5 @@ declare const COMPLETE_JOB_ID = "complete";
|
|
|
3492
3520
|
*/
|
|
3493
3521
|
declare function addBuildCompleteJob(buildWorkflow: BuildWorkflow): void;
|
|
3494
3522
|
|
|
3495
|
-
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, pnpmBundle, prReviewBundle, projenBundle, requirementsAnalystBundle, researchPipelineBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, turborepoBundle, typescriptBundle, vitestBundle };
|
|
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 };
|
|
3496
3524
|
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 };
|