Skip to content
View shihchengwei-lab's full-sized avatar

Block or report shihchengwei-lab

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
shihchengwei-lab/README.md

shihchengwei-lab

Small tools for making AI coding agents easier to constrain, inspect, and review.

I focus on one problem: AI agents can produce useful code, but their work is often hard to bound, audit, or hand off. These projects turn that friction into small gates, recorders, and review aids.

Start here

Repo What it is for
slime-coding Keep an agent inside the smallest necessary edit corridor.
kiss-my-diff Give coding agents a tiny KISS rule file for smaller, simpler diffs.
agentcam Record AI coding runs: changed files, risk flags, and rollback notes.
corridor-ci Make PRs say why they exist, where they meant to stop, and where review should start.

The pattern

Constrain before editing.
Record what changed.
Review against evidence.
Keep the human in control.

Notes

Some repositories are tools. Some are prototypes or research notes. The main thread is AI-agent workflow design: small boundaries, visible handoff, and less cleanup work for humans.

Pinned Loading

  1. slime-coding slime-coding Public

    Git hook framework that enforces minimal AI coding — blocks scope creep and undeclared dependencies automatically.

    Python

  2. kiss-my-diff kiss-my-diff Public

    A tiny AGENT.md that helps coding agents write diffs you can kiss.

    Python 1

  3. corridor-ci corridor-ci Public

    No scope, no review. A GitHub Action for AI-generated PR floods.

    Python

  4. agentcam agentcam Public

    Local-first CLI wrapper that records what your AI coding agent changed in your repo.

    Python

  5. sporepath sporepath Public

    Local-first Python tool that turns AI chat history into an interactive memory graph with focus and latent paths.

    Python