v0.0.1 — base release
Changelog
All notable changes to this project are documented here.
Version source of truth: package.json at the repo root and in each workspace.
v0.0.1 — 2026-06-20
Base release. Public rebrand of the savant-code monorepo.
- [LOW] FID-2026-0620-001 — Re-brand as
savant-codebase v0.0.1. Reset all 10 workspacepackage.jsonversions to0.0.1(sdk 0.10.7 → 0.0.1 per user approval). Renamedsavant-free→free-buildin rootpackage.jsonworkspaces array (was broken — directory wasfree-build/, notsavant-free/). Added"ignoreDeprecations": "5.0"totsconfig.base.json(silences TS 6.0baseUrldeprecation). Added"globals": "^15.14.0"to root devDependencies (was missing despiteeslint.config.jsimporting it). PatchedAGENTS.mdrepo map (savant-free/→free-build/). Removed> Built on the [Savant-Code] platformline fromfree-build/README.md. Rewrote rootREADME.mdfollowing the savant-bot template (Overview, Key Tech, Features, Repo Map, Quick Start, Commands, Configuration, Validation, Conventions, ECHO Protocol, Sister Projects, Documentation, License).
Verification
type_check(bun x tsc --noEmit -p tsconfig.json): PASS (exit 0, 0 errors).lint(bun x eslint . --max-warnings 0): NOT PASS — pre-existing ESLint 10 / typescript-eslint 7 incompat (FID-003).format(bun x prettier --check .): NOT PASS — pre-existing 1456 unformatted lines (out of scope).build(bun run build:sdk && bun run build:savant-free): NOT VERIFIED — pre-existingcanvasdep fails Windows install (FID-002).test(bun test): NOT VERIFIED — 197 test files discovered but not yet run in this session.
Known Issues
- FID-2026-0620-002 (MEDIUM) —
canvasdep fails Windowsbun install(missing GTK3 runtime + headers). Affects onboarding + CI gates. - FID-2026-0620-003 (MEDIUM) — ESLint 10.5.0 vs
typescript-eslint7.17.0 incompat.bun x eslintexits 2 withTypeError: Class extends value undefined. Pin ESLint to^9.0.0or upgrade typescript-eslint to^8.0.0.