@codedrifters/configulator 0.0.258 → 0.0.259
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 -3
- package/lib/index.d.ts +4 -3
- package/lib/index.js +718 -41
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +718 -41
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -1724,9 +1724,10 @@ declare const bcmWriterBundle: AgentRuleBundle;
|
|
|
1724
1724
|
* `people-profile` (via `people:research`) and `software-profile` (via
|
|
1725
1725
|
* `software:research`).
|
|
1726
1726
|
*
|
|
1727
|
-
* Ships a sub-agent (`company-profile-analyst`),
|
|
1728
|
-
* (`/profile-company
|
|
1729
|
-
*
|
|
1727
|
+
* Ships a sub-agent (`company-profile-analyst`), four user-invocable
|
|
1728
|
+
* skills (`/profile-company`, `/match-company`, `/refresh-company`,
|
|
1729
|
+
* `/analyze-segment`), and `type:company-profile` plus `company:*`
|
|
1730
|
+
* phase labels for the six phases.
|
|
1730
1731
|
*/
|
|
1731
1732
|
declare const companyProfileBundle: AgentRuleBundle;
|
|
1732
1733
|
|
package/lib/index.d.ts
CHANGED
|
@@ -1773,9 +1773,10 @@ declare const bcmWriterBundle: AgentRuleBundle;
|
|
|
1773
1773
|
* `people-profile` (via `people:research`) and `software-profile` (via
|
|
1774
1774
|
* `software:research`).
|
|
1775
1775
|
*
|
|
1776
|
-
* Ships a sub-agent (`company-profile-analyst`),
|
|
1777
|
-
* (`/profile-company
|
|
1778
|
-
*
|
|
1776
|
+
* Ships a sub-agent (`company-profile-analyst`), four user-invocable
|
|
1777
|
+
* skills (`/profile-company`, `/match-company`, `/refresh-company`,
|
|
1778
|
+
* `/analyze-segment`), and `type:company-profile` plus `company:*`
|
|
1779
|
+
* phase labels for the six phases.
|
|
1779
1780
|
*/
|
|
1780
1781
|
declare const companyProfileBundle: AgentRuleBundle;
|
|
1781
1782
|
|