Compare commits
2 Commits
d6fc1cf5be
...
4eb7f61c86
| Author | SHA1 | Date | |
|---|---|---|---|
| 4eb7f61c86 | |||
| 4f23608306 |
@@ -150,7 +150,7 @@ Never ask "What did we do last time?" or "What's the server IP?" — read the CO
|
||||
**GuruRMM** — Remote Monitoring & Management (Active Development)
|
||||
- Server: Rust/Axum @ 172.16.3.30:3001 | Dashboard: https://rmm.azcomputerguru.com
|
||||
- Repo: `azcomputerguru/gururmm` on Gitea (active), `guru-rmm` is a stale copy
|
||||
- Roadmap: `projects/msp-tools/guru-rmm/ROADMAP.md`
|
||||
- Roadmap: `projects/msp-tools/guru-rmm/docs/FEATURE_ROADMAP.md` (also `docs/UI_GAPS.md`)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
| Client Info | Client details | `clients/[client-name]/CLIENT_INFO.md` |
|
||||
| Client Session Logs | Support notes | `clients/[client-name]/session-logs/` |
|
||||
| ClaudeTools API Code | `*.py`, migrations | `api/`, `migrations/` (keep existing structure) |
|
||||
| ClaudeTools API Logs | Session notes | `projects/claudetools-api/session-logs/` |
|
||||
| ClaudeTools API Logs | Session notes | `session-logs/` (root) |
|
||||
| General Session Logs | Mixed work | `session-logs/YYYY-MM-DD-session.md` |
|
||||
| Credentials | All credentials | `credentials.md` (root - shared) |
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
**Ask yourself:** What project or client is this related to?
|
||||
- Dataforth DOS → `projects/dataforth-dos/`
|
||||
- ClaudeTools API → `projects/claudetools-api/` or root API folders
|
||||
- ClaudeTools API → root `api/`, `migrations/` folders; session logs to root `session-logs/`
|
||||
- Specific Client → `clients/[client-name]/`
|
||||
- Multiple projects → Root or `session-logs/`
|
||||
|
||||
@@ -96,8 +96,8 @@ clients/[client-name]/
|
||||
**Files Created:**
|
||||
- New router → `api/routers/new_endpoint.py` (existing structure)
|
||||
- Migration → `migrations/versions/xxx_add_table.py` (existing structure)
|
||||
- Session log → `projects/claudetools-api/session-logs/2026-01-20-session.md`
|
||||
- API docs → `projects/claudetools-api/documentation/NEW_ENDPOINT.md`
|
||||
- Session log → `session-logs/2026-01-20-session.md` (root)
|
||||
- API docs → `api/` or root `docs/` if cross-cutting
|
||||
|
||||
### Scenario 4: Mixed Work (Multiple Projects)
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ ClaudeTools/
|
||||
├── projects/
|
||||
│ ├── msp-tools/guru-rmm/ # GuruRMM (CONTEXT.md there)
|
||||
│ ├── dataforth-dos/ # Dataforth (CONTEXT.md there)
|
||||
│ └── claudetools-api/ # API codebase (legacy)
|
||||
│ └── (API code is at root: api/, migrations/)
|
||||
├── clients/
|
||||
│ └── [client-name]/ # Client-specific work
|
||||
└── D:\vault\ # SOPS encrypted credentials (separate repo)
|
||||
|
||||
Submodule projects/msp-tools/guru-rmm updated: 51c651fe5c...2d362e24a9
Reference in New Issue
Block a user