This is the recommended daily loop for improving LACP safely on real workloads.
cd /path/to/lacp
bin/lacp bootstrap-system --profile starter --with-verifybin/lacp doctor --json | jq '.ok,.summary'
bin/lacp mode show
bin/lacp orchestrate doctor --json | jqbin/lacp test --quick
bin/lacp loop --task "targeted change" --repo-trust trusted --dry-run --json -- /bin/echo helloFor mutating or remote-target commands, prefer context contracts and session fingerprints:
FP="$(bin/lacp session-fingerprint)"
CTX="$(bin/lacp context-profile render --profile local-dev)"
bin/lacp run --task "guarded mutation" --repo-trust trusted --context-contract "${CTX}" --session-fingerprint "${FP}" -- /bin/mkdir -p /tmp/lacp-safebin/lacp worktree list --json | jq
bin/lacp swarm doctor --json | jq
bin/lacp swarm status --latest --json | jq '.collaboration_summary'bin/lacp release-prepare --quick --skip-cache-gate --skip-skill-audit-gate --json | jq
bin/lacp release-verify --tag vX.Y.Z --quick --skip-cache-gate --skip-skill-audit-gate --json | jq