Skip to content

v0.1.0 — First public release

Choose a tag to compare

@oopsla5xx oopsla5xx released this 16 Aug 02:56
· 26 commits to main since this release

Open:Context v0.1.0

Zero-LLM context routing for AI agents — hooks into every Claude Code prompt, injects only the relevant domain, files, and architecture rules.

Install

/plugin marketplace add oopsla5xx/open-context
/plugin install open-context@open-context

Open any project — the setup wizard starts automatically on first session.

What's included

Two hooks

  • SessionStart — detects first-run, triggers /oc-setup wizard automatically
  • UserPromptSubmit — fires on every prompt; injects matched context or exits silently

Five skills

  • /oc-setup — wizard (scope · language · framework · architecture · actors) → generates context.yaml + test files → agentic validate loop
  • /oc-init — regenerate context.yaml from docs and source code
  • /oc-resolve — debug routing for any task
  • /oc-validate — phrasing coverage + amplification safety check
  • /oc-validate-architecture — static scan of 6 HMVC compliance rules (R1–R6)

CLI (optional, for CI)

pip install git+https://github.com/oopsla5xx/open-context.git
open-context validate --context path/to/context.yaml --tests path/to/tests/

Known unmeasured

- Hook latency on NFS / Docker / WSL2 cross-filesystem setups has not been benchmarked
- Output truncation frequency at 20+ domains has not been measured in production

See README and CHANGELOG for full details.