Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.23 KB

File metadata and controls

17 lines (13 loc) · 1.23 KB

Agent instructions

Always required

  • Use Bun for dependency installation and package scripts.
  • Treat the development proxy as access to an external PlaceOS system. Use a local backend or mock mode unless the user explicitly requests live access.
  • Read project names, targets, dependencies, and versions from the workspace configuration. Do not rely on copied lists or version numbers in documentation.
  • Commit changes only when the user explicitly asks. Use the current working branch unless the task names another branch.

Read when relevant