From 79a2aad9e805252a0761da3ac48a068936403ac6 Mon Sep 17 00:00:00 2001 From: DMleadgen Date: Fri, 6 Mar 2026 16:27:58 -0700 Subject: [PATCH] Add SLC Bride context template and finalize sync system - ai-context.slc-bride.json template for future SLC Bride project - Updated CHANGELOG with v1.1.0 changes Ready for client project setup Made-with: Cursor --- templates/ai-context.slc-bride.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/ai-context.slc-bride.json diff --git a/templates/ai-context.slc-bride.json b/templates/ai-context.slc-bride.json new file mode 100644 index 0000000..fbfaeea --- /dev/null +++ b/templates/ai-context.slc-bride.json @@ -0,0 +1,18 @@ +{ + "_sync": { + "templates_repo": "https://git.abundancepartners.app/matt/ai-ops-templates", + "last_check": null, + "auto_sync": true, + "sync_interval_hours": 24, + "preset_path": "presets/slc-bride.json" + }, + "client": "slc-bride", + "mcp_namespace": "all", + "infrastructure": { + "server": "slcbride", + "server_ip": "89.117.22.126", + "database": "from-env", + "coolify_app_id": "from-env" + }, + "notes": "SLC Bride project. Fetch brand preset and patterns from Forgejo at session start." +}