#!/usr/bin/env python3 """ archive/publishing-sales-accounting-run.py ========================================== ARCHIVED — original script-style entry point from v1. This file is kept for historical reference only. The active entry point is pub.py in the project root. All logic has been refactored into: pubsalesacc/pipeline.py — core business logic pubsalesacc/connectors/ — Snowflake, Neo4j, Jira connectors pubsalesacc/utils/ — shared utilities config.py — per-quarter and org configuration Do not run this file directly. """