new global standard

This commit is contained in:
Michael Dieringer 2026-06-21 12:22:54 +02:00
parent bdda44ef8a
commit 985faf9e8d
8 changed files with 818 additions and 0 deletions

View file

@ -0,0 +1,25 @@
<!-- cspell:disable -->
# CURABIS — Global Claude Code Instructions
These instructions apply to every Claude Code session, regardless of project.
## CURABIS Standard project setup
When working in a repository that has no `CLAUDE.md`, or when the user says
**"Konfigurer dette projekt til CURABIS Standard"**, fetch and follow the setup agent:
```
https://raw.githubusercontent.com/Curabis/BCQuality/main/custom/setup/curabis-standard.agent.md
```
This agent configures the repository with BCQuality rules, BC MCP bridge,
Immanuel (rule guardian), and project memory — from a single command.
## Identity
- Organization: CURABIS ApS
- BC MCP bridge is installed at `~/.claude/bc-mcp-bridge.js`
- BC MCP credentials are at `~/.bc-mcp.config.json` (never commit this file)
<!-- Replace the two lines below with your own details -->
- User: [Your Name] (username: [your-username])

View file

@ -0,0 +1,6 @@
{
"tenantId": "CURABIS-TENANT-ID",
"clientId": "CURABIS-CLIENT-ID",
"clientSecret": "<indsæt din personlige client secret her>",
"baseUrl": "https://api.businesscentral.dynamics.com"
}