22 lines
928 B
Markdown
22 lines
928 B
Markdown
# PR Summary
|
|
|
|
## Title
|
|
|
|
`Synology KIS workflow recovery, branch checkout fix, and seed JSON tracking`
|
|
|
|
## Short Body
|
|
|
|
- `kis_data_collection.yml` now checks out the triggering ref instead of always fetching `main`.
|
|
- `Prepare Raw Seed Snapshot` now accepts `GatherTradingData.json`, regenerates from `GatherTradingData.xlsx`, or falls back to Google Drive download via `.clasprc.json`.
|
|
- `qualitative_sell_strategy.yml` uses the same checkout and seed-recovery path.
|
|
- `GatherTradingData.json` is now tracked in git so the runner gets a canonical seed snapshot.
|
|
- `tools/validate_platform_transition_wbs_v1.py` was updated to validate the new workflow text without false positives.
|
|
|
|
## Verified
|
|
|
|
- `python tools/validate_platform_transition_wbs_v1.py`
|
|
- `python tools/validate_gitea_secrets_contract_v1.py`
|
|
- Gitea run `165` on `kis_data_collection.yml` succeeded
|
|
- Gitea run `166` on `qualitative_sell_strategy.yml` succeeded
|
|
|