Skip to main content

Repository & AI Guides

Beyond the published documentation, the docs.kuetix.com repository ships a set of Markdown files aimed at contributors and AI assistants — agent instructions, GitHub Copilot setup and integration notes, and project READMEs. They are not part of the product documentation, so they live at the repository root and under .github/ rather than in this sidebar. This page catalogs and describes each one.

AI agent instructions

These are the canonical, auto-loaded instruction files that tell AI assistants how to work in this repository.

AGENTS.md

  • Path: AGENTS.md
  • For: GitHub Copilot coding agent, workspace agents, and other AI assistants.
  • What it is: The primary agent guide for the documentation repository — project overview, repository structure, technologies, conventions, and how agents should make changes to the Docusaurus site.

.github/copilot-instructions.md

  • Path: .github/copilot-instructions.md
  • For: GitHub Copilot (auto-loaded by Copilot in-editor and in chat).
  • What it is: Project context and WSL (Workflow Specification Language) background that Copilot reads automatically to give WSL-aware suggestions.

Copilot integration summaries

Implementation write-ups describing what was built for each Copilot integration — useful as a record of how the tooling is wired together.

COPILOT_INTEGRATION_SUMMARY.md

  • Path: COPILOT_INTEGRATION_SUMMARY.md
  • What it is: Summary of the GitHub Copilot WSL documentation integration, providing a RAG-like (Retrieval-Augmented Generation) experience over the WSL docs.

COPILOT_PR_AGENT_SUMMARY.md

  • Path: COPILOT_PR_AGENT_SUMMARY.md
  • What it is: Summary of the GitHub Copilot PR Agent (Code Review) integration that enables automated, WSL-aware pull-request reviews.

COPILOT_PRO_INTEGRATION_SUMMARY.md

  • Path: COPILOT_PRO_INTEGRATION_SUMMARY.md
  • What it is: Summary of the GitHub Copilot Pro integration, enabling autonomous AI agents and Model Context Protocol (MCP) support against the WSL documentation.

Copilot setup & usage guides

Step-by-step guides for configuring and using the Copilot features above.

.github/COPILOT_PR_AGENT_SETUP.md

.github/COPILOT_PR_QUICK_REFERENCE.md

.github/COPILOT_PRO_GUIDE.md

  • Path: .github/COPILOT_PRO_GUIDE.md
  • What it is: Full guide to using Copilot Pro features — AI agents, enhanced chat, and MCP integration — with this repository.

.github/COPILOT_PRO_QUICK_START.md

Project documents

General repository documentation.

README.md

  • Path: README.md
  • What it is: The repository README — what the documentation website is, plus how to install, run, and build the Docusaurus site locally.

.github/README.md

  • Path: .github/README.md
  • What it is: Overview of the .github/ directory — the GitHub-specific configuration and the Copilot integration files it contains.

DEMO.md

  • Path: DEMO.md
  • What it is: An end-to-end demo log of the kue hello_world run — what was asked, what worked, what was broken, and the fixes/workarounds used. A historical record rather than a how-to.