mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-06 07:01:45 -05:00
* [AI] Emit bundle stats from the crdt package The crdt package was the only published library without a stats.json artifact. Migrate its build to Vite (mirroring the api/cli setup), wire in rollup-plugin-visualizer to emit dist/stats.json, and upload it from the CRDT CI job. Declarations are still produced by tsgo via --emitDeclarationOnly. https://claude.ai/code/session_01CDVAGLGu49q5YMHsRLkYLQ * Add release notes for PR #7537 * [AI] crdt: drop redundant rm -rf dist from build script Vite's build.emptyOutDir: true already clears the output directory before writing, so the leading rm -rf dist is unnecessary. https://claude.ai/code/session_01CDVAGLGu49q5YMHsRLkYLQ * [AI] Include crdt in the size-compare bundle stats table Wait for the crdt build check on both the base branch and the PR, download the crdt-build-stats artifact for each, and pass it to bundle-stats-comment.mjs so the summary table rendered on the PR includes a row for the crdt package alongside desktop-client, loot-core, api, and cli. https://claude.ai/code/session_01CDVAGLGu49q5YMHsRLkYLQ --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
131 B
131 B
category, authors
| category | authors | |
|---|---|---|
| Maintenance |
|
Migrate CRDT package build to Vite and generate bundle statistics for CI/CD.