Virgil
5e14c79d64
Lock in io helper interfaces
CI / test (push) Has been cancelled
CI / auto-fix (push) Has been cancelled
CI / auto-merge (push) Has been cancelled
2026-04-03 06:58:49 +00:00
Virgil
c95697e4f5
Sort local listings deterministically
CI / test (push) Waiting to run
CI / auto-fix (push) Waiting to run
CI / auto-merge (push) Waiting to run
2026-04-03 06:55:51 +00:00
Virgil
2f186d20ef
Align workspace docs with AX examples
CI / test (push) Waiting to run
CI / auto-fix (push) Waiting to run
CI / auto-merge (push) Waiting to run
2026-04-03 06:53:25 +00:00
Virgil
c60c4d95f0
docs: add AX examples to memory medium
CI / test (push) Waiting to run
CI / auto-fix (push) Waiting to run
CI / auto-merge (push) Waiting to run
2026-04-03 06:49:39 +00:00
Virgil
ef587639cd
Refine io memory helpers
CI / test (push) Waiting to run
CI / auto-fix (push) Waiting to run
CI / auto-merge (push) Waiting to run
2026-04-03 06:46:19 +00:00
Virgil
8994c8b464
Infer in-memory directory paths
CI / test (push) Waiting to run
CI / auto-fix (push) Waiting to run
CI / auto-merge (push) Waiting to run
2026-04-03 06:43:35 +00:00
Virgil
3efb43aaf7
Improve memory medium metadata
CI / test (push) Waiting to run
CI / auto-fix (push) Waiting to run
CI / auto-merge (push) Waiting to run
2026-04-03 05:13:09 +00:00
Virgil
3c8c16320a
Polish io memory medium naming
CI / test (push) Waiting to run
CI / auto-fix (push) Waiting to run
CI / auto-merge (push) Waiting to run
2026-04-03 05:10:15 +00:00
Virgil
35b725d2b8
Preserve MemoryMedium file modes
CI / test (push) Failing after 3s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
2026-04-01 09:50:24 +00:00
Virgil
cee004f426
feat(io): export memory file helpers
...
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-04-01 05:22:22 +00:00
Snider
df9c443657
feat(workspace): encrypt workspace files using ChaChaPolySigil
...
CI / test (push) Failing after 3s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
ReadWorkspaceFile and WriteWorkspaceFile now encrypt/decrypt file
content using XChaCha20-Poly1305 via the existing sigil pipeline.
A 32-byte symmetric key is derived by SHA-256-hashing the workspace's
stored private.key material so no new dependencies are required.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 16:14:43 +01:00
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
15b6074e46
refactor(ax): align remaining AX surfaces
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 14:19:53 +00:00
Virgil
ede0c8bb49
refactor(ax): rename remaining test helpers and examples
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 14:13:15 +00:00
Virgil
bf4ba4141d
refactor(ax): demote internal memory helpers and document sigil errors
...
Co-authored-by: Virgil <virgil@lethean.io>
2026-03-31 14:08:24 +00:00
Virgil
db6bbb650e
refactor(ax): normalize interface compliance test names
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 14:04:07 +00:00
Virgil
9dbcc5d184
refactor(ax): rename medium test variables and examples
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 14:00:33 +00:00
Virgil
e922734c6e
refactor(store): rename key-value store surface
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 13:54:58 +00:00
Virgil
45bd96387a
refactor(workspace): harden path boundaries and naming
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 13:47:35 +00:00
Virgil
c6adf478d8
refactor(ax): rename nonce helper for clearer naming
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 13:41:04 +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
Virgil
eab112c7cf
refactor(workspace): accept declarative root and medium options
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 13:20:09 +00:00
Virgil
e1efd3634c
refactor(ax): align remaining AX docs and invalid-input errors
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 13:13:41 +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
378fc7c0de
docs(ax): align sigil references with current surfaces
...
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-31 07:24:17 +00:00
Virgil
48b777675e
refactor(workspace): fail unsupported workspace messages explicitly
...
CI / test (push) Failing after 2s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
Return explicit fs sentinels for workspace creation, switching, and inactive file access.\n\nUnsupported command and message inputs now return a failed core.Result instead of a silent success, and tests cover the fallback path.\n\nCo-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 07:17:59 +00:00
Virgil
cc2b553c94
docs(ax): align RFC API reference with current surfaces
CI / auto-merge (push) Failing after 0s
CI / auto-fix (push) Failing after 0s
CI / test (push) Failing after 2s
2026-03-31 06:26:16 +00:00
Virgil
97535f650a
docs(ax): align guidance with current medium surface
...
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-31 06:17:48 +00:00
Virgil
3054217038
refactor(ax): remove workspace message compatibility map
...
CI / test (push) Failing after 4s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 06:10:46 +00:00
Virgil
38066a6fae
refactor(ax): rename workspace file helpers
...
Co-authored-by: Virgil <virgil@lethean.io>
2026-03-31 06:00:23 +00: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
a290cba908
refactor(ax): remove redundant compatibility surfaces
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
CI / test (push) Failing after 2s
2026-03-31 05:50:19 +00:00
Virgil
bcf780c0ac
refactor(ax): align memory medium test names
...
CI / auto-merge (push) Failing after 0s
CI / auto-fix (push) Failing after 0s
CI / test (push) Failing after 2s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 05:46:33 +00:00
Virgil
9f0e155d62
refactor(ax): rename workspace provider surface
...
CI / auto-fix (push) Failing after 0s
CI / test (push) Failing after 2s
CI / auto-merge (push) Failing after 1s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 05:42:12 +00:00
Virgil
619f731e5e
refactor(ax): align remaining semantic names
...
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-31 05:36:25 +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
32cfabb5e0
refactor(ax): normalize remaining usage examples
...
CI / test (push) Failing after 3s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 1s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 05:10:35 +00:00
Virgil
347c4b1b57
refactor(ax): trim prose comments to examples
CI / auto-fix (push) Failing after 0s
CI / test (push) Failing after 2s
CI / auto-merge (push) Failing after 0s
2026-03-30 23:02:53 +00:00
Virgil
f8988c51cb
refactor(ax): tighten naming and comment surfaces
CI / test (push) Failing after 4s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
2026-03-30 22:56:51 +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
64854a8268
refactor(ax): simplify workspace options
2026-03-30 22:46:05 +00:00
Virgil
64427aec1b
refactor(ax): add semantic workspace message handler
2026-03-30 22:45:15 +00:00
Virgil
14418b7782
refactor: tighten AX-facing comments
CI / test (push) Failing after 2s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 0s
2026-03-30 22:41:48 +00:00
Virgil
fc34a75fb2
refactor(ax): continue AX surface alignment
CI / auto-fix (push) Failing after 0s
CI / test (push) Failing after 3s
CI / auto-merge (push) Failing after 0s
2026-03-30 22:39:50 +00:00
Virgil
a8caedaf55
docs(local): convert constructor note to usage example
CI / test (push) Failing after 3s
CI / auto-fix (push) Failing after 1s
CI / auto-merge (push) Failing after 1s
2026-03-30 22:33:41 +00:00
Virgil
0927aab29d
refactor: align AX surfaces and semantic file names
2026-03-30 22:33:03 +00:00