Commit graph

  • 702fd12cf3 sync store RFC dev Snider 2026-04-15 11:37:24 +01:00
  • a2eb005dea Verify RFC-aligned go-store implementation Snider 2026-04-15 11:34:44 +01:00
  • 7eba9e937f Verify go-store RFC implementation Snider 2026-04-15 11:32:55 +01:00
  • 403f8612f0 Align medium API with upstream interface Snider 2026-04-15 11:30:38 +01:00
  • 303ff4e385 Use DuckDB for workspace buffers Snider 2026-04-15 11:28:08 +01:00
  • caaba5d70a feat(scope): add scoped quota constructor Snider 2026-04-15 11:24:55 +01:00
  • 9763ef7946 Align module path docs Snider 2026-04-15 11:22:20 +01:00
  • 48643a7b90 docs(api): align package overview with primary constructors Snider 2026-04-15 11:20:30 +01:00
  • e5a0f66e08 Emit TTL purge events Snider 2026-04-15 11:17:37 +01:00
  • 9610dd1ff2 Support medium-backed SQLite persistence Snider 2026-04-15 11:15:01 +01:00
  • 9df2291d28 Align store options with RFC Snider 2026-04-15 11:11:46 +01:00
  • a8cab201b8 Align store internals with RFC Snider 2026-04-15 11:09:36 +01:00
  • a69d150883 Align store API with RFC Snider 2026-04-15 11:06:45 +01:00
  • b6daafe952 feat(store): DuckDB.Conn() accessor for streaming row iteration Snider 2026-04-14 16:49:59 +01:00
  • 2d7fb951db feat(store): io.Medium-backed storage per RFC §9 Snider 2026-04-14 12:16:53 +01:00
  • eef4e737aa refactor(store): replace banned stdlib imports with core/go primitives Snider 2026-04-08 16:43:49 +01:00
  • 79815048c3 chore: refresh go.sum Snider 2026-04-07 11:43:20 +01:00
  • 345fa26062 feat(store): add Exists, GroupExists, and Workspace.Count methods Snider 2026-04-05 08:58:26 +01:00
  • 72eff0d164 refactor: tighten store AX documentation Virgil 2026-04-04 21:29:27 +00:00
  • cdf3124a40 fix(store): make scoped store nil-safe Virgil 2026-04-04 21:19:59 +00:00
  • 69452ef43f docs(ax): tighten usage examples Virgil 2026-04-04 21:13:50 +00:00
  • e1341ff2d5 refactor(store): align internal lifecycle naming with AX Virgil 2026-04-04 21:09:20 +00:00
  • 7fa9449778 chore(store): confirm RFC parity Virgil 2026-04-04 21:04:41 +00:00
  • fcb178fee1 feat(scope): expose scoped config snapshot Virgil 2026-04-04 20:54:45 +00:00
  • c8504ab708 docs(store): clarify declarative constructors Virgil 2026-04-04 20:46:40 +00:00
  • ea3f434082 feat: add scoped store watcher wrappers Virgil 2026-04-04 20:34:25 +00:00
  • 8a117a361d refactor(store): clarify compaction lifecycle names Virgil 2026-04-04 20:29:21 +00:00
  • c6840745b5 docs(store): tighten AX-facing package docs Virgil 2026-04-04 20:24:21 +00:00
  • 466f4ba578 refactor: align workspace and scoped store names Virgil 2026-04-04 20:11:54 +00:00
  • fb39b74087 refactor(scope): centralise quota enforcement Virgil 2026-04-04 20:07:33 +00:00
  • 1c004d4d8a refactor(store): remove redundant scoped quota constructor Virgil 2026-04-04 20:03:22 +00:00
  • d854e1c98e refactor(scope): prefer scoped-store config literals Virgil 2026-04-04 19:53:53 +00:00
  • 257bd520f6 docs(ax): prefer declarative config literals in examples Virgil 2026-04-04 19:45:52 +00:00
  • 8b186449f9 fix(compact): normalise whitespace archive formats Virgil 2026-04-04 19:41:58 +00:00
  • 4726b73ba6 feat(scope): restore scoped quota constructor Virgil 2026-04-04 19:38:06 +00:00
  • e5c63ee510 refactor(scope): remove redundant scoped quota constructor Virgil 2026-04-04 19:34:32 +00:00
  • 649edea551 docs(ax): align package guidance with declarative config Virgil 2026-04-04 19:28:47 +00:00
  • 4c6f2d6047 feat(scope): add scoped on-change helper Virgil 2026-04-04 19:24:47 +00:00
  • 731a3ae333 fix(scope): make quota checks non-mutating Virgil 2026-04-04 19:12:24 +00:00
  • 75f8702b74 feat: normalise declarative store config defaults Virgil 2026-04-04 19:07:18 +00:00
  • 529333c033 fix(workspace): close partial workspaces without filesystem Virgil 2026-04-04 19:02:35 +00:00
  • 7ad4dab749 refactor(store): clarify config guidance and naming Virgil 2026-04-04 18:52:33 +00:00
  • ecafc84e10 fix(store): require compact cutoff time Virgil 2026-04-04 18:48:41 +00:00
  • 39fddb8043 refactor(scope): reuse shared prefix helper Virgil 2026-04-04 18:42:19 +00:00
  • efd40dd278 docs(store): reinforce AX config literal guidance Virgil 2026-04-04 18:38:09 +00:00
  • 00650fd51e feat(store): add transaction purge helpers Virgil 2026-04-04 18:20:52 +00:00
  • f30fb8c20b refactor(test): expand AX naming in coverage stubs Virgil 2026-04-04 18:15:44 +00:00
  • 23fb573b5d refactor(store): rename transaction internals Virgil 2026-04-04 17:56:54 +00:00
  • aa49cdab4e feat(scope): add scoped pagination helpers Virgil 2026-04-04 17:53:21 +00:00
  • 8e46ab9fdd docs(store): align RFC examples with AX Virgil 2026-04-04 17:48:35 +00:00
  • ba997f7e6b docs(store): align public comments with AX Virgil 2026-04-04 17:43:55 +00:00
  • d8183f26b6 fix: support scalar Flux journal filters Virgil 2026-04-04 17:39:45 +00:00
  • c2ba21342a docs(ax): prefer scoped config literals Virgil 2026-04-04 17:34:15 +00:00
  • 08e896ad4d docs(store): clarify journal metadata Virgil 2026-04-04 17:27:10 +00:00
  • 1905ce51ae fix(store): normalise compact archive formats Virgil 2026-04-04 17:10:25 +00:00
  • fd6f1fe80a docs(store): sharpen agent-facing examples Virgil 2026-04-04 17:05:51 +00:00
  • 5527c5bf6b docs(store): prefer config literals in examples Virgil 2026-04-04 16:49:48 +00:00
  • b20870178c refactor(store): unify scoped prefix helper naming Virgil 2026-04-04 16:47:13 +00:00
  • 9dc0b9bfcf refactor(scope): make scoped group access explicit Virgil 2026-04-04 16:37:56 +00:00
  • d682dcd5dc docs(scope): prefer explicit scoped examples Virgil 2026-04-04 16:31:38 +00:00
  • a2a99f6e9b docs(store): clarify package surface Virgil 2026-04-04 16:28:07 +00:00
  • 06f6229eaf feat(store): expose workspace state directory config Virgil 2026-04-04 16:24:27 +00:00
  • dfbdace985 feat: add scoped store transactions Virgil 2026-04-04 16:09:14 +00:00
  • 1fb8295713 feat(store): add scoped store config constructor Virgil 2026-04-04 16:06:43 +00:00
  • cae3c32d51 refactor: add AX config validation helpers Virgil 2026-04-04 15:47:56 +00:00
  • f3018a582b docs: add core/go RFC primitives for agent reference v0.2.1 Snider 2026-04-04 15:48:46 +01:00
  • 84a27855a1 Merge pull request '[agent/codex:gpt-5.4] Read docs/RFC-STORE.md fully. Find features described in the...' (#153) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 14:44:02 +00:00
  • 32e7413bf4 feat(store): make workspace state paths declarative Virgil 2026-04-04 14:43:42 +00:00
  • c48606179b Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md fully. Find features described in the...' (#152) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 14:36:53 +00:00
  • caacbbd1c1 docs(store): clarify SQLite journal implementation Virgil 2026-04-04 14:36:40 +00:00
  • a5b0f54d75 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md fully. Find features described in the...' (#151) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 14:23:39 +00:00
  • b43eb4e57a docs(store): make public comments example-driven Virgil 2026-04-04 14:23:29 +00:00
  • 223cf49e7c Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md fully. Find features described in the...' (#150) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 14:19:41 +00:00
  • c2c5cecd7d refactor(store): unify journal configuration storage Virgil 2026-04-04 14:19:28 +00:00
  • 07704d01ab Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md fully. Find features described in the...' (#149) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 14:16:06 +00:00
  • 5587e301bd refactor(store): copy journal result maps Virgil 2026-04-04 14:15:53 +00:00
  • 30a3c5fce6 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md fully. Find features described in the...' (#148) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 13:37:38 +00:00
  • c8261c5eb2 docs(store): prefer config literals in examples Virgil 2026-04-04 13:37:27 +00:00
  • bfa1ec05da Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md fully. Find features described in the...' (#147) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 13:25:33 +00:00
  • 019a72d152 docs(store): clarify AX examples for options Virgil 2026-04-04 13:25:19 +00:00
  • c5bc6f3fdf Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md fully. Find features described in the...' (#146) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 13:16:38 +00:00
  • 168c94d525 refactor(scope): centralise namespace quota checks Virgil 2026-04-04 13:16:24 +00:00
  • 3b7ff52449 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md fully. Find features described in the...' (#145) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 13:10:44 +00:00
  • 772a78357c fix(store): avoid compact archive filename collisions Virgil 2026-04-04 13:10:33 +00:00
  • c6d3e060ea Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md fully. Find features described in the...' (#144) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 13:07:47 +00:00
  • 85bef185e8 refactor(store): clone cached orphan slice Virgil 2026-04-04 13:07:36 +00:00
  • 209b5b6b2d Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md fully. Find features described in the...' (#143) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 12:13:20 +00:00
  • dd4c9a2585 refactor(store): clarify workspace summary prefix naming Virgil 2026-04-04 12:13:08 +00:00
  • 4b927ff624 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md fully. Find features described in the...' (#142) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 12:08:32 +00:00
  • f6a602f064 docs(store): improve agent-facing examples Virgil 2026-04-04 12:08:14 +00:00
  • 66b75948b2 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md fully. Find features described in the...' (#141) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 12:05:11 +00:00
  • 11b23b99c0 docs(store): refine AX-oriented comments Virgil 2026-04-04 12:05:00 +00:00
  • ae87ea5801 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' (#140) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 12:01:53 +00:00
  • a2ddacb27b fix(store): wrap orphan cleanup errors Virgil 2026-04-04 12:01:39 +00:00
  • 38e0cb3b2a docs: update store RFC and AX principles reference Snider 2026-04-04 12:58:44 +01:00
  • cc91496c60 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' (#139) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 11:57:49 +00:00
  • 92db4b72ff docs(store): clarify shared journal flow Virgil 2026-04-04 11:57:37 +00:00
  • b33f8941e2 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' (#138) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 11:54:16 +00:00
  • 9450a293cf refactor(store): rename journal write helper Virgil 2026-04-04 11:54:03 +00:00
  • c281ab2b93 Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' (#137) from agent/read---spec-code-core-go-store-rfc-md-fu into dev Virgil 2026-04-04 11:48:04 +00:00