Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 520 Bytes

File metadata and controls

19 lines (13 loc) · 520 Bytes

Agent Guidelines

Log File Location

The forge plugin writes logs to:

~/.local/share/opencode/forge/logs/forge.log

This path can be overridden via the logging.file configuration option in forge-config.jsonc.

Project Conventions

  • All commits must be meaningful and follow conventional commit standards
  • No emojis in commit messages
  • Always check for existing patterns before adding new code
  • Functions should be single responsibility and reusable
  • Remove dead code to keep the codebase clean