# ECC with-deps install log (host: macOS 26.5.1, aarch64, Node 24.13.1) # Deps already installed via npm install (210 packages). Hermes target. $ node scripts/install-apply.js --dry-run --json --target hermes --profile minimal { "dryRun": true, "plan": { "mode": "manifest", "target": "hermes", "adapter": { "id": "hermes-home", "target": "hermes", "kind": "home" }, "targetRoot": "/Users/openclaw/.hermes", "installRoot": "/Users/openclaw/.hermes", "profileId": "minimal", "selectedModuleIds": ["rules-core","agents-core","commands-core", "platform-configs","workflow-quality"], "warnings": [], "operations": [ 454 x { kind: "copy-file", ... } ] } } # op breakdown: rules-core 122, agents-core 155, commands-core 96, # platform-configs 4, workflow-quality 77 $ HOME=/tmp/ecc_test_home node scripts/install-apply.js --json --target hermes --profile minimal { "dryRun": false, "result": { operations: 454, errors: null, warnings: [] } } EXIT 0 # 455 files actually written under ~/.hermes/ (incl. ecc-install-state.json @ 186540 bytes) # e.g. ~/.hermes/AGENTS.md, ~/.hermes/.agents/skills/brand-voice/SKILL.md, # ~/.hermes/.agents/skills/brand-discovery/references/40_personality-archetype.md, # ~/.hermes/rules/... , ~/.hermes/.agents/plugins/marketplace.json $ HOME=/tmp/ecc_test_home node scripts/doctor.js --target hermes Doctor report: - hermes-home Status: OK Install-state: /tmp/ecc_test_home/.hermes/ecc-install-state.json Issues: none Summary: checked=1, ok=1, warnings=0, errors=0 EXIT 0 $ HOME=/tmp/ecc_test_home node scripts/uninstall.js --target hermes --dry-run Uninstall summary: - hermes-home Status: PLANNED Planned removals: 455 Summary: checked=1, planned=1, errors=0 EXIT 0 # fully reversible; 455 planned removals == 455 written files # Profiles available (manifests/install-profiles.json): minimal, opencode, core, developer, security, research, full (7 profiles) # Modules available (manifests/install-modules.json): 32 modules