docs: Reorganize AI documentation into a structured .ai-assets/ folder following best practices for AI agent context.#176
Open
jeremydhoover-blip wants to merge 1 commit intomicrosoft:mainfrom
Conversation
BREAKING CHANGE: Moved and restructured AI documentation Changes: - Add new .ai-assets/ folder with organized structure: - context/: Tool-specific instructions (Copilot, Claude, Cursor) - modes/: Custom agent definitions (fab.agent.md) - prompts/: 6 reusable prompt templates - skills/: 6 skill definitions with 16 Python scripts - Add AGENTS.md to repo root for AI agent guidance - Remove deprecated docs/agent-docs/ folder - Move and update .github/copilot-instructions.md to .ai-assets/context/ - Update context files to be user-focused (not contributor-focused) Skills included: - fabric-cli-core: Core CLI operations and safety rules - fabric-cli-cicd: CI/CD pipelines and deployments - fabric-cli-powerbi: Semantic models, reports, refresh - fabric-cli-governance: Permissions, ACLs, domains - fabric-cli-dataengineering: Lakehouses, medallion, shortcuts - fabric-cli-realtime: Eventhouses, KQL, eventstreams
.ai-assets/ folder following best practices for AI agent context..ai-assets/ folder following best practices for AI agent context.
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.
Summary
Reorganize AI documentation into a structured
.ai-assets/folder following best practices for AI agent context.This PR supersedes PR #120 - the changes here are more comprehensive and include all the improvements from that PR plus significant new content.
Changes
New Structure
.ai-assets/- New organized folder structure:context/- Tool-specific instructions (Copilot, Claude, Cursor)modes/- Custom agent definitions (fab.agent.md)prompts/- 6 reusable prompt templatesskills/- 6 skill definitions with 16 Python automation scriptsRoot Level
AGENTS.md- AI agent guidance for contributorsRemoved
docs/agent-docs/- Content moved to.ai-assets/skills/.github/copilot-instructions.md- Moved to.ai-assets/context/Skills Included
Why This Change