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