Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 802 Bytes

File metadata and controls

29 lines (19 loc) · 802 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.

Bundled Skills

The following skills are bundled with the plugin and auto-installed to ~/.config/opencode/skills/ on first run:

Skill Purpose
tdd Test-driven development with red-green-refactor loop

Source files are in skills/ directory.

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