feat: 0.5.3 breadth-first RE plan and signal-gated orch/ELT fan-out - #56
Merged
Merged
Conversation
Add dekc_plan.py / dekc_orchestrate.py so reverse engineering maps scan roots first, then fans out only the specialists the plan listed. Keep LoopPolicy and adversarial judges. Cheap walk capture covers DuckDB, notebooks, Delta, orchestration jobs, and DQ markers (no live APIs). Co-authored-by: Richard Hightower <RichardHightower@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bring DEKC reverse-engineering to parity with SAC 0.5.6’s plan → ranked task list → signal-gated specialist fan-out, without replacing DEKC’s LoopPolicy or adversarial judges.
What landed
dekc_plan.py— deterministic BFS map of scan roots + optional Fabric/PBI/inventory exports. Writes.dekc/re-plan.md/.json/ progress.mark/showfor checklist done/blocked.dekc_orchestrate.py --plan-only/--from-plan --area(same flags ondekc_walk.py). Unattended orchestrate plans first, then captures only domains the plan detected./dekc-planskill + command. Orchestrators (data-lake-walker,reverse-engineering-orchestrator) teach: plan → spawn listed producers → existing skeptics →re-adversary-judge.airflow-scout,glue-job-scout,fabric-pipeline-scout, thin ADF / Step Functions / Composer / cron scouts,dbt-elt-scout,duckdb-scout,notebook-scout,dq-scout. No Airflow markers → no Airflow scout..ipynbSQL cells, Delta_delta_log, orchestrationIngestionJobstubs, DQ markers (GE / Soda / dbt tests — no runtime).data-retrieverstays separate. No live Glue/S3/Fabric APIs. SAC still owns CI/CD (Actions that only trigger Glue/dbt are a cross-link note).How to run plan-then-fan-out
Standalone plan:
python3 scripts/dekc_plan.py --scan-root <mirror> --write --jsonTests
python3 tests/test_dekc_plan.py python3 tests/test_dekc.py python3 -m py_compile scripts/dekc_*.pyFiction fixtures only (
tests/fixtures/re-plan-lake,re-plan-sql-only). SQL-only tree does not listairflow-scout.Merge note
Please merge as a merge commit (not squash) so the 0.5.3 changelog / version bump stay a single visible merge on
main.