@codedrifters/configulator 0.0.218 → 0.0.219
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 +4 -2
- package/lib/index.d.ts +4 -2
- package/lib/index.js +167 -27
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +167 -27
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -9659,7 +9659,7 @@ var slackBundle = {
|
|
|
9659
9659
|
// src/agent/bundles/software-profile.ts
|
|
9660
9660
|
var softwareProfileAnalystSubAgent = {
|
|
9661
9661
|
name: "software-profile-analyst",
|
|
9662
|
-
description: "Researches a software product (competitor, adjacent, incumbent, enabler, infrastructure, or ecosystem-tool) from public sources, produces a structured markdown profile, and contributes rows to a shared feature matrix ranked against configurable segment-importance weights. One product per session, tracked by software:* GitHub issue labels.",
|
|
9662
|
+
description: "Researches a software product (competitor, adjacent, incumbent, enabler, infrastructure, or ecosystem-tool) from public sources, produces a structured markdown profile, and contributes rows to a shared feature matrix ranked against configurable segment-importance weights, then enqueues downstream `company:research` and `people:research` issues for the vendor company and primary-attribution founders/leaders surfaced during profiling. One product per session, tracked by software:* GitHub issue labels.",
|
|
9663
9663
|
model: AGENT_MODEL.POWERFUL,
|
|
9664
9664
|
maxTurns: 80,
|
|
9665
9665
|
platforms: { cursor: { exclude: true } },
|
|
@@ -9705,7 +9705,12 @@ var softwareProfileAnalystSubAgent = {
|
|
|
9705
9705
|
" profile must carry a source citation (URL plus access date).",
|
|
9706
9706
|
"6. **Follow-up, don't widen scope.** If the session turns up adjacent",
|
|
9707
9707
|
" products worth evaluating, emit a follow-up issue rather than",
|
|
9708
|
-
" expanding the profile beyond its scope.",
|
|
9708
|
+
" expanding the profile beyond its scope. The vendor company and",
|
|
9709
|
+
" primary-attribution founders/product leaders are handed off to",
|
|
9710
|
+
" the `company-profile` bundle via `company:research` issues and",
|
|
9711
|
+
" the `people-profile` bundle via `people:research` issues; adjacent",
|
|
9712
|
+
" products stay inside this pipeline via `software:research`",
|
|
9713
|
+
" issues.",
|
|
9709
9714
|
"7. **Segment weights live in project context.** Segment-importance",
|
|
9710
9715
|
" weights belong in `docs/project-context.md` (or an override",
|
|
9711
9716
|
" passed in the issue body). This agent reads them; it never",
|
|
@@ -9821,6 +9826,8 @@ var softwareProfileAnalystSubAgent = {
|
|
|
9821
9826
|
"| `<NOTES_DIR>` | Research-notes files from Phase 1 | `<SOFTWARE_ROOT>/notes/` |",
|
|
9822
9827
|
"| `<MATRIX_FILE>` | Shared feature-matrix file | `<SOFTWARE_ROOT>/feature-matrix.md` |",
|
|
9823
9828
|
"| `<PRODUCT_SLUG>` | Short kebab-case slug identifying the product | derived from the product name |",
|
|
9829
|
+
"| `<COMPANY_PROFILES_DIR>` | Where existing company profiles live (for duplicate detection during followup) | `docs/companies/profiles/` |",
|
|
9830
|
+
"| `<PEOPLE_PROFILES_DIR>` | Where existing people profiles live (for duplicate detection during followup) | `docs/people/profiles/` |",
|
|
9824
9831
|
"",
|
|
9825
9832
|
"If `docs/project-context.md` specifies a different software-research",
|
|
9826
9833
|
"tree (for example by reusing the research-pipeline deliverables",
|
|
@@ -9984,6 +9991,14 @@ var softwareProfileAnalystSubAgent = {
|
|
|
9984
9991
|
" follow-up phase should escalate>",
|
|
9985
9992
|
"",
|
|
9986
9993
|
" ## Follow-up Candidates",
|
|
9994
|
+
" - **Vendor company:** <company name and primary domain \u2014 always",
|
|
9995
|
+
" one entry; this is the company that builds or maintains the",
|
|
9996
|
+
" product>",
|
|
9997
|
+
" - **Primary-attribution people:** <list of founders, CEOs, or",
|
|
9998
|
+
" principal creators with clear primary attribution to the",
|
|
9999
|
+
" product \u2014 full name + role + employing company. Leave blank if",
|
|
10000
|
+
" no person has primary attribution per the restraint guidance",
|
|
10001
|
+
" in Phase 4.>",
|
|
9987
10002
|
" - **Adjacent products to evaluate:** <list of candidate product",
|
|
9988
10003
|
" names>",
|
|
9989
10004
|
"",
|
|
@@ -10080,11 +10095,17 @@ var softwareProfileAnalystSubAgent = {
|
|
|
10080
10095
|
"",
|
|
10081
10096
|
"## Phase 4: Followup (`software:followup`)",
|
|
10082
10097
|
"",
|
|
10083
|
-
"**Goal:** Create downstream research issues for the adjacent products",
|
|
10084
|
-
"surfaced in the
|
|
10098
|
+
"**Goal:** Create downstream research issues for the adjacent products,",
|
|
10099
|
+
"vendor company, and primary-attribution people surfaced in the",
|
|
10100
|
+
"profile. Adjacent products stay inside this pipeline; the vendor",
|
|
10101
|
+
"company is handed off to the `company-profile` bundle, and founders /",
|
|
10102
|
+
"product leaders / principal creators are handed off to the",
|
|
10103
|
+
"`people-profile` bundle.",
|
|
10085
10104
|
"",
|
|
10086
10105
|
"**Budget:** No new research. Read the profile, enqueue issues, close",
|
|
10087
|
-
"the phase.",
|
|
10106
|
+
"the phase. Markdown cross-references in the profile are preserved \u2014",
|
|
10107
|
+
"issue creation is **additive** on top of the existing cross-reference",
|
|
10108
|
+
"behavior.",
|
|
10088
10109
|
"",
|
|
10089
10110
|
"### Steps",
|
|
10090
10111
|
"",
|
|
@@ -10096,10 +10117,92 @@ var softwareProfileAnalystSubAgent = {
|
|
|
10096
10117
|
" `software:research` phase with `type:software-profile`,",
|
|
10097
10118
|
" `priority:medium`, and `status:ready`.",
|
|
10098
10119
|
"",
|
|
10099
|
-
"3. **
|
|
10100
|
-
"
|
|
10120
|
+
"3. **Enqueue a `company:research` issue for the vendor company** if",
|
|
10121
|
+
" no matching profile already exists under `<COMPANY_PROFILES_DIR>/`.",
|
|
10122
|
+
" The vendor (the company that builds or maintains the product)",
|
|
10123
|
+
" **always qualifies** for a downstream company profile \u2014 there is",
|
|
10124
|
+
" no restraint filter here, only the duplicate check. The issue",
|
|
10125
|
+
" must carry:",
|
|
10101
10126
|
"",
|
|
10102
|
-
"
|
|
10127
|
+
" - `type:company-profile`",
|
|
10128
|
+
" - `company:research`",
|
|
10129
|
+
" - `priority:medium`",
|
|
10130
|
+
" - `status:ready`",
|
|
10131
|
+
"",
|
|
10132
|
+
" The issue body must include:",
|
|
10133
|
+
" - A **discovery source** line naming this software profile",
|
|
10134
|
+
" (`Discovered while profiling: <product name>`)",
|
|
10135
|
+
" - A link to the software profile path (`Software profile: <PROFILES_DIR>/<PRODUCT_SLUG>.md`)",
|
|
10136
|
+
" - Enough identifying metadata \u2014 vendor company name and primary",
|
|
10137
|
+
" domain/website \u2014 that the `company-profile-analyst` agent can",
|
|
10138
|
+
" begin research without revisiting this software profile",
|
|
10139
|
+
"",
|
|
10140
|
+
"4. **Enqueue a `people:research` issue per primary-attribution",
|
|
10141
|
+
" person** surfaced in the profile. Only enqueue people who have",
|
|
10142
|
+
" **primary attribution** for the product (see restraint guidance",
|
|
10143
|
+
" below) and whose name does not already match a profile under",
|
|
10144
|
+
" `<PEOPLE_PROFILES_DIR>/`. The issue must carry:",
|
|
10145
|
+
"",
|
|
10146
|
+
" - `type:people-profile`",
|
|
10147
|
+
" - `people:research`",
|
|
10148
|
+
" - `priority:medium`",
|
|
10149
|
+
" - `status:ready`",
|
|
10150
|
+
"",
|
|
10151
|
+
" The issue body must include:",
|
|
10152
|
+
" - A **discovery source** line naming this software profile",
|
|
10153
|
+
" (`Discovered while profiling: <product name>`)",
|
|
10154
|
+
" - A link to the software profile path (`Software profile: <PROFILES_DIR>/<PRODUCT_SLUG>.md`)",
|
|
10155
|
+
" - Enough identifying metadata \u2014 full name, role/title, and the",
|
|
10156
|
+
" employing company (usually the vendor) \u2014 that the",
|
|
10157
|
+
" `people-profile-analyst` agent can begin research without",
|
|
10158
|
+
" revisiting this software profile",
|
|
10159
|
+
"",
|
|
10160
|
+
"5. **Avoid duplicates.** Before opening a `company:research` or",
|
|
10161
|
+
" `people:research` issue, verify no existing profile or open",
|
|
10162
|
+
" research issue already covers the candidate:",
|
|
10163
|
+
"",
|
|
10164
|
+
" - Vendor: check `<COMPANY_PROFILES_DIR>/` for a matching profile",
|
|
10165
|
+
" file (by derived slug or by searching the directory for the",
|
|
10166
|
+
" company's name). If a profile exists, reuse it as a cross-",
|
|
10167
|
+
" reference only \u2014 **do not** open a new `company:research` issue.",
|
|
10168
|
+
" - People: check `<PEOPLE_PROFILES_DIR>/` the same way. If a profile",
|
|
10169
|
+
" exists, reuse it as a cross-reference only \u2014 **do not** open a",
|
|
10170
|
+
" new `people:research` issue.",
|
|
10171
|
+
" - Also scan open issues carrying the matching `company:research`",
|
|
10172
|
+
" or `people:research` label so this phase never re-opens research",
|
|
10173
|
+
" that is already queued.",
|
|
10174
|
+
"",
|
|
10175
|
+
"6. **Exercise restraint \u2014 people only.** The vendor company always",
|
|
10176
|
+
" qualifies (duplicate check aside). For people, only enqueue",
|
|
10177
|
+
" downstream research when the person has **primary attribution**",
|
|
10178
|
+
" for the product:",
|
|
10179
|
+
"",
|
|
10180
|
+
" - Founders, co-founders, and the current CEO of the vendor",
|
|
10181
|
+
" - Principal creators, lead maintainers, or the original author",
|
|
10182
|
+
" of the product (for open-source or single-creator software)",
|
|
10183
|
+
" - The head of product or the lead PM when the profile clearly",
|
|
10184
|
+
" identifies them as driving the product's direction",
|
|
10185
|
+
"",
|
|
10186
|
+
" Do **not** open a `people:research` issue for every name on the",
|
|
10187
|
+
" vendor's about page, every engineer quoted in a blog post, every",
|
|
10188
|
+
" investor, or every advisor. When in doubt, leave the candidate",
|
|
10189
|
+
" as a markdown cross-reference in the profile and skip the",
|
|
10190
|
+
" downstream issue.",
|
|
10191
|
+
"",
|
|
10192
|
+
"7. **Assume the peers are present.** This pipeline assumes the",
|
|
10193
|
+
" `company-profile` and `people-profile` bundles are enabled in the",
|
|
10194
|
+
" consuming project. If a consuming project has disabled one of",
|
|
10195
|
+
" them, flag the followup issue with `status:needs-attention` and",
|
|
10196
|
+
" list the candidates that could not be routed \u2014 never invent an",
|
|
10197
|
+
" alternative label taxonomy.",
|
|
10198
|
+
"",
|
|
10199
|
+
"8. **Cross-link** \u2014 update the profile's `## Follow-up Candidates`",
|
|
10200
|
+
" section so each entry (adjacent product, vendor, or person)",
|
|
10201
|
+
" references either the linked profile path (for existing profiles)",
|
|
10202
|
+
" or the newly-created downstream issue number (for candidates that",
|
|
10203
|
+
" were enqueued for research).",
|
|
10204
|
+
"",
|
|
10205
|
+
"9. **Commit and push** (if the profile was updated). Close the",
|
|
10103
10206
|
" followup issue.",
|
|
10104
10207
|
"",
|
|
10105
10208
|
"---",
|
|
@@ -10113,12 +10216,24 @@ var softwareProfileAnalystSubAgent = {
|
|
|
10113
10216
|
" phases)",
|
|
10114
10217
|
"- `<MATRIX_FILE>` \u2014 shared feature matrix (Phase 3)",
|
|
10115
10218
|
"",
|
|
10116
|
-
"
|
|
10117
|
-
"
|
|
10118
|
-
"
|
|
10119
|
-
"
|
|
10120
|
-
"
|
|
10121
|
-
"the
|
|
10219
|
+
"In Phase 4, this agent also **creates `company:research` and",
|
|
10220
|
+
"`people:research` issues** for the vendor company and primary-",
|
|
10221
|
+
"attribution people surfaced in the profile that are not already",
|
|
10222
|
+
"tracked under `<COMPANY_PROFILES_DIR>/` or `<PEOPLE_PROFILES_DIR>/`.",
|
|
10223
|
+
"It never writes the downstream profiles themselves \u2014 those are the",
|
|
10224
|
+
"responsibility of the `company-profile-analyst` and",
|
|
10225
|
+
"`people-profile-analyst` agents, which pick up the issues this",
|
|
10226
|
+
"pipeline creates.",
|
|
10227
|
+
"",
|
|
10228
|
+
"The pipeline produces **software profiles, notes, and matrix rows",
|
|
10229
|
+
"only**. Deeper research on adjacent products is delegated to new",
|
|
10230
|
+
"cycles of this same pipeline via `software:research` issues. Deeper",
|
|
10231
|
+
"research on the vendor company and primary-attribution people is",
|
|
10232
|
+
"delegated to the `company-profile` and `people-profile` bundles via",
|
|
10233
|
+
"`company:research` and `people:research` issues. This agent never",
|
|
10234
|
+
"writes company profiles, person profiles, formal requirement",
|
|
10235
|
+
"documents, or comparative long-form analyses itself. Keep this",
|
|
10236
|
+
"boundary clean so the software-profile pipeline stays generic.",
|
|
10122
10237
|
"",
|
|
10123
10238
|
"---",
|
|
10124
10239
|
"",
|
|
@@ -10133,15 +10248,31 @@ var softwareProfileAnalystSubAgent = {
|
|
|
10133
10248
|
" `docs/project-context.md` or an explicit issue-body override. If",
|
|
10134
10249
|
" neither is available, fall back to the single-segment default and",
|
|
10135
10250
|
" flag the gap \u2014 never guess.",
|
|
10136
|
-
"- **
|
|
10137
|
-
"
|
|
10138
|
-
"
|
|
10139
|
-
"
|
|
10251
|
+
"- **Delegate, don't duplicate.** The vendor company and primary-",
|
|
10252
|
+
" attribution people surfaced during profiling are handed off to the",
|
|
10253
|
+
" `company-profile` and `people-profile` bundles via",
|
|
10254
|
+
" `company:research` and `people:research` issues in Phase 4 \u2014 never",
|
|
10255
|
+
" inlined as company or person profiles in this pipeline.",
|
|
10256
|
+
"- **Check before enqueueing.** Before opening a `company:research`",
|
|
10257
|
+
" or `people:research` issue, verify no existing profile or open",
|
|
10258
|
+
" research issue already covers the candidate. Reuse existing",
|
|
10259
|
+
" profiles as cross-references rather than re-queuing research.",
|
|
10260
|
+
"- **Restrain the queue \u2014 people only.** The vendor company always",
|
|
10261
|
+
" qualifies (duplicate check aside). For people, only enqueue",
|
|
10262
|
+
" research for those with **primary attribution** \u2014 founders, the",
|
|
10263
|
+
" current CEO, principal creators, lead maintainers, or the head of",
|
|
10264
|
+
" product. Do not open issues for every name on the vendor's about",
|
|
10265
|
+
" page, every investor, or every advisor.",
|
|
10266
|
+
"- **Produce profiles and matrix rows, not requirement or evaluation",
|
|
10267
|
+
" documents.** Do not open `type:requirement` or formal evaluation",
|
|
10268
|
+
" issues from this pipeline. Follow-up research is scoped through",
|
|
10269
|
+
" `software:research`, `company:research`, and `people:research`",
|
|
10270
|
+
" only."
|
|
10140
10271
|
].join("\n")
|
|
10141
10272
|
};
|
|
10142
10273
|
var profileSoftwareSkill = {
|
|
10143
10274
|
name: "profile-software",
|
|
10144
|
-
description: "Kick off a software-profile pipeline. Creates a software:research issue for the given product and dispatches Phase 1 (Research) in the software-profile-analyst agent.",
|
|
10275
|
+
description: "Kick off a software-profile pipeline. Creates a software:research issue for the given product and dispatches Phase 1 (Research) in the software-profile-analyst agent. Phase 4 (Followup) enqueues downstream `company:research` and `people:research` issues for the vendor company and primary-attribution founders/leaders surfaced in the profile.",
|
|
10145
10276
|
disableModelInvocation: true,
|
|
10146
10277
|
userInvocable: true,
|
|
10147
10278
|
context: "fork",
|
|
@@ -10197,16 +10328,21 @@ var profileSoftwareSkill = {
|
|
|
10197
10328
|
"- A single software profile under the profiles directory",
|
|
10198
10329
|
"- One or more rows appended to the shared feature-matrix file,",
|
|
10199
10330
|
" scored against the configured segment weights",
|
|
10200
|
-
"- Optional follow-up research issues for adjacent
|
|
10201
|
-
" surfaced in the profile",
|
|
10202
|
-
"-
|
|
10203
|
-
"
|
|
10204
|
-
"
|
|
10331
|
+
"- Optional follow-up `software:research` issues for adjacent",
|
|
10332
|
+
" products surfaced in the profile",
|
|
10333
|
+
"- `company:research` issue for the vendor company (handed off to",
|
|
10334
|
+
" the `company-profile` bundle)",
|
|
10335
|
+
"- `people:research` issues for primary-attribution founders, CEOs,",
|
|
10336
|
+
" or principal creators (handed off to the `people-profile`",
|
|
10337
|
+
" bundle)",
|
|
10338
|
+
"- This pipeline produces **software profiles, notes, and matrix",
|
|
10339
|
+
" rows only** \u2014 it does not write company profiles, person",
|
|
10340
|
+
" profiles, or formal requirement documents itself."
|
|
10205
10341
|
].join("\n")
|
|
10206
10342
|
};
|
|
10207
10343
|
var softwareProfileBundle = {
|
|
10208
10344
|
name: "software-profile",
|
|
10209
|
-
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.",
|
|
10345
|
+
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. Phase 4 (Followup) hands the vendor company and primary-attribution founders/leaders off to the `company-profile` and `people-profile` bundles via `company:research` and `people:research` issues.",
|
|
10210
10346
|
appliesWhen: () => true,
|
|
10211
10347
|
rules: [
|
|
10212
10348
|
{
|
|
@@ -10229,7 +10365,11 @@ var softwareProfileBundle = {
|
|
|
10229
10365
|
"`docs/project-context.md` under a `## Segment Weights` section.",
|
|
10230
10366
|
"Deeper research on adjacent products surfaced in a profile is",
|
|
10231
10367
|
"delegated to new cycles of this same pipeline via",
|
|
10232
|
-
"`software:followup` issues.",
|
|
10368
|
+
"`software:followup` issues. Deeper research on the vendor",
|
|
10369
|
+
"company and primary-attribution founders/product leaders is",
|
|
10370
|
+
"delegated to the `company-profile` and `people-profile`",
|
|
10371
|
+
"bundles via `company:research` and `people:research` issues",
|
|
10372
|
+
"opened during Phase 4 (Followup).",
|
|
10233
10373
|
"",
|
|
10234
10374
|
"See the `software-profile-analyst` agent definition for full",
|
|
10235
10375
|
"workflow details, default paths, the software-type taxonomy,",
|
|
@@ -10268,7 +10408,7 @@ var softwareProfileBundle = {
|
|
|
10268
10408
|
{
|
|
10269
10409
|
name: "software:followup",
|
|
10270
10410
|
color: "FBCA04",
|
|
10271
|
-
description: "Phase 4: enqueue follow-up research issues for adjacent products surfaced in the profile"
|
|
10411
|
+
description: "Phase 4: enqueue follow-up research issues for adjacent products, the vendor company, and primary-attribution people surfaced in the profile"
|
|
10272
10412
|
}
|
|
10273
10413
|
]
|
|
10274
10414
|
};
|