Skip to content

Commit 58e2e01

Browse files
burkeclaude
andcommitted
Integrate tectonix zones with lazy-trees infrastructure
Add native git repository access for world/tectonix monorepo support: - New builtins for zone manifest access (__unsafeTectonixInternalManifest, __unsafeTectonixInternalManifestInverted) and tree fetching (__unsafeTectonixInternalTree) - Lazy mounting for zones: clean zones use git tree accessors, dirty/checkout zones use filesystem accessors - Zone path validation ensuring paths match exact manifest roots - Support for odbOnly mode in git-utils for repositories with unsupported extensions like reftables - Dirty zone detection via git status integration - Caching for zone accessors and manifest content Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 15d6091 commit 58e2e01

20 files changed

Lines changed: 3958 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build with:
2+
3+
```
4+
nix develop -c meson compile -C build
5+
```

0 commit comments

Comments
 (0)