chore: bump version to 0.0.3#20
Conversation
Bundles three feature slices on top of 0.0.2: - PR #17 rate-limit discipline (RateLimitTracker / CircuitBreaker / Semaphore / wrapWithRateLimit + failure-mode table) - PR #18 activity aggregator (`Sync activity` command + GraphQL contributionsCollection + per-day rollup files at 02_AREAS/GitHub/Activity/YYYY-MM/YYYY-MM-DD.md) - PR #19 codeblock processor (`github-issue` / `github-pr` / `github-release` / `github-dependabot` Markdown codeblocks; pure metadataCache reads, zero new egress) Behind the scenes: vault-side Telemetry Grid card + GitHub Console year-view heatmap wire the activity files into the existing focus/energy/sleep telemetry surface (no plugin change required). Stats: - 429 tests across 24 suites (was 235 / 13 at 0.0.2) - Bundle 141 KB -> 167 KB - 7 commands in palette (was 6) Release notes captured in the 0.0.3 tag. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (4)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe extension and package versions are incremented from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
What's in 0.0.3 vs 0.0.2
RateLimitTracker+CircuitBreaker+Semaphore+wrapWithRateLimit; failure-mode tableSync activitycommand; GraphQL contributionsCollection; per-day rollup filesgithub-*Markdown codeblocks; metadataCache-only, zero new egressBehind the scenes: vault-side Telemetry Grid card + GitHub Console year-view heatmap wire the activity files into the existing focus/energy/sleep telemetry surface (no plugin change required).
Test plan
npm ci && npm run buildpasses (typecheck + esbuild prod)npx jestpasses — 429 tests across 24 suites0.0.3, attachmain.js+manifest.json+versions.jsonto the GitHub release🤖 Generated with Claude Code