mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 20:54:11 +00:00
- Add .claude/ configuration (agents, commands, hooks, get-shit-done workflows) - Add prompts/ directory with development planning documents - Add scripts/setup-tenants/ with tenant configuration - Add docs/screenshots/ - Remove obsolete phase2.2-corrections-report.md - Update pnpm-lock.yaml - Update detect-secrets.sh to ignore setup.sh (env var usage, not secrets) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
27 lines
534 B
JSON
27 lines
534 B
JSON
[
|
|
{
|
|
"platform": "facebook",
|
|
"url": "https://facebook.com/martinporwoll",
|
|
"isActive": true
|
|
},
|
|
{
|
|
"platform": "x",
|
|
"url": "https://twitter.com/martinporwoll",
|
|
"isActive": true
|
|
},
|
|
{
|
|
"platform": "instagram",
|
|
"url": "https://instagram.com/martinporwoll",
|
|
"isActive": true
|
|
},
|
|
{
|
|
"platform": "linkedin",
|
|
"url": "https://linkedin.com/in/martinporwoll",
|
|
"isActive": true
|
|
},
|
|
{
|
|
"platform": "youtube",
|
|
"url": "https://youtube.com/@martinporwoll",
|
|
"isActive": true
|
|
}
|
|
]
|