@bonginkan/maria 4.1.1 → 4.1.2
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/bin/maria.cjs +7 -7
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +7 -7
- package/dist/cli.cjs.map +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -14189,9 +14189,9 @@ var init_ReadyCommandsService = __esm({
|
|
|
14189
14189
|
this.manifestPath = manifestPath;
|
|
14190
14190
|
} else {
|
|
14191
14191
|
const possiblePaths = [
|
|
14192
|
-
path8__namespace.join(process.cwd(), "src/slash-commands/READY.manifest.json"),
|
|
14193
14192
|
path8__namespace.join(__dirname, "../../../src/slash-commands/READY.manifest.json"),
|
|
14194
14193
|
path8__namespace.join(__dirname, "../../slash-commands/READY.manifest.json"),
|
|
14194
|
+
path8__namespace.join(process.cwd(), "src/slash-commands/READY.manifest.json"),
|
|
14195
14195
|
path8__namespace.join(process.cwd(), "READY.manifest.json")
|
|
14196
14196
|
];
|
|
14197
14197
|
this.manifestPath = possiblePaths[0];
|
|
@@ -14202,13 +14202,13 @@ var init_ReadyCommandsService = __esm({
|
|
|
14202
14202
|
*/
|
|
14203
14203
|
async findManifestPath() {
|
|
14204
14204
|
const possiblePaths = [
|
|
14205
|
-
path8__namespace.join(process.cwd(), "src/slash-commands/READY.manifest.json"),
|
|
14206
14205
|
path8__namespace.join(__dirname, "../../../src/slash-commands/READY.manifest.json"),
|
|
14207
14206
|
path8__namespace.join(__dirname, "../../slash-commands/READY.manifest.json"),
|
|
14207
|
+
path8__namespace.join(process.cwd(), "src/slash-commands/READY.manifest.json"),
|
|
14208
14208
|
path8__namespace.join(process.cwd(), "READY.manifest.json"),
|
|
14209
14209
|
// Additional paths for different build scenarios
|
|
14210
|
-
path8__namespace.resolve(
|
|
14211
|
-
path8__namespace.resolve(
|
|
14210
|
+
path8__namespace.resolve(__dirname, "../../../src/slash-commands/READY.manifest.json"),
|
|
14211
|
+
path8__namespace.resolve(process.cwd(), "src/slash-commands/READY.manifest.json")
|
|
14212
14212
|
];
|
|
14213
14213
|
for (const testPath of possiblePaths) {
|
|
14214
14214
|
try {
|
|
@@ -31180,7 +31180,7 @@ var init_package = __esm({
|
|
|
31180
31180
|
"package.json"() {
|
|
31181
31181
|
package_default = {
|
|
31182
31182
|
name: "@bonginkan/maria",
|
|
31183
|
-
version: "4.1.
|
|
31183
|
+
version: "4.1.2",
|
|
31184
31184
|
description: "\u{1F680} MARIA v4.1.0 - Complete Multimodal AI Integration & Enterprise Platform. Revolutionary voice-to-code, image-to-code, and real-time collaboration features. World's first TypeScript AST-powered code generation with Git safety systems, 5-stage validation pipeline, and enterprise quality gates. Features Phase 1-4 complete implementation with zero errors, advanced operational transform, and production-ready streaming. Delivers next-generation development experience with multimodal AI capabilities.",
|
|
31185
31185
|
keywords: [
|
|
31186
31186
|
"ai",
|
|
@@ -32910,8 +32910,8 @@ function createCLI2() {
|
|
|
32910
32910
|
}
|
|
32911
32911
|
if (!startupDisplayed) {
|
|
32912
32912
|
try {
|
|
32913
|
-
const {
|
|
32914
|
-
|
|
32913
|
+
const { displayStartupLogo: displayStartupLogo2 } = await Promise.resolve().then(() => (init_startup_display(), startup_display_exports));
|
|
32914
|
+
displayStartupLogo2();
|
|
32915
32915
|
startupDisplayed = true;
|
|
32916
32916
|
} catch {
|
|
32917
32917
|
console.log(chalk16__default.default.cyan(`
|