docs: remove and update outdated content since v1.2.1 - #40
Draft
csm-memeryroch with Copilot wants to merge 3 commits into
Draft
docs: remove and update outdated content since v1.2.1#40csm-memeryroch with Copilot wants to merge 3 commits into
csm-memeryroch with Copilot wants to merge 3 commits into
Conversation
Copilot created this pull request from a session on behalf of
csm-memeryroch
July 31, 2026 12:20
View session
csm-memeryroch
requested review from
HectorJM2018Cosmo,
jreynard-code and
lalepee
July 31, 2026 12:20
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.
Documentation accumulated stale content referencing tools and commands removed or deprecated between v1.2.1 and v2.1.0. This cleans up those references and adds a CHANGELOG covering all releases in that range.
Removed
CosmoTech-Acceleration-Library/csm-data— removed as a hard dependency in v1.3.0. Deleted the entire "Connect to the API" tutorial section inadvanced_cosmotech_simulator.mdand allcsm-data api scenariorun-load-datareferences.csm-orc run-step— deprecated in v1.5.2, no longer in the CLI. Replaced all invocations withcsm-simulator -i $CSM_SIMULATIONin both docs and tutorial JSON files.Updated
tutorial/cosmotech_simulator/run.jsonandtutorial/advanced_cosmotech_simulator/run.json:SimulationRunstep now callscsm-simulatordirectly;DownloadScenarioDatastep removed entirely.--gen-env-targetexample output trimmed to match the simplifiedrun.json(API credential vars no longer appear).--skip-stepexample no longer references the deletedDownloadScenarioDatastep.Added
CHANGELOG.md+docs/changelog.md: full release history from v1.2.2 → v2.1.0, covering CoAL removal, exit handlers,get_loggermigration, translation system, step data transfer, visual orchestrator, andCSM_RUN_TYPEsupport.docs/tutorial/exit_handlers.md: documented--no-exit-handlers/CSM_ORCHESTRATOR_USE_EXIT_HANDLERS(added v1.5.0, previously undocumented).docs/tutorial/advanced_cosmotech_simulator.md: documentedCSM_RUN_TYPEenv var and its effect on which JSON template file the entrypoint executes.docs/tutorial/plugins_and_templates.md: noted subfolder lookup intemplates/(added v1.4.3), includingon_exit/layout.mkdocs.yml: Changelog added to Home nav.