experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

+14 -2
.TODO.md.swp

This is a binary file and will not be displayed.

+14 -2
TODO.md
··· 11 11 Be able to use the app on mobile and desktop with the safety of knowing there's also at least one remote copy. 12 12 13 13 Today 14 + - [~][mobile] bottom buttons (save, delete, etc) can be hidden behind iOS keyboard 14 15 - [~][release] build and deploy release versions of desktop, ios, and server 15 - - [ ][workflow] agents need policy to never read outside workspace; spawned explore agents don't inherit policies 16 - - [ ][security] remove production server endpoint from source - should only be in .env files or user-entered 17 16 18 17 Later 19 18 - [ ][desktop] access to notes on filesystem, syncing them as markdown files in ~/sync/Notes/peek ··· 152 151 - [x] update slides impl to use animation (see ./animation.js, can remove when done) 153 152 154 153 ## UI Componentry 154 + 155 + Right now we're replicating/forking html and js across extensions. 156 + This is messy, error prone, poor DRY practice. 157 + It also makes it so we can't generatively and rapidly build out UIs without whole new piles of html/js/css. 158 + We want a flexible and reusable system provided at the ./app layer which extensions can include and inject data/styling into. 159 + Ideally this is some loosely coupled system with deterministic management. 160 + Not just importing and writing js components w/ css, React-style. 161 + This is more like a templating system injecting schema, a card (html fragment?), and data. 155 162 156 163 reactive schema+card+data system 157 164 - [ ] cards + json schema + data? ··· 472 479 473 480 ### 2026-W04 474 481 482 + - [x][desktop] Desktop Windows - title bar, persistence, pin controls, animations 483 + - [x][security] remove production server endpoint from source - require env config 484 + - [x][workflow] agent workspace isolation - rules to stay in workspace, no parent repo access 485 + - [x][workflow] fix divergent commits - mmerge uses jj new+restore pattern 486 + - [x][workflow] Railway deploy scripts - npm/yarn scripts with --service flag 475 487 - [x][desktop] fix groups extension - add visit tracking, filter for URLs only 476 488 - [x][workflow] fix TODO archival - updated agent templates with clearer instructions 477 489 - [x][workflow] clarify ./app rule - now about respecting front-end/back-end architecture boundary