fix: correct port and stop commands in start.md#4151
Merged
MarkusNeusinger merged 2 commits intomainfrom Jan 28, 2026
Merged
Conversation
- Create new `/mcp` page for MCP server documentation - Add "MCP" link to website footer - Update settings.json to include new permissions - Add yarn.lock for dependency management
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces comprehensive AI agent documentation and Claude Code integration improvements. The changes consolidate project documentation, add custom Claude commands for development workflows, and include a feature specification for adding an MCP documentation page to the website.
Changes:
- Refactored CLAUDE.md to reference detailed documentation in a new project-guide.md file
- Added custom Claude Code commands for common development tasks (/start, /prime, /feature, /bug, /chore, /implement)
- Created a comprehensive project guide for AI agents in docs/ai_docs/project-guide.md
- Added a feature specification for implementing an MCP documentation page on the website
- Updated .claude/settings.json to add MCP plugin permissions and git command confirmation prompts
- Removed .mcp.json (local configuration file that shouldn't be in version control)
- Issue: Added an unnecessary yarn.lock file at the project root
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .claude/commands/start.md | New command file with correct server start instructions (port 3000 for frontend, pkill commands for stopping servers) |
| .claude/commands/prime.md | Refactored command for understanding the codebase, now references project-guide.md |
| .claude/commands/feature.md | New comprehensive template for feature planning |
| .claude/commands/bug.md | New comprehensive template for bug fix planning |
| .claude/commands/chore.md | New comprehensive template for chore planning |
| .claude/commands/implement.md | New command for implementing planned work |
| .claude/settings.json | Updated permissions to include WebFetch and MCP plugins, added git command confirmations |
| CLAUDE.md | Refactored to be more concise, moved detailed documentation to project-guide.md |
| docs/ai_docs/project-guide.md | New comprehensive project documentation for AI agents (900 lines) |
| specs/260128-mcp-documentation-page.md | Well-structured feature specification for adding MCP documentation page |
| .mcp.json | Correctly removed local configuration file from version control |
| yarn.lock | Issue: Unnecessary root-level yarn.lock file added (should be removed) |
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
pkill -f vite(consistent with backend)Test plan
/startcommand and verify servers start correctlypkill -f vitestops the frontend🤖 Generated with Claude Code