Commit Graph

6 Commits

Author SHA1 Message Date
8b9c74e4b9 Merge pull request 'main' (#2) from main into push-rxysllxsymtz
Reviewed-on: #2
2026-03-27 08:32:16 +01:00
33191c54b2 feat: add AGENTS.md with coding standards and agentic AI guidelines
Added comprehensive documentation for agentic AI assistants, including build/test/lint commands, code style guidelines per language (Rust, Go, Python, R, Bash), naming conventions, error handling strategies, documentation practices, and integration rules for Cursor/Copilot. Also includes hooks configuration and MCP server setup details.
2026-03-27 08:31:52 +01:00
2215c72a46 Refactor: Update configuration and MCP server for port 8888, enhance bash safety rules
Update configuration in .claude/CLAUDE.md with expanded stack (Python, R, bash), detailed linting/test commands, and stricter bash safety rules (no uncontrolled eval, prefer shellcheck). Adjust MCP servers to use configurable port 8888 instead of hardcoded 1248, and improve code formatting in agent_lm.py and server.py. Update README.md with concrete repository URL for cloning/subtree operations, and add missing tool requirements (aichat, jq, argc).
2026-03-26 17:41:11 +01:00
bba4376cde Merge pull request 'docs: update repository URLs in README.md' (#1) from push-yonwkqlqxpql into push-rxysllxsymtz
Reviewed-on: #1
2026-03-26 12:27:44 +01:00
65fb35090c docs: update repository URLs in README.md
Replace placeholder <url-du-depot> with actual repository URL https://gargoton.petite-maison-orange.fr/eric/CrazyClaude.git in all examples (clone, subtree add, subtree pull).
2026-03-26 12:27:20 +01:00
c776733402 feat: add Claude Code orchestration setup with MCP and subagents
Add comprehensive Claude Code configuration for Rust/Go projects, including:
- CLAUDE.md with delegation heuristics and guardrails
- Subagents: qwen3-worker (LM Studio), code-reviewer, task-planner
- Skills for delegation rules and Rust/Go conventions
- Hooks: post-write-lint, pre-bash-guard, subagent-stop-log
- MCP server (stdio) to interface with LM Studio
- README and technical report documenting the architecture
2026-03-26 12:24:35 +01:00