Skip to content

fix(tool): remove spurious validateDirectory introduced during sync#192

Merged
randomm merged 400 commits intodevfrom
fix/issue-191-registry-path-clean
Feb 17, 2026
Merged

fix(tool): remove spurious validateDirectory introduced during sync#192
randomm merged 400 commits intodevfrom
fix/issue-191-registry-path-clean

Conversation

@randomm
Copy link
Owner

@randomm randomm commented Feb 17, 2026

Fixes #191

Removes the validateDirectory function that was incorrectly introduced during the upstream sync conflict resolution. Upstream does not have this code, and none of our fork features require it.

Restores registry.ts directory scanning to match upstream's simple glob.scanSync approach.

opencode and others added 30 commits February 10, 2026 20:21
…er to ensure that input window has enough room to compact (anomalyco#12924)

Co-authored-by: James Lal <james@littlebearlabs.io>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
R44VC0RP and others added 28 commits February 16, 2026 13:45
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
- Keep fork features: async-tasks, rg-tool, agents-config, minimal-ci, no-desktop
- Remove workflow files: daily-recap, duplicate-issues, nix-hashes, pr-management, publish
- Remove desktop package entirely
- Keep our AGENTS.md (fork-specific governance)
- Remove glob.ts and grep.ts (rg-tool feature preserves unified ripgrep)
- Accept upstream changes for all other files
@randomm randomm merged commit 2a1122c into dev Feb 17, 2026
1 check passed
@randomm randomm deleted the fix/issue-191-registry-path-clean branch February 17, 2026 20:19
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.

fix(tool): registry validateDirectory uses inode equality instead of path containment