Skip to content

Move .env.example into src/ (04 Agentic CLM MicroHack) - #425

Merged
Marco Weber (qxsch) merged 1 commit into
microsoft:mainfrom
glejdis:clm-move-env-example-to-src
Aug 17, 2026
Merged

Move .env.example into src/ (04 Agentic CLM MicroHack)#425
Marco Weber (qxsch) merged 1 commit into
microsoft:mainfrom
glejdis:clm-move-env-example-to-src

Conversation

@glejdis

Copy link
Copy Markdown
Contributor

What

Moves the environment template .env.example into src/ within the 04 Agentic Contract Lifecycle Management MicroHack (03-Azure/01-04-AI/04_Agentic_Contract_Lifecycle_Management/), and updates every reference to the new path.

Changes

  • .env.examplesrc/.env.example (pure rename, similarity 100%)
  • Updated the copy command / hints that pointed at the old location:
    • challenges/challenge-01.md, challenges/challenge-02.md
    • walkthrough/challenge-01/solution-01.md
    • src/clm_common/config.py, src/scripts/write_env.py, src/scripts/upload_corpus_to_sharepoint.py

The template copy command is now cp src/.env.example .env (run from the lab root).

Notes

  • The runtime .env still loads from the lab root — behavior is unchanged; only the template moved.
  • Mirrors the same change already on glejdis/microhack-aiagents main.

7 files changed, 8 insertions(+), 8 deletions(-).

Move the env template from the microhack root to src/.env.example and update every doc and code reference (challenges 01/02, solution-01, config.py, write_env.py, upload_corpus_to_sharepoint.py) to the new path. The runtime .env still lives at the lab root, so the template copy becomes 'cp src/.env.example .env'.

Mirrors the same change already on glejdis/microhack-aiagents main.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 1fc16431-2e57-4bc0-a80c-211e5235e8f8
@qxsch
Marco Weber (qxsch) merged commit 798f70b into microsoft:main Aug 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants