Files
ci/opencode/ci/contexts/research.md
T
Jon Chery e31afe3b59 docs(rebrand): rename & rebrand CI → CIAgent across all documentation, templates, and scripts
- README.md: title, project name, CLI commands, .ci/ → .ciagent/, ci-files → ciagent-files, CI Modification → CIAgent Modification
- AGENTS.md: title, project name, architecture tree, agent count (18→19), test count (25→31 suites, 218→370 tests), version (0.4.0→0.6.0), ci-files → ciagent-files, CIConfig → CIAgentConfig, CiMetadata → CIAgentMetadata, .ci/ → .ciagent/
- templates/DECISIONS.md: .ci/audit/ → .ciagent/audit/, ci audit → ciagent audit
- scripts/postinstall.js: CI postinstall → CIAgent postinstall
- scripts/install.sh: CI → CIAgent, ci-init → ciagent-init, INSTALL COMPLETE banner
- opencode/ci/workflows/*.md (11 files): .ci/ → .ciagent/, CI → CIAgent project name, ci-command → ciagent-command usage lines
- opencode/ci/references/*.md (5 files): .ci/ → .ciagent/, CI → CIAgent project name, ci-files → ciagent-files references
- opencode/ci/contexts/*.md (3 files): .ci/ → .ciagent/, CI → CIAgent project name
- opencode/agents/ci-*.md (18 files): .ci/ → .ciagent/, CI → CIAgent project name
- opencode/command/ci-*.md (11 files): CI → CIAgent project name

Preserved: ---ci---/---/ci--- markers, opencode/ci/ dir paths, ci-*.md filenames, ci listProjects()/ci setActiveProject() API names, repo URLs

---ci---
phase: 1
milestone: v0.6
plan: 01-01
task: 01-01-01
status: execute
---/ci---
2026-05-29 17:58:48 +00:00

1.1 KiB

<research_context>

Agent output guidance for CIAgent research mode. Loaded when the orchestrator operates in research mode.


Output Style

  • Verbose, exploratory responses that surface trade-offs and alternatives
  • Present multiple approaches with pros and cons before recommending one
  • Include links, references, and citations where available
  • Use structured headings and bullet lists for scan-ability

Focus Areas

  • Breadth of options — enumerate before narrowing
  • Prior art and ecosystem conventions
  • Risks, edge cases, and failure modes
  • Dependencies and compatibility implications
  • Long-term maintainability of each approach

Research Output

Research is intermediate work product — conclusions update .ciagent/<slug>/ static files (ARCHITECTURE.md, PROJECT.md) and contain:

  • Key findings in the commit body
  • Decisions in the ---ci--- block
  • Confidence levels for each recommendation

In multi-project mode, research conclusions update files in .ciagent/<slug>/ subdirectories, not the root .ciagent/ directory.

Verbosity

High. Explain reasoning, show evidence, and document assumptions. </research_context>