Skip to content

Conversation

@marcusquinn
Copy link
Owner

Summary

  • Fix Docker test environment paths to match actual project conventions (~/Git/ not ~/git/)
  • Fix workspace directory structure (~/.aidevops/.agent-workspace/ not ~/.agents/)

Changes

File Change
tests/docker/Dockerfile ~/git~/Git, ~/.agents/{tmp,work,memory}~/.aidevops/.agent-workspace/{tmp,work,memory}
tests/docker/docker-compose.yml Volume mount and command paths: git/aidevopsGit/aidevops

Context

Part of t135.6 (fix broken references). The Docker test environment used lowercase git and an outdated .agents/ workspace path that no longer exists.

Closes #441

Standardize ~/git to ~/Git in Dockerfile and docker-compose.yml to match
the macOS convention used throughout the project. Also fix ~/.agents/ to
the correct ~/.aidevops/.agent-workspace/ path.

Refs: t135.13.1
@gemini-code-assist
Copy link

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 7, 2026

Warning

Rate limit exceeded

@marcusquinn has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 52 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/t135.6.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

github-actions bot commented Feb 7, 2026

🔍 Code Quality Report

�[0;35m[MONITOR]�[0m Code Review Monitoring Report

�[0;34m[INFO]�[0m Latest Quality Status:
SonarCloud: 0 bugs, 0 vulnerabilities, 28 code smells

�[0;34m[INFO]�[0m Recent monitoring activity:
Sat Feb 7 20:39:08 UTC 2026: Code review monitoring started
Sat Feb 7 20:39:08 UTC 2026: SonarCloud - Bugs: 0, Vulnerabilities: 0, Code Smells: 28
Sat Feb 7 20:39:08 UTC 2026: Qlty - 0 issues found, auto-formatting applied
Sat Feb 7 20:39:10 UTC 2026: Codacy analysis completed with auto-fixes

📈 Current Quality Metrics

  • BUGS: 0
  • CODE SMELLS: 28
  • VULNERABILITIES: 0

Generated on: Sat Feb 7 20:39:10 UTC 2026


Generated by AI DevOps Framework Code Review Monitoring

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 7, 2026

@marcusquinn marcusquinn merged commit 83981fe into main Feb 7, 2026
11 checks passed
marcusquinn added a commit that referenced this pull request Feb 7, 2026
… in TODO.md

All tasks verified as already implemented in previous sessions:
- t014: rapidfuzz.md exists (122 lines)
- t033: x-helper.sh exists (188 lines)
- t070: backlink-checker.md exists (106 lines)
- t135.6.1: .agent typo fixed
- t135.6.3: shellcheck/json enforcement already in code-quality.yml
- t135.13.1: path case fixed in PR #481
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

t144: quality: excessive 2>/dev/null suppresses real errors across supervisor and helpers

1 participant