Remove Work IQ EULA folder and its references - #196
Open
Tolga Kilicli (tolgaki) wants to merge 1 commit into
Open
Remove Work IQ EULA folder and its references#196Tolga Kilicli (tolgaki) wants to merge 1 commit into
Tolga Kilicli (tolgaki) wants to merge 1 commit into
Conversation
The pre-release evaluation terms are no longer distributed from this repo, so drop the EULA/ folder and every pointer to it: - Delete EULA/ (43 localized .docx files) - README: remove the `workiq accept-eula` command row and example; point the license section at LICENSE and NOTICES.TXT instead - AGENTS.md / PLUGINS.md: drop `accept_eula` from the hosted MCP server tool listings References to `@microsoft/m365-copilot-eval`'s own `accept-eula` step in the agents-toolkit skill are unrelated and left in place. Co-authored-by: Copilot App <[email protected]>
Tolga Kilicli (tolgaki)
requested review from
Darrel (darrelmiller) and
Sébastien Levert (sebastienlevert)
September 8, 2026 02:15
Darrel (darrelmiller)
approved these changes
Sep 8, 2026
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.
What
Removes the Work IQ
EULA/folder and every pointer to it.The pre-release evaluation terms are no longer distributed from this repo, so the localized
.docxset and the references that pointed at it are stale.Changes
EULA/— 43 localized "Microsoft Work IQ CLI - Pre-Release or Evaluation Use Terms".docxfilesREADME.md— dropped theworkiq accept-eularow from the CLI command table and the accompanying example invocation; the License section now points atLICENSEandNOTICES.TXTrather than "EULA within the package"AGENTS.md— removedaccept_eulafrom theworkiqandworkiq-previewhosted MCP server tool listingsPLUGINS.md— same removal from the two MCP tool tablesDeliberately left alone
References to
accept-eulaunderplugins/microsoft-365-agents-toolkit/skills/m365-agent-evaluator/are unrelated — they belong to@microsoft/m365-copilot-eval, a separate package published under "MICROSOFT SOFTWARE LICENSE TERMS" whose CLI genuinely requires that first-run step. Removing them would break documented setup instructions.Notes
Docs-and-assets only — no code, schema, or plugin manifest changes. Nothing references the
EULA/path after this, verified by a repo-wide case-insensitive search.