License: PROPRIETARY. SCCE is source-visible proprietary software. All rights reserved.
Generated from every package.json script in the repository.
Manifest: apps/cli/package.json
| Script | Command |
|---|---|
build |
tsc -p tsconfig.json |
clean |
node -e "require('fs').rmSync('dist',{recursive:true,force:true})" |
dev |
node --import tsx/esm src/index.ts |
start |
node --import tsx/esm src/index.ts |
start:win |
node --import tsx/esm src/index.ts |
test |
node --test test/*.test.js |
Manifest: apps/desktop/package.json
| Script | Command |
|---|---|
build |
echo "desktop: launcher build is handled by pnpm dist" |
dist |
powershell -ExecutionPolicy Bypass -File ..\..\scripts\package-electron-local.ps1 desktop |
start |
electron . |
Manifest: apps/server/package.json
| Script | Command |
|---|---|
build |
tsc -p tsconfig.json && node scripts/finalize-dist.mjs |
clean |
rm -rf dist |
dev |
node --max-old-space-size=14336 --import tsx/esm src/index.ts |
lint |
tsc -p tsconfig.json --noEmit |
migrate |
tsx src/migrate.ts |
start |
node --max-old-space-size=14336 dist/index.js |
test |
node --test test/*.test.js |
Manifest: apps/trainer-desktop/package.json
| Script | Command |
|---|---|
build |
echo "trainer desktop: launcher build is handled by pnpm dist" |
dist |
powershell -ExecutionPolicy Bypass -File ..\..\scripts\package-electron-local.ps1 trainer |
start |
electron . |
Manifest: apps/vscode/package.json
| Script | Command |
|---|---|
build |
tsc -p tsconfig.json |
lint |
tsc -p tsconfig.json --noEmit |
package |
pnpm run build && vsce package --no-dependencies --skip-license |
watch |
tsc -p tsconfig.json --watch |
Manifest: apps/web/package.json
| Script | Command |
|---|---|
build |
vite build |
dev |
vite |
lint |
tsc -p tsconfig.json --noEmit |
preview |
vite preview |
Manifest: package.json
| Script | Command |
|---|---|
agi:proof |
tsx scripts/agi-proof.ts |
alpha:check |
tsx scripts/alpha-check.ts |
alpha:public-check |
tsx scripts/alpha-public-check.ts |
architecture:check |
tsx scripts/enforce-atomic-modules.ts |
audit:hostile |
tsx scripts/hostile-review-guards.ts && node --test packages/core/test/hostile_review_properties.test.js |
audit:hostile:strict |
tsx scripts/hostile-review-guards.ts --strict && node --test packages/core/test/hostile_review_properties.test.js |
audit:replay |
tsx scripts/audit-replay.ts |
audit:stubs |
tsx scripts/audit-stubs.ts |
audit:tests |
node scripts/audit-tests.mjs && node scripts/audit-tests-report.mjs |
batch:wiki |
node --max-old-space-size=8192 --expose-gc --import tsx/esm scripts/batch-wiki-ingest.ts |
bench |
tsx scripts/bench/run.ts |
bench:qa |
tsx scripts/bench/qa-adapter.ts |
bench:starter |
tsx scripts/bench/run.ts --suite starter --systems scce-post-llm,scce-composer,echo |
bench:strict |
tsx scripts/bench/run.ts --strict |
bench:test |
tsx --test scripts/bench/test/*.test.ts |
bench:throughput |
tsx scripts/bench-throughput.ts |
bench:wiki:lead |
node --import tsx/esm scripts/bench-wiki-lead-path.ts |
bench:wiki:worker |
node --import tsx/esm scripts/bench-wiki-worker-shard.ts |
benchmark |
tsx scripts/benchmark.ts |
brain-server |
node --max-old-space-size=8192 scripts/brain-server.mjs |
brain:diff |
tsx scripts/brain-diff.ts |
brain:export |
tsx scripts/brain-export.ts |
brain:federate |
tsx scripts/brain-federate.ts |
brain:import |
tsx scripts/brain-import.ts |
brain:keygen |
tsx scripts/brain-keygen.ts |
brain:merge:concept-shards |
node --max-old-space-size=8192 --expose-gc --import tsx/esm scripts/merge-concept-shards.ts |
brain:train:concept-shards |
node --max-old-space-size=8192 --expose-gc --import tsx/esm scripts/train-concept-shards.ts |
brain:train:wiki:sharded |
node --max-old-space-size=8192 --expose-gc --import tsx/esm scripts/train-concept-shards.ts --source=wikipedia |
brain:verify:shards |
node --test packages/core/test/graph.compression.test.js |
build |
pnpm -r run build |
build-bundle |
tsx scripts/build-bundle.ts |
calibrate:selfeval |
tsx scripts/calibrate-selfeval.ts |
clean |
pnpm -r run clean |
cli |
pnpm --filter @scce/cli run start |
cli:build |
pnpm --filter @scce/cli run build |
cli:win |
pnpm --filter @scce/cli run start:win |
db-setup |
tsx scripts/db-setup.ts |
demo |
pnpm --filter @scce/server run dev |
demo:agi-local |
node -e "import('./packages/core/dist/agiVerticalSlice.js').then(m => m.runAgiVerticalSlice({ goal: 'Understand this project architecture and propose improvements', workspacePath: process.cwd(), autonomyLevel: 'A1_SUGGEST' })).then(r => console.log(JSON.stringify({ success: r.success, ingestedUnits: r.ingestedUnits, auditActions: r.audit.actions.length, answer: r.answer.slice(0,200) }, null, 2))).catch(console.error)" |
demo:ai-competitor |
tsx scripts/demo-ai-competitor.ts |
demo:all |
tsx scripts/demo-life-admin.ts && tsx scripts/demo-explain-document.ts && tsx scripts/demo-receipt-scanner.ts && tsx scripts/demo-draft-reply.ts && tsx scripts/demo-analyst-workbench.ts && tsx scripts/demo-entity-resolution.ts && tsx scripts/demo-contradiction-triage.ts |
demo:analyst |
tsx scripts/demo-analyst-workbench.ts |
demo:app-generate |
tsx scripts/demo-app-generate.ts |
demo:contradictions |
tsx scripts/demo-contradiction-triage.ts |
demo:draft-reply |
tsx scripts/demo-draft-reply.ts |
demo:entities |
tsx scripts/demo-entity-resolution.ts |
demo:explain |
tsx scripts/demo-explain-document.ts |
demo:investigate |
tsx scripts/demo-investigate.ts |
demo:language-substrate |
tsx scripts/demo-language-substrate.ts |
demo:life-admin |
tsx scripts/demo-life-admin.ts |
demo:proto-agi |
tsx scripts/proto-agi-skill-transfer-demo.ts |
demo:reality |
tsx scripts/demo-reality-compiler.ts |
demo:receipts |
tsx scripts/demo-receipt-scanner.ts |
demo:reset |
pnpm run db-setup && pnpm run seed |
demo:secure-alpha |
tsx scripts/demo-secure-alpha.ts |
demo:self-audit |
tsx scripts/demo-self-audit.ts |
demo:smoke |
tsx scripts/demo-smoke.ts |
demo:vault |
tsx scripts/demo-vault-security.ts |
desktop:build |
pnpm --filter @scce/web build && pnpm --filter @scce/server build && powershell -ExecutionPolicy Bypass -File scripts/package-electron-local.ps1 |
desktop:start |
pnpm --filter @scce/web build && pnpm --filter @scce/server build && pnpm --filter scce-agi-desktop start |
dev:server |
pnpm --filter @scce/server run dev |
dev:web |
pnpm --filter @scce/web run dev |
docs:generate |
tsx scripts/generate-reference-docs.ts |
doctor |
tsx scripts/doctor.ts |
env:scan |
tsx scripts/env-scan.ts |
eval |
tsx scripts/eval-qa.ts |
eval:publishable |
tsx scripts/eval-publishable.ts |
eval:publishable:strict |
tsx scripts/eval-publishable.ts --strict |
eval:strict |
tsx scripts/eval-qa.ts --strict |
explode:wiki |
node --max-old-space-size=4096 --import tsx/esm scripts/explode-wiki-dump.ts |
financial:download |
tsx scripts/download-financial-corpus.ts |
financial:download:dry |
tsx scripts/download-financial-corpus.ts --dry-run |
financial:download:edgar |
tsx scripts/download-financial-corpus.ts --edgar-only |
financial:download:prices |
tsx scripts/download-financial-corpus.ts --prices-only |
financial:factor |
node --max-old-space-size=4096 --import tsx/esm scripts/factor-model.ts |
financial:failure-signals |
tsx scripts/failure-signals.ts |
financial:ingest |
node --max-old-space-size=8192 --import tsx/esm scripts/ingest-financial-corpus.ts |
financial:ingest:fast |
node --max-old-space-size=8192 --import tsx/esm scripts/ingest-financial-corpus.ts --skip-edgar |
financial:ingest:reset |
node --max-old-space-size=8192 --import tsx/esm scripts/ingest-financial-corpus.ts --reset |
financial:ingest:train-only |
node --max-old-space-size=8192 --import tsx/esm scripts/ingest-financial-corpus.ts --train-only |
financial:predict-2025 |
node --max-old-space-size=4096 --import tsx/esm scripts/predict-2025.ts |
financial:predict-fiedler |
node --max-old-space-size=4096 --import tsx/esm scripts/predict-2025-fiedler.ts |
financial:proof |
node --max-old-space-size=4096 --import tsx/esm scripts/walk-forward-proof.ts |
fit:calibration |
tsx scripts/fit-calibration.ts |
fit:calibration:dryrun |
tsx scripts/fit-calibration.ts --dry-run |
format |
prettier --write "**/*.{ts,tsx,js,jsx,json}" |
format:check |
prettier --check "**/*.{ts,tsx,js,jsx,json}" |
fuzz:bundle |
tsx scripts/fuzz-bundle.ts |
fuzz:bundle:strict |
tsx scripts/fuzz-bundle.ts --strict |
gfa:status |
tsx scripts/gfa-status.ts |
gfa:status:json |
tsx scripts/gfa-status.ts --json |
headers:check |
tsx scripts/enforce-proprietary-headers.ts |
headers:fix |
tsx scripts/enforce-proprietary-headers.ts --fix |
hostile:assistant |
tsx scripts/hostile-assistant-check.ts |
hydrate:wikipedia |
node --max-old-space-size=14336 --expose-gc --import tsx/esm scripts/train-corpus.ts --corpus wikipedia --lang en |
ingest:folder |
node --max-old-space-size=12288 --import tsx/esm scripts/ingest-folder.ts |
ingest:wiki |
node --max-old-space-size=12288 --expose-gc --import tsx/esm scripts/ingest-wiki.ts |
ingest:wiki:awaken |
node --max-old-space-size=8192 --expose-gc --import tsx/esm scripts/multisource-ingest.ts --bootstrap-models |
ingest:wiki:sharded |
node --max-old-space-size=10240 --expose-gc --import tsx/esm scripts/multisource-ingest.ts |
ingest:wiki:smoke |
node --max-old-space-size=4096 --expose-gc --import tsx/esm scripts/batch-wiki-ingest.ts --batch-size=500 --max-pages-per-run=2000 --fast |
install:local |
tsx scripts/install.ts |
learn:primitives |
node --max-old-space-size=8192 --import tsx/esm scripts/learn-primitives.ts |
lint |
pnpm -r run lint |
mine:common-sense |
node --max-old-space-size=8192 --import tsx/esm scripts/mine-common-sense.ts |
native:wiki:lead:build |
cargo build --release --manifest-path native/wiki_lead_batch/Cargo.toml |
probe |
node --max-old-space-size=4096 --import tsx/esm scripts/probe.ts |
probe:full |
node --max-old-space-size=14336 --import tsx/esm scripts/probe.ts --full |
proof:all |
pnpm run proof:run && pnpm run proof:financial |
proof:financial |
node --max-old-space-size=4096 --import tsx/esm scripts/walk-forward-proof.ts |
proof:gfa |
tsx scripts/gfa-status.ts --json |
proof:ingest |
node --max-old-space-size=8192 --expose-gc --import tsx/esm scripts/proof-run.ts --skip-gfa |
proof:public |
pnpm run proof:run --model-dir data/models && pnpm run demo:language-substrate && echo 'Proof artifacts written to ./proofs and ./artifacts/language-substrate' |
proof:run |
node --max-old-space-size=8192 --expose-gc --import tsx/esm scripts/proof-run.ts |
proof:run:fast |
node --max-old-space-size=8192 --expose-gc --import tsx/esm scripts/proof-run.ts --skip-gfa |
publishable:check |
pnpm run audit:hostile:strict && pnpm run eval:publishable:strict && pnpm run fuzz:bundle:strict && pnpm run bench:throughput |
quality:check |
pnpm run headers:check && pnpm run architecture:check |
quality:deep |
pnpm run quality:check && pnpm run audit:hostile && pnpm run eval:strict |
review:runtime |
pnpm --filter @scce/core run build && pnpm --filter @scce/server run build && node --test packages/core/test/sovereignRuntimeAdapters.test.js packages/core/test/durableMemoryStore.postgres.test.js |
reviewer:bundle |
tsx scripts/build-reviewer-bundle.ts |
reviewer:host |
node scripts/reviewer-host.mjs --unbounded |
safety:build-hashes |
tsx scripts/build-safety-hashes.ts |
scce |
pnpm --filter @scce/cli run start |
scce:index-self |
tsx scripts/scce-index-self.ts |
seed |
tsx scripts/seed-demo-corpus.ts |
seed:test |
tsx scripts/seed-test-corpus.ts |
self:complete |
tsx scripts/self-complete.ts |
smoke-test |
tsx scripts/smoke-test.ts |
smoke:communications |
tsx scripts/smoke-communications.ts |
smoke:consumer |
tsx scripts/smoke-consumer.ts |
smoke:post-llm |
node scripts/test-post-llm.mjs |
start:agentic |
bash scripts/start-agentic-chat.sh |
start:all |
pnpm run dev:server & pnpm run dev:web |
start:coding |
bash scripts/start-coding.sh |
start:consumer |
concurrently "pnpm dev:server" "pnpm dev:web" |
start:honest |
bash scripts/start-honest-mode.sh |
status |
tsx scripts/check-status.ts |
stream:wiki |
node --max-old-space-size=8192 --import tsx/esm scripts/learn-primitives.ts |
test |
pnpm -r run test |
test-brain |
node scripts/test-trained-brain.mjs |
test:consumer |
node --test packages/core/test/cognitionRouter.test.js packages/core/test/casualChatEngine.test.js |
test:grounded |
tsx scripts/test-grounded-synthesis.ts |
test:integration |
pnpm run seed:test && SCCE_REQUIRES_CORPUS=1 pnpm --filter @scce/core test |
tgl:dataset |
node --max-old-space-size=4096 --import tsx/esm scripts/tgl-export-dataset.ts |
trace:open |
tsx scripts/trace-open.ts |
trainer:start |
pnpm --filter @scce/web build && pnpm --filter @scce/server build && pnpm --filter scce-agi-trainer-desktop start |
typecheck |
pnpm -r run build |
validate:capabilities |
tsx scripts/validate-capability-ledger.ts |
verify:no-telemetry |
tsx scripts/verify-no-telemetry.ts |
verify:offline |
tsx scripts/verify-offline.ts |
verify:sandbox |
tsx scripts/verify-sandbox.ts |
verify:smoke |
pnpm run build && pnpm run demo:smoke |
wiki:qa:regression |
node --import tsx/esm scripts/wiki-qa-regression.ts |
wipe:corpus |
node --import tsx/esm scripts/wipe-corpus.ts |
Manifest: packages/compute/package.json
| Script | Command |
|---|---|
build |
tsc -p tsconfig.json |
clean |
rm -rf dist |
lint |
tsc -p tsconfig.json --noEmit |
Manifest: packages/core/package.json
| Script | Command |
|---|---|
build |
tsc -p tsconfig.json |
clean |
rm -rf dist |
lint |
tsc -p tsconfig.json --noEmit |
review:runtime |
npx mocha -r ts-node/register test/runtime-dev-task-safety.test.ts --reporter json > runtime-review.json |
test |
npm run build && node --test test/*.test.js |
Manifest: packages/db/package.json
| Script | Command |
|---|---|
build |
tsc -p tsconfig.json |
clean |
rm -rf dist |
lint |
tsc -p tsconfig.json --noEmit |
test |
node --test test/*.test.js |
Manifest: packages/plugins/package.json
| Script | Command |
|---|---|
build |
tsc -p tsconfig.json |
clean |
rm -rf dist |
lint |
tsc -p tsconfig.json --noEmit |
Manifest: packages/security/package.json
| Script | Command |
|---|---|
build |
tsc -p tsconfig.json |
clean |
rm -rf dist |
lint |
tsc -p tsconfig.json --noEmit |
Manifest: packages/sketches/package.json
| Script | Command |
|---|---|
build |
tsc -p tsconfig.json |
clean |
rm -rf dist |
lint |
tsc -p tsconfig.json --noEmit |
test |
npm run build && node --test dist/test/*.test.js |
Manifest: packages/types/package.json
| Script | Command |
|---|---|
build |
tsc -p tsconfig.json |
clean |
rm -rf dist |
lint |
tsc -p tsconfig.json --noEmit |