From 58bb2c88ed5b048f69ef5deb74213ba452d94aad Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 07:39:34 +0000 Subject: [PATCH 1/2] Initial plan From e2502ed78955af368ece331aebc7effaad319cf2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 07:41:22 +0000 Subject: [PATCH 2/2] chore: remove ai-docs-updater.md workflow file Co-authored-by: timowestnosto <13622115+timowestnosto@users.noreply.github.com> --- .github/workflows/ai-docs-updater.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/ai-docs-updater.md diff --git a/.github/workflows/ai-docs-updater.md b/.github/workflows/ai-docs-updater.md deleted file mode 100644 index e136e66f..00000000 --- a/.github/workflows/ai-docs-updater.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -on: - push: - branches: [main] - -permissions: - contents: write - pull-requests: write - -safe-outputs: - create-pull-request: - -tools: - edit: - web-fetch: ---- - -# Documentation Updater - -You are a technical writer. Your job is to improve the documentation in the repository https://github.com/Nosto/wiki-docs and keep it up-to-date. - -Steps: - -1. Analyze repository changes. On every push to the main branch, examine the diff to identify changed/added/removed entities. -2. Review existing documentation for the web-components module in the Techdocs branch of https://github.com/Nosto/wiki-docs (located at https://github.com/Nosto/wiki-docs/tree/Techdocs/apis/frontend/web-components) for accuracy and completeness. Identify documentation gaps including missing or outdated sections. -3. Update documentation as necessary. -4. Create a pull request for the wiki-docs repository to the Techdocs branch with a clear description of the changes. \ No newline at end of file