docs: CLAUDE.md governance cleanup - #14
Conversation
Reduces CLAUDE.md from 307 to 50 lines per governance standards: - Top 5 NEVER/ALWAYS rules only - Removed PowerShell code examples - Removed module structure pattern - Removed Pester test examples - Kept cmdlet table with CLI command mappings Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Summary of ChangesHello @joshsmithxrm, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request streamlines the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request simplifies the CLAUDE.md developer guide to make it more concise. While the goal of brevity is good, the current changes have resulted in the removal of some important development guidelines and have introduced inaccuracies, particularly in the list of available cmdlets. My review focuses on restoring this critical information to ensure the document remains a reliable and complete resource for developers, while still respecting the goal of conciseness. The suggested additions will not significantly increase the file size and will keep it well under the 100-line limit.
There was a problem hiding this comment.
Pull request overview
This PR trims CLAUDE.md from 306 lines to 50 lines to comply with governance rules requiring the file to be under 100 lines. The document has been restructured to focus on essential information while removing verbose explanations, examples, and detailed sections.
Changes:
- Condensed NEVER/ALWAYS rules from detailed tables to simple bullet lists
- Simplified cmdlets table to show only 6 cmdlets (reduced from 12)
- Removed sections on tech stack, project structure, development workflow, testing patterns, version management, release process, and dependencies
- Converted key files and commands sections to concise lists
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Test plan
🤖 Generated with Claude Code