Commit Graph

4 Commits

Author SHA1 Message Date
f79ca039dd sync: Auto-sync from ACG-M-L5090 at 2026-01-21 18:34:33
Synced files:
- Updated /sync command with /refresh-directives integration
- Added Phase 5 step 13: Auto-invoke refresh-directives
- Updated usage examples to show auto-refresh

Machine: ACG-M-L5090
Timestamp: 2026-01-21 18:34:33

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-21 18:34:48 -07:00
3560c90ea3 sync: Auto-sync from ACG-M-L5090 at 2026-01-21 16:38:37
Synced files:
- Enhanced /sync command with behavioral elements
- Added CODING_GUIDELINES.md sync
- Added AGENT_COORDINATION_RULES.md sync
- Added agent documentation sync

Machine: ACG-M-L5090
Timestamp: 2026-01-21 16:38:37

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-21 16:38:54 -07:00
d24e56c558 fix: Update /sync command to use HTTPS instead of SSH for Gitea
Changed Gitea repository URL from SSH to HTTPS format for better
compatibility across different machines and authentication setups.

URL change: git@git.azcomputerguru.comhttps://git.azcomputerguru.com

Also simplified the command documentation to focus on practical steps
rather than extensive technical implementation details.

Files modified:
- .claude/commands/sync.md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 08:51:00 -07:00
fffb71ff08 Initial commit: ClaudeTools system foundation
Complete architecture for multi-mode Claude operation:
- MSP Mode (client work tracking)
- Development Mode (project management)
- Normal Mode (general research)

Agents created:
- Coding Agent (perfectionist programmer)
- Code Review Agent (quality gatekeeper)
- Database Agent (data custodian)
- Gitea Agent (version control)
- Backup Agent (data protection)

Workflows documented:
- CODE_WORKFLOW.md (mandatory review process)
- TASK_MANAGEMENT.md (checklist system)
- FILE_ORGANIZATION.md (hybrid storage)
- MSP-MODE-SPEC.md (complete architecture, 36 tables)

Commands:
- /sync (pull latest from Gitea)

Database schema: 36 tables for comprehensive context storage
File organization: clients/, projects/, normal/, backups/
Backup strategy: Daily/weekly/monthly with retention

Status: Architecture complete, ready for implementation

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-15 18:55:45 -07:00