Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
bun-version-file: package.json
- run: bun install --frozen-lockfile --ignore-scripts
- run: bun run schema:check
- run: bun run build

typecheck:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
- Claude Code global profiles using isolated `CLAUDE_CONFIG_DIR` roots,
additive MCP configuration, strict settings, native marketplace/plugin
lifecycle, generated launchers, and ownership-safe cleanup.
- Versioned user and project workspace JSON Schemas generated from the runtime
Zod models, with CI drift enforcement and YAML Language Server setup docs.


## [1.0.0] - 2026-03-13
Expand Down
4 changes: 3 additions & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading