Happy Holidays,
For those who use AI-assisted development, I posted my first attempt at creating a “Harbour Language Rules — Unified Developer Guide (GPT-Ready).”
You can view it here:
https://github.com/EricLendvai/harbour-language-for-ai-training/blob/main/harbour_language_rules.md
The complete list of documented Harbour functions can be found here:
https://github.com/EricLendvai/harbour-language-for-ai-training/blob/main/harbour_functions/harbour_functions_part_001.yaml
--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/harbour-users/59dd22e5-e8a3-4413-9399-8ffad0c3545bn%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/harbour-users/de7c4612-3167-480a-9ad1-b7b30969ca07n%40googlegroups.com.
I use ChatGPT 5.2 Thinking Extended (part of the Plus subscription).
I use “Projects” and add the files from https://github.com/EricLendvai/harbour-language-for-ai-training/.
At the start of any chat where I generate or update Harbour code, I paste the contents of “Harbour_Code%20Generation_Policy_prompt.md” at the beginning of the conversation.
Since I am mainly creating tools, I want to stay in control and lead the code development with ChatGPT.
I am currently enhancing Harbour_ORM, including its own RDD to handle all field types supported by DataWharf (PostgreSQL, etc.) and DuckDB integration. At some point, I will release this to my repository.
Harbour_ORM already provides strong support for SQL databases such as PostgreSQL. Once the DuckDB integration is complete, it will also provide local SQL support.