Commit Graph

1007 Commits

Author SHA1 Message Date
OpenCode
09fc103f21 fix(authority): clarify replica consistency state 2026-05-15 16:51:48 +00:00
github-actions[bot]
7c19a124b3 chore: bump manifest version [skip ci] 2026-05-15 16:12:50 +00:00
youzini
baa88d8efe fix(vector): keep ranking searches read-only 2026-05-15 16:12:37 +00:00
github-actions[bot]
51f0022af7 chore: bump manifest version [skip ci] 2026-05-15 16:02:10 +00:00
youzini
7dff42f832 Merge dev into main 2026-05-15 16:01:20 +00:00
github-actions[bot]
67c4121d87 chore: bump manifest version [skip ci] 2026-05-15 15:58:48 +00:00
youzini
5c3c7180cc chore(vector): update TriviumDB PoC to 0.7 2026-05-15 15:58:37 +00:00
github-actions[bot]
e47ead7044 chore: bump manifest version [skip ci] 2026-05-15 15:31:58 +00:00
youzini
9395ab26af Merge dev into main
# Conflicts:
#	manifest.json
2026-05-15 15:31:44 +00:00
github-actions[bot]
98c3407a7a chore: bump manifest version [skip ci] 2026-05-15 15:28:33 +00:00
youzini
042e5ce32e Merge remote-tracking branch 'origin/dev' into dev 2026-05-15 15:28:17 +00:00
youzini
1ef9e53320 fix(vector): prevent incompatible vector reuse 2026-05-15 15:28:11 +00:00
github-actions[bot]
f8aa26dcbe chore: bump manifest version [skip ci] 2026-05-15 15:20:08 +00:00
youzini
2ddfa5a3f0 Merge remote-tracking branch 'origin/dev' into dev 2026-05-15 15:19:53 +00:00
youzini
26ba86e3a3 docs: remove temporary vector dimension plan 2026-05-15 15:19:47 +00:00
github-actions[bot]
c9bf29f427 chore: bump manifest version [skip ci] 2026-05-15 15:19:33 +00:00
youzini
e241f916ea feat(vector): send vector space metadata to Authority apply 2026-05-15 15:19:21 +00:00
github-actions[bot]
31efcd5b41 chore: bump manifest version [skip ci] 2026-05-15 15:14:38 +00:00
youzini
ab7141095e Merge remote-tracking branch 'origin/dev' into dev 2026-05-15 15:14:23 +00:00
youzini
61db501db0 feat(vector): gate local search by vector manifest 2026-05-15 15:14:17 +00:00
github-actions[bot]
dc3be37573 chore: bump manifest version [skip ci] 2026-05-15 15:10:24 +00:00
youzini
f97b3729bb Merge remote-tracking branch 'origin/dev' into dev 2026-05-15 15:10:08 +00:00
youzini
2a674a7563 feat(vector): add vector space identity helpers 2026-05-15 15:09:57 +00:00
github-actions[bot]
d7cb52a380 chore: bump manifest version [skip ci] 2026-05-15 15:08:34 +00:00
youzini
7fef4dea2c docs: add temporary vector dimension stability plan 2026-05-15 15:08:16 +00:00
github-actions[bot]
4873c1d8d1 chore: bump manifest version [skip ci] 2026-05-15 11:40:53 +00:00
youzini
8310d03bfa Merge remote-tracking branch 'origin/main' into main 2026-05-15 11:40:12 +00:00
youzini
c90083fe0c Merge remote-tracking branch 'origin/dev' 2026-05-15 11:39:45 +00:00
github-actions[bot]
4e9bfbb3bc chore: bump manifest version [skip ci] 2026-05-15 11:00:26 +00:00
youzini
c4985d68ba Merge remote-tracking branch 'origin/dev' into dev 2026-05-15 10:59:58 +00:00
opencode
3c69b7d4fb feat(vector): use Authority BME apply when available 2026-05-15 10:59:49 +00:00
github-actions[bot]
0e6798d3e2 chore: bump manifest version [skip ci] 2026-05-15 10:47:37 +00:00
youzini
6e547bcdaf Merge remote-tracking branch 'origin/dev' into dev 2026-05-15 10:46:51 +00:00
opencode
2174552e7c feat(authority): detect BME manifest capability 2026-05-15 10:46:43 +00:00
github-actions[bot]
13a4e3fba0 chore: bump manifest version [skip ci] 2026-05-15 10:38:40 +00:00
opencode
08fcfda6ac feat(authority): show automatic upgrade state 2026-05-15 10:38:26 +00:00
github-actions[bot]
b9250f9fe2 chore: bump manifest version [skip ci] 2026-05-15 09:59:30 +00:00
opencode
80552f7a3d Merge dev into main 2026-05-15 09:59:09 +00:00
github-actions[bot]
99bf745a0d chore: bump manifest version [skip ci] 2026-05-15 09:55:18 +00:00
opencode
be38a2c0d2 fix(vector): harden runtime embedding sync 2026-05-15 09:55:00 +00:00
github-actions[bot]
e22f9e4e37 chore: bump manifest version [skip ci] 2026-05-09 09:09:08 +00:00
youzini
ea57cf9a6a Merge remote-tracking branch 'origin/dev' into dev 2026-05-09 09:07:24 +00:00
youzini
f443b388ee fix(authority): distinguish embedding and Trivium failures
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-05-09 09:06:19 +00:00
youzini
880e2b9158 fix(authority): classify capability probe failures
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-05-09 09:05:32 +00:00
github-actions[bot]
d5022aa2bd chore: bump manifest version [skip ci] 2026-05-07 04:14:15 +00:00
Sisyphus
39355459a6 fix(authority): route graph persistence by storage readiness
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-05-07 04:13:54 +00:00
github-actions[bot]
54ea001b8c chore: bump manifest version [skip ci] 2026-05-06 15:37:46 +00:00
youzini
db5a341617 fix(authority): split graph SQL persistence by payload size 2026-05-06 15:37:19 +00:00
github-actions[bot]
590da3b689 chore: bump manifest version [skip ci] 2026-05-04 06:48:43 +00:00
youzini
1142f2a711 Merge pull request #42 from Youzini-afk/dev
Dev
2026-05-04 14:48:31 +08:00