Babb Works — Developer Index
Technical status log for all active Babb Works repositories. Updated as projects move.
For the public-facing org overview see github.com/babbworks .
Label
Meaning
ACTIVE
Currently being built — expect frequent commits
STABLE
Working, not actively changing — maintained on demand
PROTO
Early stage — architecture forming, not ready for use
DORMANT
Real work done, paused — will resume
STANDARD
Normative specification — versioned, not "code"
ARCHIVED
Intentionally historical — read-only reference
INFRA
Internal tooling or meta-repo — not a product
Repo
Status
Description
workpadskaios
ACTIVE
Workpads mobile app for KaiOS 3.x. D-pad driven. pads-v1 codec. v0.1 branch is deployment target.
clarkware
ACTIVE
Industrial process environment — Fastify API, Eclipse Theia shell, PostgreSQL, XMPP, MinIO, Claude AI routes.
warrior
PROTO
Mobile and desktop work management. Upstream of Workwarrior.
babbs
PROTO
Personal business system based on the BASICS protocol.
Repo
Status
Description
workpads-cli
ACTIVE
Node.js CLI for Workpads — create, share, import, manage records. pads-v1 encoding via @workpads/codec.
workwarrior
ACTIVE
Profile-based terminal productivity system wrapping TaskWarrior, TimeWarrior, JRNL, Hledger, Bugwarrior.
BASICS-cli
ACTIVE
Command-line BASICS conformance assessor. Produces evidence-backed pass/fail reports against rule packs.
heybabb
ACTIVE
Terminal companion — heybabb tools, heybabb ask, heybabb now. Reads compiled knowledge base.
Bitpads-CLI
STABLE
CLI tools for the BitPads protocol family.
Repo
Status
Description
bitpads
ACTIVE
Universal binary protocol family. Meta byte to frame spectrum from 1-byte heartbeat to 44-byte annotated record. NASM x86-64 CLI.
bitledger
ACTIVE
Binary double-entry financial transmission protocol. 5 bytes per transaction. Conservation-law enforcement at wire level.
Repo
Status
Description
BASICS-standard
STANDARD
BASICS — Business Assistance System. Protocol for operating business-focused applications.
workpads-standard
STANDARD
Workpads normative spec. pads-v1 codec normatively complete as of v1.0.
bitpads-standard
STANDARD
BitPads protocol specification — BitLedger v3, BitPads v2, Enhancement Subprotocol v2.
bitledger-standard
STANDARD
BitLedger wire format specification.
babbs-standard
STANDARD
BABBS — Personal Business System standard.
warrior-standard
STANDARD
Warrior system standard.
Works-Standard
STANDARD
Works system standard.
standards
INFRA
Central hub linking all maintained public standards.
Repo
Status
Description
character
ACTIVE
company-character — generic open-source framework for org-branded terminal CLI companions. heybabb is the reference deployment.
clark-chat
STABLE
XMPP-based conversation system for Clarkware operations.
Repo
Status
Description
clarkware-dev
PROTO
Clarkware research and experimental work.
outstack
PROTO
Alpine Linux derivative focused on security and power management as unified resource control.
picowarrior
PROTO
Minimal Workwarrior variant for constrained environments.
computer-science-of-sovereignty
PROTO
Research: sovereignty as a systems engineering problem.
workpads
ARCHIVED
Original Workpads architecture archive and conformance evidence bundle. Read-only reference.
Infrastructure / Internal
Repo
Status
Description
babb-state
INFRA
Content layer for heybabb — personality.md, NOW.md, roadmap.md, section-map.yml.
babb-admin
INFRA
Private. Internal compiler: scans babbworks org, builds dist/knowledge.json, manages QA/lore/overrides.
babb-cli
INFRA
Public branded CLI entry point. Ships with pre-compiled knowledge base.
babb-home
INFRA
Org home / meta.
.github
INFRA
Org profile README — public-facing overview at github.com/babbworks.
All repos tagged ACTIVE, STABLE, or PROTO (tools and protocols) carry babb-tool or babb-standard GitHub topics and are indexed by babb-admin scan. Run heybabb tools to see the live knowledge base.
To rebuild the knowledge base after repo changes:
babb-admin scan
babb-admin build
babb-admin publish
README sections — every indexed repo should carry these headers for babb-admin to parse:
## What is it?
## The Problem
## How it Works
## Current Status
## The Vision
## Industry Context
GitHub topics — use these to control heybabb indexing:
Topic
Effect
babb-tool
Full deep scan — all README slots parsed
babb-featured
Babb leads with this in introductions
babb-standard
Spec/standard repo — indexed as standard category
babb-vision
Strategic — Babb speaks to direction, not features
babb-internal
Infrastructure — brief mention only
babb-admin (private) is the source of truth for all heybabb content. company-character (public) is the generic version. babb-admin improvements should be backported to company-character.