Skip to content

Conversation

Copy link

Copilot AI commented Dec 19, 2025

Establishes empty project scaffold for MonkeyCode platform users to practice development workflows.

Changes

  • Project structure: Created standard directories (src/, tests/, docs/, examples/) with explanatory READMEs
  • README.md: Added project description, usage instructions, and directory layout documentation in Chinese
  • .gitignore: Common patterns for editors, dependencies, build artifacts, and temporary files
  • Examples: Working Python and JavaScript hello world programs demonstrating basic project conventions

Example Structure

monkeycode-practise/
├── src/          # Source code
├── tests/        # Test files
├── docs/         # Documentation
└── examples/     # Reference implementations
    ├── hello.py
    └── hello.js

Users can now clone and immediately start practicing with a clean, organized workspace.

Original prompt

这是一个空项目,用于 monkeycode 开发平台的用户练手


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: safe1ine <140062425+safe1ine@users.noreply.github.com>
Copilot AI changed the title [WIP] Set up empty project for monkeycode platform Initialize practice project structure for MonkeyCode platform Dec 19, 2025
Copilot AI requested a review from safe1ine December 19, 2025 03:12
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