@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/bin/maria.cjs
CHANGED
|
@@ -21245,7 +21245,7 @@ var init_package = __esm({
|
|
|
21245
21245
|
"package.json"() {
|
|
21246
21246
|
package_default = {
|
|
21247
21247
|
name: "@bonginkan/maria",
|
|
21248
|
-
version: "4.1.
|
|
21248
|
+
version: "4.1.2",
|
|
21249
21249
|
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.",
|
|
21250
21250
|
keywords: [
|
|
21251
21251
|
"ai",
|
|
@@ -28387,9 +28387,9 @@ var init_ReadyCommandsService = __esm({
|
|
|
28387
28387
|
this.manifestPath = manifestPath;
|
|
28388
28388
|
} else {
|
|
28389
28389
|
const possiblePaths = [
|
|
28390
|
-
path9.join(process.cwd(), "src/slash-commands/READY.manifest.json"),
|
|
28391
28390
|
path9.join(__dirname, "../../../src/slash-commands/READY.manifest.json"),
|
|
28392
28391
|
path9.join(__dirname, "../../slash-commands/READY.manifest.json"),
|
|
28392
|
+
path9.join(process.cwd(), "src/slash-commands/READY.manifest.json"),
|
|
28393
28393
|
path9.join(process.cwd(), "READY.manifest.json")
|
|
28394
28394
|
];
|
|
28395
28395
|
this.manifestPath = possiblePaths[0];
|
|
@@ -28400,13 +28400,13 @@ var init_ReadyCommandsService = __esm({
|
|
|
28400
28400
|
*/
|
|
28401
28401
|
async findManifestPath() {
|
|
28402
28402
|
const possiblePaths = [
|
|
28403
|
-
path9.join(process.cwd(), "src/slash-commands/READY.manifest.json"),
|
|
28404
28403
|
path9.join(__dirname, "../../../src/slash-commands/READY.manifest.json"),
|
|
28405
28404
|
path9.join(__dirname, "../../slash-commands/READY.manifest.json"),
|
|
28405
|
+
path9.join(process.cwd(), "src/slash-commands/READY.manifest.json"),
|
|
28406
28406
|
path9.join(process.cwd(), "READY.manifest.json"),
|
|
28407
28407
|
// Additional paths for different build scenarios
|
|
28408
|
-
path9.resolve(
|
|
28409
|
-
path9.resolve(
|
|
28408
|
+
path9.resolve(__dirname, "../../../src/slash-commands/READY.manifest.json"),
|
|
28409
|
+
path9.resolve(process.cwd(), "src/slash-commands/READY.manifest.json")
|
|
28410
28410
|
];
|
|
28411
28411
|
for (const testPath of possiblePaths) {
|
|
28412
28412
|
try {
|
|
@@ -33036,8 +33036,8 @@ function createCLI() {
|
|
|
33036
33036
|
}
|
|
33037
33037
|
if (!startupDisplayed) {
|
|
33038
33038
|
try {
|
|
33039
|
-
const {
|
|
33040
|
-
|
|
33039
|
+
const { displayStartupLogo: displayStartupLogo2 } = await Promise.resolve().then(() => (init_startup_display(), startup_display_exports));
|
|
33040
|
+
displayStartupLogo2();
|
|
33041
33041
|
startupDisplayed = true;
|
|
33042
33042
|
} catch {
|
|
33043
33043
|
console.log(import_chalk18.default.cyan(`
|