Skip to content
View Lockyc's full-sized avatar
:octocat:
to be a philosopher, one must axolotl questions
:octocat:
to be a philosopher, one must axolotl questions

Organizations

@ccfnq @issue-embed @reductable

Block or report Lockyc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Lockyc/README.md

Small, composable pieces of a digital construct.

Apps

warden — Curated terminals - a macOS console of grouped project tabs of embedded libghostty terminal surfaces.

curator — Curated browser keeper-tabs - a macOS console of grouped webview tabs, useful for dashboards, chat, and other persistent webview surfaces.

lector — Curated rendered docs - a macOS console of grouped tabs, each a local Markdown repo rendered live with hot-reload and simple editing.

Tools

agentmux — A configurable tmux launcher for agent sessions. Define your AI agents — or any CLI — in TOML; each opens in its own colour-coded tmux window and prefix-m cycles between them. Runs in any terminal.

mycelium — A cross-repo ecosystem map for agents. Each repo carries a small mycelium.toml describing what it is and what it provides; mycelium merges them into one graph an agent reads to discover the repos, services and capabilities around it.

docgraph — Audits a repo's agent-facing documentation graph — orphans, broken links, untracked markdown — plus content leak scan and diff-scoped footgun-drift pre-push check.

compositor — A Rust static-site generator for Markdown doc repos — a from-scratch MkDocs replacement (reusable render engine + CLI).

Building blocks

Shared guts behind the apps above.

config-core — The shared config engine behind warden, curator and lector — parses, validates and house-formats each app's TOML config (preserving your comments), resolves its path, reads accent colours, and writes a starter config on first run.

shell-core — The shared Tauri app-shell + release tooling for warden, curator, and lector.

chrome-core — The shared sidebar UI for the warden, curator, and lector apps — the grouped tab rows, resize-drag and density styling, written once as framework-free CSS + vanilla JS the apps embed at build time.

libghostty-build — CI that builds Ghostty's embedding library from a pinned, unmodified upstream commit and publishes it as a release asset — build tooling, no library source of its own.

Pinned Loading

  1. agentmux agentmux Public

    A configurable tmux launcher for agent sessions. Define your AI agents — or any CLI — in TOML; each opens in its own colour-coded tmux window and prefix-m cycles between them. Runs in any terminal.

    Shell 2

  2. warden warden Public

    Curated terminals - a macOS console of grouped project tabs of embedded libghostty terminal surfaces.

    Rust

  3. curator curator Public

    Curated browser keeper-tabs - a macOS console of grouped webview tabs, useful for dashboards, chat, and other persistent webview surfaces.

    Rust 1

  4. mycelium mycelium Public

    A cross-repo ecosystem map for agents. Each repo carries a small mycelium.toml describing what it is and what it provides; mycelium merges them into one graph an agent reads to discover the repos, …

    Go