_yg@@@@g_
a@@@@P~P@@@,
g@@@@_@@g,@@@g_
j@@@@@_4@P_@@@@@
@@@@@@@@g@@@@@@@
j@@@@@@@@@@@@RP~
a@@@@@@P`
B@@@@@@
@@@@@@[
$@@@@@ @@
9@@@@@l __ ~~
4@@@@@$ @@ B%
_yyy @@@@@@, gg
$@@@@ $@@@@@$ ~~
@@@@@ `@@@@@@L __yggy_
@@@@@ $@@@@@@_ _g@@@@@@@@y _a@@@@g_
@@@@@ `@@@@@@@_ ~~~~~~=@@@@@, a@@@@@@=~
@@@@@ 9@@@@@@@@@@@@@$g_`~@@@a@@@P~_ya$@@@@@@gy _yg@@@@@$gy_
@@@@@ 4@@@@@@@@@@@@@@@@@g,~@@@@~_a@@@@@@@@@@@~ y@@@@@@@@@@@@@$_
@@@@@ @@@@@@@PF~~~~F@@@@@@y 0@ y@@@@@@PF~~FF _@@@@@@F~~~~?@@@@@L
@@@@@ $@@@@@F` ~@@@@@, ' $@@@@F @@@@@` ~@@@@L
@@@@@ a@@@@@$ @@@@$ 4@@@@$ a@@@@yyyyyyyyyyy$@@@@
@@@@@ B@@@@@[ $@@@@ 4@@@@$ $@@@@@@@@@@@@@@@@@@@@
@@@@@ t@@@@@$ _@@@@@ 4@@@@l 4@@@@~~~~~~~~~~~~~~~`
@@@@@ $@@@@@g_ y$@@@@^ 4@@@@l @@@@$_ __
9@@@@@gyy R@@@@@@aw____yg@@@@@' 4@@@@l `@@@@@$yy___ya@@@g,
@@@@@@@@@_ ~4@@@@@@@@@@@@@@@F 4@@@@l ~@@@@@@@@@@@@@@@^
~?R@@@@RF ~~=R@@@@@@PF~ @@@@^ ~~4@@@@@@@P~`how to use lore hub
lore hub is a remote for lore — version control for intent. it speaks lore's HTTP protocol, so push, pull, clone all just work.
1 · install lore
curl -fsSL https://lorevcs.com/install.sh | sh # or, with rust: cargo install --git https://github.com/lorevcs/lore
2 · record some intent
lore init lore add "build a url shortener" lore add "links expire after 30 days" lore commit -m "initial intent"
lore tracks the prompts, notes and decisions that produced your code — not the code. lore materialize replays them into a brief for an agent.
3 · create an access token
pushing needs a personal access token. create an account, then generate one under settings → access tokens. the lore CLI reads it from LORE_TOKEN:
export LORE_TOKEN=lore_pat_xxxxxxxxxxxxxxxxxxxx
4 · add this hub as a remote & push
a remote on lore hub is https://hub.lorevcs.com/you/<repo>. the repo is created automatically on first push.
lore remote add origin https://hub.lorevcs.com/you/my-repo lore push
5 · clone, fetch, pull
lore clone https://hub.lorevcs.com/you/my-repo # copy a repo locally lore fetch # update remote-tracking refs lore pull # fetch, then merge
pushes must fast-forward. if someone pushed first, lore pull to merge, then push again. lore merges intent — there are no conflicts.
star & fork
★ star repositories you like and ⑂ fork them into your own namespace — forking copies the branch pointers; the content-addressed intent is shared, so it's instant.