xiaoju
ceba0b5d43
chore: add prepublishOnly workspace:* guard
...
Checks for unresolved workspace:* dependencies before publish.
Changesets resolves these automatically, so normal release flow
passes through. Direct npm publish with workspace deps is blocked.
2026-05-31 23:43:51 +00:00
xiaoju
a050160bee
chore: remove prepublishOnly guards
...
Changesets already handles workspace:* → real version resolution
during publish. The guard scripts are unnecessary and block the
release flow.
2026-05-31 23:33:58 +00:00
xiaoju
515f4d32f9
chore: version 0.6.0 — unified envelope output (RFC #67 )
2026-05-31 23:24:59 +00:00
xingyue
1e8ccb8962
feat: add ucas command alias to cli-json-cas bin field
...
Fixes #24
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com >
2026-05-30 14:06:23 +08:00
xiaoju
98dc91e848
Revert "chore: normalize to bun monorepo conventions"
...
This reverts commit 064c9afa1e .
2026-05-29 04:45:50 +00:00
xiaoju
064c9afa1e
chore: normalize to bun monorepo conventions
...
CI / check (push) Failing after 43s
Applied monorepo normalization:
- Updated TypeScript to use composite project references with NodeNext
- Configured Biome for linting and formatting
- Standardized package.json metadata across all packages
- Set up changesets for version management and npm publishing
- Added vitest test infrastructure to all packages
- Created Gitea Actions CI pipeline
- Added solve-issue workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-29 04:39:36 +00:00
xiaoju
c20c6df2bf
chore: version packages (0.5.3)
...
feat: add oneOf support to meta-schema validation
小橘 🍊
2026-05-25 13:10:49 +00:00
xiaomo
4d7b439aaa
chore: add release script and prepublishOnly guard
2026-05-25 09:35:50 +00:00
xiaomo
0706307e85
fix: align all packages to 0.5.0 and restore workspace:^ deps
...
- All @uncaged/* packages → 0.5.0 (fixed versioning per changesets config)
- Restore workspace:^ for internal deps (was broken to ^0.3.0/^0.4.0)
- Regenerate bun.lock (removes duplicate npm registry entries)
2026-05-25 04:05:17 +00:00
xiaoju
17ed619900
chore: release @uncaged/* 0.3.0
2026-05-18 15:00:40 +00:00
xiaoju
38aad696fc
chore: release @uncaged/* 0.2.0
2026-05-18 14:15:33 +00:00
xiaoju
6e77e4a110
fix: replace workspace:^ deps with real versions + merge cli global store path
...
- All packages bumped to 0.1.3 via changesets (fixed group)
- Replace workspace:^ with ^0.1.x in json-cas-fs, json-cas-workflow, cli-json-cas
- Merge PR #8 : cli default store path → ~/.uncaged/json-cas/
Co-authored-by: 星月 🌙 (SORA Team)
小橘 🍊 (NEKO Team)
2026-05-18 10:47:12 +00:00
xiaoju
bf6aabe29d
chore: bump to 0.1.1
...
小橘 <xiaoju@shazhou.work >
2026-05-18 02:52:38 +00:00
xiaoju
55b4a0a219
chore: add changesets, set version 0.1.0
...
小橘 <xiaoju@shazhou.work >
2026-05-18 02:48:58 +00:00
xiaoju
1ff719bf8b
feat: Phase 4 — CLI (@uncaged/cli-json-cas)
...
- Full CLI: init, bootstrap, schema (put/get/list/validate),
put, get, has, verify, list, refs, walk, hash, cat
- --store flag, --json compact output, --format tree
- biome override: noConsole off for CLI package
- 64 tests passing
Closes #6
小橘 <xiaoju@shazhou.work >
2026-05-17 09:37:27 +00:00