@bonginkan/maria 4.2.17 → 4.2.19
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/LICENSE +300 -300
- package/README.md +1486 -1507
- package/dist/READY.manifest.json +22 -557
- package/dist/bin/maria.cjs +27341 -3745
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +27962 -4144
- package/dist/cli.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +13 -10
- package/src/slash-commands/READY.manifest.json +22 -557
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bonginkan/maria",
|
|
3
|
-
"version": "4.2.
|
|
4
|
-
"description": "🚀 MARIA v4.2.
|
|
3
|
+
"version": "4.2.19",
|
|
4
|
+
"description": "🚀 MARIA v4.2.19 - Enterprise AI Development Platform with 100% Command Availability. Features 74 production-ready commands with comprehensive fallback implementation, local LLM support, and zero external dependencies. Includes natural language coding, AI safety evaluation, intelligent evolution system, episodic memory with PII masking, and real-time monitoring dashboard. Built with TypeScript AST-powered code generation, OAuth2.0 + PKCE authentication, quantum-resistant cryptography, and enterprise-grade performance.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
7
7
|
"cli",
|
|
@@ -227,18 +227,20 @@
|
|
|
227
227
|
"node": ">=20.10.0"
|
|
228
228
|
},
|
|
229
229
|
"scripts": {
|
|
230
|
-
"ensure:manifest": "tsx scripts/generate-ready-manifest.ts",
|
|
231
|
-
"
|
|
230
|
+
"ensure:manifest": "tsx scripts/generate-ready-manifest-lite.ts",
|
|
231
|
+
"ensure:manifest:all": "tsx scripts/generate-ready-manifest.ts --quiet --all-ready",
|
|
232
|
+
"copy:manifest": "node scripts/copy-ready-manifest.cjs",
|
|
233
|
+
"manifest:filter-e2e": "tsx scripts/filter-ready-manifest.ts",
|
|
232
234
|
"verify:manifest": "tsx scripts/verify-manifest-inclusion.ts",
|
|
233
235
|
"build": "pnpm ensure:manifest && cross-env NODE_ENV=production tsup && pnpm copy:manifest && pnpm verify:manifest",
|
|
234
|
-
"build:dev": "pnpm ensure:manifest && cross-env NODE_ENV=development tsup && pnpm
|
|
235
|
-
"build:analyze": "pnpm ensure:manifest && cross-env ANALYZE=true NODE_ENV=production tsup && pnpm
|
|
236
|
+
"build:dev": "pnpm ensure:manifest && cross-env NODE_ENV=development tsup && pnpm verify:manifest",
|
|
237
|
+
"build:analyze": "pnpm ensure:manifest && cross-env ANALYZE=true NODE_ENV=production tsup && pnpm verify:manifest",
|
|
236
238
|
"build:fast": "cross-env NODE_ENV=production tsup --minify false --sourcemap false",
|
|
237
239
|
"dev": "cross-env NODE_ENV=development tsup --watch",
|
|
238
240
|
"clean": "rimraf dist",
|
|
239
241
|
"gen:cmd-types": "tsx scripts/gen/command-types.mts",
|
|
240
|
-
"prebuild": "pnpm run clean && pnpm gen:cmd-types
|
|
241
|
-
"build:docker": "NODE_ENV=production tsup",
|
|
242
|
+
"prebuild": "pnpm run clean && pnpm gen:cmd-types",
|
|
243
|
+
"build:docker": "cross-env NODE_ENV=production tsup",
|
|
242
244
|
"test": "vitest",
|
|
243
245
|
"test:coverage": "vitest --coverage",
|
|
244
246
|
"test:smoke": "vitest run src/__tests__/smoke.test.ts",
|
|
@@ -246,6 +248,7 @@
|
|
|
246
248
|
"migrate:verify": "tsx scripts/migrate-command.ts verify",
|
|
247
249
|
"migrate:command": "tsx scripts/migrate-command.ts",
|
|
248
250
|
"test:integration": "vitest --config vitest.integration.config.ts",
|
|
251
|
+
"test:e2e": "vitest --config vitest.e2e.config.ts",
|
|
249
252
|
"test:integration:ci": "vitest run --config vitest.integration.config.ts --reporter=json --reporter=verbose",
|
|
250
253
|
"test:contract": "vitest run tests/contract/**/*.test.ts",
|
|
251
254
|
"test:deps": "cross-env MOCK_DEPS=true vitest run tests/contract/**/*.test.ts",
|
|
@@ -256,7 +259,7 @@
|
|
|
256
259
|
"ims:test": "tsx scripts/test-ims-integration.ts",
|
|
257
260
|
"ims:dashboard": "tsx scripts/ims-dashboard.ts",
|
|
258
261
|
"ci:smoke": "pnpm -s build && pnpm -s test:smoke",
|
|
259
|
-
"verify:build": "
|
|
262
|
+
"verify:build": "node --loader ts-node/esm scripts/verify-manifest-inclusion.ts",
|
|
260
263
|
"lint": "eslint --cache \"src/**/*.{ts,tsx}\"",
|
|
261
264
|
"lint:errors-only": "eslint --cache --quiet \"src/**/*.{ts,tsx}\"",
|
|
262
265
|
"lint:ci": "eslint --cache --max-warnings=0 \"src/**/*.{ts,tsx}\"",
|
|
@@ -315,7 +318,7 @@
|
|
|
315
318
|
"release:alpha": "pnpm publish --tag alpha",
|
|
316
319
|
"release:beta": "pnpm publish --tag beta",
|
|
317
320
|
"version:sync": "node scripts/sync-versions.js",
|
|
318
|
-
"vscode:sync": "
|
|
321
|
+
"vscode:sync": "node --loader ts-node/esm scripts/sync-vscode-version.ts",
|
|
319
322
|
"test:arch": "depcruise --config .dependency-cruiser.cjs 'src/**/*.ts?(x)'",
|
|
320
323
|
"check:public-api": "grep -REn \"export (\\*|\\{|default)\" src | grep -v \"^src/index.ts:\" || true",
|
|
321
324
|
"check:deps": "depcruise --config .dependency-cruiser.cjs \"src/**/*.ts?(x)\"",
|