Files
HAL9000 59812ffce4 fix(agents): remove credential requirements from ci-log-fetcher usage across all agents
PROBLEM: Primary agents refused to use ci-log-fetcher because documentation incorrectly
suggested they needed to provide forgejo_username/forgejo_password parameters.

SOLUTION: Updated all agents to clarify that ci-log-fetcher handles credentials automatically.

Changes made:
- ci-log-fetcher.md: Updated description and added prominent warning that NO CREDENTIALS are needed
- implementation-worker.md: Removed forgejo_username/forgejo_password from 3 usage examples
- pr-fix-orchestrator.md: Removed credential parameters from 2 usage examples, clarified env var usage
- pr-checker.md: Removed credential parameters from 2 usage examples

Now all agents clearly understand that ci-log-fetcher automatically uses FORGEJO_USERNAME
and FORGEJO_PASSWORD environment variables without any credential parameters needed.
2026-04-08 03:58:41 +00:00
..