📝 docs: simplify project documentation and remove obsolete command files#1465
Merged
📝 docs: simplify project documentation and remove obsolete command files#1465
Conversation
Owner
harehare
commented
Mar 18, 2026
- Remove verbose sections (directory structure, PR criteria, feature requests, LSP rules, bug reports) from CLAUDE.md, AGENTS.md, and copilot-instructions.md
- Remove .claude/commands/ files replaced by skills
- Update Dockerfile base image to rust:1.94
- Add .claude/rules/mq-check.md
- Remove test_error.mq temporary file
- Remove verbose sections (directory structure, PR criteria, feature requests, LSP rules, bug reports) from CLAUDE.md, AGENTS.md, and copilot-instructions.md - Remove .claude/commands/ files replaced by skills - Update Dockerfile base image to rust:1.94 - Add .claude/rules/mq-check.md - Remove test_error.mq temporary file
Contributor
There was a problem hiding this comment.
Pull request overview
This PR streamlines the repository’s agent/assistant documentation and removes obsolete Claude command files, while also updating the Docker build image and tidying a couple of stray trailing blank lines.
Changes:
- Simplify guidance docs (CLAUDE.md / AGENTS.md / Copilot instructions) by removing long, duplicated sections.
- Remove obsolete
.claude/commands/*files and add a crate-specific rule file formq-check. - Update Docker builder base image to
rust:1.94-slimand remove a temporarytest_error.mqfile.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
test_error.mq |
Removes a temporary file from the repo. |
crates/mq-lang/builtin.mq |
Removes a trailing blank line at EOF. |
Dockerfile |
Bumps Rust builder image from 1.93-slim to 1.94-slim and trims trailing blank line. |
CLAUDE.md |
Removes verbose duplicated sections (structure/PR criteria/feature requests/LSP/bug reports). |
AGENTS.md |
Same documentation simplification as CLAUDE.md. |
.github/copilot-instructions.md |
Same documentation simplification as CLAUDE.md. |
.claude/rules/mq-check.md |
Adds mq-check-specific rules and architecture notes. |
.claude/commands/fix-issue.md |
Removes obsolete Claude command definition. |
.claude/commands/fix-input.md |
Removes obsolete Claude command definition. |
.claude/commands/commit-changes.md |
Removes obsolete Claude command definition. |
.claude/commands/code-review.md |
Removes obsolete Claude command definition. |
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.