Initial commit of MyWorkspace - contains multiple projects and global workspace configuration

This commit is contained in:
DavidSaylor
2026-05-06 22:59:37 -05:00
commit 019e35b488
2520 changed files with 13634 additions and 0 deletions

22
README.md Normal file
View 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.*