Skip to content
View bobisme's full-sized avatar

Block or report bobisme

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
bobisme/README.md

Bob

Security Engineer · AI Engineering Enthusiast

Building tools for the next chapter of software engineering.

The Reliquary

Apocalyptic-scale coordination for machine and human collaborators.

These projects are meant to work together. Some handle how agents communicate, some manage execution and workspace isolation, some review or judge changes, and some make backlog, security, or system behavior legible enough for autonomous work to stay grounded in reality.

edict edict
The orchestration layer for multi-agent workflows. It bootstraps projects, syncs workflow docs and companion tool config, validates setup, and runs the dev, worker, and reviewer loops that turn the rest of the toolchain into a coherent system.
rite rite
Chat-oriented coordination for AI coding agents. It gives agents messaging, presence, subscriptions, hooks, and advisory claims over files or arbitrary resources so they can announce intent, avoid collisions, and coordinate across repos without a central service.
vessel vessel
A PTY-based runtime for spawning, steering, and observing terminal-native agents. It is meant for orchestrators and test harnesses that need real terminal semantics, snapshots, wait conditions, and reliable control over interactive agent sessions.
seal seal
Distributed code review built for teams of agents and humans working locally. It keeps review with the repository itself so comments, blocks, and approvals can happen asynchronously without depending on a hosted PR system.
maw maw
Multi-agent workspaces with deterministic merge behavior and recovery-aware lifecycle controls. It gives each agent an isolated workspace, keeps parallel work manageable, and makes merge outcomes and recovery paths much more predictable than raw worktrees alone.
bones bones
A CRDT-native issue tracker for distributed human and agent collaboration. It uses an append-only event log and rebuildable projections so backlog state converges cleanly, machine-readable workflows stay first-class, and tracker edits stop turning into normal merge pain.
ward ward - currently under closed development, releasing soon.
Verifiable security review with deterministic evidence, calibrated risk, and signed provenance. This is the security layer in the stack: the goal is not just to flag issues, but to make security judgments inspectable, replayable, and trustworthy enough for autonomous workflows.
sigil sigil - currently under closed development, releasing soon.
An autonomous merge policy engine for agent-written pull requests. It evaluates changes against holdout scenarios the coding agent never saw, then compares baseline vs. candidate behavior to answer the question that matters most: did this change actually make the system better or worse?
wraith wraith - currently under closed development, releasing soon.
An API digital twin platform that records real systems, serves deterministic local twins, and detects drift over time. The aim is to let agents and developers build against realistic behavior locally without depending on live services or hand-maintained mocks.

Hand-written code

Yes, I know how to code.

Pinned Loading

  1. dot dot Public

    dot files

    Vim Script 3

  2. aoc aoc Public

    Bob's Advent of Code solutions

    Python

  3. vm-challenge vm-challenge Public

    Challenge by Eric Wastl from OSCON 2012

    Rust 1