Releases: amcbstudio/jsonllm
Releases · amcbstudio/jsonllm
v0.1.1
v0.1.1 — Workspace Bootstrap and Packaged Defaults
This release makes the kernel easier to reuse in new projects by removing repo-bound assumptions and shipping first-class bootstrap templates.
Added
- Workspace bootstrap command:
jsonllm init-project [target] [--force]. - New bootstrap module to scaffold a ready-to-run workspace:
catalog/modules/data/events.jsonl.gitignoredefaults
- Packaged default templates inside the installable package:
- Catalog templates (
allowed-actions,policy-config,intent-routes) - Module templates (
core_builtin,math_sum)
- Catalog templates (
Changed
- CLI now supports workspace resolution via:
--workspaceJSONLLM_WORKSPACE
- Path handling is now workspace-based (no fixed local repository paths).
- Module API compatibility checks were tightened with explicit
module_api_versionvalidation. list-modulesoutput now includes module root path and API version metadata.- README updated with bootstrap and workspace usage instructions.
Release Engineering
- Version bumped to
0.1.1. - Packaging/build validation completed successfully:
python -m build --no-isolationpython -m twine check dist/*