8c522b3880
docs: harden agent parity rule — all platforms in same change, no exceptions
...
- CODING_GUIDELINES.md: tighten parity rule wording to match Mike's intent:
"add feature X" means Windows + Linux + macOS in the same commit
- memory: add feedback_gururmm_agent_parity for future session enforcement
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-15 15:52:15 -07:00
ee900fd103
docs: apply vix-inspired token efficiency optimizations
...
- CLAUDE.md: trim ~45 lines — compress Live State Tracking, Automatic
Context Loading, File Placement, Ollama sections; add single-agent
guidance for coupled explore→implement tasks
- CODING_GUIDELINES.md: add GrepAI-first rule with token cost rationale;
add GuruRMM platform parity matrix and cross-platform coding standards
- OLLAMA.md: expand tier-0 scope to include diff summarization, error
categorization, agent phase handoff summaries, client email drafts,
ticket classification with priority
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-15 15:50:29 -07:00
fb56de5b69
docs: Add PowerShell best practices to CODING_GUIDELINES
...
Added comprehensive section on PowerShell execution patterns:
- Documented mandatory -NoProfile -File approach
- Explained rationale (prevents font/codepage changes, avoids Git Bash quoting issues)
- Referenced .claude/hooks/pre-bash-pwsh-script.sh enforcement
- Provided correct and incorrect examples
This addresses recurring font change issues on Windows when running PowerShell commands through Claude Code CLI.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-05-12 20:04:16 -07:00
6e4ebc2db9
refactor: Consolidate directives into CLAUDE.md, delete redundant files
...
Deleted:
- directives.md (9-line redirect, obsolete)
- DIRECTIVES_ENFORCEMENT.md (408 lines of enforcement theater)
- AGENT_COORDINATION_RULES.md (merged into CLAUDE.md)
- refresh-directives command (no longer needed)
Updated:
- CLAUDE.md: Added coordination flow, GuruRMM project, removed hardcoded
DB password, trimmed Ollama section, updated project description
- CODING_GUIDELINES.md: Cut from 428 to ~90 lines, project-specific only
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-02 19:19:06 -07:00
25f3759ecc
[Config] Add coding guidelines and code-fixer agent
...
Major additions:
- Add CODING_GUIDELINES.md with "NO EMOJIS" rule
- Create code-fixer agent for automated violation fixes
- Add offline mode v2 hooks with local caching/queue
- Add periodic context save with invisible Task Scheduler setup
- Add agent coordination rules and database connection docs
Infrastructure:
- Update hooks: task-complete-v2, user-prompt-submit-v2
- Add periodic_save_check.py for auto-save every 5min
- Add PowerShell scripts: setup_periodic_save.ps1, update_to_invisible.ps1
- Add sync-contexts script for queue synchronization
Documentation:
- OFFLINE_MODE.md, PERIODIC_SAVE_INVISIBLE_SETUP.md
- Migration procedures and verification docs
- Fix flashing window guide
Updates:
- Update agent configs (backup, code-review, coding, database, gitea, testing)
- Update claude.md with coding guidelines reference
- Update .gitignore for new cache/queue directories
Status: Pre-automated-fixer baseline commit
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-17 12:51:43 -07:00