addcd482a7
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #59 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 06:52:02 +00:00
Virgil
406825917b
refactor(store): tighten AX workspace naming
...
Align workspace and journal comments with the current contract while keeping the API stable.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 06:51:49 +00:00
74d4629c5d
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #58 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 06:47:54 +00:00
Virgil
aad8dded6b
feat(store): add declarative store config
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 06:47:39 +00:00
fcae6ae750
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #57 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 06:39:45 +00:00
Virgil
f9a7e542bf
docs(store): clarify workspace lifecycle comments
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 06:39:35 +00:00
4e339f15d2
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #56 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 06:35:39 +00:00
Virgil
2d9c5b2b49
refactor(store): clarify backing store names
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 06:35:23 +00:00
a6c0645853
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #55 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 06:31:47 +00:00
Virgil
bff79c31ca
fix(store): add nil-safe guards
...
Add nil/closed checks across the store, scoped store, workspace, journal, event, and compact entry points so agent callers get wrapped errors instead of panics.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 06:31:35 +00:00
87e4043848
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #54 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 06:24:02 +00:00
Virgil
a2adbf7ba6
refactor(store): tighten AX doc comments
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 06:23:51 +00:00
e8d7bd8230
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #53 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 06:20:16 +00:00
Virgil
0ce6014836
docs(store): align agent-facing file layout docs
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 06:20:04 +00:00
cf671930f4
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #52 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 06:16:00 +00:00
Virgil
fd3266306a
feat(store): expose journal configuration snapshot
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 06:15:45 +00:00
1d704ec7bc
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #51 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 06:11:48 +00:00
Virgil
12809c8d64
refactor(store): clarify journal configuration names
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 06:11:38 +00:00
91a88075fa
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #50 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 06:08:29 +00:00
Virgil
f4492b1861
feat(store): surface journal configuration on store
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 06:08:16 +00:00
0df03def5e
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #49 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 06:04:51 +00:00
Virgil
1f4d1914c8
refactor(workspace): mirror orphan aggregation in cleanup
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 06:04:39 +00:00
58f55c8cf5
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #48 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 06:01:14 +00:00
Virgil
4e8f0a0016
refactor(store): clarify workspace and archive naming
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 06:01:00 +00:00
212b4df81c
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #47 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 05:57:52 +00:00
Virgil
07500561fd
docs(store): sharpen AX usage comments
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 05:57:40 +00:00
4d2d4e5220
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #46 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 05:54:10 +00:00
Virgil
0c1b51413f
feat(store): broaden journal query handling
...
Improve Flux measurement parsing, make orphan cleanup flow explicit, and align the CLAUDE watch example with the current API.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 05:53:56 +00:00
3e441685d8
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #45 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 05:49:41 +00:00
Virgil
bbbcb1becf
docs(store): restore AX usage examples
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 05:49:31 +00:00
89c6a642ef
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #44 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 05:45:44 +00:00
Virgil
bc578265a8
refactor(scope): make scoped helpers explicit
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 05:45:24 +00:00
b8b7568d08
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #43 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 05:41:06 +00:00
Virgil
619e82a459
refactor(store): rename slice helper for clarity
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 05:40:53 +00:00
2c75fc250e
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #42 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 05:35:35 +00:00
Virgil
b6b29b50ce
feat(store): add configurable purge interval
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 05:35:22 +00:00
1b61833c64
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #41 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 05:33:05 +00:00
Virgil
33571be892
refactor(store): align wrapper naming with RFC
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 05:32:46 +00:00
5782584a99
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #40 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 05:29:09 +00:00
Virgil
294a998282
refactor(store): rename journal config fields
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 05:28:57 +00:00
a3dd245d8a
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #39 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 05:25:56 +00:00
Virgil
07bd25816e
refactor(store): simplify OnChange callback API
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 05:25:42 +00:00
17be565026
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #38 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 05:21:45 +00:00
Virgil
69cf03e69d
docs(store): expand package examples for workspace flow
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 05:21:35 +00:00
e9c4c3f35a
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #37 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 05:18:16 +00:00
Virgil
0accc6e85e
feat(store): clean up orphaned workspaces on startup
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 05:18:05 +00:00
1b2aaffc5d
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #36 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 05:14:00 +00:00
Virgil
387d1463fb
feat(store): add RFC-scoped helpers and callbacks
...
Add the RFC-named scoped helpers, AllSeq iteration, and group-filtered change callbacks.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 05:13:46 +00:00
e262b5513f
Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' ( #35 ) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
2026-04-03 05:06:08 +00:00
Virgil
016e2c3777
refactor(store): remove legacy alias entry points
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 05:05:53 +00:00