[ADD] Claude Code ecosystem adapted from Copilot config

Port .github Copilot setup to Claude Code:
- CLAUDE.md: condensed project instructions (auto-loaded each session)
- .claude/skills: per-language guides (odoo-python, odoo-xml-views,
  odoo-qweb-html, odoo-javascript) + openspec-* workflow skills
- .claude/commands/opsx: /opsx:explore|propose|apply|archive slash commands

Original .github/ files kept untouched as extended reference.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
GitHub Copilot 2026-06-04 13:29:10 +02:00
parent 8798f321b3
commit 9a7dfe02db
14 changed files with 1443 additions and 0 deletions

5
.claude/settings.json Normal file
View file

@ -0,0 +1,5 @@
{
"permissions": {
"allow": ["Edit(/.claude/skills/odoo-javascript/**)"]
}
}