let SessionLoad = 1 let s:so_save = &g:so | let s:siso_save = &g:siso | setg so=0 siso=0 | setl so=-1 siso=-1 let v:this_session=expand(":p") silent only silent tabonly cd ~/development/irc-now if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' let s:wipebuf = bufnr('%') endif let s:shortmess_save = &shortmess if &shortmess =~ 'A' set shortmess=aoOA else set shortmess=aoO endif badd +27 todo.txt badd +42 irc-now-landing-page/index.html badd +1 design/assets/logo-mark.svg badd +1 design/index.html badd +1470 docs/plans/2026-03-03-irc-now-phase1-plan.md badd +159 docs/plans/2026-03-03-irc-now-roadmap.md badd +26 ~/Documents/Obsidian\ Vault/98\ josiedot/services/services.md badd +47 notes/company.md badd +1 .gitignore badd +24 notes/marketing.md badd +17 term://~/development/irc-now//275329:/bin/zsh;\#toggleterm\#1 badd +9087 term://~/development/irc-now//276291:claude badd +2 deploy/keycloak/Containerfile badd +1 crates/soju-operator/todo.txt badd +1 crates/ergo-operator/deploy/buildconfig.yaml badd +1 crates/ergo-operator/src/resources/certificate.rs badd +697 docs/plans/2026-03-05-irc-now-network-plan.md badd +1 Cargo.toml badd +1 docs/plans/2026-03-05-irc-now-network-design.md badd +1 .dockerignore badd +44 ~/Documents/Obsidian\ Vault/98\ josiedot/services/irc-now-portal.md badd +1 stripe badd +28 ~/Documents/Obsidian\ Vault/98\ josiedot/services/irc-now-net-landing.md badd +288 crates/bot/src/manager.rs badd +21 crates/bot/src/api.rs badd +17 crates/bot/src/state.rs badd +19 crates/bot/src/main.rs badd +18 deploy/monitoring/alertmanager-config.yaml badd +25 crates/web-api/src/main.rs badd +143 crates/web-api/src/bouncer_watcher.rs badd +345 crates/web-api/src/routes/bouncer.rs badd +43 crates/soju-operator/src/controller.rs badd +21 crates/web-api/templates/bouncer_detail.html badd +28 crates/web-api/Cargo.toml badd +20 crates/web-api/src/soju_migrate.rs badd +19 crates/bouncer-webhook/Cargo.toml badd +75 crates/bouncer-webhook/src/main.rs badd +23 ~/Documents/Obsidian\ Vault/98\ josiedot/services/irc-now-stats.md argglobal %argdel edit todo.txt let s:save_splitbelow = &splitbelow let s:save_splitright = &splitright set splitbelow splitright wincmd _ | wincmd | vsplit 1wincmd h wincmd w let &splitbelow = s:save_splitbelow let &splitright = s:save_splitright wincmd t let s:save_winminheight = &winminheight let s:save_winminwidth = &winminwidth set winminheight=0 set winheight=1 set winminwidth=0 set winwidth=1 exe 'vert 1resize ' . ((&columns * 155 + 110) / 221) exe 'vert 2resize ' . ((&columns * 65 + 110) / 221) argglobal balt stripe setlocal foldmethod=manual setlocal foldexpr=0 setlocal foldmarker={{{,}}} setlocal foldignore=# setlocal foldlevel=0 setlocal foldminlines=1 setlocal foldnestmax=20 setlocal nofoldenable silent! normal! zE sil! 1,1fold sil! 16,52fold sil! 59,61fold let &fdl = &fdl let s:l = 27 - ((26 * winheight(0) + 31) / 63) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt keepjumps 27 normal! 033| lcd ~/development wincmd w argglobal if bufexists(fnamemodify("term://~/development/irc-now//1043577:claude", ":p")) | buffer term://~/development/irc-now//1043577:claude | else | edit term://~/development/irc-now//1043577:claude | endif if &buftype ==# 'terminal' silent file term://~/development/irc-now//1043577:claude endif balt ~/development/irc-now/todo.txt setlocal foldmethod=manual setlocal foldexpr=0 setlocal foldmarker={{{,}}} setlocal foldignore=# setlocal foldlevel=0 setlocal foldminlines=1 setlocal foldnestmax=20 setlocal foldenable let s:l = 10060 - ((59 * winheight(0) + 31) / 62) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt keepjumps 10060 normal! 0 lcd ~/development wincmd w 2wincmd w exe 'vert 1resize ' . ((&columns * 155 + 110) / 221) exe 'vert 2resize ' . ((&columns * 65 + 110) / 221) tabnext 1 if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal' silent exe 'bwipe ' . s:wipebuf endif unlet! s:wipebuf set winheight=1 winwidth=20 let &shortmess = s:shortmess_save let &winminheight = s:save_winminheight let &winminwidth = s:save_winminwidth let s:sx = expand(":p:r")."x.vim" if filereadable(s:sx) exe "source " . fnameescape(s:sx) endif let &g:so = s:so_save | let &g:siso = s:siso_save nohlsearch doautoall SessionLoadPost unlet SessionLoad " vim: set ft=vim :