Initial commit of MyWorkspace - contains multiple projects and global workspace configuration
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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.*
|
||||
Reference in New Issue
Block a user