.dockerignore
.gitignore
.pre-commit-config.yaml
AGENTS.md
AI_DIRECTIVE.md
Dockerfile
LICENSE
Makefile
README.md
activate
daylily_tapdb_env.yaml
environment.yml
pyproject.toml
replace_tapdb.py
tapdb_deactivate.sh
uv.lock
.github/workflows/ci.yml
admin/__init__.py
admin/auth.py
admin/backups.py
admin/cognito.py
admin/db_metrics.py
admin/db_pool.py
admin/domain_access.py
admin/api/__init__.py
bin/fresh_start.sh
bin/nuke_all.sh
bin/release_build.sh
config/tapdb-config-example.yaml
daylily_tapdb/__init__.py
daylily_tapdb/_version.py
daylily_tapdb/admin_health.py
daylily_tapdb/advisory_locks.py
daylily_tapdb/audit.py
daylily_tapdb/connection.py
daylily_tapdb/container_entry.py
daylily_tapdb/euid.py
daylily_tapdb/external_reference_audit.py
daylily_tapdb/external_references.py
daylily_tapdb/federation.py
daylily_tapdb/governance.py
daylily_tapdb/lineage.py
daylily_tapdb/migration_identity.py
daylily_tapdb/passwords.py
daylily_tapdb/runtime_info.py
daylily_tapdb/schema_inventory.py
daylily_tapdb/security_context.py
daylily_tapdb/sequences.py
daylily_tapdb/stats.py
daylily_tapdb/timezone_utils.py
daylily_tapdb/user_store.py
daylily_tapdb.egg-info/PKG-INFO
daylily_tapdb.egg-info/SOURCES.txt
daylily_tapdb.egg-info/dependency_links.txt
daylily_tapdb.egg-info/entry_points.txt
daylily_tapdb.egg-info/requires.txt
daylily_tapdb.egg-info/scm_file_list.json
daylily_tapdb.egg-info/scm_version.json
daylily_tapdb.egg-info/top_level.txt
daylily_tapdb/actions/__init__.py
daylily_tapdb/actions/dispatcher.py
daylily_tapdb/aurora/__init__.py
daylily_tapdb/aurora/cfn_template.py
daylily_tapdb/aurora/config.py
daylily_tapdb/aurora/connection.py
daylily_tapdb/aurora/schema_deployer.py
daylily_tapdb/aurora/stack_manager.py
daylily_tapdb/aurora/templates/aurora-postgres.json
daylily_tapdb/backup/__init__.py
daylily_tapdb/backup/engine.py
daylily_tapdb/backup/errors.py
daylily_tapdb/backup/introspect.py
daylily_tapdb/backup/inventory.py
daylily_tapdb/backup/manifest.py
daylily_tapdb/backup/postrestore.py
daylily_tapdb/backup/prune.py
daylily_tapdb/backup/receipts.py
daylily_tapdb/backup/service.py
daylily_tapdb/backup/snapshots.py
daylily_tapdb/backup/storage.py
daylily_tapdb/backup/template_pack.py
daylily_tapdb/backup/verify.py
daylily_tapdb/backup/views.py
daylily_tapdb/cli/__init__.py
daylily_tapdb/cli/__main__.py
daylily_tapdb/cli/_registry_v2.py
daylily_tapdb/cli/admin_server.py
daylily_tapdb/cli/aurora.py
daylily_tapdb/cli/backup.py
daylily_tapdb/cli/cognito.py
daylily_tapdb/cli/context.py
daylily_tapdb/cli/db.py
daylily_tapdb/cli/db_config.py
daylily_tapdb/cli/objects.py
daylily_tapdb/cli/output.py
daylily_tapdb/cli/pg.py
daylily_tapdb/cli/spec.py
daylily_tapdb/cli/templates.py
daylily_tapdb/cli/user.py
daylily_tapdb/cli/validation.py
daylily_tapdb/core_config/_metadata.json
daylily_tapdb/core_config/actor/actor.json
daylily_tapdb/core_config/generic/generic.json
daylily_tapdb/core_config/governance/governance.json
daylily_tapdb/core_config/system/external_identifier.json
daylily_tapdb/core_config/system/external_reference.json
daylily_tapdb/core_config/system/system.json
daylily_tapdb/etc/domain_code_registry.json
daylily_tapdb/etc/prefix_ownership_registry.json
daylily_tapdb/factory/__init__.py
daylily_tapdb/factory/instance.py
daylily_tapdb/graph_contracts/__init__.py
daylily_tapdb/graph_contracts/lsmc_v0.py
daylily_tapdb/gui/__init__.py
daylily_tapdb/gui/auth_routes.py
daylily_tapdb/gui/router.py
daylily_tapdb/gui/static/css/tapdb-gui.css
daylily_tapdb/gui/static/js/lsmc-ui.js
daylily_tapdb/gui/static/js/tapdb-graph.js
daylily_tapdb/gui/static/js/tapdb-json-editor.js
daylily_tapdb/gui/templates/audit.html
daylily_tapdb/gui/templates/auth_base.html
daylily_tapdb/gui/templates/backup_receipt.html
daylily_tapdb/gui/templates/backups.html
daylily_tapdb/gui/templates/base.html
daylily_tapdb/gui/templates/change_password.html
daylily_tapdb/gui/templates/create.html
daylily_tapdb/gui/templates/graph.html
daylily_tapdb/gui/templates/help.html
daylily_tapdb/gui/templates/inventory.html
daylily_tapdb/gui/templates/login.html
daylily_tapdb/gui/templates/meridian.html
daylily_tapdb/gui/templates/metrics.html
daylily_tapdb/gui/templates/object.html
daylily_tapdb/gui/templates/overview.html
daylily_tapdb/gui/templates/readiness.html
daylily_tapdb/gui/templates/restore_review.html
daylily_tapdb/gui/templates/runtime.html
daylily_tapdb/gui/templates/search.html
daylily_tapdb/gui/templates/signup.html
daylily_tapdb/gui/templates/template_editor.html
daylily_tapdb/gui/templates/templates.html
daylily_tapdb/models/__init__.py
daylily_tapdb/models/audit.py
daylily_tapdb/models/base.py
daylily_tapdb/models/instance.py
daylily_tapdb/models/lineage.py
daylily_tapdb/models/outbox.py
daylily_tapdb/models/template.py
daylily_tapdb/outbox/__init__.py
daylily_tapdb/outbox/contracts.py
daylily_tapdb/outbox/inbox.py
daylily_tapdb/outbox/queries.py
daylily_tapdb/outbox/repository.py
daylily_tapdb/outbox/worker.py
daylily_tapdb/services/__init__.py
daylily_tapdb/services/graph_payloads.py
daylily_tapdb/services/object_lookup.py
daylily_tapdb/services/object_operations.py
daylily_tapdb/services/object_search.py
daylily_tapdb/templates/__init__.py
daylily_tapdb/templates/loader.py
daylily_tapdb/templates/manager.py
daylily_tapdb/templates/mutation.py
daylily_tapdb/templates/repository.py
daylily_tapdb/templates/requirements.py
daylily_tapdb/templates/schema/template-pack.schema.json
daylily_tapdb/validation/__init__.py
daylily_tapdb/validation/governance.py
daylily_tapdb/validation/instantiation_layouts.py
daylily_tapdb/web/__init__.py
daylily_tapdb/web/bridge.py
daylily_tapdb/web/dag_v2.py
daylily_tapdb/web/runtime.py
docker/entrypoint.sh
docs/README.md
docs/architecture.md
docs/backup-and-recovery.md
docs/consumer-discoverability-guide.md
docs/dag_spec.md
docs/external-references-and-federation.md
docs/identity-and-scoping.md
docs/integration-and-embedding.md
docs/repository-review.md
docs/runtime-and-cli.md
docs/tapdb_0600_refactor_overview_what_was_done.md
docs/tapdb_gui_inclusion.md
docs/tapdb_meridian_041_refactor.md
docs/template-authoring.md
docs/architecture/evidence_vs_governance.md
docs/plans/20260604T044652Z_tapdb_embeddable_gui_v1_ledger.md
docs/plans/20260610T113310Z_tapdb_gui_json_editor_playwright_ledger.md
docs/plans/20260612T154200Z_tapdb_evidence_governance_ledger.md
docs/plans/20260623T124600Z_tapdb_dirty_theme_901_release_ledger.md
docs/plans/20260730T000000Z_tapdb_backup_lifecycle_ledger.md
docs/plans/20260901T100631Z_kahlo_global_dag_tapdb_eligibility_spec.md
docs/plans/20260901T110500Z_tapdb_meridian_euid_048_pin_ledger.md
docs/plans/20260902T031019Z_tapdb_9_2_0_issue_convergence_ledger.md
docs/plans/20260903T015241Z_tapdb_9_2_1_pg16_qualification_ledger.md
docs/plans/20260903T031820Z_tapdb_runtime_ddl_guard_ledger.md
docs/plans/20260904T061819Z_tapdb_10_external_references_federation_ledger.md
docs/specs_and_plans/tapdb_core_refactor_spec_for_codex.md
examples/readme/00_smoke.sh
examples/readme/10_bootstrap_local.sh
examples/readme/20_python_api.py
schema/rls.sql
schema/tapdb_schema.sql
schema/migrations/20260303_120000_add_tenant_id.sql
schema/migrations/20260303_120010_add_outbox_event.sql
schema/migrations/20260405_120000_add_domain_scoping.sql
schema/migrations/20260612_154200_add_template_validator_ref.sql
schema/migrations/20260612_154210_instance_prefix_from_template.sql
schema/migrations/20260902_010000_natural_identity_and_owner_uniqueness.sql
schema/migrations/20260902_010100_legacy_outbox_message_conversion.sql
schema/migrations/20260902_020000_force_rls_and_audit_attribution.sql
schema/migrations/20260903_031820_runtime_ddl_guard.sql
schema/migrations/20260904_061819_tenant_scoped_natural_identity.sql
scripts/check_pre_commit_hooks.py
scripts/ci_prepare_postgres_config.py
scripts/verify_changed_coverage.py
scripts/verify_wheel_assets.py
tests/__init__.py
tests/conftest.py
tests/test_action_dispatcher_unit.py
tests/test_activation_metadata.py
tests/test_admin_auth_decorators.py
tests/test_admin_auth_shared.py
tests/test_admin_cognito.py
tests/test_admin_db_connection.py
tests/test_admin_db_metrics.py
tests/test_admin_security_branch_campaign.py
tests/test_admin_support_coverage.py
tests/test_advisory_locks.py
tests/test_audit_stats_coverage.py
tests/test_aurora_cfn_template.py
tests/test_aurora_cli.py
tests/test_aurora_config.py
tests/test_aurora_connection.py
tests/test_aurora_schema_deployer.py
tests/test_aurora_stack_manager.py
tests/test_backup_api_admin.py
tests/test_backup_api_http_pg.py
tests/test_backup_api_routes.py
tests/test_backup_cli.py
tests/test_backup_cli_exit_codes.py
tests/test_backup_cli_pg.py
tests/test_backup_config.py
tests/test_backup_engine.py
tests/test_backup_gui_embedded.py
tests/test_backup_gui_live.py
tests/test_backup_health.py
tests/test_backup_inventory.py
tests/test_backup_manifest.py
tests/test_backup_package_contract.py
tests/test_backup_pg_lifecycle.py
tests/test_backup_postrestore_pg.py
tests/test_backup_prune.py
tests/test_backup_receipts.py
tests/test_backup_receipts_concurrency.py
tests/test_backup_restore_pg.py
tests/test_backup_service_edges.py
tests/test_backup_service_pg.py
tests/test_backup_snapshots.py
tests/test_backup_storage.py
tests/test_backup_storage_capability.py
tests/test_backup_storage_s3.py
tests/test_backup_surfaces_contract.py
tests/test_backup_template_pack.py
tests/test_branch_campaign_backup_contracts.py
tests/test_branch_campaign_dag_services.py
tests/test_branch_campaign_gui_contracts.py
tests/test_branch_campaign_web_contracts.py
tests/test_cli.py
tests/test_cli_cognito_floor_lift.py
tests/test_cli_coverage.py
tests/test_cli_db_floor_lift.py
tests/test_cli_floor_lift_part1.py
tests/test_cli_helper_units.py
tests/test_cli_registry_v2.py
tests/test_cli_root_floor_lift.py
tests/test_client_core_xrf_pg.py
tests/test_connection_unit.py
tests/test_consumer_discoverability_docs.py
tests/test_container_runtime.py
tests/test_coverage_boost.py
tests/test_dag_rls_security_pg.py
tests/test_dag_security_docs_release_hardening.py
tests/test_dag_v2_contract.py
tests/test_db_safety.py
tests/test_docs_contracts.py
tests/test_docs_examples.py
tests/test_domain_scoping.py
tests/test_euid.py
tests/test_explicit_context.py
tests/test_explicit_target_cutover.py
tests/test_external_reference_audit_v10.py
tests/test_external_references_v10.py
tests/test_federation_v10.py
tests/test_general_aurora_config_branch_campaign.py
tests/test_gui_embedded.py
tests/test_gui_parity_v10.py
tests/test_gui_playwright.py
tests/test_gui_theme_assets.py
tests/test_instance_factory_unit.py
tests/test_instance_lineage_helpers.py
tests/test_integration.py
tests/test_issue_ops_templates.py
tests/test_lsmc_v0_graph_contract.py
tests/test_migration_identity_contract.py
tests/test_models.py
tests/test_natural_identity_claims.py
tests/test_operator_tenant_context_pg.py
tests/test_ops_cli_aurora_branch_campaign.py
tests/test_ops_cli_cognito_branch_campaign.py
tests/test_ops_cli_db_branch_campaign.py
tests/test_ops_cli_root_branch_campaign.py
tests/test_ops_final_backup_cli_branch_campaign.py
tests/test_ops_final_postrestore_branch_campaign.py
tests/test_ops_final_surface_branch_campaign.py
tests/test_ops_registry_policy_followup.py
tests/test_outbox_contracts.py
tests/test_outbox_integration.py
tests/test_outbox_spec_compliance.py
tests/test_outbox_sql.py
tests/test_outbox_worker.py
tests/test_passwords.py
tests/test_pg_integration.py
tests/test_pg_legacy_branch_campaign.py
tests/test_postgres_identity_concurrency.py
tests/test_release_920_backup_cli_coverage.py
tests/test_release_920_contract.py
tests/test_release_920_coverage_gate.py
tests/test_release_920_runtime_cli_coverage.py
tests/test_repository_download_and_lock_diagnostics.py
tests/test_runtime_utils_coverage.py
tests/test_schema_identity_branch_campaign.py
tests/test_schema_inventory.py
tests/test_schema_name_isolation.py
tests/test_schema_sql_contract.py
tests/test_security_posture.py
tests/test_sequences_sql.py
tests/test_services_graph_payloads.py
tests/test_services_object_lookup.py
tests/test_template_loader.py
tests/test_template_loader_edges.py
tests/test_template_manager.py
tests/test_template_mutation_guard.py
tests/test_template_requirements.py
tests/test_timezone_utils.py
tests/test_user_cli_commands.py
tests/test_user_outbox_lineage_branch_campaign.py
tests/test_user_store_core.py
tests/test_user_store_timezone.py
tests/test_validation_governance.py
tests/test_web_factory.py
tests/fixtures/pg_restore_toc_full.txt
tools/db_loadtest/README.md
tools/db_loadtest/generate_synthetic_data.py
tools/db_loadtest/pgbench/insert_instance.sql
tools/db_loadtest/pgbench/insert_lineage_edge.sql
tools/db_loadtest/pgbench/list_latest_revisions.sql
tools/db_loadtest/pgbench/read_graph_recursive.sql
tools/db_loadtest/pgbench/run_app_shaped.sh