opencode-config/tests
Sergey 67174b4879
refactor(pipeline): make pipeline-status sole orchestrator + slim docs (#42)
* refactor(pipeline): add subagent_type and template to NEXT actions

NEXT_ACTIONS now explicitly specifies subagent_type + template per phase (except MERGE which calls merge_pr tool). ISSUE/IMPLEMENT -> general/A, DOCS -> docs-reviewer/B, REVIEW -> reviewer/C, MEMORY -> memory-syncer/E. Existing tests updated to new format, 25 new tests added.

* refactor(docs): slim AGENTS.md and run-pipeline skill

AGENTS.md 71 -> 31 lines: remove Commits/Pull Requests sections (formats in tools), shorten Development Workflow/Pipeline to 1-2 lines. run-pipeline SKILL.md 164 -> 155 lines: remove Phase 0 Bootstrap (duplicated phases, now in pipeline-status NEXT_ACTIONS). Keep protocol, templates, restrictions.

* chore(skills): remove commit skill (format in tool validator)

commit/SKILL.md deleted (format validated by commit.ts tool, PR#38). References updated: configure-opencode SKILL.md (2 places), add-skill SKILL.md (1 place + tree structure). project-map README: remove commit/SKILL.md from tree, add configure-opencode.

* docs(handoff): add ADR-017 and handoff for orchestration switch

PR number in handoff frontmatter is <PR-NUMBER> placeholder, will be set after gh pr create.

* docs(handoff): set PR number

Set PR number 42 in handoff frontmatter, rename handoff/ADR files from pr-41 to pr-42 (pipeline-status matches pr-{pr_number}-*.md in diff).

* docs: update project map + handoff + ADR

---------

Co-authored-by: opencode-agent <agent@slaid098.dev>
2026-07-24 15:40:20 +03:00
..
_ts_loader.mjs feat(tools): add commit, create-pr, create-issue tools (#38) 2026-07-24 04:17:44 +03:00
test_check_adr_refs.py feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
test_check_permissions.py feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
test_cli.py feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
test_commit_tool.py feat(tools): add commit, create-pr, create-issue tools (#38) 2026-07-24 04:17:44 +03:00
test_commit_tool.ts feat(tools): add commit, create-pr, create-issue tools (#38) 2026-07-24 04:17:44 +03:00
test_create_issue_tool.py feat(tools): add commit, create-pr, create-issue tools (#38) 2026-07-24 04:17:44 +03:00
test_create_issue_tool.ts feat(tools): add commit, create-pr, create-issue tools (#38) 2026-07-24 04:17:44 +03:00
test_create_pr_tool.py feat(tools): add commit, create-pr, create-issue tools (#38) 2026-07-24 04:17:44 +03:00
test_create_pr_tool.ts feat(tools): add commit, create-pr, create-issue tools (#38) 2026-07-24 04:17:44 +03:00
test_embedder.py feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
test_index.py feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
test_memory_setup_tool.py feat(memory): add memory-setup tool with deterministic init (#36) 2026-07-24 03:26:16 +03:00
test_memory_setup_tool.ts feat(memory): add memory-setup tool with deterministic init (#36) 2026-07-24 03:26:16 +03:00
test_observability.py feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
test_permissions.py feat(permissions): deny direct git/gh calls + role-based tool access (#40) 2026-07-24 04:34:20 +03:00
test_pipeline_status.py refactor(pipeline): make pipeline-status sole orchestrator + slim docs (#42) 2026-07-24 15:40:20 +03:00
test_pipeline_status_adr.py feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
test_pipeline_status_ci.py feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
test_pipeline_status_next_actions.py refactor(pipeline): make pipeline-status sole orchestrator + slim docs (#42) 2026-07-24 15:40:20 +03:00
test_pipeline_status_tool.py feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
test_pipeline_status_tool.ts feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
test_search.py feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
test_setup_memory.py feat(memory): add memory-setup tool with deterministic init (#36) 2026-07-24 03:26:16 +03:00
test_spec_status.py feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00
test_spec_status_tool.py feat: migrate src/ second-brain + tests + python tooling (#17) 2026-07-23 23:17:18 +03:00