- Deterministic scoring.py (quant 60 / qual 40 / flags -15, profitability heaviest) - Per-company JSON ledger with forecast-target chaining deck N-1 -> N - Single-shot sandbox agent with guided-JSON fallback ladder (no tool loop) - Portfolio dashboard with sparklines, KPI hit rates, BDEF category bars - 48 unit tests green; endpoints smoke-tested; npm check+build green Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
21 lines
658 B
JSON
21 lines
658 B
JSON
{
|
|
"name": "boardroom-map-startos",
|
|
"version": "0.1.0",
|
|
"description": "StartOS service: grade portfolio-company board decks with a panel of local LLMs on your DGX Sparks — BDEF v1.1 scoring, per-company running scorecards, fully air-gappable",
|
|
"scripts": {
|
|
"build": "rm -rf ./javascript && ncc build startos/index.ts -o ./javascript",
|
|
"check": "tsc --noEmit",
|
|
"prettier": "prettier --write startos"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@start9labs/start-sdk": "1.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.19.0",
|
|
"@vercel/ncc": "^0.38.4",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|