Virgil
|
c713bafd48
|
refactor(ax): align remaining AX examples and names
CI / test (push) Failing after 3s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-31 14:27:58 +00:00 |
|
Virgil
|
50bb356c7c
|
refactor(ax): align remaining AX naming surfaces
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-31 13:35:21 +00:00 |
|
Virgil
|
bd8d7c6975
|
refactor(ax): tighten local naming
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-31 13:25:00 +00:00 |
|
Snider
|
702286a583
|
feat(ax): apply AX compliance sweep — usage examples and predictable names
CI / test (push) Failing after 2s
CI / auto-merge (push) Failing after 0s
CI / auto-fix (push) Failing after 0s
- Add // Example: usage comments to all Medium interface methods in io.go
- Add // Example: comments to local, s3, sqlite, store, datanode, node medium methods
- Rename short variable `n` → `nodeTree` throughout node/node_test.go
- Rename short variable `s` → `keyValueStore` in store/store_test.go
- Rename counter variable `n` → `count` in store/store_test.go
- Rename `m` → `medium` in store/medium_test.go helper
- Remove redundant prose comments replaced by usage examples
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-31 12:19:56 +01:00 |
|
Virgil
|
b3d12ce553
|
refactor(ax): remove fileget/fileset compatibility aliases
CI / auto-fix (push) Failing after 0s
CI / test (push) Failing after 2s
CI / auto-merge (push) Failing after 0s
Co-authored-by: Virgil <virgil@lethean.io>
|
2026-03-31 05:57:21 +00:00 |
|
Virgil
|
313b704f54
|
refactor(ax): trim test prose comments
CI / test (push) Failing after 2s
CI / auto-merge (push) Failing after 0s
CI / auto-fix (push) Failing after 0s
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-31 05:30:25 +00:00 |
|
Virgil
|
1cc185cb35
|
Align node and sigil APIs with AX principles
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
CI / test (push) Failing after 4s
|
2026-03-31 05:24:39 +00:00 |
|
Virgil
|
6aa96dc7b7
|
refactor(ax): align remaining example names and walk APIs
CI / test (push) Failing after 2s
CI / auto-fix (push) Failing after 1s
CI / auto-merge (push) Failing after 1s
|
2026-03-31 05:18:17 +00:00 |
|
Virgil
|
b80a162373
|
refactor(ax): rename placeholder test cases
CI / auto-fix (push) Failing after 0s
CI / test (push) Failing after 3s
CI / auto-merge (push) Failing after 0s
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-30 22:52:35 +00:00 |
|
Virgil
|
3a5f9bb005
|
refactor(ax): encapsulate memory medium internals
CI / test (push) Failing after 3s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
|
2026-03-30 22:47:27 +00:00 |
|
Virgil
|
25b12a22a4
|
refactor(ax): add memory medium aliases
CI / test (push) Failing after 2s
CI / auto-fix (push) Failing after 1s
CI / auto-merge (push) Failing after 0s
|
2026-03-30 22:00:45 +00:00 |
|
Virgil
|
b0bcdadb2f
|
refactor(ax): make store and traversal explicit
CI / test (push) Failing after 3s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
|
2026-03-30 20:52:34 +00:00 |
|
Virgil
|
518309a022
|
refactor(ax): add explicit node traversal options
CI / test (push) Failing after 2s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-30 20:37:40 +00:00 |
|
Virgil
|
5e4bc3b0ac
|
test(ax): cover wrapper APIs and add package docs
CI / auto-fix (push) Failing after 1s
CI / test (push) Failing after 3s
CI / auto-merge (push) Failing after 1s
|
2026-03-30 06:24:36 +00:00 |
|
Virgil
|
514ecd7e7a
|
fix(io): enforce ax v0.8.0 polish spec
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-30 06:24:36 +00:00 |
|
Virgil
|
238d6c6b91
|
chore(ax): align imports, tests, and usage comments
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-30 06:22:48 +00:00 |
|
Snider
|
ef5437b207
|
fix: use UK English spelling throughout
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-15 10:10:46 +00:00 |
|
Snider
|
ea2343892c
|
feat: standalone io.Medium abstraction
Universal I/O interface extracted from core/go.
Backend-agnostic file operations — local, S3, SQLite, DataNode, Sigil.
- io.Medium: Read/Write/Delete/List/Stat/Rename
- local: filesystem backend
- s3: AWS S3 backend
- sqlite: SQLite-backed virtual filesystem
- datanode: Borg DataNode in-memory fs (snapshot/restore)
- node: composite medium with routing
- sigil: content-addressed storage with crypto hashes
Depends on core/go-log for E() errors, zero core/go dependency.
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-06 09:31:28 +00:00 |
|