Help
Use these paths when you are blocked, reporting a bug, or contributing changes.
Report An Issue
Open an issue on GitHub and include:
- Contexta version
- Python version
- operating system
- the command or script you ran
- the workspace path, if it is safe to share
- the full traceback or diagnostic output
Useful local checks:
python -c "import contexta; print(contexta.__version__)"
python --version
Contribute
Start with the repository contribution guide:
For local validation, run the same checks used by the docs and examples:
npm run build
npm audit --omit=dev
uv audit --preview-features audit
uv run pytest --tb=short -q
Security
Please do not open a public issue for security reports. Follow the repository security policy instead: