···1111Be able to use the app on mobile and desktop with the safety of knowing there's also at least one remote copy.
12121313Today
1414+- [~][mobile] bottom buttons (save, delete, etc) can be hidden behind iOS keyboard
1415- [~][release] build and deploy release versions of desktop, ios, and server
1515-- [ ][workflow] agents need policy to never read outside workspace; spawned explore agents don't inherit policies
1616-- [ ][security] remove production server endpoint from source - should only be in .env files or user-entered
17161817Later
1918- [ ][desktop] access to notes on filesystem, syncing them as markdown files in ~/sync/Notes/peek
···152151- [x] update slides impl to use animation (see ./animation.js, can remove when done)
153152154153## UI Componentry
154154+155155+Right now we're replicating/forking html and js across extensions.
156156+This is messy, error prone, poor DRY practice.
157157+It also makes it so we can't generatively and rapidly build out UIs without whole new piles of html/js/css.
158158+We want a flexible and reusable system provided at the ./app layer which extensions can include and inject data/styling into.
159159+Ideally this is some loosely coupled system with deterministic management.
160160+Not just importing and writing js components w/ css, React-style.
161161+This is more like a templating system injecting schema, a card (html fragment?), and data.
155162156163reactive schema+card+data system
157164- [ ] cards + json schema + data?
···472479473480### 2026-W04
474481482482+- [x][desktop] Desktop Windows - title bar, persistence, pin controls, animations
483483+- [x][security] remove production server endpoint from source - require env config
484484+- [x][workflow] agent workspace isolation - rules to stay in workspace, no parent repo access
485485+- [x][workflow] fix divergent commits - mmerge uses jj new+restore pattern
486486+- [x][workflow] Railway deploy scripts - npm/yarn scripts with --service flag
475487- [x][desktop] fix groups extension - add visit tracking, filter for URLs only
476488- [x][workflow] fix TODO archival - updated agent templates with clearer instructions
477489- [x][workflow] clarify ./app rule - now about respecting front-end/back-end architecture boundary