Open-source / agent infrastructure
The agent-work story, reduced to inspectable artifacts.
This slice pulls from the project data instead of one-off copy: public repos, a public Hermes PR, and the explicit boundary for local-only infrastructure. It is meant to answer what was built, what can be opened, and what is intentionally not public.
public repoOperating layer
Digital Twin
stevenchouai/digital-twin
A file-first operating layer that turns my knowledge base into a working digital twin for research, writing, site updates, and continuous refinement.
Public repo named in site dataDedicated on-site explainerOperating-layer write-up
Boundary: The public proof is the repo, site page, and write-up; private vault contents stay outside the site.
public repoEvaluation layer
Agent Scorecard
stevenchouai/agent-scorecard
A trace-first standard and CLI for judging whether an AI agent is worth more token budget, permissions, and autonomy in my real workflows.
Trace-first inputsRule-based score bandsDeterministic Markdown reports
Boundary: Real workflow traces stay private unless deliberately sanitized; the public repo proves the standard and reporting path.
public repoModel access layer
CLIProxyAPI
stevenchouai/CLIProxyAPI
A proxy server that exposes OpenAI/Gemini/Claude/Codex-compatible APIs for CLI and coding tools, with OAuth login, provider routing, and multi-account load balancing.
Go + Gin proxy serverOAuth login supportProvider routing and load balancing
public repoSource research layer
Claude Code Sourcemap
stevenchouai/claude-code-sourcemap
An 8-chapter interactive tutorial deconstructing Claude Code's internal architecture from its leaked source map. Bilingual (中文 / English), free and open-source.
1,884 source files analyzed8 tutorial chaptersBilingual public learning asset
public repoMCP communication layer
Manage Up
stevenchouai/manage-up
An anti-fluff workplace communication system packaged as both an MCP server and a reusable skill warehouse for manager-facing writing.
MCP server packageReusable skill warehouseManager-facing writing workflows
public repoMemory runtime layer
Knowledge Harness
local/knowledge-harness
A quiet runtime layer for querying my Obsidian knowledge base, recording run artifacts, and turning digital-twin experiments into repeatable workflows.
Public harness repoFake-vault demo pathLocal run artifacts stay private
Boundary: The public repo shows the harness and sanitized demo path; private vault content, local config, and real run artifacts stay out of scope.
public PRExternal contribution
OpenClaw update-runner doctor fix
openclaw/openclaw#76438
Runs doctor --fix after gateway global package updates so legacy configs are migrated before restart. Merged by @steipete.
PR #76438 merged into main112 additions across 3 filesRegression test for global npm update path
Boundary: The public proof is the merged PR; internal gateway configuration stays out of scope.
public PRExternal contribution
Hermes Feishu threaded replies
NousResearch/hermes-agent#17895
A public Hermes contribution to preserve threaded Feishu replies, with the local proof captured in the May 6 builder log.
PR #17895 named in public writingCommit 95327c5c recordedFocused Feishu tests: 199 passed locally
Boundary: The public proof is the PR and builder log; private gateway configuration and internal message data stay out of scope.