Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
234 changes: 234 additions & 0 deletions .ocrm-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,234 @@
{
"categories": [
{
"label": "MAIN",
"expanded": false,
"type": "folder",
"global": true,
"items": []
},
{
"label": "CMDS",
"expanded": true,
"type": "folder",
"global": true,
"items": [
{
"label": "Format",
"path": "formatfile, saveall",
"type": "chain"
},
{
"label": "SAVE ALL",
"path": "workbench.action.files.saveAll",
"type": "command"
},
{
"label": "MONO KILL Terminals && Start DEV Server",
"path": "saveall, killterms, devApp",
"type": "chain"
},
{
"label": "SINGLE KILL Terminals && Start DEV Server",
"path": "saveall, killterms, startdevSingle",
"type": "chain"
},
Comment on lines +27 to +35
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Chain references devApp and startdevSingle are not defined in this config.

The chains on lines 28 and 33 reference devApp and startdevSingle, but neither appears in the HIDDEN items section (or anywhere else in this file). Unless the consuming extension resolves these from another source, these chains will fail at runtime.

#!/bin/bash
# Check if devApp or startdevSingle are defined elsewhere in the repo
rg -rn 'devApp|startdevSingle' --type json
🤖 Prompt for AI Agents
In @.ocrm-config.json around lines 27 - 35, The chains labeled "MONO KILL
Terminals && Start DEV Server" and "SINGLE KILL Terminals && Start DEV Server"
reference commands named devApp and startdevSingle which are missing from the
config's HIDDEN items (or elsewhere); either add HIDDEN entries for "devApp" and
"startdevSingle" with the correct command definitions or update the chain "path"
values to reference existing, correctly named commands (e.g., replace
devApp/startdevSingle with the actual command IDs used in the HIDDEN section);
look for and update the chain definitions that contain "saveall, killterms,
devApp" and "saveall, killterms, startdevSingle" or add new HIDDEN items with
keys devApp and startdevSingle so the runtime can resolve them.

{
"label": "Commit And Push Current Dir",
"path": "saveall, commitpush",
"type": "chain"
},
{
"label": "Save & Upgrade Patch",
"path": "saveall, plusversion",
"type": "chain"
},
{
"label": "MORE VSCODE CMDS",
"type": "folder",
"expanded": false,
"collapsibleState": 1,
"items": [
{
"label": "🔽 1",
"path": "editor.foldLevel1",
"type": "command"
},
{
"label": "🔽 2",
"path": "editor.foldLevel2",
"type": "command"
},
{
"label": "🔽 3",
"path": "editor.foldLevel3",
"type": "command"
},
{
"label": "🔽 4",
"path": "editor.foldLevel4",
"type": "command"
},
{
"label": "🔽 5",
"path": "editor.foldLevel5",
"type": "command"
},
{
"label": "🔽 6",
"path": "editor.foldLevel6",
"type": "command"
},
{
"label": "🔽 7",
"path": "editor.foldLevel7",
"type": "command"
},
{
"label": "🔼 All",
"path": "editor.unfoldAll",
"type": "command"
},
{
"label": "❌ editors",
"path": "saveall, closeeditors",
"type": "chain"
},
{
"label": "❌ Terminals",
"path": "workbench.action.terminal.killAll",
"type": "command"
},
{
"label": "toggle 💻",
"path": "workbench.action.terminal.toggleTerminal",
"type": "command"
},
{
"label": "toggle word wrap",
"path": "editor.action.toggleWordWrap",
"type": "command"
},
{
"label": "show commands",
"path": "workbench.action.showCommands",
"type": "command"
},
{
"label": "toggle zen mode",
"path": "workbench.action.toggleZenMode",
"type": "command"
}
]
},
{
"label": "HIDDEN",
"expanded": false,
"type": "folder",
"global": true,
"hidden": true,
"items": [
{
"label": "buildpkg",
"path": "npm run clean-package",
"type": "powershellCommand",
"hidden": true
},
{
"label": "killterms",
"path": "workbench.action.terminal.killAll",
"type": "command",
"hidden": true
},
{
"label": "saveall",
"path": "workbench.action.files.saveAll",
"type": "command",
"hidden": true
},
{
"label": "plusversion",
"path": "git add . && git diff --cached --quiet || git commit -m \"Cleaning w/ push\" && git push && pnpm version patch && git push && git push --tags",
"type": "powershellCommand",
"hidden": true
},
{
"label": "plusversionVSCEPkg",
"path": "git add . && git diff --cached --quiet || git commit -m \"Cleaning w/ push\" && git push && pnpm version patch && git push && git push --tags && vsce package",
"type": "powershellCommand",
"hidden": true
},
{
"label": "commitpush",
"path": "git add . && git commit -m \"Cleaning w/ push\" && git push",
"type": "powershellCommand",
"hidden": true
},
{
"label": "closeeditors",
"path": "workbench.action.closeAllEditors",
"type": "command",
"hidden": true
},
{
"label": "formatfile",
"path": "editor.action.formatDocument",
"type": "command",
"hidden": true
},
{
"label": "patchAndPublishToNPM",
"type": "powershellCommand",
"path": "git add . && git commit -m \\\"Cleaning w/ push\\\" && git push && pnpm version patch && git push && git push --tags && npm publish",
"hidden": true,
"global": false,
"expanded": false
}
]
}
]
},
{
"label": "FILES",
"type": "folder",
"expanded": false,
"global": true,
"items": []
},
{
"label": "OTHER",
"expanded": false,
"type": "folder",
"global": true,
"items": []
},
{
"label": "PRIMARY",
"expanded": true,
"type": "folder",
"items": [],
"global": false
},
{
"label": "SECONDARY",
"expanded": false,
"type": "folder",
"items": [],
"global": false
},
{
"label": "COMPONENTS",
"expanded": false,
"type": "folder",
"items": [],
"global": false
},
{
"label": "UTILS",
"expanded": false,
"type": "folder",
"items": [],
"global": false
}
]
}
6 changes: 5 additions & 1 deletion apps/ui/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
"lib": "@/lib",
"hooks": "@/hooks"
},
"registries": {}
"registries": {
"@ss-components": "https://shadcnstudio.com/r/components/{name}.json",
"@ss-themes": "https://shadcnstudio.com/r/themes/{name}.json",
"@ss-blocks": "https://shadcnstudio.com/r/blocks/{name}.json"
}
}
12 changes: 12 additions & 0 deletions docs/alignsynch-automaker.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {
"projectColorizer.workspaceColor": "#bf6731",
"workbench.colorCustomizations": {},
"projectColorizer.enabled": false
}
}
Loading