.env.example
.gitignore
AGENTS.md
APPLY.md
CLAUDE.md
HOWTO.md
LICENSE
README.md
mboxer-current-config.yaml
pyproject.toml
schema_ingest_tracking.sql
.agents/SKILL.md
.claude/README.md
.claude/commands/mboxer-final-readiness.md
.claude/commands/mboxer-lineage-hardening.md
.claude/commands/mboxer-producer-seam.md
.claude/commands/mboxer-readiness-audit.md
.claude/commands/mboxer-security-boundary.md
.codex/README.md
.codex/prompts/01-readiness-audit.md
.codex/prompts/02-manifest-lineage-hardening.md
.codex/prompts/03-producer-event-seam.md
.codex/prompts/04-security-export-boundary-audit.md
.codex/prompts/05-final-readiness-audit.md
.codex/templates/task-report.md
.github/dependabot.yml
.github/workflows/bandit.yml
.github/workflows/ci.yml
.github/workflows/dependency-review.yml
.github/workflows/publish.yml
.github/workflows/schema.yml
config/mboxer.example.yaml
data/attachments/.gitkeep
data/mboxes/.gitkeep
docs/architecture.md
docs/naming-conventions.md
docs/notebooklm-limits.md
docs/security-roadmap.md
docs/sqlite-schema.md
exports/notebooklm/.gitkeep
exports/rag/.gitkeep
prompts/claude-code-mboxer-current.md
src/mboxer/__init__.py
src/mboxer/__main__.py
src/mboxer/accounts.py
src/mboxer/attachments.py
src/mboxer/classify.py
src/mboxer/cli.py
src/mboxer/config.py
src/mboxer/ingest.py
src/mboxer/limits.py
src/mboxer/naming.py
src/mboxer/normalize.py
src/mboxer/records.py
src/mboxer/taxonomy.py
src/mboxer/db/__init__.py
src/mboxer/db/schema.py
src/mboxer/db/schema.sql
src/mboxer/db/migrations/001_initial.sql
src/mboxer/db/migrations/002_multi_account.sql
src/mboxer/db/migrations/003_address_invariant.sql
src/mboxer/db/migrations/__init__.py
src/mboxer/exporters/__init__.py
src/mboxer/exporters/jsonl.py
src/mboxer/exporters/manifest.py
src/mboxer/exporters/notebooklm.py
src/mboxer/exporters/projection.py
src/mboxer/security/__init__.py
src/mboxer/security/detectors.py
src/mboxer/security/findings.py
src/mboxer/security/policy.py
src/mboxer/security/scan.py
src/mboxer/security/scrub.py
src/uscient_mboxer.egg-info/PKG-INFO
src/uscient_mboxer.egg-info/SOURCES.txt
src/uscient_mboxer.egg-info/dependency_links.txt
src/uscient_mboxer.egg-info/entry_points.txt
src/uscient_mboxer.egg-info/requires.txt
src/uscient_mboxer.egg-info/top_level.txt
tests/README.md
tests/_factories.py
tests/conftest.py
tests/test_accounts.py
tests/test_address_invariant.py
tests/test_attachments.py
tests/test_classify.py
tests/test_cli.py
tests/test_config.py
tests/test_db.py
tests/test_e2e_pipeline.py
tests/test_export.py
tests/test_findings_gate.py
tests/test_first_run.py
tests/test_ingest.py
tests/test_limits.py
tests/test_manifest.py
tests/test_migration.py
tests/test_naming.py
tests/test_normalize.py
tests/test_properties.py
tests/test_scrub_export.py
tests/test_taxonomy.py
tests/test_thread_classify.py
tests/fixtures/.gitkeep
tests/fixtures/make_synthetic.py
tests/golden/pipeline_export.json
var/log/.gitkeep