youzini
01291acb2d
feat(recall): track host generation context
2026-05-31 20:12:20 +00:00
github-actions[bot]
11c6356de2
chore: bump manifest version [skip ci]
2026-05-31 19:13:11 +00:00
youzini
b7b4ca4d21
Merge remote-tracking branch 'origin/main'
2026-05-31 19:12:36 +00:00
youzini
c7cc1bc4da
fix: repair invalid ESM syntax that broke plugin load
...
Three syntax errors from earlier refactors broke index.js module load,
removing the wand menu entry and floating panel:
- arrow function pasted into an import block (line 213, cloneRuntimeDebugValue)
- arrow function pasted into an import block (line 451, shouldRunRecallForTransaction)
- missing closing brace on applyGraphLoadState (Phase 5f extraction)
Root cause the guard missed it: package.json has no type:module, so
node --check parsed .js as CommonJS/script and accepted invalid ESM.
check-syntax now pipes each file through node --check --input-type=module
so syntax validation matches how the browser actually loads these modules.
2026-05-31 19:12:30 +00:00
github-actions[bot]
62ef264c50
chore: bump manifest version [skip ci]
2026-05-31 18:36:16 +00:00
youzini
119ffcf394
Merge branch 'dev'
...
# Conflicts:
# manifest.json
2026-05-31 18:36:02 +00:00
github-actions[bot]
f01ebe8a34
chore: bump manifest version [skip ci]
2026-05-31 18:20:46 +00:00
youzini
1fb3bf43bb
Merge origin/dev
2026-05-31 18:20:31 +00:00
youzini
f67358e024
docs: add English README + bilingual usage manual
2026-05-31 18:20:31 +00:00
github-actions[bot]
572ba496e4
chore: bump manifest version [skip ci]
2026-05-31 17:34:48 +00:00
youzini
c3023aff78
Merge origin/dev
2026-05-31 17:34:32 +00:00
youzini
f33bfcb380
docs: slim README to entry point, move detail into docs/usage
2026-05-31 17:34:32 +00:00
github-actions[bot]
7b4e7cd0aa
chore: bump manifest version [skip ci]
2026-05-31 17:21:13 +00:00
youzini
061b8cd19a
Merge origin/dev
2026-05-31 17:20:58 +00:00
youzini
40b4c316a0
docs: correct accuracy issues from review
2026-05-31 17:20:58 +00:00
github-actions[bot]
1fee88b2fb
chore: bump manifest version [skip ci]
2026-05-31 17:11:33 +00:00
youzini
31ee161c6e
Merge origin/dev
2026-05-31 17:11:19 +00:00
youzini
e80ca7ed9a
docs: add contributing guides + link docs from README
2026-05-31 17:11:19 +00:00
github-actions[bot]
9b8b825aa3
chore: bump manifest version [skip ci]
2026-05-31 17:08:15 +00:00
youzini
efbf5e3505
Merge origin/dev
2026-05-31 17:07:58 +00:00
youzini
32315c33e8
docs: add feature documentation
2026-05-31 17:07:58 +00:00
github-actions[bot]
88f80fb33c
chore: bump manifest version [skip ci]
2026-05-31 17:02:36 +00:00
youzini
2a099cb5ef
Merge origin/dev
2026-05-31 17:02:21 +00:00
youzini
98d35b0ea1
docs: add algorithm documentation
2026-05-31 17:02:21 +00:00
github-actions[bot]
f80801c7c9
chore: bump manifest version [skip ci]
2026-05-31 16:59:13 +00:00
youzini
fa2a3bfd63
Merge origin/dev
2026-05-31 16:58:56 +00:00
youzini
ac6a1a295a
docs: add developer docs scaffold + architecture section
2026-05-31 16:58:56 +00:00
github-actions[bot]
bf47ffb02e
chore: bump manifest version [skip ci]
2026-05-31 16:43:19 +00:00
youzini
fc288bd29f
Merge origin/dev
2026-05-31 16:43:05 +00:00
youzini
cf5479ad9b
docs: document runtime dependency guard
2026-05-31 16:43:05 +00:00
github-actions[bot]
20eaa4558c
chore: bump manifest version [skip ci]
2026-05-31 16:42:00 +00:00
youzini
8b19507998
Merge origin/dev
2026-05-31 16:41:47 +00:00
youzini
1ee3b3694c
test: guard runtime dependency injection completeness
2026-05-31 16:41:46 +00:00
github-actions[bot]
17facce4f3
chore: bump manifest version [skip ci]
2026-05-31 14:41:03 +00:00
youzini
edf62292e4
Merge origin/dev
2026-05-31 14:40:48 +00:00
youzini
8c63e7b3e8
docs: document control-plane modules + index.js slicing ban (Phase 6)
2026-05-31 14:40:48 +00:00
github-actions[bot]
1e471ba7ba
chore: bump manifest version [skip ci]
2026-05-31 14:38:21 +00:00
youzini
9620c7edfd
Merge origin/dev
2026-05-31 14:38:07 +00:00
youzini
a64a90fc6d
refactor(sync): extract applyGraphLoadState, migrate graph-persistence harness off slicing (Phase 5f)
2026-05-31 14:38:07 +00:00
github-actions[bot]
76c89f5207
chore: bump manifest version [skip ci]
2026-05-31 13:23:05 +00:00
youzini
0b69213585
Merge origin/dev
2026-05-31 13:22:49 +00:00
youzini
23318ea0dc
refactor(sync): extract saveGraphToChat + luker cache action (Phase 5e)
2026-05-31 13:22:49 +00:00
github-actions[bot]
4b66c170d3
chore: bump manifest version [skip ci]
2026-05-31 13:16:26 +00:00
youzini
0160a0da83
Merge origin/dev
2026-05-31 13:16:13 +00:00
youzini
8259dba003
refactor(sync): extract graph load/persist/authority cluster (Phase 5d)
2026-05-31 13:16:13 +00:00
github-actions[bot]
db2c7e669f
chore: bump manifest version [skip ci]
2026-05-31 12:52:12 +00:00
youzini
00c603356c
Merge origin/dev
2026-05-31 12:51:59 +00:00
youzini
459ce12f9b
refactor(sync): extract graph mutation gate + live-state projection (Phase 5c)
2026-05-31 12:51:58 +00:00
github-actions[bot]
aeed2bae3e
chore: bump manifest version [skip ci]
2026-05-31 12:45:21 +00:00
youzini
ddc62213e2
Merge origin/dev
2026-05-31 12:45:04 +00:00