Leo Miranda lmiranda
  • Toronto, ON - Canada
  • Joined on 2025-07-31
lmiranda pushed to main at personal-projects/leo-claude-mktplace 2026-01-24 18:16:31 +00:00
f809c672b5 Merge pull request 'development' (#148) from development into main
6a267d074b Merge pull request 'feat: add versioning workflow with release script + release v3.2.0' (#147) from fix/issue-143-versioning-workflow into development
bcde33c7d0 chore: release v3.2.0
ee3268fbe0 feat: add versioning workflow with release script
f6a38ffaa8 Merge pull request 'fix: remove destructive cache-clear instruction from CLAUDE.md' (#146) from fix/issue-145-cache-clear-instructions into development
Compare 6 commits »
lmiranda merged pull request personal-projects/leo-claude-mktplace#148 2026-01-24 18:16:29 +00:00
development
lmiranda created pull request personal-projects/leo-claude-mktplace#148 2026-01-24 18:16:19 +00:00
development
lmiranda deleted branch fix/issue-143-versioning-workflow from personal-projects/leo-claude-mktplace 2026-01-24 18:16:06 +00:00
lmiranda pushed to development at personal-projects/leo-claude-mktplace 2026-01-24 18:16:06 +00:00
6a267d074b Merge pull request 'feat: add versioning workflow with release script + release v3.2.0' (#147) from fix/issue-143-versioning-workflow into development
bcde33c7d0 chore: release v3.2.0
ee3268fbe0 feat: add versioning workflow with release script
Compare 3 commits »
lmiranda merged pull request personal-projects/leo-claude-mktplace#147 2026-01-24 18:16:05 +00:00
feat: add versioning workflow with release script + release v3.2.0
bcde33c7d0 chore: release v3.2.0
ee3268fbe0 feat: add versioning workflow with release script
f6a38ffaa8 Merge pull request 'fix: remove destructive cache-clear instruction from CLAUDE.md' (#146) from fix/issue-145-cache-clear-instructions into development
b13ffce0a0 fix: remove destructive cache-clear instruction from CLAUDE.md
b39e01efd7 Merge pull request 'feat(projman): add user-reported issue mode to /debug-report' (#141) from feat/issue-139-debug-report-user-mode into development
Compare 8 commits »
lmiranda deleted branch fix/issue-145-cache-clear-instructions from personal-projects/leo-claude-mktplace 2026-01-24 18:14:06 +00:00
lmiranda pushed to development at personal-projects/leo-claude-mktplace 2026-01-24 18:14:06 +00:00
f6a38ffaa8 Merge pull request 'fix: remove destructive cache-clear instruction from CLAUDE.md' (#146) from fix/issue-145-cache-clear-instructions into development
b13ffce0a0 fix: remove destructive cache-clear instruction from CLAUDE.md
Compare 2 commits »
lmiranda merged pull request personal-projects/leo-claude-mktplace#146 2026-01-24 18:14:04 +00:00
fix: remove destructive cache-clear instruction from CLAUDE.md
lmiranda created pull request personal-projects/leo-claude-mktplace#147 2026-01-24 18:13:39 +00:00
feat: add versioning workflow with release script + release v3.2.0
lmiranda created pull request personal-projects/leo-claude-mktplace#146 2026-01-24 18:13:23 +00:00
fix: remove destructive cache-clear instruction from CLAUDE.md
lmiranda closed issue personal-projects/leo-claude-mktplace#143 2026-01-24 18:09:35 +00:00
Investigate versioning inconsistency - CHANGELOG.md ahead of git tags
lmiranda commented on issue personal-projects/leo-claude-mktplace#143 2026-01-24 18:09:29 +00:00
Investigate versioning inconsistency - CHANGELOG.md ahead of git tags

Fix Implemented

Changes Made

  1. Created scripts/release.sh - Versioning workflow script that ensures consistency:
    • Validates [Unreleased] section in CHANGELOG
    • Updates…
lmiranda pushed tag v3.2.0 to personal-projects/leo-claude-mktplace 2026-01-24 18:09:04 +00:00
3227d2d618 chore: release v3.2.0
1dfbffcf38 feat: add versioning workflow with release script
Compare 2 commits »
lmiranda closed issue personal-projects/leo-claude-mktplace#145 2026-01-24 17:59:02 +00:00
Bug: CLAUDE.md instructs cache clear mid-session, breaking MCP tools
lmiranda closed issue personal-projects/leo-claude-mktplace#144 2026-01-24 17:59:02 +00:00
[Diagnostic] MCP tools fail with stale cache path after cache clear
lmiranda commented on issue personal-projects/leo-claude-mktplace#145 2026-01-24 17:58:03 +00:00
Bug: CLAUDE.md instructs cache clear mid-session, breaking MCP tools

Fix Proposed

Branch: fix/issue-145-cache-clear-instructions

Changes:

  • CLAUDE.md: Replaced "ALWAYS CLEAR CACHE" rule with "VERIFY AND RESTART" - warns against mid-session cache…