LICENSE
README.md
pyproject.toml
src/portable_ai_context/__init__.py
src/portable_ai_context/__main__.py
src/portable_ai_context/checkpoint.py
src/portable_ai_context/cli.py
src/portable_ai_context/compact_format.py
src/portable_ai_context/conformance.py
src/portable_ai_context/errors.py
src/portable_ai_context/exporters.py
src/portable_ai_context/integrity.py
src/portable_ai_context/mcp_server.py
src/portable_ai_context/mcp_workspace.py
src/portable_ai_context/models.py
src/portable_ai_context/privacy.py
src/portable_ai_context/redaction.py
src/portable_ai_context/utils.py
src/portable_ai_context.egg-info/PKG-INFO
src/portable_ai_context.egg-info/SOURCES.txt
src/portable_ai_context.egg-info/dependency_links.txt
src/portable_ai_context.egg-info/entry_points.txt
src/portable_ai_context.egg-info/requires.txt
src/portable_ai_context.egg-info/top_level.txt
src/portable_ai_context/adapters/__init__.py
src/portable_ai_context/adapters/aicb.py
src/portable_ai_context/adapters/base.py
src/portable_ai_context/adapters/chatgpt_html.py
src/portable_ai_context/adapters/chatgpt_share.py
src/portable_ai_context/adapters/claude_json.py
src/portable_ai_context/adapters/clean_html.py
src/portable_ai_context/adapters/compact_txt.py
src/portable_ai_context/adapters/gemini_activity_json.py
src/portable_ai_context/adapters/jsonl.py
src/portable_ai_context/adapters/registry.py
src/portable_ai_context/compiler/__init__.py
src/portable_ai_context/compiler/anthropic.py
src/portable_ai_context/compiler/base.py
src/portable_ai_context/compiler/budget.py
src/portable_ai_context/compiler/gemini.py
src/portable_ai_context/compiler/ollama.py
src/portable_ai_context/compiler/openai_compatible.py
src/portable_ai_context/compiler/pipeline.py
src/portable_ai_context/compiler/prompts.py
src/portable_ai_context/compiler/registry.py
tests/test_adapter_conformance.py
tests/test_aicb.py
tests/test_aicb_registry_failclean.py
tests/test_anthropic_backend.py
tests/test_browser_extension.py
tests/test_bundle.py
tests/test_chatgpt_html.py
tests/test_chatgpt_share.py
tests/test_checkpoint.py
tests/test_checkpoint_cli_errors.py
tests/test_checkpoint_redaction_scope.py
tests/test_claude_json.py
tests/test_cli_compile_budget.py
tests/test_cli_smoke.py
tests/test_cli_version.py
tests/test_compact_txt_roundtrip.py
tests/test_compiler.py
tests/test_compiler_backend_factory_contract.py
tests/test_compiler_backends.py
tests/test_conformance_report_safety.py
tests/test_gemini_activity_json.py
tests/test_gemini_backend.py
tests/test_integrity_privacy.py
tests/test_mcp_handoff_recipes.py
tests/test_mcp_server_core.py
tests/test_mcp_workspace.py
tests/test_ollama_backend.py
tests/test_ollama_base_security.py
tests/test_openai_compatible_security.py
tests/test_real_export_probe.py
tests/test_redaction_review.py
tests/test_release_guard.py
tests/test_release_workflow_policy.py
tests/test_roundtrip.py
tests/test_tiktoken_counter.py
tests/test_token_budget.py
tests/test_verify_pypi_release.py