@codedrifters/configulator 0.0.211 → 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 +31 -27
- package/lib/index.d.ts +31 -27
- package/lib/index.js +12 -12
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +12 -12
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -2038,8 +2038,8 @@ var profileCompanySkill = {
|
|
|
2038
2038
|
};
|
|
2039
2039
|
var companyProfileBundle = {
|
|
2040
2040
|
name: "company-profile",
|
|
2041
|
-
description: "Company research and profiling pipeline: research, draft profile, followup.
|
|
2042
|
-
appliesWhen: () =>
|
|
2041
|
+
description: "Company research and profiling pipeline: research, draft profile, followup. Enabled by default; domain-neutral; filesystem-durable between phases.",
|
|
2042
|
+
appliesWhen: () => true,
|
|
2043
2043
|
rules: [
|
|
2044
2044
|
{
|
|
2045
2045
|
name: "company-profile-workflow",
|
|
@@ -2704,8 +2704,8 @@ var discoverIndustriesSkill = {
|
|
|
2704
2704
|
};
|
|
2705
2705
|
var industryDiscoveryBundle = {
|
|
2706
2706
|
name: "industry-discovery",
|
|
2707
|
-
description: "Industry-vertical discovery pipeline: discover candidates, evaluate against a fit rubric, plan downstream research.
|
|
2708
|
-
appliesWhen: () =>
|
|
2707
|
+
description: "Industry-vertical discovery pipeline: discover candidates, evaluate against a fit rubric, plan downstream research. Enabled by default; domain-neutral; filesystem-durable between phases.",
|
|
2708
|
+
appliesWhen: () => true,
|
|
2709
2709
|
rules: [
|
|
2710
2710
|
{
|
|
2711
2711
|
name: "industry-discovery-workflow",
|
|
@@ -3247,8 +3247,8 @@ var maintenanceAuditSkill = {
|
|
|
3247
3247
|
};
|
|
3248
3248
|
var maintenanceAuditBundle = {
|
|
3249
3249
|
name: "maintenance-audit",
|
|
3250
|
-
description: "Documentation-maintenance agent bundle. 2-phase pipeline (scan, fix) with maint:* phase labels for auditing registries and cross-references and applying idempotent fixes.",
|
|
3251
|
-
appliesWhen: () =>
|
|
3250
|
+
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.",
|
|
3251
|
+
appliesWhen: () => true,
|
|
3252
3252
|
rules: [
|
|
3253
3253
|
{
|
|
3254
3254
|
name: "maintenance-audit-workflow",
|
|
@@ -4856,8 +4856,8 @@ var profilePersonSkill = {
|
|
|
4856
4856
|
};
|
|
4857
4857
|
var peopleProfileBundle = {
|
|
4858
4858
|
name: "people-profile",
|
|
4859
|
-
description: "People research and profiling pipeline: research, draft profile, followup.
|
|
4860
|
-
appliesWhen: () =>
|
|
4859
|
+
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.",
|
|
4860
|
+
appliesWhen: () => true,
|
|
4861
4861
|
rules: [
|
|
4862
4862
|
{
|
|
4863
4863
|
name: "people-profile-workflow",
|
|
@@ -6583,8 +6583,8 @@ var researchSkill = {
|
|
|
6583
6583
|
};
|
|
6584
6584
|
var researchPipelineBundle = {
|
|
6585
6585
|
name: "research-pipeline",
|
|
6586
|
-
description: "Generic research micro-task pipeline: scope, N-way slice search/synthesize, and verify.
|
|
6587
|
-
appliesWhen: () =>
|
|
6586
|
+
description: "Generic research micro-task pipeline: scope, N-way slice search/synthesize, and verify. Enabled by default; domain-neutral; filesystem-durable between phases.",
|
|
6587
|
+
appliesWhen: () => true,
|
|
6588
6588
|
rules: [
|
|
6589
6589
|
{
|
|
6590
6590
|
name: "research-pipeline-workflow",
|
|
@@ -7229,8 +7229,8 @@ var profileSoftwareSkill = {
|
|
|
7229
7229
|
};
|
|
7230
7230
|
var softwareProfileBundle = {
|
|
7231
7231
|
name: "software-profile",
|
|
7232
|
-
description: "Software research, profiling, and feature-matrix pipeline: research, profile, matrix, followup.
|
|
7233
|
-
appliesWhen: () =>
|
|
7232
|
+
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.",
|
|
7233
|
+
appliesWhen: () => true,
|
|
7234
7234
|
rules: [
|
|
7235
7235
|
{
|
|
7236
7236
|
name: "software-profile-workflow",
|