@codedrifters/configulator 0.0.258 → 0.0.260
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 +7 -6
- package/lib/index.d.ts +7 -6
- package/lib/index.js +968 -73
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +968 -73
- 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
|
|
|
@@ -1847,9 +1848,9 @@ declare function resolveAgentPaths(paths?: AgentPathsConfig): ResolvedAgentPaths
|
|
|
1847
1848
|
* `company-profile` (via `company:research`) and `software-profile`
|
|
1848
1849
|
* (via `software:research`).
|
|
1849
1850
|
*
|
|
1850
|
-
* Ships a sub-agent (`people-profile-analyst`),
|
|
1851
|
-
* (`/profile-person`), and `type:people-profile`
|
|
1852
|
-
* labels.
|
|
1851
|
+
* Ships a sub-agent (`people-profile-analyst`), two user-invocable
|
|
1852
|
+
* skills (`/profile-person`, `/refresh-person`), and `type:people-profile`
|
|
1853
|
+
* plus `people:*` phase labels for the four phases.
|
|
1853
1854
|
*/
|
|
1854
1855
|
declare const peopleProfileBundle: AgentRuleBundle;
|
|
1855
1856
|
|
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
|
|
|
@@ -1896,9 +1897,9 @@ declare function resolveAgentPaths(paths?: AgentPathsConfig): ResolvedAgentPaths
|
|
|
1896
1897
|
* `company-profile` (via `company:research`) and `software-profile`
|
|
1897
1898
|
* (via `software:research`).
|
|
1898
1899
|
*
|
|
1899
|
-
* Ships a sub-agent (`people-profile-analyst`),
|
|
1900
|
-
* (`/profile-person`), and `type:people-profile`
|
|
1901
|
-
* labels.
|
|
1900
|
+
* Ships a sub-agent (`people-profile-analyst`), two user-invocable
|
|
1901
|
+
* skills (`/profile-person`, `/refresh-person`), and `type:people-profile`
|
|
1902
|
+
* plus `people:*` phase labels for the four phases.
|
|
1902
1903
|
*/
|
|
1903
1904
|
declare const peopleProfileBundle: AgentRuleBundle;
|
|
1904
1905
|
|