@codedrifters/configulator 0.0.198 → 0.0.200
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 +20 -1
- package/lib/index.d.ts +20 -1
- package/lib/index.js +429 -90
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +424 -86
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -1025,6 +1025,15 @@ declare const orchestratorBundle: AgentRuleBundle;
|
|
|
1025
1025
|
*/
|
|
1026
1026
|
declare const pnpmBundle: AgentRuleBundle;
|
|
1027
1027
|
|
|
1028
|
+
/*******************************************************************************
|
|
1029
|
+
*
|
|
1030
|
+
* Bundle definition — opt-in. Consumers must include via `includeBundles`
|
|
1031
|
+
* (or it auto-detects through the appliesWhen below). No hardcoded
|
|
1032
|
+
* domain-specific content.
|
|
1033
|
+
*
|
|
1034
|
+
******************************************************************************/
|
|
1035
|
+
declare const prReviewBundle: AgentRuleBundle;
|
|
1036
|
+
|
|
1028
1037
|
/**
|
|
1029
1038
|
* Projen bundle — auto-detected when `projen` is in dependencies.
|
|
1030
1039
|
*/
|
|
@@ -1791,6 +1800,11 @@ declare const VERSION: {
|
|
|
1791
1800
|
* Version of Node.js to use in CI workflows at github actions.
|
|
1792
1801
|
*/
|
|
1793
1802
|
readonly NODE_WORKFLOWS: "24";
|
|
1803
|
+
/**
|
|
1804
|
+
* Version of `pnpm/action-setup` to use in GitHub workflows.
|
|
1805
|
+
* Tracks the version projen currently emits (see node_modules/projen/lib/javascript/node-project.js).
|
|
1806
|
+
*/
|
|
1807
|
+
readonly PNPM_ACTION_SETUP_VERSION: "v5";
|
|
1794
1808
|
/**
|
|
1795
1809
|
* Version of PNPM to use in workflows at github actions.
|
|
1796
1810
|
*/
|
|
@@ -1799,6 +1813,11 @@ declare const VERSION: {
|
|
|
1799
1813
|
* Version of Projen to use.
|
|
1800
1814
|
*/
|
|
1801
1815
|
readonly PROJEN_VERSION: "0.99.48";
|
|
1816
|
+
/**
|
|
1817
|
+
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
1818
|
+
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
1819
|
+
*/
|
|
1820
|
+
readonly SETUP_NODE_ACTION_VERSION: "v6";
|
|
1802
1821
|
/**
|
|
1803
1822
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
1804
1823
|
* Starlight's image optimization pipeline).
|
|
@@ -3386,4 +3405,4 @@ declare const COMPLETE_JOB_ID = "complete";
|
|
|
3386
3405
|
*/
|
|
3387
3406
|
declare function addBuildCompleteJob(buildWorkflow: BuildWorkflow): void;
|
|
3388
3407
|
|
|
3389
|
-
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, getLatestEligibleVersion, githubWorkflowBundle, jestBundle, meetingAnalysisBundle, orchestratorBundle, pnpmBundle, projenBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, turborepoBundle, typescriptBundle, vitestBundle };
|
|
3408
|
+
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, getLatestEligibleVersion, githubWorkflowBundle, jestBundle, meetingAnalysisBundle, orchestratorBundle, pnpmBundle, prReviewBundle, projenBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, turborepoBundle, typescriptBundle, vitestBundle };
|
package/lib/index.d.ts
CHANGED
|
@@ -1074,6 +1074,15 @@ declare const orchestratorBundle: AgentRuleBundle;
|
|
|
1074
1074
|
*/
|
|
1075
1075
|
declare const pnpmBundle: AgentRuleBundle;
|
|
1076
1076
|
|
|
1077
|
+
/*******************************************************************************
|
|
1078
|
+
*
|
|
1079
|
+
* Bundle definition — opt-in. Consumers must include via `includeBundles`
|
|
1080
|
+
* (or it auto-detects through the appliesWhen below). No hardcoded
|
|
1081
|
+
* domain-specific content.
|
|
1082
|
+
*
|
|
1083
|
+
******************************************************************************/
|
|
1084
|
+
declare const prReviewBundle: AgentRuleBundle;
|
|
1085
|
+
|
|
1077
1086
|
/**
|
|
1078
1087
|
* Projen bundle — auto-detected when `projen` is in dependencies.
|
|
1079
1088
|
*/
|
|
@@ -1840,6 +1849,11 @@ declare const VERSION: {
|
|
|
1840
1849
|
* Version of Node.js to use in CI workflows at github actions.
|
|
1841
1850
|
*/
|
|
1842
1851
|
readonly NODE_WORKFLOWS: "24";
|
|
1852
|
+
/**
|
|
1853
|
+
* Version of `pnpm/action-setup` to use in GitHub workflows.
|
|
1854
|
+
* Tracks the version projen currently emits (see node_modules/projen/lib/javascript/node-project.js).
|
|
1855
|
+
*/
|
|
1856
|
+
readonly PNPM_ACTION_SETUP_VERSION: "v5";
|
|
1843
1857
|
/**
|
|
1844
1858
|
* Version of PNPM to use in workflows at github actions.
|
|
1845
1859
|
*/
|
|
@@ -1848,6 +1862,11 @@ declare const VERSION: {
|
|
|
1848
1862
|
* Version of Projen to use.
|
|
1849
1863
|
*/
|
|
1850
1864
|
readonly PROJEN_VERSION: "0.99.48";
|
|
1865
|
+
/**
|
|
1866
|
+
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
1867
|
+
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
1868
|
+
*/
|
|
1869
|
+
readonly SETUP_NODE_ACTION_VERSION: "v6";
|
|
1851
1870
|
/**
|
|
1852
1871
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
1853
1872
|
* Starlight's image optimization pipeline).
|
|
@@ -3435,5 +3454,5 @@ declare const COMPLETE_JOB_ID = "complete";
|
|
|
3435
3454
|
*/
|
|
3436
3455
|
declare function addBuildCompleteJob(buildWorkflow: BuildWorkflow): void;
|
|
3437
3456
|
|
|
3438
|
-
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, getLatestEligibleVersion, githubWorkflowBundle, jestBundle, meetingAnalysisBundle, orchestratorBundle, pnpmBundle, projenBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, turborepoBundle, typescriptBundle, vitestBundle };
|
|
3457
|
+
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, getLatestEligibleVersion, githubWorkflowBundle, jestBundle, meetingAnalysisBundle, orchestratorBundle, pnpmBundle, prReviewBundle, projenBundle, resolveModelAlias, resolveTemplateVariables, slackBundle, turborepoBundle, typescriptBundle, vitestBundle };
|
|
3439
3458
|
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 };
|