Update

Update an existing 1c-rules install by running install.ps1 update. Use when the user asks to update 1C rules, /updaterules, or refresh 1c-rules after a marketplace plugin update.

comol 297eba9 623 B Updated

File contents

Update 1c-rules

Call install.ps1 update through the plugin wrapper. Do not overwrite USER-RULES.md, memory.md, or LLM-RULES.md.

powershell.exe -NoProfile -ExecutionPolicy Bypass -File "<plugin>/scripts/invoke-install.ps1" -Action update -ProjectRoot "<project-root>"

If .ai-rules.json is missing, this is a first install: use the install skill (-Action init), not update.

comol/ai_rules_1c/tree/main/plugins/1c-rules/skills/update commit 297eba99a1

Frequently asked questions

npx skillmds@latest add comol/update