First phase of the framework constitution alpha. No behavior change for configured installs. - Add MIT LICENSE (root + framework bundle) + "license":"MIT" in manifests - Drop private jarvis-brain credential fallback at 3 sites; default to $HOME/.config/mosaic/credentials.json (aligns with #551) - prevent-memory-write.sh: soft-degrade OpenBrain nudge via ${OPENBRAIN_URL}, removing hardcoded brain.woltje.com; still blocks the write Refs #542, closes #569 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
29 lines
779 B
JSON
29 lines
779 B
JSON
{
|
|
"name": "mosaic-stack",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.6.2",
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint",
|
|
"typecheck": "turbo run typecheck",
|
|
"test": "turbo run test",
|
|
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
"@typescript-eslint/parser": "^8.0.0",
|
|
"eslint": "^9.0.0",
|
|
"typescript-eslint": "^8.0.0",
|
|
"husky": "^9.0.0",
|
|
"lint-staged": "^15.0.0",
|
|
"prettier": "^3.0.0",
|
|
"turbo": "^2.0.0",
|
|
"typescript": "^5.8.0",
|
|
"vitest": "^2.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|