Skip to content

fix: correct port and stop commands in start.md#4151

Merged
MarkusNeusinger merged 2 commits intomainfrom
fix/start-command-updates
Jan 28, 2026
Merged

fix: correct port and stop commands in start.md#4151
MarkusNeusinger merged 2 commits intomainfrom
fix/start-command-updates

Conversation

@MarkusNeusinger
Copy link
Copy Markdown
Owner

Summary

  • Fix frontend port: 5173 → 3000 (matches vite.config.ts)
  • Fix stop command: "Press Ctrl+C" → pkill -f vite (consistent with backend)

Test plan

  • Run /start command and verify servers start correctly
  • Verify frontend runs on port 3000
  • Verify pkill -f vite stops the frontend

🤖 Generated with Claude Code

- 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
Copilot AI review requested due to automatic review settings January 28, 2026 20:56
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

@MarkusNeusinger MarkusNeusinger merged commit 94ff469 into main Jan 28, 2026
7 checks passed
@MarkusNeusinger MarkusNeusinger deleted the fix/start-command-updates branch January 28, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants