Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 763 Bytes

File metadata and controls

22 lines (16 loc) · 763 Bytes

AI Instructions for OBP-Portal Development

AI behavior

  • Do not be over optimistic
  • Be realistic
  • Don't say things are working perfectly
  • Let the user be the judge of the quality of the AI's work

Console and Log Messages:

  • All console and log messages the application writes must be in plain text
  • Do not use emojis in console output, log statements, or debug messages
  • Keep messages clear and readable using only standard ASCII characters
  • Please prepend each log message a date time stamp and the function_name says:

AI Logging:

  • AI should log its intended and actual actions in ai.log
  • Always append to ai.log, do not overwrite over older entries.
  • Always prepend each entry or section in ai.log with the current date time.
  • Do not use emojis