Skip to content

Latest commit

History

History
16 lines (12 loc) 路 531 Bytes

File metadata and controls

16 lines (12 loc) 路 531 Bytes

SynthKernel is an experimental TypeScript software architecture.

Files

  • skill/ SynthKernel agent skill (stale)
  • skill/example/ SynthKernel implementation example (up-to-date)
  • src/ SynthKernel package (up-to-date)
  • whitepaper.ipynb SynthKernel whitepaper (stale)

Commands

  • pnpm lint: format and fix fixable lint errors (always run before pnpm check)
  • pnpm check: check types, lint and format (no fix)
  • pnpm build: build package
  • pnpm test: run tests
  • bun ./skill/example/main.ts: run example