docs: fix outdated documentation (automated weekly drift check)#160
docs: fix outdated documentation (automated weekly drift check)#160Miyamura80 wants to merge 1 commit intomainfrom
Conversation
- CLAUDE.md: 49: `.env` location - Old: `.env` - Secrets/API keys (git-ignored) [under common/] - New: `.env` - Secrets/API keys (git-ignored, located in root) - Evidence: `common/global_config.py` lines 145-146 looking for `.env` at `Path(__file__).parent.parent`. - scripts/ralph.sh: 3, 32, 100 - Old: Used `opencode` command and args - New: Removed `opencode` to use `claude` (Claude Code) - Evidence: `.claude/skills/ralph/SKILL.md` mentioning Claude Code instead of OpenCode, following AGENTS.md rule to rename to Claude Code. - .claude/skills/ralph/SKILL.md: 42 - Old: "Claude Code/OpenCode instance" - New: "Claude Code instance" - Evidence: Memory stating "References to 'OpenCode' should be replaced with 'Claude Code' in project documentation and scripts." Co-authored-by: Miyamura80 <38335479+Miyamura80@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Fixes automated documentation drift:
.envlocation documentation inCLAUDE.mdto properly document that it resides in the root directory (based oncommon/global_config.py).opencodeexecution blocks and documentation references inscripts/ralph.shand.claude/skills/ralph/SKILL.md, following the rule to replace 'OpenCode' with 'Claude Code'.PR created automatically by Jules for task 9579117656338150398 started by @Miyamura80