Harness: migrate backlog to Forgejo issues + document MCP scoping limitation #1
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
residual/.agent#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal
Move the residual backlog out of
.agent/plans/*.mdinto Forgejo issues inresidual/.agent, tier-labeled, and update agent prompts + AGENTS.md to track backlog as issues.Schema validation finding (2026-07-18)
opencode 1.18.3
PermissionConfighas nomcpkey. MCP servers are global — every agent gets every tool. Per-agent MCP tool allowlists (the original plan mechanism) are NOT supported. Mode intent (plan = read + issue create/edit; build = + PRs) will be expressed via prompt instructions only, not enforced at config level. Documented honestly in AGENTS.md.Steps
harness.agent/plans/*.md→ 10 issues (tier-labeled; fold handoff into create-repository-repo).agent/plans/*.md; commit in workspace root.agent/plans/empty,go build/testpassStatus
See comments for progress updates.
Status update (2026-07-19)
Migration complete. 10 backlog plans → issues in
residual/.agent, tier-labeled::command system (core/lib/cmd + ui + lua)repositoryAPK repo (handoff folded in)Labels created: tier-1-quick-win(3), tier-2-project(2), tier-3-sheets(4), tier-4-os(5), tier-4-infra(7), harness(6).
Next: update agent prompts (plan/residual/explore/review/docs/build/general) + AGENTS.md §10.8, then delete the 10
.agent/plans/*.mdand commit.Note: opencode 1.18.3
PermissionConfighas nomcpkey — per-agent MCP tool scoping is NOT supported. Mode intent will be enforced via prompt instructions only; documented in AGENTS.md.Status update (2026-07-19) — DONE
All steps complete:
.agent/plans/*.md→ 10 issues (#2–#11), tier-labeled; handoff folded into #8.agent/plans/*.mddeleted; committed (91d9afc, 18 files, -1573 lines)corego build ./...+go test ./...PASSKey finding: opencode 1.18.3
PermissionConfighas nomcpkey — per-agent MCP tool scoping is NOT supported. Mode intent (plan = read + issue create/edit; build = + PRs) is enforced via prompt instructions only, documented in AGENTS.md §10.8.Closing this tracking issue.