Skip to content

fix(codebase): hub git routing + write refactors - #16

Merged
ManSio merged 1 commit into
mainfrom
fix/codebase-hub-write-actions
Aug 28, 2026
Merged

fix(codebase): hub git routing + write refactors#16
ManSio merged 1 commit into
mainfrom
fix/codebase-hub-write-actions

Conversation

@ManSio

@ManSio ManSio commented Aug 28, 2026

Copy link
Copy Markdown
Owner

Summary

Fixes 4 real bugs in the \codebase\ hub (write-actions dry-run, move import, safe_delete callers, git log routing) and syncs AGENTS.md §2 tool registry.

Fixes

  • codebase(action=git): now resolves the real \project_root\ and dispatches \log/\history/\�ranch/\ ile\ to the dedicated git tools instead of hitting a non-existent \log\ path (was: \Path does not exist: .../log).
  • write_tools.safe_delete: counts real usages via \ ind_all_references\ (was \ ind_references, which missed cross-file callers and reported a false \

- codebase(action=git) resolves the real project_root and dispatches log/history/branch/file to dedicated git tools instead of a non-existent log path (fixes 'Path does not exist: .../log').
- write_tools safe_delete counts real usages via find_all_references (was find_references, which missed cross-file callers -> false '0 usages').
- write_tools move infers a valid dotted module relative to project root instead of a Windows absolute path (fixes 'from D:\... import ...').
- replace/insert dry-run already guarded by apply=False (regression added).
- docs: AGENTS.md §2 synced to registered tool set; KNOWN_ISSUES updated.

Regression: tests/test_codebase_hub.py, tests/test_write_tools.py (67 passed).
@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a6973c93-4aed-4b8a-b12c-049413dff0c6


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ManSio
ManSio merged commit fc170e6 into main Aug 28, 2026
12 of 13 checks passed
@ManSio
ManSio deleted the fix/codebase-hub-write-actions branch August 28, 2026 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant