Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 462 Bytes

File metadata and controls

17 lines (12 loc) · 462 Bytes

AGENTS.md - Linkvan API

Git Policy

CRITICAL: Agents must never modify git history.

  • Prohibited: git add, git commit, git rebase, git push, etc.
  • If git operations are needed, ask the user to perform them.

Conventions

  • Active development branch: develop
  • Admin interface: /admin/dashboard
  • ViewComponent tests: type: :component
  • System specs: Capybara + Puma
  • Running tests: bin/rspec
  • Running Rails commands: bin/rails