@hasna/configs 0.2.19 → 0.2.20
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/dist/cli/index.js +3 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -4153,7 +4153,9 @@ program.command("bootstrap").description("Install the full @hasna ecosystem: CLI
|
|
|
4153
4153
|
{ name: "@hasna/sessions", bin: "sessions", mcp: "sessions-mcp" },
|
|
4154
4154
|
{ name: "@hasna/emails", bin: "emails", mcp: "emails-mcp" },
|
|
4155
4155
|
{ name: "@hasna/recordings", bin: "recordings", mcp: "recordings-mcp" },
|
|
4156
|
-
{ name: "@hasna/testers", bin: "testers", mcp: "testers-mcp" }
|
|
4156
|
+
{ name: "@hasna/testers", bin: "testers", mcp: "testers-mcp" },
|
|
4157
|
+
{ name: "@hasna/assistants", bin: "assistants", mcp: "assistants-mcp" },
|
|
4158
|
+
{ name: "@hasna/brains", bin: "brains", mcp: "brains-mcp" }
|
|
4157
4159
|
];
|
|
4158
4160
|
console.log(chalk.bold("@hasna/configs bootstrap") + chalk.dim(` \u2014 installing ${packages.length} ecosystem packages
|
|
4159
4161
|
`));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasna/configs",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.20",
|
|
4
4
|
"description": "AI coding agent configuration manager — store, version, apply, and share all your AI coding configs. CLI + MCP + REST API + Dashboard.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|