Current inventory
Initial repository scan performed from/Volumes/L1feAI/l1feosx/sigil/weave on 2026-04-26:
| Scope | Result |
|---|---|
Nested .git directories under weave/ | None found |
Nested .git files under weave/ | None found |
| Parent Git repository | /Volumes/L1feAI/l1feosx/sigil |
| Parent remote | git@github.com:l1feai/sigil.git |
| Parent branch | main tracking origin/main |
Parent tracking of weave/ | Ignored by .gitignore entry /weave/ |
weave/ included many independent library-shaped projects, but at scan time they were source directories, not active Git repositories.
After release initialization, 43 standalone local repositories were created from scripts/weave-repositories.json. The Mintlify docs are tracked as the weave-docs target under docs/, and release tooling is tracked as the weave-release target under scripts/.
Fresh-history policy
Force-pushing rewritten history is allowed only after a repository has been explicitly selected for reset and has a recovery point. Use this procedure for each standalone repository:- Confirm the GitHub repository URL and default branch.
- Create a local immutable backup tag or mirror clone.
- Export the current desired source tree into a clean repository root.
- Run release checks for that repository.
- Create one initial production commit.
- Push with
--force-with-lease, not blind--force. - Record the old commit, new commit, date, operator, and release checks in the release log.
Candidate standalone repositories
These directories already have package manifests, README files, repository metadata, or GitHub workflow folders and are candidates for standalone release repositories:| Area | Directories |
|---|---|
| Models | models/trace, models/trace-blobs, models/lens, models/locus, models/nexus, models/basis, models/forum, models/gnosis, models/woven |
| Network | network/weave-dht, network/weave-dht-daemon, network/zer0-secret-stream, network/zer0-swarm, network/weave-swarm, network/weave-secret-stream |
| Core libraries | libs/weave-core, libs/weave-crypto, libs/weave-sdk, libs/weave-browser-engine, libs/zer0-proto-mp, libs/trace-errors, libs/trace-id-encoding, libs/trace-vault, libs/weave-compliance, libs/weave-proto-mp |
| Local file systems | local/agentfs, local/agentfs-diff, local/agentfs-mirror, local/agentfs-watch |
| Identity and adapters | adapters/weave-identity, adapters/ed25519, tools/adapters/mock, tools/adapters/simple, l1feid/l1fe-did, l1feid/l1fe-crypto |
| Runtime and tools | tools/weave, tools/dcli, tools/dbrowser, tools/trace-migrate, tools/trace-blobs-cli, tools/schema-check |
| Filament | filament, filament/filament-core, filament/filament-crypto, filament/filament-interfaces, filament/filament-link, filament/filament-packet, filament/filament-transport, filament/filament-types, filament/filament-utilities, filament-minimal |