.aider.voice.yml
.dockerignore
.gitignore
.voicemd-root
AGENTS.md
CHANGELOG.md
CITATION.cff
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GEMINI.md
GOVERNANCE.md
LICENSE
MANIFEST.in
Makefile
NOTICE
README.md
ROADMAP.md
SECURITY.md
SPECIFICATION.md
VOICE.md
manifest.json
pyproject.toml
.agents/skills/voice-contract/SKILL.md
.claude/skills/voice-contract/SKILL.md
.cline/skills/voice-contract/SKILL.md
.clinerules/voice-contract.md
.cursor/skills/voice-contract/SKILL.md
.github/copilot-instructions.md
.github/workflows/ci.yml
.github/workflows/pages.yml
.github/workflows/publish.yml
.voicemd/install-state.json
.windsurf/rules/voice-contract.md
adapters/README.md
adapters/aider/.aider.voice.yml
adapters/aider/README.md
adapters/claude/CLAUDE.fragment.md
adapters/claude/README.md
adapters/cline/README.md
adapters/codex/AGENTS.fragment.md
adapters/codex/README.md
adapters/codex/config.toml.example
adapters/copilot/README.md
adapters/copilot/copilot-instructions.fragment.md
adapters/cursor/README.md
adapters/cursor/voice-contract.mdc
adapters/gemini/GEMINI.fragment.md
adapters/gemini/README.md
adapters/gemini/settings.json.example
adapters/opencode/README.md
adapters/opencode/opencode.json.example
adapters/universal/README.md
adapters/universal/SKILL.md
adapters/windsurf/README.md
conformance/README.md
conformance/vectors.json
constraints/build.txt
docs/ACTIVATION_AND_PRECEDENCE.md
docs/APPLICATION_INTEGRATION.md
docs/ARCHITECTURE.md
docs/BRAND_COMPATIBILITY.md
docs/DISCOVERY_AND_MERGE.md
docs/EVALS.md
docs/HARNESS_COMPATIBILITY.md
docs/LOCAL_MODELS.md
docs/NEMOTRON_VOICECHAT.md
docs/REFERENCES.md
docs/RELEASE_CHECKLIST.md
docs/RFC_PROCESS.md
docs/SECURITY_MODEL.md
docs/decisions/0001-agent-skill-default.md
docs/decisions/0002-markdown-frontmatter.md
docs/decisions/0003-no-remote-extends.md
docs/decisions/0004-communication-only-authority.md
evals/README.md
evals/judge_prompt.md
evals/prompts.jsonl
evals/rubric.json
evals/run_openai_compatible.py
evals/score_deterministic.py
evals/score_model.py
evals/evidence/0.1.0a2-azure-results.jsonl
evals/evidence/README.md
examples/application/base-agent-instructions.txt
examples/application/request-context.json
examples/azure-voice/README.md
examples/azure-voice/base-instructions.txt
examples/azure-voice/evidence.schema.json
examples/azure-voice/scenarios.json
examples/azure-voice/contracts/calm_support/VOICE.md
examples/azure-voice/contracts/executive_brief/VOICE.md
examples/azure-voice/contracts/incident_commander/VOICE.md
examples/brand-extension/VOICE.md
examples/brand-extension/brand.VOICE.md
examples/compiled/executive.prompt.md
examples/compiled/nemotron.prompt.txt
examples/compiled/small-model.prompt.txt
examples/hierarchy/VOICE.md
examples/hierarchy/apps/VOICE.md
examples/hierarchy/apps/support/VOICE.override.md
integrations/README.md
integrations/docker/Dockerfile
integrations/docker/README.md
integrations/docker/compose.yaml
integrations/dotnet/Program.cs
integrations/dotnet/VoiceMd.Example.csproj
integrations/dotnet/VoiceMdClient.cs
integrations/http/examples.sh
integrations/http/openapi.yaml
integrations/kubernetes/README.md
integrations/kubernetes/voicemd-sidecar.yaml
integrations/llama.cpp/README.md
integrations/mcp/README.md
integrations/mcp/server.py
integrations/nemotron-voicechat/README.md
integrations/nemotron-voicechat/render_tool_result.py
integrations/nemotron-voicechat/session_update.py
integrations/ollama/Modelfile.template
integrations/ollama/README.md
integrations/ollama/build.sh
integrations/openai-compatible/README.md
integrations/openai-compatible/chat_completions.py
integrations/python/basic.py
integrations/python/middleware.py
integrations/transformers/README.md
integrations/transformers/chat_template.py
integrations/typescript/README.md
integrations/typescript/conformance-verifier.ts
integrations/typescript/example.ts
integrations/typescript/package-lock.json
integrations/typescript/package.json
integrations/typescript/tsconfig.conformance.json
integrations/typescript/tsconfig.json
integrations/typescript/voicemd-client.ts
integrations/typescript/generated/conformance-verifier.d.ts
integrations/typescript/generated/conformance-verifier.js
integrations/vllm/README.md
lite/README.md
lite/VOICE.md
lite/load-voice.mjs
lite/load-voice.sh
lite/voice_loader.py
rfcs/0000-template.md
schema/voice.schema.json
scripts/bootstrap.ps1
scripts/bootstrap.sh
scripts/build_release.py
scripts/verify_pages.py
scripts/verify_release.py
src/voicemd/__init__.py
src/voicemd/__main__.py
src/voicemd/activation.py
src/voicemd/api.py
src/voicemd/ascii.py
src/voicemd/cli.py
src/voicemd/compiler.py
src/voicemd/constants.py
src/voicemd/contract.py
src/voicemd/discovery.py
src/voicemd/evaluator.py
src/voicemd/frontmatter.py
src/voicemd/installer.py
src/voicemd/linter.py
src/voicemd/merge.py
src/voicemd/model.py
src/voicemd/normalization.py
src/voicemd/provenance.py
src/voicemd/server.py
src/voicemd/validator.py
src/voicemd.egg-info/PKG-INFO
src/voicemd.egg-info/SOURCES.txt
src/voicemd.egg-info/dependency_links.txt
src/voicemd.egg-info/entry_points.txt
src/voicemd.egg-info/requires.txt
src/voicemd.egg-info/top_level.txt
src/voicemd/azure_voice/__init__.py
src/voicemd/azure_voice/__main__.py
src/voicemd/azure_voice/audio.py
src/voicemd/azure_voice/cli.py
src/voicemd/azure_voice/common.py
src/voicemd/azure_voice/evidence.py
src/voicemd/azure_voice/realtime.py
src/voicemd/azure_voice/transcribe.py
src/voicemd/resources/voice.schema.json
src/voicemd/resources/azure_voice/base-instructions.txt
src/voicemd/resources/azure_voice/evidence.schema.json
src/voicemd/resources/azure_voice/scenarios.json
src/voicemd/resources/azure_voice/contracts/calm_support/VOICE.md
src/voicemd/resources/azure_voice/contracts/executive_brief/VOICE.md
src/voicemd/resources/azure_voice/contracts/incident_commander/VOICE.md
src/voicemd/resources/skill/SKILL.md
src/voicemd/resources/templates/full.VOICE.md
src/voicemd/resources/templates/simple.VOICE.md
src/voicemd/resources/templates/spoken.VOICE.md
templates/full/VOICE.md
templates/simple/VOICE.md
templates/spoken/VOICE.md
tests/test_activation.py
tests/test_azure_voice.py
tests/test_azure_voice_cli_runs.py
tests/test_azure_voice_security_compat.py
tests/test_azure_voice_transcript_edges.py
tests/test_cli.py
tests/test_compile.py
tests/test_conformance_suite.py
tests/test_contract.py
tests/test_contract_core_remediation.py
tests/test_discovery.py
tests/test_eval_runner.py
tests/test_eval_security.py
tests/test_evaluator.py
tests/test_fingerprint.py
tests/test_frontmatter.py
tests/test_installer.py
tests/test_integration_authority.py
tests/test_linter.py
tests/test_lite.py
tests/test_merge.py
tests/test_release_scripts.py
tests/test_runtime_hardening.py
tests/test_server.py
tests/test_source_security.py
tests/test_standard_hardening.py