fix: correct dead references — FEATURE_ROADMAP path, claudetools-api nonexistent dir
This commit is contained in:
@@ -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)
|
**GuruRMM** — Remote Monitoring & Management (Active Development)
|
||||||
- Server: Rust/Axum @ 172.16.3.30:3001 | Dashboard: https://rmm.azcomputerguru.com
|
- 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
|
- 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 Info | Client details | `clients/[client-name]/CLIENT_INFO.md` |
|
||||||
| Client Session Logs | Support notes | `clients/[client-name]/session-logs/` |
|
| Client Session Logs | Support notes | `clients/[client-name]/session-logs/` |
|
||||||
| ClaudeTools API Code | `*.py`, migrations | `api/`, `migrations/` (keep existing structure) |
|
| 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` |
|
| General Session Logs | Mixed work | `session-logs/YYYY-MM-DD-session.md` |
|
||||||
| Credentials | All credentials | `credentials.md` (root - shared) |
|
| Credentials | All credentials | `credentials.md` (root - shared) |
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
**Ask yourself:** What project or client is this related to?
|
**Ask yourself:** What project or client is this related to?
|
||||||
- Dataforth DOS → `projects/dataforth-dos/`
|
- 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]/`
|
- Specific Client → `clients/[client-name]/`
|
||||||
- Multiple projects → Root or `session-logs/`
|
- Multiple projects → Root or `session-logs/`
|
||||||
|
|
||||||
@@ -96,8 +96,8 @@ clients/[client-name]/
|
|||||||
**Files Created:**
|
**Files Created:**
|
||||||
- New router → `api/routers/new_endpoint.py` (existing structure)
|
- New router → `api/routers/new_endpoint.py` (existing structure)
|
||||||
- Migration → `migrations/versions/xxx_add_table.py` (existing structure)
|
- Migration → `migrations/versions/xxx_add_table.py` (existing structure)
|
||||||
- Session log → `projects/claudetools-api/session-logs/2026-01-20-session.md`
|
- Session log → `session-logs/2026-01-20-session.md` (root)
|
||||||
- API docs → `projects/claudetools-api/documentation/NEW_ENDPOINT.md`
|
- API docs → `api/` or root `docs/` if cross-cutting
|
||||||
|
|
||||||
### Scenario 4: Mixed Work (Multiple Projects)
|
### Scenario 4: Mixed Work (Multiple Projects)
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ ClaudeTools/
|
|||||||
├── projects/
|
├── projects/
|
||||||
│ ├── msp-tools/guru-rmm/ # GuruRMM (CONTEXT.md there)
|
│ ├── msp-tools/guru-rmm/ # GuruRMM (CONTEXT.md there)
|
||||||
│ ├── dataforth-dos/ # Dataforth (CONTEXT.md there)
|
│ ├── dataforth-dos/ # Dataforth (CONTEXT.md there)
|
||||||
│ └── claudetools-api/ # API codebase (legacy)
|
│ └── (API code is at root: api/, migrations/)
|
||||||
├── clients/
|
├── clients/
|
||||||
│ └── [client-name]/ # Client-specific work
|
│ └── [client-name]/ # Client-specific work
|
||||||
└── D:\vault\ # SOPS encrypted credentials (separate repo)
|
└── D:\vault\ # SOPS encrypted credentials (separate repo)
|
||||||
|
|||||||
Reference in New Issue
Block a user