Skip to content
View nugehs's full-sized avatar
đź’­
Demo for GrapghQL
đź’­
Demo for GrapghQL

Highlights

  • Pro

Block or report nugehs

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

Oluwasegun Olumbe

Full-stack engineer in London. Commerce systems at Sky, founder of BashBop Ltd.

I build a deterministic trust layer for AI-assisted development — four tools that answer yes/no questions people keep handing to an LLM, with static analysis instead:

question tool
context What does this change actually touch? repoctx
contracts Did the front end and back end quietly stop agreeing? tieline
compliance Could you defend this to Ofcom? bouncer
governance Where can the model do something you can't undo? aiglare

All local-first, MIT, MCP-native. static analysis, never the model.

Products: BashBop · Snap A Bird — Site: segunolumbe.com

Pinned Loading

  1. aiglare aiglare Public

    Finds every spot where LLM output reaches a user or triggers a side-effect — and flags the unguarded ones. CLI + MCP.

    JavaScript 1

  2. bouncer bouncer Public

    bouncer — static compliance-controls checker (UK Online Safety Act & ICO Children's Code) as deterministic rule packs. CLI + MCP. No LLM.

    JavaScript

  3. repoctx repoctx Public

    Local-first code context CLI + MCP server: discover, index, and search repos; generate task-aware context packs, code maps, agent harnesses, and PR-review/merge-readiness gates for coding agents an…

    JavaScript

  4. tieline tieline Public

    Static frontend↔backend contract-drift checker. Pact without writing a single contract test.

    JavaScript