Developer directory — last 10 hours

The biggest changes across ~/Developer between roughly 10:04 and 20:04 on June 21, 2026, ranked by what actually moved.

Overview

One project dominated the window: columbia-console, a monorepo with an Expo mobile app, a SvelteKit web console, and a core package. It saw two distinct events — a native iOS prebuild that generated thousands of files, and a hand-authored web-UI build-out centered on the session view. Two smaller threads ran alongside: edits to the columbia-pages house theme (the system rendering this very page) and generative HTML in reliquary.

The headline

By raw file count, an Expo iOS prebuild + CocoaPods install (~9,300 generated files) is the largest change. By meaningful work, it is the SvelteKit web console — in particular a 2,188-line session detail view that was still being edited at the end of the window.

A connective thread runs through all three projects: Reliquary. columbia-console gained a ReliquaryMark.svelte brand mark and names Reliquary as “the keel” in its working instructions, while the reliquary project itself advanced its palette and gateway pages.

At a glance

Projects touched
4
3 with real work
Generated iOS files
~9.3k
Pods + Xcode project
Largest source file
2,188
lines — session view
Window
10 h
10:04–20:04 PDT

columbia-console — the center of gravity

A pnpm monorepo: apps/mobile (Expo ~56.0.12, expo-router), apps/web (SvelteKit), and apps/core. Nearly all activity in the window happened here.

1. iOS native prebuild — 18:35–18:37

The mobile app (@columbia/mobile) had its native iOS project generated and dependencies installed. This is the single biggest change by volume, but it is machine-generated scaffolding rather than authored code.

App
@columbia/mobile — Expo ~56.0.12, expo-router entry
Generated project
ColumbiaConsole.xcodeproj, AppDelegate.swift, Info.plist, PrivacyInfo.xcprivacy, entitlements, splash + app icons
CocoaPods
Podfile + Podfile.lock (114 KB), 9,326 files under ios/Pods/
Lockfile
pnpm-lock.yaml regenerated (523 KB)

2. SvelteKit web console build-out — 18:43–20:04

The substantive hand-authored work. A run of route and component edits, with the session detail view doing most of the heavy lifting.

Web console source files changed (apps/web)
FileLinesRole
routes/sessions/[id]/+page.svelte2,188Session detail view primary
routes/+layout.svelte357App shell & layout
routes/sessions/new/+page.svelte294New-session flow
routes/devices/+page.svelte203Device management
app.css153Global styling
routes/pair/+page.svelte137Device pairing
lib/SessionDialog.svelte133Session dialog
routes/+page.svelte99Landing
lib/ConfirmDialog.svelte71Confirm dialog
lib/ReliquaryMark.svelte26Brand mark new

Also in this pass: a new favicon.svg, .env files for the web and core apps, and a refreshed AGENTS.md (6.4 KB) whose “Reliquary” section is described as the project’s keel.

Theme & generative work

columbia-pages

The house theme behind this report was itself edited during the window — theme/theme.css (380 lines, 13 KB) was last touched at 20:03, about a minute before this page was generated, and theme/demo.html was updated at 18:39.

reliquary

The DSC-themed generative base advanced three standalone pages:

reliquary HTML pages changed
PageSizeTitleLast edit
gateway/index.html22 KBRLQ-0 · gateway18:20
palette/index.html15 KBRLQ · palette19:32
brief/index.html8 KBbrief.2026.06.2018:20

Excluded as noise

Two large mtime hits were deliberately set aside because they are not authored changes:

  • content-super-app — only a running Convex backend’s local SQLite file (convex_local_backend.sqlite3, 11.6 MB) was touched. Runtime state, not code.
  • columbia-console .svelte-kit/ — generated route types and client manifest from the dev server, regenerated at 20:04.

Method

None of these directories are git repositories, so this report is based on filesystem modification times, not commit history. “Last 10 hours” means files with an mtime newer than 600 minutes before 20:04 PDT. For source-level counts, generated and vendored trees (node_modules, ios/Pods, build, dist, .next, .expo, .svelte-kit) were excluded; they are reported separately as the iOS prebuild volume rather than mixed into authored-change counts.