mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 17:36:53 +01:00
new global standard
This commit is contained in:
parent
bdda44ef8a
commit
985faf9e8d
8 changed files with 818 additions and 0 deletions
25
custom/setup/machine/CLAUDE.md
Normal file
25
custom/setup/machine/CLAUDE.md
Normal 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])
|
||||
6
custom/setup/machine/bc-mcp.config.template.json
Normal file
6
custom/setup/machine/bc-mcp.config.template.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue