@codedrifters/configulator 0.0.210 → 0.0.212
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 -28
- package/lib/index.d.ts +32 -28
- package/lib/index.js +13 -13
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +13 -13
- package/lib/index.mjs.map +1 -1
- package/package.json +2 -2
package/lib/index.d.mts
CHANGED
|
@@ -1018,12 +1018,12 @@ declare const baseBundle: AgentRuleBundle;
|
|
|
1018
1018
|
declare const bcmWriterBundle: AgentRuleBundle;
|
|
1019
1019
|
|
|
1020
1020
|
/**
|
|
1021
|
-
* Company-profile bundle —
|
|
1021
|
+
* Company-profile bundle — enabled by default.
|
|
1022
1022
|
*
|
|
1023
|
-
* Consuming projects
|
|
1024
|
-
* `
|
|
1025
|
-
* `
|
|
1026
|
-
*
|
|
1023
|
+
* Consuming projects can disable it with
|
|
1024
|
+
* `excludeBundles: ["company-profile"]`. `appliesWhen` always returns
|
|
1025
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1026
|
+
* present.
|
|
1027
1027
|
*
|
|
1028
1028
|
* Ships a sub-agent (`company-profile-analyst`), a user-invocable skill
|
|
1029
1029
|
* (`/profile-company`), and `type:company-profile` plus `company:*`
|
|
@@ -1037,12 +1037,12 @@ declare const companyProfileBundle: AgentRuleBundle;
|
|
|
1037
1037
|
declare const githubWorkflowBundle: AgentRuleBundle;
|
|
1038
1038
|
|
|
1039
1039
|
/**
|
|
1040
|
-
* Industry-discovery bundle —
|
|
1040
|
+
* Industry-discovery bundle — enabled by default.
|
|
1041
1041
|
*
|
|
1042
|
-
* Consuming projects
|
|
1043
|
-
* `
|
|
1044
|
-
* `
|
|
1045
|
-
*
|
|
1042
|
+
* Consuming projects can disable it with
|
|
1043
|
+
* `excludeBundles: ["industry-discovery"]`. `appliesWhen` always returns
|
|
1044
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1045
|
+
* present.
|
|
1046
1046
|
*
|
|
1047
1047
|
* Ships a sub-agent (`industry-discovery-analyst`), a user-invocable
|
|
1048
1048
|
* skill (`/discover-industries`), and `type:industry-discovery` plus
|
|
@@ -1059,8 +1059,12 @@ declare const industryDiscoveryBundle: AgentRuleBundle;
|
|
|
1059
1059
|
declare const jestBundle: AgentRuleBundle;
|
|
1060
1060
|
|
|
1061
1061
|
/**
|
|
1062
|
-
* Maintenance-audit bundle —
|
|
1063
|
-
*
|
|
1062
|
+
* Maintenance-audit bundle — enabled by default.
|
|
1063
|
+
*
|
|
1064
|
+
* Consuming projects can disable it with
|
|
1065
|
+
* `excludeBundles: ["maintenance-audit"]`. `appliesWhen` always returns
|
|
1066
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1067
|
+
* present.
|
|
1064
1068
|
*
|
|
1065
1069
|
* Provides a 2-phase documentation-maintenance pipeline (scan → fix)
|
|
1066
1070
|
* designed for any project with structured doc registries and
|
|
@@ -1085,12 +1089,12 @@ declare const meetingAnalysisBundle: AgentRuleBundle;
|
|
|
1085
1089
|
declare const orchestratorBundle: AgentRuleBundle;
|
|
1086
1090
|
|
|
1087
1091
|
/**
|
|
1088
|
-
* People-profile bundle —
|
|
1092
|
+
* People-profile bundle — enabled by default.
|
|
1089
1093
|
*
|
|
1090
|
-
* Consuming projects
|
|
1091
|
-
* `
|
|
1092
|
-
* `
|
|
1093
|
-
*
|
|
1094
|
+
* Consuming projects can disable it with
|
|
1095
|
+
* `excludeBundles: ["people-profile"]`. `appliesWhen` always returns
|
|
1096
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1097
|
+
* present.
|
|
1094
1098
|
*
|
|
1095
1099
|
* Ships a sub-agent (`people-profile-analyst`), a user-invocable skill
|
|
1096
1100
|
* (`/profile-person`), and `type:people-profile` plus `people:*` phase
|
|
@@ -1129,12 +1133,12 @@ declare const projenBundle: AgentRuleBundle;
|
|
|
1129
1133
|
declare const requirementsAnalystBundle: AgentRuleBundle;
|
|
1130
1134
|
|
|
1131
1135
|
/**
|
|
1132
|
-
* Research-pipeline bundle —
|
|
1136
|
+
* Research-pipeline bundle — enabled by default.
|
|
1133
1137
|
*
|
|
1134
|
-
* Consuming projects
|
|
1135
|
-
* `
|
|
1136
|
-
* `
|
|
1137
|
-
*
|
|
1138
|
+
* Consuming projects can disable it with
|
|
1139
|
+
* `excludeBundles: ["research-pipeline"]`. `appliesWhen` always returns
|
|
1140
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1141
|
+
* present.
|
|
1138
1142
|
*
|
|
1139
1143
|
* Ships a sub-agent (`research-analyst`), a user-invocable skill
|
|
1140
1144
|
* (`/research`), and `type:research` plus `research:*` phase labels.
|
|
@@ -1148,12 +1152,12 @@ declare const researchPipelineBundle: AgentRuleBundle;
|
|
|
1148
1152
|
declare const slackBundle: AgentRuleBundle;
|
|
1149
1153
|
|
|
1150
1154
|
/**
|
|
1151
|
-
* Software-profile bundle —
|
|
1155
|
+
* Software-profile bundle — enabled by default.
|
|
1152
1156
|
*
|
|
1153
|
-
* Consuming projects
|
|
1154
|
-
* `
|
|
1155
|
-
* `
|
|
1156
|
-
*
|
|
1157
|
+
* Consuming projects can disable it with
|
|
1158
|
+
* `excludeBundles: ["software-profile"]`. `appliesWhen` always returns
|
|
1159
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1160
|
+
* present.
|
|
1157
1161
|
*
|
|
1158
1162
|
* Ships a sub-agent (`software-profile-analyst`), a user-invocable skill
|
|
1159
1163
|
* (`/profile-software`), and `type:software-profile` plus `software:*`
|
|
@@ -1907,7 +1911,7 @@ declare const VERSION: {
|
|
|
1907
1911
|
*
|
|
1908
1912
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
1909
1913
|
*/
|
|
1910
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
1914
|
+
readonly AWS_CDK_LIB_VERSION: "2.250.0";
|
|
1911
1915
|
/**
|
|
1912
1916
|
* Version of the AWS Constructs library to use.
|
|
1913
1917
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -1067,12 +1067,12 @@ declare const baseBundle: AgentRuleBundle;
|
|
|
1067
1067
|
declare const bcmWriterBundle: AgentRuleBundle;
|
|
1068
1068
|
|
|
1069
1069
|
/**
|
|
1070
|
-
* Company-profile bundle —
|
|
1070
|
+
* Company-profile bundle — enabled by default.
|
|
1071
1071
|
*
|
|
1072
|
-
* Consuming projects
|
|
1073
|
-
* `
|
|
1074
|
-
* `
|
|
1075
|
-
*
|
|
1072
|
+
* Consuming projects can disable it with
|
|
1073
|
+
* `excludeBundles: ["company-profile"]`. `appliesWhen` always returns
|
|
1074
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1075
|
+
* present.
|
|
1076
1076
|
*
|
|
1077
1077
|
* Ships a sub-agent (`company-profile-analyst`), a user-invocable skill
|
|
1078
1078
|
* (`/profile-company`), and `type:company-profile` plus `company:*`
|
|
@@ -1086,12 +1086,12 @@ declare const companyProfileBundle: AgentRuleBundle;
|
|
|
1086
1086
|
declare const githubWorkflowBundle: AgentRuleBundle;
|
|
1087
1087
|
|
|
1088
1088
|
/**
|
|
1089
|
-
* Industry-discovery bundle —
|
|
1089
|
+
* Industry-discovery bundle — enabled by default.
|
|
1090
1090
|
*
|
|
1091
|
-
* Consuming projects
|
|
1092
|
-
* `
|
|
1093
|
-
* `
|
|
1094
|
-
*
|
|
1091
|
+
* Consuming projects can disable it with
|
|
1092
|
+
* `excludeBundles: ["industry-discovery"]`. `appliesWhen` always returns
|
|
1093
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1094
|
+
* present.
|
|
1095
1095
|
*
|
|
1096
1096
|
* Ships a sub-agent (`industry-discovery-analyst`), a user-invocable
|
|
1097
1097
|
* skill (`/discover-industries`), and `type:industry-discovery` plus
|
|
@@ -1108,8 +1108,12 @@ declare const industryDiscoveryBundle: AgentRuleBundle;
|
|
|
1108
1108
|
declare const jestBundle: AgentRuleBundle;
|
|
1109
1109
|
|
|
1110
1110
|
/**
|
|
1111
|
-
* Maintenance-audit bundle —
|
|
1112
|
-
*
|
|
1111
|
+
* Maintenance-audit bundle — enabled by default.
|
|
1112
|
+
*
|
|
1113
|
+
* Consuming projects can disable it with
|
|
1114
|
+
* `excludeBundles: ["maintenance-audit"]`. `appliesWhen` always returns
|
|
1115
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1116
|
+
* present.
|
|
1113
1117
|
*
|
|
1114
1118
|
* Provides a 2-phase documentation-maintenance pipeline (scan → fix)
|
|
1115
1119
|
* designed for any project with structured doc registries and
|
|
@@ -1134,12 +1138,12 @@ declare const meetingAnalysisBundle: AgentRuleBundle;
|
|
|
1134
1138
|
declare const orchestratorBundle: AgentRuleBundle;
|
|
1135
1139
|
|
|
1136
1140
|
/**
|
|
1137
|
-
* People-profile bundle —
|
|
1141
|
+
* People-profile bundle — enabled by default.
|
|
1138
1142
|
*
|
|
1139
|
-
* Consuming projects
|
|
1140
|
-
* `
|
|
1141
|
-
* `
|
|
1142
|
-
*
|
|
1143
|
+
* Consuming projects can disable it with
|
|
1144
|
+
* `excludeBundles: ["people-profile"]`. `appliesWhen` always returns
|
|
1145
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1146
|
+
* present.
|
|
1143
1147
|
*
|
|
1144
1148
|
* Ships a sub-agent (`people-profile-analyst`), a user-invocable skill
|
|
1145
1149
|
* (`/profile-person`), and `type:people-profile` plus `people:*` phase
|
|
@@ -1178,12 +1182,12 @@ declare const projenBundle: AgentRuleBundle;
|
|
|
1178
1182
|
declare const requirementsAnalystBundle: AgentRuleBundle;
|
|
1179
1183
|
|
|
1180
1184
|
/**
|
|
1181
|
-
* Research-pipeline bundle —
|
|
1185
|
+
* Research-pipeline bundle — enabled by default.
|
|
1182
1186
|
*
|
|
1183
|
-
* Consuming projects
|
|
1184
|
-
* `
|
|
1185
|
-
* `
|
|
1186
|
-
*
|
|
1187
|
+
* Consuming projects can disable it with
|
|
1188
|
+
* `excludeBundles: ["research-pipeline"]`. `appliesWhen` always returns
|
|
1189
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1190
|
+
* present.
|
|
1187
1191
|
*
|
|
1188
1192
|
* Ships a sub-agent (`research-analyst`), a user-invocable skill
|
|
1189
1193
|
* (`/research`), and `type:research` plus `research:*` phase labels.
|
|
@@ -1197,12 +1201,12 @@ declare const researchPipelineBundle: AgentRuleBundle;
|
|
|
1197
1201
|
declare const slackBundle: AgentRuleBundle;
|
|
1198
1202
|
|
|
1199
1203
|
/**
|
|
1200
|
-
* Software-profile bundle —
|
|
1204
|
+
* Software-profile bundle — enabled by default.
|
|
1201
1205
|
*
|
|
1202
|
-
* Consuming projects
|
|
1203
|
-
* `
|
|
1204
|
-
* `
|
|
1205
|
-
*
|
|
1206
|
+
* Consuming projects can disable it with
|
|
1207
|
+
* `excludeBundles: ["software-profile"]`. `appliesWhen` always returns
|
|
1208
|
+
* `true` per this batch's directive that bundles assume peers are
|
|
1209
|
+
* present.
|
|
1206
1210
|
*
|
|
1207
1211
|
* Ships a sub-agent (`software-profile-analyst`), a user-invocable skill
|
|
1208
1212
|
* (`/profile-software`), and `type:software-profile` plus `software:*`
|
|
@@ -1956,7 +1960,7 @@ declare const VERSION: {
|
|
|
1956
1960
|
*
|
|
1957
1961
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
1958
1962
|
*/
|
|
1959
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
1963
|
+
readonly AWS_CDK_LIB_VERSION: "2.250.0";
|
|
1960
1964
|
/**
|
|
1961
1965
|
* Version of the AWS Constructs library to use.
|
|
1962
1966
|
*/
|
package/lib/index.js
CHANGED
|
@@ -2113,8 +2113,8 @@ var profileCompanySkill = {
|
|
|
2113
2113
|
};
|
|
2114
2114
|
var companyProfileBundle = {
|
|
2115
2115
|
name: "company-profile",
|
|
2116
|
-
description: "Company research and profiling pipeline: research, draft profile, followup.
|
|
2117
|
-
appliesWhen: () =>
|
|
2116
|
+
description: "Company research and profiling pipeline: research, draft profile, followup. Enabled by default; domain-neutral; filesystem-durable between phases.",
|
|
2117
|
+
appliesWhen: () => true,
|
|
2118
2118
|
rules: [
|
|
2119
2119
|
{
|
|
2120
2120
|
name: "company-profile-workflow",
|
|
@@ -2779,8 +2779,8 @@ var discoverIndustriesSkill = {
|
|
|
2779
2779
|
};
|
|
2780
2780
|
var industryDiscoveryBundle = {
|
|
2781
2781
|
name: "industry-discovery",
|
|
2782
|
-
description: "Industry-vertical discovery pipeline: discover candidates, evaluate against a fit rubric, plan downstream research.
|
|
2783
|
-
appliesWhen: () =>
|
|
2782
|
+
description: "Industry-vertical discovery pipeline: discover candidates, evaluate against a fit rubric, plan downstream research. Enabled by default; domain-neutral; filesystem-durable between phases.",
|
|
2783
|
+
appliesWhen: () => true,
|
|
2784
2784
|
rules: [
|
|
2785
2785
|
{
|
|
2786
2786
|
name: "industry-discovery-workflow",
|
|
@@ -3322,8 +3322,8 @@ var maintenanceAuditSkill = {
|
|
|
3322
3322
|
};
|
|
3323
3323
|
var maintenanceAuditBundle = {
|
|
3324
3324
|
name: "maintenance-audit",
|
|
3325
|
-
description: "Documentation-maintenance agent bundle. 2-phase pipeline (scan, fix) with maint:* phase labels for auditing registries and cross-references and applying idempotent fixes.",
|
|
3326
|
-
appliesWhen: () =>
|
|
3325
|
+
description: "Documentation-maintenance agent bundle. 2-phase pipeline (scan, fix) with maint:* phase labels for auditing registries and cross-references and applying idempotent fixes. Enabled by default.",
|
|
3326
|
+
appliesWhen: () => true,
|
|
3327
3327
|
rules: [
|
|
3328
3328
|
{
|
|
3329
3329
|
name: "maintenance-audit-workflow",
|
|
@@ -4931,8 +4931,8 @@ var profilePersonSkill = {
|
|
|
4931
4931
|
};
|
|
4932
4932
|
var peopleProfileBundle = {
|
|
4933
4933
|
name: "people-profile",
|
|
4934
|
-
description: "People research and profiling pipeline: research, draft profile, followup.
|
|
4935
|
-
appliesWhen: () =>
|
|
4934
|
+
description: "People research and profiling pipeline: research, draft profile, followup. Enabled by default; domain-neutral; filesystem-durable between phases; cross-references existing companies, software, and meeting notes without creating new downstream issues.",
|
|
4935
|
+
appliesWhen: () => true,
|
|
4936
4936
|
rules: [
|
|
4937
4937
|
{
|
|
4938
4938
|
name: "people-profile-workflow",
|
|
@@ -6658,8 +6658,8 @@ var researchSkill = {
|
|
|
6658
6658
|
};
|
|
6659
6659
|
var researchPipelineBundle = {
|
|
6660
6660
|
name: "research-pipeline",
|
|
6661
|
-
description: "Generic research micro-task pipeline: scope, N-way slice search/synthesize, and verify.
|
|
6662
|
-
appliesWhen: () =>
|
|
6661
|
+
description: "Generic research micro-task pipeline: scope, N-way slice search/synthesize, and verify. Enabled by default; domain-neutral; filesystem-durable between phases.",
|
|
6662
|
+
appliesWhen: () => true,
|
|
6663
6663
|
rules: [
|
|
6664
6664
|
{
|
|
6665
6665
|
name: "research-pipeline-workflow",
|
|
@@ -7304,8 +7304,8 @@ var profileSoftwareSkill = {
|
|
|
7304
7304
|
};
|
|
7305
7305
|
var softwareProfileBundle = {
|
|
7306
7306
|
name: "software-profile",
|
|
7307
|
-
description: "Software research, profiling, and feature-matrix pipeline: research, profile, matrix, followup.
|
|
7308
|
-
appliesWhen: () =>
|
|
7307
|
+
description: "Software research, profiling, and feature-matrix pipeline: research, profile, matrix, followup. Enabled by default; domain-neutral; filesystem-durable between phases; ranks features against configurable segment-importance weights.",
|
|
7308
|
+
appliesWhen: () => true,
|
|
7309
7309
|
rules: [
|
|
7310
7310
|
{
|
|
7311
7311
|
name: "software-profile-workflow",
|
|
@@ -7765,7 +7765,7 @@ var VERSION = {
|
|
|
7765
7765
|
*
|
|
7766
7766
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
7767
7767
|
*/
|
|
7768
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
7768
|
+
AWS_CDK_LIB_VERSION: "2.250.0",
|
|
7769
7769
|
/**
|
|
7770
7770
|
* Version of the AWS Constructs library to use.
|
|
7771
7771
|
*/
|