roberta/arkiv
The main demo repo for gitkiv — this is where most of the app's features have actually been exercised end-to-end on Tiramisu.
What's been tested here
- Branches —
main,feature/arkiv,release/v1, created both as explicit entities and derived from commit history. - Merges — real merge commits with a second-parent pointer, including
the fix that reassigns the source branch's commits onto the target after
a merge (see
mergedFromBranch/mergedFromHashon the commit list). - Branch locks — Mission 02's expiring reservation, tested down to a 10-second lock to confirm it lifts itself with no cleanup code.
- File attachments on Swarm — plain uploads, ACT-encrypted uploads, and
a Mantaray-manifest folder upload (
demo-site/), all via Swarm ID. - Issues — the tracker you're looking at right now.
Why it's messy
Commit messages here are things like qwerty, try, and test 2 — this
repo is scratch space for verifying the app works, not a project someone's
actually shipping. roberta/demo is the cleaner one if you want to see
what a "real" repo looks like.