| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
What runtime behavior changes when authoritative state exists?
These examples show how authoritative state changes application behavior at runtime.
Each example demonstrates a single enforcement point where premise and policy influence what a host allows, routes, retrieves, builds, or executes.
Prompt reinjection influences model behavior.
Context Compiler influences runtime behavior.
Each example:
Start with Python guide or TypeScript guide if you want language-level orientation first.
Use the enforcement-point catalog below when you already know which runtime behavior you want to inspect.
Both language tracks include generic examples. TypeScript also includes starter apps. Python also includes reference integrations.
| Project | Question |
|---|---|
| context-compiler (Python), context-compiler (TypeScript) | What is the authority contract? |
| context-compiler-directive-drafter (Python), context-compiler-directive-drafter (TypeScript) | How is authority acquired? |
| context-compiler-example-integrations | Where can authority be enforced? |
| Enforcement Point | Domain | Technology |
|---|---|---|
| Gateway middleware | Customer support routing | generic Python / TypeScript, LiteLLM Proxy |
| Schema selection | Order / incident intake | generic Python / TypeScript, Ollama, LiteLLM, Vercel AI SDK |
| Checkpoint continuation | Travel booking | generic Python / TypeScript, FastAPI, Node, Next.js |
| Execution authorization | Expense approval | generic Python / TypeScript, Node |
| Retrieval filtering | HR policy lookup | generic Python / TypeScript, ChromaDB |
| Request construction / context assembly | Writing assistant | generic Python / TypeScript, LiteLLM, Open WebUI, Next.js |
| Tool gating | Calendar / email / admin | generic Python / TypeScript, MCP |
Examples are organized by enforcement point.
Examples in this repo should:
See CONTRIBUTING.md and AGENTS.md for more detail.
Canonical repo-level validation commands:
uv sync --group dev --no-editable
./scripts/validate_python.sh
./scripts/validate_typescript_fast.sh
./scripts/validate_typescript.shPython contributors may install and run local pre-commit hooks:
uv run pre-commit install
uv run pre-commit run --all-filesTypeScript contributors can run the validation scripts directly without installing Python pre-commit tooling.
CI is the authoritative cross-language validation path.
Apache-2.0
| Back | FazBrowse Home | New Git URL |