pyproject.toml
src/greymatter_core/__init__.py
src/greymatter_core/benchmarks.py
src/greymatter_core/cache.py
src/greymatter_core/categorizer.py
src/greymatter_core/channel_audit.py
src/greymatter_core/channel_ops.py
src/greymatter_core/checkpoint.py
src/greymatter_core/chunking.py
src/greymatter_core/cognitive_bridge.py
src/greymatter_core/config.py
src/greymatter_core/context.py
src/greymatter_core/contradiction.py
src/greymatter_core/db.py
src/greymatter_core/dedup.py
src/greymatter_core/documents.py
src/greymatter_core/embeddings.py
src/greymatter_core/export.py
src/greymatter_core/extraction.py
src/greymatter_core/gateway.py
src/greymatter_core/http_client.py
src/greymatter_core/ids.py
src/greymatter_core/knowledge.py
src/greymatter_core/knowledge_categorizer.py
src/greymatter_core/laziness_detector.py
src/greymatter_core/license.py
src/greymatter_core/limits.py
src/greymatter_core/llm_gateway.py
src/greymatter_core/node_sync.py
src/greymatter_core/onboarding.py
src/greymatter_core/patterns.py
src/greymatter_core/policy.py
src/greymatter_core/quality.py
src/greymatter_core/recall.py
src/greymatter_core/router.py
src/greymatter_core/scanner.py
src/greymatter_core/security_audit.py
src/greymatter_core/semantic.py
src/greymatter_core/session_state.py
src/greymatter_core/sessions.py
src/greymatter_core/soul.py
src/greymatter_core/standards.py
src/greymatter_core/validate.py
src/greymatter_core/vector.py
src/greymatter_core/work_items.py
src/greymatter_core.egg-info/PKG-INFO
src/greymatter_core.egg-info/SOURCES.txt
src/greymatter_core.egg-info/dependency_links.txt
src/greymatter_core.egg-info/requires.txt
src/greymatter_core.egg-info/top_level.txt
src/greymatter_core/cluster/__init__.py
src/greymatter_core/cluster/certs.py
src/greymatter_core/cluster/discovery.py
src/greymatter_core/cluster/health.py
src/greymatter_core/cluster/join.py
src/greymatter_core/cluster/leave.py
src/greymatter_core/cluster/lifecycle.py
src/greymatter_core/cluster/state.py
src/greymatter_core/schema/__init__.py
src/greymatter_core/schema/cognitive.py
src/greymatter_core/schema/core.py
src/greymatter_core/schema/distributed.py
src/greymatter_core/schema/salesos.py
src/greymatter_core/schema/solo.py
src/greymatter_core/schema/team_cognitive.py
src/greymatter_core/schema/teams.py
src/greymatter_core/schema/twin.py
src/greymatter_core/schema/migrations/001_sync_columns.py
src/greymatter_core/schema/migrations/002_salesos_sync.py
src/greymatter_core/schema/migrations/003_outbox_and_audit.py
src/greymatter_core/schema/migrations/004_hlc_timestamp.py
src/greymatter_core/schema/migrations/005_security_audit.py
src/greymatter_core/schema/migrations/006_stale_flagged_at.py
src/greymatter_core/schema/migrations/007_channel_audit_log.py
src/greymatter_core/schema/migrations/008_personal_knowledge_types.py
src/greymatter_core/schema/migrations/009_knowledge_freshness_categories.py
src/greymatter_core/schema/migrations/010_expanded_knowledge_categories.py
src/greymatter_core/schema/migrations/__init__.py
src/greymatter_core/security/__init__.py
src/greymatter_core/security/encryption.py
src/greymatter_core/security/fips.py
src/greymatter_core/security/middleware.py
src/greymatter_core/security/tls.py
src/greymatter_core/security/tokens.py
src/greymatter_core/sync/__init__.py
src/greymatter_core/sync/conflict.py
src/greymatter_core/sync/delta.py
src/greymatter_core/sync/full.py
src/greymatter_core/sync/hlc.py
src/greymatter_core/sync/http_scheduler.py
src/greymatter_core/sync/http_sync.py
src/greymatter_core/sync/models.py
src/greymatter_core/sync/outbox.py
src/greymatter_core/sync/patterns.py
src/greymatter_core/sync/scheduler.py
src/greymatter_core/sync/tracking.py
tests/test_auth_middleware.py
tests/test_auth_middleware_docs.py
tests/test_auth_middleware_integration.py
tests/test_auth_middleware_write_integration.py
tests/test_benchmarks.py
tests/test_benchmarks_integration.py
tests/test_build_integration.py
tests/test_cache.py
tests/test_categorizer.py
tests/test_channel_audit.py
tests/test_channel_ops.py
tests/test_checkpoint.py
tests/test_chunking.py
tests/test_cluster_certs.py
tests/test_cluster_discovery.py
tests/test_cluster_health.py
tests/test_cluster_join.py
tests/test_cluster_leave.py
tests/test_cluster_lifecycle.py
tests/test_cluster_state.py
tests/test_cockroach_db.py
tests/test_code_semantic.py
tests/test_cognitive_bridge.py
tests/test_config.py
tests/test_context.py
tests/test_context_engine_integration.py
tests/test_core_functionality_write_integration.py
tests/test_core_write_integration.py
tests/test_cross_layer_build_integration.py
tests/test_cross_module_integration.py
tests/test_db.py
tests/test_dedup.py
tests/test_direct_promotion.py
tests/test_dispatch_harness_docs.py
tests/test_documents.py
tests/test_embeddings.py
tests/test_end_to_end_integration.py
tests/test_entry_validation_integration.py
tests/test_export.py
tests/test_extraction.py
tests/test_fips.py
tests/test_fips_integration.py
tests/test_fips_integration_core.py
tests/test_fips_integration_e2e.py
tests/test_fips_integration_extended.py
tests/test_freshness_validation.py
tests/test_fsrs_review_api_docs.py
tests/test_gateway.py
tests/test_hlc_wiring.py
tests/test_http_client.py
tests/test_http_sync.py
tests/test_ids.py
tests/test_integration_roundtrip.py
tests/test_knowledge.py
tests/test_knowledge_freshness.py
tests/test_knowledge_lifecycle_integration.py
tests/test_laziness_detector.py
tests/test_license.py
tests/test_llm_gateway.py
tests/test_mcp_docs.py
tests/test_mcp_tools.py
tests/test_migration_001.py
tests/test_migrations.py
tests/test_node_sync.py
tests/test_onboarding.py
tests/test_patterns.py
tests/test_personal_knowledge_types.py
tests/test_policy.py
tests/test_quality.py
tests/test_rate_limiter_docs.py
tests/test_recall.py
tests/test_router.py
tests/test_router_integration.py
tests/test_scanner.py
tests/test_scanner_benchmarks.py
tests/test_schema.py
tests/test_schema_extended.py
tests/test_security.py
tests/test_security_e2e.py
tests/test_security_stress.py
tests/test_semantic.py
tests/test_session_state.py
tests/test_sessions.py
tests/test_smoke.py
tests/test_soul.py
tests/test_standards.py
tests/test_status_transitions.py
tests/test_sync_conflict.py
tests/test_sync_delta.py
tests/test_sync_full.py
tests/test_sync_hlc.py
tests/test_sync_lifecycle.py
tests/test_sync_models.py
tests/test_sync_outbox.py
tests/test_sync_patterns.py
tests/test_sync_scheduler.py
tests/test_sync_tracking.py
tests/test_taskgroup_security_integration.py
tests/test_uncovered_write_integration.py
tests/test_validate.py
tests/test_validate_wiring.py
tests/test_vector.py
tests/test_work_items.py
tests/test_work_items_integration.py
tests/test_write_integration.py
tests/test_write_integration_extended.py
tests/test_write_integration_semantic_vector.py
tests/test_write_integration_sub3.py
tests/test_write_validation_integration.py