23 lines
792 B
Markdown
23 lines
792 B
Markdown
# MyWorkspace
|
|
|
|
Welcome to MyWorkspace - a multi-project workspace for development.
|
|
|
|
## Structure
|
|
|
|
- **Global Configuration**: Root-level documents apply to all projects
|
|
- **Project Folders**: Individual projects exist as subfolders, each with their own project-specific steering documents
|
|
|
|
## Getting Started
|
|
|
|
1. Global steering documents are located in this root folder
|
|
2. When creating a new project, add a project-specific `STEERING.md` in the project folder
|
|
3. Each project may also have its own `README.md` for project-specific documentation
|
|
|
|
## Quick Links
|
|
|
|
- [Global Steering Document](./STEERING.md) - Guidelines for all projects
|
|
- [Global Code Style](./CODE_STYLE.md) - Coding standards and conventions
|
|
|
|
---
|
|
*This workspace is configured for Cline to assist with development tasks.*
|