AADS Colab and Docs Sync
Workflow
- Confirm canonical entrypoints.
- Treat
colab_notebooks/0_AUTO_TRAIN_COMPLETE_PIPELINE.ipynbas the primary full-flow notebook unless intentionally changed.
- Synchronize docs and scripts.
- Keep
README.md,scripts/README.md, anddocs/REPO_FILE_RELATIONS.mdaligned with notebook/script changes. - Keep
docs/README.mdand notebook index pages aligned with renamed or re-prioritized entrypoints.
- Preserve compatibility policy.
- Keep root wrappers as compatibility aliases unless explicitly deprecating.
- Validate documentation and import surfaces.
- Run markdown link checks and notebook import validation.
- Run Colab environment checks when relevant.
- Emit synchronization summary.
- List every file synchronized and any intentional deprecations.
Output Contract
Return sections in this order:
- Changed user entrypoints
- Synced docs/scripts/notebooks
- Validation commands and results
- Compatibility/deprecation notes
- Remaining doc drift risks
References
- Read
references/colab-doc-sync-checklist.mdfor synchronization points.