main #2

Merged
eric merged 2 commits from main into push-rxysllxsymtz 2026-03-27 08:32:17 +01:00

2 Commits

Author SHA1 Message Date
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