.pypirc.template
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
DEVELOPMENT.md
LICENSE
MANIFEST.in
README.md
RELEASE_NOTES_v1.0.1.md
app.py
build_and_publish.sh
create_github_release.sh
logo-dark.png
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
setup.cfg
docs/development/ALIGNMENT_ASSESSMENT.md
docs/development/ARCHITECTURE.md
docs/development/CORE_FUNCTIONS.md
docs/development/DEVELOPMENT_PLAN.md
docs/development/DIRECTORY_STRUCTURE.md
docs/development/PHASE5_ANALYSIS.md
docs/logs/dev-log-2025-07-04.md
docs/logs/dev-log-2025-07-05.md
docs/logs/dev-log-2025-07-06.md
docs/specs/API_SPEC.md
docs/specs/CLI_SPEC.md
docs/specs/UI_SPEC.md
veridoc/__init__.py
veridoc/__main__.py
veridoc/cli.py
veridoc/server.py
veridoc.egg-info/PKG-INFO
veridoc.egg-info/SOURCES.txt
veridoc.egg-info/dependency_links.txt
veridoc.egg-info/entry_points.txt
veridoc.egg-info/requires.txt
veridoc.egg-info/top_level.txt
veridoc/completions/bash_completion.sh
veridoc/completions/fish_completion.fish
veridoc/completions/zsh_completion.zsh
veridoc/core/__init__.py
veridoc/core/config.py
veridoc/core/enhanced_error_handling.py
veridoc/core/file_handler.py
veridoc/core/git_integration.py
veridoc/core/performance_monitor.py
veridoc/core/search_optimization.py
veridoc/core/security.py
veridoc/core/terminal_security.py
veridoc/frontend/index.html
veridoc/frontend/logo.png
veridoc/frontend/css/components.css
veridoc/frontend/css/layout.css
veridoc/frontend/css/main.css
veridoc/frontend/js/app.js
veridoc/frontend/js/components/content-viewer.js
veridoc/frontend/js/components/file-tree.js
veridoc/frontend/js/components/search.js
veridoc/frontend/js/components/terminal.js
veridoc/frontend/js/utils/api.js
veridoc/frontend/js/utils/console-cleaner.js
veridoc/frontend/js/utils/markdown.js
veridoc/frontend/js/utils/url-handler.js
veridoc/models/__init__.py
veridoc/models/api_models.py