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.
- 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