Commit graph

5 commits

Author SHA1 Message Date
MDW
316832dc51
Qual: Update Dolibarr Development AI SKILL (#39353)
* fix: Update Dolibarr Development Best Practices documentation

Updated the Dolibarr Development Best Practices documentation to include core principles, security guidelines, code structure, and workflow guidance. Added detailed sections on database interaction, module development, testing, and reference material. Removed outdated information and improved clarity and organization.

* Update SKILL.md to remove GETPOSTALPHA reference

Removed mention of GETPOSTALPHA shorthand from best practices.

* Qual: Correct extrafields documentation and code examples

Updated SKILL.md with improved extrafields documentation and code examples. The changes include:
- Simplified extrafields loading and access, removed unnecessary code
- Correcte field creation code

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-08-05 10:24:23 +02:00
MDW
2be65df31f
NEW: Add Dolibarr Hurl Test Skill (#39366)
# NEW: Add Dolibarr Hurl Test Skill

Added comprehensive documentation for creating and maintaining Hurl tests for Dolibarr ERP/CRM. The documentation covers file naming conventions, authentication requirements, test structure, and best practices for Dolibarr-specific Hurl testing.
2026-08-04 18:26:12 +02:00
MDW
273917d775
NEW: Add dolibarr-interactive-test skill for creating interactive test cases (#39328)
# NEW: Add dolibarr-interactive-test skill for creating interactive test cases

This skill provides guidance on creating PHP scripts for Dolibarr that:
- Set up test data in the database
- Provide direct links to view results in the web interface
- Allow users to tear down/clean up test data
- Handle proper authentication and CSRF protection
- Debug database errors including InnoDB monitor output
2026-07-30 13:12:43 +02:00
MDW
cd31a5be33
Qual: Improve AI skills (#39320)
* Qual: Improve AI skills

* New: AI skill - common Dolibarr Development

# New: AI skill - common Dolibarr Development

Added a new SKILL.md file with best practices for Dolibarr development, including database access guidelines, code searching techniques, and tool execution hints (preferring pre-commit).
2026-07-30 10:12:40 +02:00
MDW
ca789645fc
Fix: Use AI provider agnostic .agents, update commit exclusion: develop and version branches (#39189)
* qual: Update branch protection rules in AGENTS.md

Updated the branch protection rules in AGENTS.md to reflect the new policy of never committing directly to the `develop` branch or version branches matching the regex `^\d+\.\d+$`.

* Fix: Rename .claude directory to .agents

Renamed the .claude directory and its contents to .agents.
.agents is AI provider agnostic.
2026-07-15 20:40:45 +02:00