LICENSE
MANIFEST.in
README.md
pyproject.toml
deploy/oci-base-images.json
deploy/local-edge/Dockerfile
deploy/local-edge/compose.yaml
deploy/local-edge/entrypoint.sh
deploy/local-edge/nginx.conf
deploy/local-inference-node/Dockerfile
deploy/local-inference-node/compose.cpu.yaml
deploy/local-inference-node/compose.cuda.yaml
deploy/local-inference-node/compose.yaml
deploy/local-inference-node/compute-node.env.example
deploy/local-inference-node/local-inference-cache-plan.env.example
deploy/local-inference-node/local-inference-tunnel.env.example
deploy/local-inference-node/pp-local-inference-cache-plan.service.example
deploy/local-inference-node/pp-local-inference-cache-plan.timer.example
deploy/local-inference-node/pp-local-inference-tunnel.service.example
deploy/local-inference-node/windows-compute-node.env.example
deploy/local-inference-node/windows-wsl-build.env.example
deploy/manifests/local-all-in-one.example.json
deploy/manifests/local-cloud.example.json
deploy/manifests/split-accelerated.example.json
deploy/release-builder/windows-install.ps1
deploy/server/Dockerfile
deploy/server/compose.yaml
deploy/server/plastic-promise-server.env.example
deploy/server/plastic-promise-server.service.example
deploy/systemd/plastic-promise-control-plane.service
deploy/systemd/plastic-promise-inference-gateway.service
deploy/systemd/plastic-promise-knowledge-ingest.service
deploy/systemd/plastic-promise-maintenance.service
deploy/systemd/plastic-promise-mcp.service.d/10-managed-env.conf
docs/adr/0001-separate-memory-and-knowledge-truth-stores.md
docs/adr/0002-raw-sources-authoritative-wiki-derived.md
docs/adr/0003-separate-recall-tools-fuse-context.md
docs/adr/0004-isolate-knowledge-ingestion-from-mcp.md
docs/adr/0005-quarantine-external-findings-before-evolution.md
docs/adr/0006-maintainer-request-triggered-release-builder.md
docs/adr/0007-isolate-server-fallback-builds-from-production-runtime.md
docs/adr/0008-server-owned-migration-operations.md
docs/adr/0008-server-owned-migration-operations.zh-CN.md
docs/adr/0009-union-six-pr-contract-is-normative.md
docs/adr/0009-union-six-pr-contract-is-normative.zh-CN.md
docs/architecture/release-delivery/architecture.md
docs/architecture/release-delivery/architecture.zh-CN.md
docs/architecture/release-delivery/implementation-notes.md
docs/architecture/release-delivery/implementation-notes.zh-CN.md
docs/architecture/release-delivery/workflow.mermaid
docs/architecture/release-delivery/workflow.zh-CN.mermaid
docs/architecture/three-endpoint-deployment/architecture.md
docs/architecture/three-endpoint-deployment/architecture.zh-CN.md
docs/architecture/three-endpoint-deployment/container-artifacts.md
docs/architecture/three-endpoint-deployment/container-artifacts.zh-CN.md
docs/architecture/three-endpoint-deployment/documentation-parity.md
docs/architecture/three-endpoint-deployment/documentation-parity.zh-CN.md
docs/architecture/three-endpoint-deployment/implementation-notes.md
docs/architecture/three-endpoint-deployment/implementation-notes.zh-CN.md
docs/architecture/three-endpoint-deployment/diagrams/architecture.txt
docs/architecture/three-endpoint-deployment/diagrams/artifact-build.mermaid
docs/architecture/three-endpoint-deployment/diagrams/artifact-build.txt
docs/architecture/three-endpoint-deployment/diagrams/container-artifact-matrix.svg
docs/architecture/three-endpoint-deployment/diagrams/container-artifact-matrix.zh-CN.svg
docs/architecture/three-endpoint-deployment/diagrams/sequence.mermaid
docs/architecture/three-endpoint-deployment/diagrams/workflow.mermaid
docs/deployment/README.md
docs/deployment/README.zh-CN.md
docs/deployment/config-baselines.md
docs/deployment/deploy-controller.md
docs/deployment/local-inference-node.md
docs/deployment/local-inference-node.zh-CN.md
docs/deployment/profiles.md
docs/deployment/profiles.zh-CN.md
docs/deployment/resource-planning.md
docs/deployment/resource-planning.zh-CN.md
docs/deployment/startup-modes.md
docs/deployment/troubleshooting.md
docs/release/delivery.md
docs/release/delivery.zh-CN.md
docs/release/oci-package-naming.md
docs/release/oci-package-naming.zh-CN.md
docs/release/six-pr-readiness.md
docs/release/six-pr-readiness.zh-CN.md
docs/roadmap/composable-deployment.md
docs/roadmap/composable-deployment.zh-CN.md
docs/standards/union-six-pr-contract.json
docs/standards/union-six-pr-contract.md
docs/standards/union-six-pr-contract.zh-CN.md
docs/standards/union-six-pr-derived-documents.json
docs/standards/union-six-pr-evidence-ledger.json
docs/standards/history/union-six-pr-contract-2026-08-11.2.json
docs/standards/history/union-six-pr-contract-2026-08-11.3.json
plastic_promise/__init__.py
plastic_promise/__main__.py
plastic_promise/adaptive_retrieval.py
plastic_promise/behavior.py
plastic_promise/endpoint_roles.py
plastic_promise/issue.py
plastic_promise/pack.py
plastic_promise/py.typed
plastic_promise/release_manifest.py
plastic_promise/release_package_naming.py
plastic_promise/release_readiness.py
plastic_promise/role_package.py
plastic_promise/smart_extractor.py
plastic_promise.egg-info/PKG-INFO
plastic_promise.egg-info/SOURCES.txt
plastic_promise.egg-info/dependency_links.txt
plastic_promise.egg-info/entry_points.txt
plastic_promise.egg-info/requires.txt
plastic_promise.egg-info/top_level.txt
plastic_promise/cli/__init__.py
plastic_promise/client/__init__.py
plastic_promise/client/hot_memory_cache.py
plastic_promise/client/local_rerank_executor.py
plastic_promise/collaboration/__init__.py
plastic_promise/collaboration/acceptance_receipt.py
plastic_promise/collaboration/activity_update.py
plastic_promise/collaboration/awareness.py
plastic_promise/collaboration/canonical_time.py
plastic_promise/collaboration/context_projection.py
plastic_promise/collaboration/context_supply_runtime.py
plastic_promise/collaboration/contracts.py
plastic_promise/collaboration/coordination_plan.py
plastic_promise/collaboration/coordinator_supervisor.py
plastic_promise/collaboration/durable_acceptance_store.py
plastic_promise/collaboration/durable_activity_store.py
plastic_promise/collaboration/durable_coordination_plan_store.py
plastic_promise/collaboration/durable_coordinator_store.py
plastic_promise/collaboration/durable_role_store.py
plastic_promise/collaboration/durable_runtime.py
plastic_promise/collaboration/event_log.py
plastic_promise/collaboration/lease_adapters.py
plastic_promise/collaboration/lease_contract.py
plastic_promise/collaboration/passive_bridge.py
plastic_promise/collaboration/passive_runtime_adapter.py
plastic_promise/collaboration/policy_binding.py
plastic_promise/collaboration/role_assignment.py
plastic_promise/collaboration/runtime_binding.py
plastic_promise/control_plane/__init__.py
plastic_promise/control_plane/auth.py
plastic_promise/control_plane/config_schema.py
plastic_promise/control_plane/store.py
plastic_promise/core/__init__.py
plastic_promise/core/accelerator_max.py
plastic_promise/core/agent_tool_policy.py
plastic_promise/core/backend_inference.py
plastic_promise/core/behavior_graph.py
plastic_promise/core/benchmark.py
plastic_promise/core/bridge_init.py
plastic_promise/core/bus_client.py
plastic_promise/core/canonical_hot_memory.py
plastic_promise/core/chunking.py
plastic_promise/core/code_memory.py
plastic_promise/core/constants.py
plastic_promise/core/context_engine.py
plastic_promise/core/context_gate.py
plastic_promise/core/context_recommender.py
plastic_promise/core/cost_telemetry.py
plastic_promise/core/date_helpers.py
plastic_promise/core/decay_engine.py
plastic_promise/core/derived_work.py
plastic_promise/core/domain_manager.py
plastic_promise/core/embedder.py
plastic_promise/core/embedding_index_identity.py
plastic_promise/core/event_protocol.py
plastic_promise/core/evolution_evidence.py
plastic_promise/core/evolution_projection.py
plastic_promise/core/execution_plane.py
plastic_promise/core/exemplar_gap_detector.py
plastic_promise/core/fusion_policy.py
plastic_promise/core/generation_live_index.py
plastic_promise/core/hunter_penalty.py
plastic_promise/core/hunter_rank.py
plastic_promise/core/index_material_migration.py
plastic_promise/core/index_outbox_reconciliation.py
plastic_promise/core/inference_jobs.py
plastic_promise/core/inference_provider.py
plastic_promise/core/issue_validator.py
plastic_promise/core/knowledge_base.py
plastic_promise/core/lancedb_artifact.py
plastic_promise/core/lancedb_generation.py
plastic_promise/core/lancedb_store.py
plastic_promise/core/logger.py
plastic_promise/core/maintenance_preflight.py
plastic_promise/core/maintenance_scheduler.py
plastic_promise/core/math_helpers.py
plastic_promise/core/memory_index.py
plastic_promise/core/memory_index_node_runtime.py
plastic_promise/core/memory_proposals.py
plastic_promise/core/memory_relations.py
plastic_promise/core/mgp_shadow.py
plastic_promise/core/neko_adapter.py
plastic_promise/core/node_governance.py
plastic_promise/core/node_governance_schema.py
plastic_promise/core/node_private_runtime.py
plastic_promise/core/node_private_transport.py
plastic_promise/core/node_runtime_bootstrap.py
plastic_promise/core/node_task_authority.py
plastic_promise/core/noise_filter.py
plastic_promise/core/official_workflow.py
plastic_promise/core/ordinary_memory_mutation.py
plastic_promise/core/otlp_exporter.py
plastic_promise/core/pack_index.py
plastic_promise/core/paths.py
plastic_promise/core/principle_overlays.py
plastic_promise/core/principles.py
plastic_promise/core/production_readiness.py
plastic_promise/core/project_context.py
plastic_promise/core/project_identity.py
plastic_promise/core/proposal_promotion.py
plastic_promise/core/proposal_promotion_jobs.py
plastic_promise/core/proposal_promotion_tasks.py
plastic_promise/core/provider_errors.py
plastic_promise/core/provider_http.py
plastic_promise/core/quality_gate.py
plastic_promise/core/query_expander.py
plastic_promise/core/recall_experiment.py
plastic_promise/core/recall_quality.py
plastic_promise/core/recall_quality_environment.py
plastic_promise/core/reranker.py
plastic_promise/core/retrieval_explain.py
plastic_promise/core/retrieval_planner.py
plastic_promise/core/retry.py
plastic_promise/core/review_engine.py
plastic_promise/core/rust_extension.py
plastic_promise/core/security_findings.py
plastic_promise/core/security_scanner.py
plastic_promise/core/semantic_chunk_enrichment.py
plastic_promise/core/server_embedder.py
plastic_promise/core/server_reranker.py
plastic_promise/core/server_status.py
plastic_promise/core/server_structured_json.py
plastic_promise/core/shield_candidate_bridge.py
plastic_promise/core/shield_scan_store.py
plastic_promise/core/soul_bridge.py
plastic_promise/core/step_auditor.py
plastic_promise/core/structured_intent.py
plastic_promise/core/structured_memory_fusion.py
plastic_promise/core/structured_token_budget.py
plastic_promise/core/synthesis.py
plastic_promise/core/synthesis_maintenance.py
plastic_promise/core/synthesis_retrieval.py
plastic_promise/core/task_event_bus.py
plastic_promise/core/task_queue_schema.py
plastic_promise/core/task_recovery.py
plastic_promise/core/task_subscriptions.py
plastic_promise/core/tool_manifest.py
plastic_promise/core/traceability.py
plastic_promise/core/validator.py
plastic_promise/core/workflow_state.py
plastic_promise/cron/__init__.py
plastic_promise/cron/audit_daily.py
plastic_promise/cron/health_scan.py
plastic_promise/cron/project_scope.py
plastic_promise/cron/scan_architecture.py
plastic_promise/cron/scan_coupling.py
plastic_promise/cron/scan_data_quality.py
plastic_promise/cron/scan_memory_decay.py
plastic_promise/cron/scan_quality_trends.py
plastic_promise/cron/scan_scheduler_health.py
plastic_promise/cron/scan_trust.py
plastic_promise/cron/soul_closure_guardian.py
plastic_promise/defense/__init__.py
plastic_promise/defense/soul_audit.py
plastic_promise/defense/soul_enforcer.py
plastic_promise/defense/trust_store.py
plastic_promise/deployment/__init__.py
plastic_promise/deployment/__main__.py
plastic_promise/deployment/_json_io.py
plastic_promise/deployment/backup_evidence.py
plastic_promise/deployment/catalog.py
plastic_promise/deployment/cli.py
plastic_promise/deployment/collaboration_schema_migration.py
plastic_promise/deployment/container_artifacts.py
plastic_promise/deployment/controller.py
plastic_promise/deployment/deployment_center.py
plastic_promise/deployment/doctor.py
plastic_promise/deployment/endpoint_contract.py
plastic_promise/deployment/layering.py
plastic_promise/deployment/manifest.py
plastic_promise/deployment/migration_journal.py
plastic_promise/deployment/migration_operations.py
plastic_promise/deployment/node_build.py
plastic_promise/deployment/plan.py
plastic_promise/deployment/ppctl.py
plastic_promise/deployment/production_migration.py
plastic_promise/deployment/release_bundle.py
plastic_promise/deployment/runtime_assets.py
plastic_promise/deployment/runtime_lock.py
plastic_promise/deployment/sqlite_migrations.py
plastic_promise/extensions/__init__.py
plastic_promise/extensions/loader.py
plastic_promise/extensions/mcp_subprocess.py
plastic_promise/extensions/registry.py
plastic_promise/growth/__init__.py
plastic_promise/growth/skill_extractor.py
plastic_promise/growth/soul_classifier.py
plastic_promise/growth/soul_hormone.py
plastic_promise/knowledge/__init__.py
plastic_promise/knowledge/artifacts.py
plastic_promise/knowledge/blobs.py
plastic_promise/knowledge/contracts.py
plastic_promise/knowledge/domains.py
plastic_promise/knowledge/ingestion.py
plastic_promise/knowledge/lancedb_shadow.py
plastic_promise/knowledge/migrations.py
plastic_promise/knowledge/query.py
plastic_promise/knowledge/repository.py
plastic_promise/knowledge/restore.py
plastic_promise/knowledge/semantic.py
plastic_promise/knowledge/server.py
plastic_promise/knowledge/worker.py
plastic_promise/knowledge/adapters/__init__.py
plastic_promise/knowledge/adapters/parser_markdown.py
plastic_promise/launcher/__init__.py
plastic_promise/launcher/bootstrap_checker.py
plastic_promise/launcher/codex_config.py
plastic_promise/launcher/default_environment.py
plastic_promise/launcher/env_checker.py
plastic_promise/launcher/runtime_mode.py
plastic_promise/launcher/service_definition.py
plastic_promise/launcher/service_manager.py
plastic_promise/launcher/subprocess_utils.py
plastic_promise/launcher/watchdog.py
plastic_promise/local_inference_node/__init__.py
plastic_promise/local_inference_node/adapters.py
plastic_promise/local_inference_node/app.py
plastic_promise/local_inference_node/cache_planner.py
plastic_promise/local_inference_node/cache_policy.py
plastic_promise/local_inference_node/contract.py
plastic_promise/local_inference_node/provider_errors.py
plastic_promise/local_inference_node/provider_http.py
plastic_promise/local_inference_node/resource_guard.py
plastic_promise/local_inference_node/resources.py
plastic_promise/local_inference_node/runtime.py
plastic_promise/local_inference_node/server.py
plastic_promise/local_inference_node/support.py
plastic_promise/loop/__init__.py
plastic_promise/loop/soul_loop.py
plastic_promise/mcp/__init__.py
plastic_promise/mcp/control_plane.py
plastic_promise/mcp/control_plane_server.py
plastic_promise/mcp/inference_gateway.py
plastic_promise/mcp/inference_gateway_server.py
plastic_promise/mcp/response_projection.py
plastic_promise/mcp/server.py
plastic_promise/mcp/server_composition.py
plastic_promise/mcp/dashboard_v2/__init__.py
plastic_promise/mcp/dashboard_v2/config.py
plastic_promise/mcp/dashboard_v2/knowledge_proxy.py
plastic_promise/mcp/dashboard_v2/repository.py
plastic_promise/mcp/dashboard_v2/routes.py
plastic_promise/mcp/dashboard_v2/static/app.css
plastic_promise/mcp/dashboard_v2/static/app.js
plastic_promise/mcp/dashboard_v2/static/index.html
plastic_promise/mcp/tools/__init__.py
plastic_promise/mcp/tools/audit_defense.py
plastic_promise/mcp/tools/commercial_audit.py
plastic_promise/mcp/tools/context.py
plastic_promise/mcp/tools/domain.py
plastic_promise/mcp/tools/domain_recall.py
plastic_promise/mcp/tools/knowledge.py
plastic_promise/mcp/tools/management.py
plastic_promise/mcp/tools/market.py
plastic_promise/mcp/tools/memory.py
plastic_promise/mcp/tools/mgp_shadow.py
plastic_promise/mcp/tools/principles.py
plastic_promise/mcp/tools/reclassify.py
plastic_promise/mcp/tools/reflection.py
plastic_promise/mcp/tools/request_scope.py
plastic_promise/mcp/tools/review.py
plastic_promise/mcp/tools/runtime.py
plastic_promise/mcp/tools/skill_tracking.py
plastic_promise/mcp/tools/supply_runner.py
plastic_promise/mcp/tools/sync.py
plastic_promise/mcp/tools/task_queue.py
plastic_promise/memory/__init__.py
plastic_promise/memory/pipeline.py
plastic_promise/memory/soul_memory.py
plastic_promise/passive_memory/__init__.py
plastic_promise/passive_memory/codex_hook.py
plastic_promise/passive_memory/coordinator.py
plastic_promise/passive_memory/events.py
plastic_promise/passive_memory/semantic_pipeline.py
plastic_promise/principles/__init__.py
plastic_promise/reflection/__init__.py
plastic_promise/reflection/soul_curiosity.py
plastic_promise/reflection/soul_llm_reflector.py
plastic_promise/reflection/soul_proprioception.py
plastic_promise/reflection/soul_scarf.py
plastic_promise/release_builder/__init__.py
plastic_promise/release_builder/cli.py
plastic_promise/release_builder/contracts.py
plastic_promise/release_builder/ledger.py
plastic_promise/release_builder/persistence.py
plastic_promise/release_builder/resource_gate.py
plastic_promise/release_builder/resource_probe.py
plastic_promise/release_builder/retention.py
plastic_promise/skills/__init__.py
plastic_promise/skills/closure_runner.py
plastic_promise/skills/engine.py
plastic_promise/skills/memory_operations.py
plastic_promise/skills/official_workflow_stages.py
plastic_promise/skills/semantic_tool_routing.py
plastic_promise/skills/session_lifecycle.py
plastic_promise/skills/tool_routing.py
scripts/create_release_bundle.py
scripts/init_and_start.py
scripts/manage_codex_hook_cleanup_launchd.py
scripts/manage_control_credentials.py
scripts/manage_lancedb_generations.py
scripts/plastic-promise-deploy.ps1
scripts/plastic-promise-deploy.sh
scripts/resolve_container_artifact_identity.py
scripts/run_local_inference_node_build.sh
scripts/run_windows_local_inference_build.ps1
scripts/validate_container_artifact_policy.py
scripts/verify_oci_artifact_evidence.py
scripts/verify_release_deployment.py
tests/test_accelerator_max.py
tests/test_agent_tool_policy.py
tests/test_auto_context_inject.py
tests/test_backend_inference.py
tests/test_behavior_graph_schema.py
tests/test_bm25_keyword_preservation.py
tests/test_boundary.py
tests/test_canonical_hot_memory.py
tests/test_cei_access.py
tests/test_chunking.py
tests/test_chunking_benchmark.py
tests/test_client_hot_memory_cache.py
tests/test_client_local_rerank_executor.py
tests/test_cloud_embedder.py
tests/test_cloud_reranker.py
tests/test_cloud_semantic_chunk_enrichment.py
tests/test_code_memory.py
tests/test_codex_config.py
tests/test_codex_memory_hook.py
tests/test_collaboration_acceptance_receipt.py
tests/test_collaboration_activity_update.py
tests/test_collaboration_context_projection.py
tests/test_collaboration_lease_adapters.py
tests/test_collaboration_lease_contract.py
tests/test_collaboration_policy_binding.py
tests/test_collaboration_role_assignment.py
tests/test_collaboration_schema_migration.py
tests/test_commercial_audit_export.py
tests/test_commitment_integration.py
tests/test_compute_node_handshake.py
tests/test_compute_routing_operator_scripts.py
tests/test_container_artifacts.py
tests/test_context_engine_heavy_init.py
tests/test_context_gate.py
tests/test_context_recommender.py
tests/test_context_supply_collaboration.py
tests/test_control_plane_auth.py
tests/test_control_plane_config.py
tests/test_control_plane_http.py
tests/test_coordination_plan.py
tests/test_coordinator_supervisor.py
tests/test_create_release_bundle.py
tests/test_dashboard_deployment_center_assets.py
tests/test_dashboard_v2_repository.py
tests/test_dashboard_v2_routes.py
tests/test_date_helpers.py
tests/test_decay_config.py
tests/test_decay_engine.py
tests/test_decay_update.py
tests/test_deploy_server_revision.py
tests/test_deployment_center.py
tests/test_deployment_cli.py
tests/test_deployment_contract.py
tests/test_deployment_runtime_assets.py
tests/test_deployment_runtime_lock.py
tests/test_derived_work.py
tests/test_direction_ab_e2e.py
tests/test_documentation_parity.py
tests/test_domain_e2e.py
tests/test_domain_manager.py
tests/test_durable_acceptance_store.py
tests/test_durable_activity_store.py
tests/test_durable_collaboration_runtime.py
tests/test_durable_coordination_plan_store.py
tests/test_durable_coordinator_store.py
tests/test_durable_role_store.py
tests/test_e2e_skill_pipeline.py
tests/test_embedder.py
tests/test_endpoint_contract.py
tests/test_engineering_workflow_routes.py
tests/test_fusion_policy.py
tests/test_generation_live_index.py
tests/test_governed_fuzzy_buffer.py
tests/test_governed_retrieval_embedding.py
tests/test_governed_scanner_boundaries.py
tests/test_governed_synthesis_e2e.py
tests/test_hunter_guild_e2e.py
tests/test_hunter_penalty.py
tests/test_hunter_rank.py
tests/test_index_material_migration.py
tests/test_index_outbox_reconciliation.py
tests/test_inference_gateway.py
tests/test_inference_jobs.py
tests/test_inference_provider.py
tests/test_issue_validator.py
tests/test_knowledge_base.py
tests/test_knowledge_dashboard_routes.py
tests/test_knowledge_dashboard_upload.py
tests/test_knowledge_foundation.py
tests/test_knowledge_ingest_server.py
tests/test_knowledge_lancedb_shadow.py
tests/test_knowledge_semantic_foundation.py
tests/test_knowledge_semantic_worker.py
tests/test_lancedb_generation.py
tests/test_lancedb_runtime_generation.py
tests/test_lancedb_store.py
tests/test_launcher.py
tests/test_lightweight_startup_tools.py
tests/test_list_memories_paginated.py
tests/test_local_edge_deployment_center_assets.py
tests/test_local_inference_node.py
tests/test_local_inference_node_assets.py
tests/test_local_inference_node_cloud.py
tests/test_local_inference_node_qwen3.py
tests/test_local_inference_node_resource_guard.py
tests/test_local_inference_node_support.py
tests/test_maintenance_scheduler.py
tests/test_manage_codex_hook_cleanup_launchd.py
tests/test_manage_control_credentials.py
tests/test_manage_index_outbox.py
tests/test_mcp_claude_code_schema_regression.py
tests/test_mcp_durable_runtime_binding.py
tests/test_mcp_health_routing_contract.py
tests/test_memory_merge.py
tests/test_memory_operations.py
tests/test_memory_proposals.py
tests/test_memory_reclassify.py
tests/test_memory_record.py
tests/test_memory_relations.py
tests/test_memory_sync.py
tests/test_mgp_shadow_bridge.py
tests/test_migration_journal.py
tests/test_migration_operations.py
tests/test_model_catalog.py
tests/test_multi_agent_e2e.py
tests/test_neko_adapter.py
tests/test_neko_adapter_cli.py
tests/test_node_build_planning.py
tests/test_node_governance.py
tests/test_node_private_runtime.py
tests/test_node_runtime_bootstrap.py
tests/test_oci_artifact_evidence.py
tests/test_oci_build_preflight.py
tests/test_official_workflow_regressions.py
tests/test_ordinary_memory_callers.py
tests/test_ordinary_memory_mutation.py
tests/test_otlp_exporter.py
tests/test_p0_context_governance.py
tests/test_pack_index.py
tests/test_packaging_metadata.py
tests/test_passive_collaboration_bridge.py
tests/test_passive_memory_hooks.py
tests/test_passive_runtime_adapter.py
tests/test_passive_semantic_pipeline.py
tests/test_paths.py
tests/test_performance_benchmark.py
tests/test_pipeline_quality.py
tests/test_plugin_security.py
tests/test_pp_node_smoke.py
tests/test_ppctl.py
tests/test_pr5_acceptance_gate.py
tests/test_pr5_scope_authority.py
tests/test_production_readiness.py
tests/test_project_aware_hook.py
tests/test_project_awareness.py
tests/test_project_collaboration.py
tests/test_project_context.py
tests/test_project_memory_schema.py
tests/test_project_principle_overlays.py
tests/test_project_recall_isolation.py
tests/test_proposal_automation.py
tests/test_proposal_promotion_jobs.py
tests/test_proposal_promotion_tasks.py
tests/test_provider_http.py
tests/test_quality_gate.py
tests/test_rebuild.py
tests/test_rebuild_lancedb.py
tests/test_recall_experiment.py
tests/test_recall_pipeline_upgrade.py
tests/test_recall_quality.py
tests/test_recall_quality_benchmark.py
tests/test_recall_quality_quick_fixes.py
tests/test_recall_quality_v2_binding.py
tests/test_release_builder_contracts.py
tests/test_release_bundle.py
tests/test_release_delivery_assets.py
tests/test_release_manifest.py
tests/test_release_package_naming.py
tests/test_release_readiness.py
tests/test_release_resilience_outbox.py
tests/test_release_sync_filter.py
tests/test_release_variant.py
tests/test_release_workflow.py
tests/test_resilience_e2e.py
tests/test_response_projection.py
tests/test_retrieval_explain_projection.py
tests/test_retrieval_planner.py
tests/test_role_package.py
tests/test_runtime_mode.py
tests/test_rust_integration.py
tests/test_rust_python_parity.py
tests/test_rust_release_import.py
tests/test_rust_supply_perf.py
tests/test_safety_net_daemon.py
tests/test_scanner_project_scope.py
tests/test_scanners.py
tests/test_scheduler_health.py
tests/test_security_evolution_knowledge_loop.py
tests/test_security_finding_contract.py
tests/test_semantic_chunk_enrichment.py
tests/test_server_notify.py
tests/test_server_status.py
tests/test_session_lifecycle.py
tests/test_shield_candidate_bridge.py
tests/test_shield_scan_store.py
tests/test_skill_engine.py
tests/test_skill_tracking.py
tests/test_skills_phase1_e2e.py
tests/test_smoke_cloud_providers.py
tests/test_smoke_http_mcp.py
tests/test_smoke_restart_recovery.py
tests/test_soul_audit.py
tests/test_soul_bridge_passive_memory.py
tests/test_soul_memory_governance.py
tests/test_sp_stage_chain_validation.py
tests/test_sp_stage_resilience.py
tests/test_structured_memory_fusion.py
tests/test_synthesis_maintenance.py
tests/test_synthesis_mcp_routing.py
tests/test_synthesis_retrieval_gate.py
tests/test_synthesis_store.py
tests/test_systemd_units.py
tests/test_task_event_bus.py
tests/test_task_queue.py
tests/test_task_queue_schema_transaction.py
tests/test_task_recovery.py
tests/test_team_protocol.py
tests/test_tool_manifest_graph.py
tests/test_traceability_degradation.py
tests/test_trust_store.py
tests/test_unified_event_protocol.py
tests/test_union_six_pr_contract.py
tests/test_vertical_slice_units.py