@codedrifters/configulator 0.0.216 → 0.0.218
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 +25 -3
- package/lib/index.d.ts +25 -3
- package/lib/index.js +2841 -65
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2840 -65
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -1124,8 +1124,10 @@ declare const orchestratorBundle: AgentRuleBundle;
|
|
|
1124
1124
|
*
|
|
1125
1125
|
* Consuming projects can disable it with
|
|
1126
1126
|
* `excludeBundles: ["people-profile"]`. `appliesWhen` always returns
|
|
1127
|
-
* `true` per
|
|
1128
|
-
* present
|
|
1127
|
+
* `true` per the operating-system directive that bundles assume peers
|
|
1128
|
+
* are present — in Phase 3 this bundle hands work off to
|
|
1129
|
+
* `company-profile` (via `company:research`) and `software-profile`
|
|
1130
|
+
* (via `software:research`).
|
|
1129
1131
|
*
|
|
1130
1132
|
* Ships a sub-agent (`people-profile-analyst`), a user-invocable skill
|
|
1131
1133
|
* (`/profile-person`), and `type:people-profile` plus `people:*` phase
|
|
@@ -1163,6 +1165,26 @@ declare const projenBundle: AgentRuleBundle;
|
|
|
1163
1165
|
*/
|
|
1164
1166
|
declare const requirementsAnalystBundle: AgentRuleBundle;
|
|
1165
1167
|
|
|
1168
|
+
/**
|
|
1169
|
+
* Requirements writer bundle — enabled by default for projects that adopt
|
|
1170
|
+
* this batch.
|
|
1171
|
+
*
|
|
1172
|
+
* Consuming projects can disable it with
|
|
1173
|
+
* `excludeBundles: ["requirements-writer"]`. `appliesWhen` always returns
|
|
1174
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1175
|
+
* present.
|
|
1176
|
+
*
|
|
1177
|
+
* Ships a single consolidated sub-agent (`requirements-writer`) with the
|
|
1178
|
+
* 11-category taxonomy and decision-authority logic in one prompt, a
|
|
1179
|
+
* user-invocable skill (`/write-requirement`) that ships all 13 templates
|
|
1180
|
+
* plus `standards-and-frameworks.md` as `referenceFiles`, and the
|
|
1181
|
+
* `req:write` plus four `tier:*` labels via the `labels` mechanism.
|
|
1182
|
+
*
|
|
1183
|
+
* `type:requirement` is intentionally **not** declared here — it is
|
|
1184
|
+
* already declared by the `requirements-analyst` bundle and reused.
|
|
1185
|
+
*/
|
|
1186
|
+
declare const requirementsWriterBundle: AgentRuleBundle;
|
|
1187
|
+
|
|
1166
1188
|
/**
|
|
1167
1189
|
* Research-pipeline bundle — enabled by default.
|
|
1168
1190
|
*
|
|
@@ -3563,4 +3585,4 @@ declare const COMPLETE_JOB_ID = "complete";
|
|
|
3563
3585
|
*/
|
|
3564
3586
|
declare function addBuildCompleteJob(buildWorkflow: BuildWorkflow): void;
|
|
3565
3587
|
|
|
3566
|
-
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, maintenanceAuditBundle, meetingAnalysisBundle, orchestratorBundle, peopleProfileBundle, pnpmBundle, prReviewBundle, projenBundle, requirementsAnalystBundle, researchPipelineBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, softwareProfileBundle, turborepoBundle, typescriptBundle, vitestBundle };
|
|
3588
|
+
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, maintenanceAuditBundle, meetingAnalysisBundle, orchestratorBundle, peopleProfileBundle, pnpmBundle, prReviewBundle, projenBundle, requirementsAnalystBundle, requirementsWriterBundle, researchPipelineBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, softwareProfileBundle, turborepoBundle, typescriptBundle, vitestBundle };
|
package/lib/index.d.ts
CHANGED
|
@@ -1173,8 +1173,10 @@ declare const orchestratorBundle: AgentRuleBundle;
|
|
|
1173
1173
|
*
|
|
1174
1174
|
* Consuming projects can disable it with
|
|
1175
1175
|
* `excludeBundles: ["people-profile"]`. `appliesWhen` always returns
|
|
1176
|
-
* `true` per
|
|
1177
|
-
* present
|
|
1176
|
+
* `true` per the operating-system directive that bundles assume peers
|
|
1177
|
+
* are present — in Phase 3 this bundle hands work off to
|
|
1178
|
+
* `company-profile` (via `company:research`) and `software-profile`
|
|
1179
|
+
* (via `software:research`).
|
|
1178
1180
|
*
|
|
1179
1181
|
* Ships a sub-agent (`people-profile-analyst`), a user-invocable skill
|
|
1180
1182
|
* (`/profile-person`), and `type:people-profile` plus `people:*` phase
|
|
@@ -1212,6 +1214,26 @@ declare const projenBundle: AgentRuleBundle;
|
|
|
1212
1214
|
*/
|
|
1213
1215
|
declare const requirementsAnalystBundle: AgentRuleBundle;
|
|
1214
1216
|
|
|
1217
|
+
/**
|
|
1218
|
+
* Requirements writer bundle — enabled by default for projects that adopt
|
|
1219
|
+
* this batch.
|
|
1220
|
+
*
|
|
1221
|
+
* Consuming projects can disable it with
|
|
1222
|
+
* `excludeBundles: ["requirements-writer"]`. `appliesWhen` always returns
|
|
1223
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1224
|
+
* present.
|
|
1225
|
+
*
|
|
1226
|
+
* Ships a single consolidated sub-agent (`requirements-writer`) with the
|
|
1227
|
+
* 11-category taxonomy and decision-authority logic in one prompt, a
|
|
1228
|
+
* user-invocable skill (`/write-requirement`) that ships all 13 templates
|
|
1229
|
+
* plus `standards-and-frameworks.md` as `referenceFiles`, and the
|
|
1230
|
+
* `req:write` plus four `tier:*` labels via the `labels` mechanism.
|
|
1231
|
+
*
|
|
1232
|
+
* `type:requirement` is intentionally **not** declared here — it is
|
|
1233
|
+
* already declared by the `requirements-analyst` bundle and reused.
|
|
1234
|
+
*/
|
|
1235
|
+
declare const requirementsWriterBundle: AgentRuleBundle;
|
|
1236
|
+
|
|
1215
1237
|
/**
|
|
1216
1238
|
* Research-pipeline bundle — enabled by default.
|
|
1217
1239
|
*
|
|
@@ -3612,5 +3634,5 @@ declare const COMPLETE_JOB_ID = "complete";
|
|
|
3612
3634
|
*/
|
|
3613
3635
|
declare function addBuildCompleteJob(buildWorkflow: BuildWorkflow): void;
|
|
3614
3636
|
|
|
3615
|
-
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, maintenanceAuditBundle, meetingAnalysisBundle, orchestratorBundle, peopleProfileBundle, pnpmBundle, prReviewBundle, projenBundle, requirementsAnalystBundle, researchPipelineBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, softwareProfileBundle, turborepoBundle, typescriptBundle, vitestBundle };
|
|
3637
|
+
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, maintenanceAuditBundle, meetingAnalysisBundle, orchestratorBundle, peopleProfileBundle, pnpmBundle, prReviewBundle, projenBundle, requirementsAnalystBundle, requirementsWriterBundle, researchPipelineBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, softwareProfileBundle, turborepoBundle, typescriptBundle, vitestBundle };
|
|
3616
3638
|
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 };
|