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

16
TODOs.txt Normal file
View File

@@ -0,0 +1,16 @@
Initialize MyWorkspace folder as a git repository
verify checkpoints work
Configure and push to remote source for project in gitea.blabber1565.com self-hosted git-compatible source code repository.
Create 'steering' guidance in .clinerules files - at MyWorkspace, and within project folders as needed.
'global' steering at the MyWorkspace folder should instruct cline to also apply guidance contained with project folders when working on a project.
Workspace / project structure, remote source at self-hosted gitea.
Place all downloaded (including git repo clones) and generated resources within the MyWorkspace folder to avoid access permissions issues.
use of TODOs.txt files, at workspace level and at project level.
use of readme.md files, at workspace level and at project level.
use of chatlog.md files, at workspace level and at project level.
use of design.md files at project level.
use of tasks.md files at project level.
use of docs folders, at workspace level and at project level.
inclusion of testing during implementation and test execution.
inclusion of comments for comment-based documentation during code generation
coding standards for security and maintainability