Skip to content

Move integrations and demo into unified examples/ directory#31

Merged
anormang1992 merged 1 commit intomainfrom
chore/implement-examples-directory
Mar 19, 2026
Merged

Move integrations and demo into unified examples/ directory#31
anormang1992 merged 1 commit intomainfrom
chore/implement-examples-directory

Conversation

@anormang1992
Copy link
Owner

@anormang1992 anormang1992 commented Mar 19, 2026

Summary

  • Moved src/vre/integrations/claude_code.pyexamples/claude-code/claude_code.py (standalone script with install/uninstall subcommands)
  • Moved demo/*examples/langchain_ollama/* with updated internal imports
  • Removed src/vre/integrations/ package and integration tests from the published package
  • Updated README, docs/index.html, pyproject.toml, and scripts/seed_all.py to reflect new paths

Test plan

  • All 185 existing tests pass (coverage 77%)
  • Verify python -m examples.langchain_ollama.main starts the demo correctly
  • Verify python examples/claude-code/claude_code.py install --uri ... --user ... --password ... installs the hook
  • Verify python examples/claude-code/claude_code.py uninstall removes the hook

Closes #29

🤖 Generated with Claude Code

VRE's published package surface is now limited to the epistemic contract
(vre_guard, VRE, grounding/policy/learning). Integration-specific code —
the Claude Code hook and the LangChain+Ollama demo — lives in examples/
where it belongs as integrator reference material, not versioned library code.

Closes #29

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@anormang1992 anormang1992 merged commit 9cf6bf4 into main Mar 19, 2026
2 checks passed
@anormang1992 anormang1992 deleted the chore/implement-examples-directory branch March 19, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move integrations and demo into a unified examples/ directory

1 participant