docs(agents): state the temp-clone expectation #279
No reviewers
Labels
No labels
burndown-2026-06
sunday-sprint
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/umbra!279
Loading…
Reference in a new issue
No description provided.
Delete branch "claude/agents-temp-clone-note"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cli-guard is not in Agent Compose's
repository-plan.yaml, so it has no resident checkout under~/projects/<owner>/. Adds the same## Checkout residencysection landed across the other out-of-plan repos.Two things came with it:
AGENTS.md was 380 chars over this repo's cap once the section landed. The Release section was the largest sink and was also wrong: it said a push to
mainfiresrelease.yml. It does not.release.ymlruns onreleasepushes only, andpromote.ymlgatesmainand fast-forwardsrelease. Corrected to match the workflows.docs/opcore-inline.md was 85 lines against an 80-line cap before this branch, so the repo could not pass its own documentation-layout hook. Reflowed the wrapped bullets to fuller width. No words dropped.
Docs only. No Go source, config, or workflow change.
go vet ./...clean.Merging fast-forwards
releasethrough promote.yml and cuts a version bump plus tap and bucket updates. Kai authorized that explicitly.Not cleared here: this repo's local pre-commit still fails
code-commentsacrosshttp/opcore,http/specgen, andhttp/specverb, all pre-existing. The CI gate runs Go checks only, so this does not affect it. Tracked separately.Refs coilysiren/inbox#349.
Landed on
mainasd9426dcby fast-forward, so Forgejo did not auto-close this. Closing manually. The branch content is identical to what was reviewed here.go vet ./...clean before the merge. The CI gate runs Go checks only (vet, build, race test, godoc-current, mod tidy, golangci-lint, secret scan), so the pre-existing localcode-commentsfailures do not touch it.Pull request closed