Files
SubMiner/docs/subagents/agents/opencode-remove-maint-guardrails-20260223T033715Z-2a53.md
sudacode 1d3f099e44 docs: refresh architecture and development docs
Update docs content to match current launcher/plugin/runtime structure and fix stale home demo media assets with cache-busted URLs plus poster refresh. Add supporting backlog/subagent tracking records and docs asset regression coverage.
2026-02-22 20:25:55 -08:00

47 lines
2.3 KiB
Markdown

# Agent: `opencode-remove-maint-guardrails-20260223T033715Z-2a53`
- alias: `opencode-remove-maint-guardrails`
- mission: `Remove Maintainability Guardrails docs section and associated guardrail code/commands.`
- status: `handoff`
- branch: `main`
- started_at: `2026-02-23T03:37:39Z`
- heartbeat_minutes: `5`
## Current Work (newest first)
- [2026-02-23T03:40:20Z] handoff: completed TASK-111; removed docs section, package scripts, CI guardrail step, and runtime-cycle/fan-in script code + fixtures; validation (`bun run tsc --noEmit`, `bun run docs:build`) passed.
- [2026-02-23T03:40:03Z] progress: removed `## Maintainability Guardrails` from `docs/development.md`, deleted `check:main-fanin*` and `check:runtime-cycles*` scripts from `package.json`, removed CI fail-fast guardrails step, and deleted associated scripts/fixtures under `scripts/`.
- [2026-02-23T03:37:39Z] intent: initialized session, linked backlog task TASK-111, and preparing scoped removal pass for maintainability guardrails docs and related code.
- [2026-02-23T03:37:39Z] assumptions: removal target is explicit "Maintainability Guardrails" section and direct command/code references tied to it.
## Files Touched
- `docs/subagents/INDEX.md`
- `docs/subagents/collaboration.md`
- `docs/subagents/agents/opencode-remove-maint-guardrails-20260223T033715Z-2a53.md`
- `backlog/tasks/task-111 - Remove-Maintainability-Guardrails-docs-section-and-related-guardrail-code.md` (via Backlog MCP)
- `docs/development.md`
- `package.json`
- `.github/workflows/ci.yml`
- `scripts/check-main-runtime-fanin.ts` (deleted)
- `scripts/check-runtime-cycles.ts` (deleted)
- `scripts/check-runtime-cycles.test.ts` (deleted)
- `scripts/fixtures/runtime-cycles/acyclic/entry.ts` (deleted)
- `scripts/fixtures/runtime-cycles/acyclic/feature.ts` (deleted)
- `scripts/fixtures/runtime-cycles/acyclic/utils/index.ts` (deleted)
- `scripts/fixtures/runtime-cycles/cyclic/module-a.ts` (deleted)
- `scripts/fixtures/runtime-cycles/cyclic/module-b.ts` (deleted)
- `scripts/fixtures/runtime-cycles/cyclic/nested/index.ts` (deleted)
## Assumptions
- Request targets current docs page section shown in screenshot and associated command/code paths, not unrelated guardrails.
## Open Questions / Blockers
- None.
## Next Step
- Await user follow-up (optional commit/changelog pass if requested).