Skip to content

Docs: add runtime/TUI milestone and provider onboarding ADR#20

Merged
danieldear merged 2 commits into
mainfrom
codex/docs-runtime-provider-onboarding
May 16, 2026
Merged

Docs: add runtime/TUI milestone and provider onboarding ADR#20
danieldear merged 2 commits into
mainfrom
codex/docs-runtime-provider-onboarding

Conversation

@danieldear
Copy link
Copy Markdown
Owner

Summary

  • add M4 runtime sessions, agent collaboration, mock viewer, and TUI usability milestone
  • add ADR for dashboard-first provider onboarding while preserving env/config setup
  • update README/configuration/milestone index with the planned direction

Notes

  • docs-only PR
  • no implementation changes

Copilot AI review requested due to automatic review settings May 16, 2026 14:11
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Docs-only update that documents the planned direction for (1) an M4 milestone focused on runtime sessions / collaboration / TUI usability, and (2) dashboard-first provider onboarding while keeping env/config-based setups supported.

Changes:

  • Added an M4 milestone document covering sessions, agent messaging, memory lifecycle, provider UX, runtime visibility, TUI, and an artifact viewer.
  • Added ADR-008 formalizing dashboard-first provider onboarding/validation while preserving config.toml + env var compatibility.
  • Updated README, configuration docs, and the milestone index to reflect the planned direction.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
README.md Adds a planned “dashboard-led provider UX” bullet.
docs/runtime-and-tui-milestone.md New M4 milestone doc outlining workstreams, deliverables, and acceptance criteria.
docs/milestones.md Adds M4 to the recommended order and milestone table.
docs/configuration.md Documents planned provider onboarding direction and current provider setup modes.
docs/adr/008-dashboard-first-provider-onboarding.md New ADR capturing the dashboard-first onboarding decision and rationale.
Comments suppressed due to low confidence (5)

docs/runtime-and-tui-milestone.md:69

  • These scope references are written as absolute paths under /Users/neo/..., which won't exist for other contributors and aren't meaningful in the repo context. Prefer repo-relative paths (e.g., crates/workflows/, crates/core/, crates/web/src/api.rs).
**Scope**
- candidate crates/files:
  - `/Users/neo/workspace/agent007/crates/workflows/`
  - `/Users/neo/workspace/agent007/crates/core/`
  - `/Users/neo/workspace/agent007/crates/web/src/api.rs`
  - dashboard session/run detail views

docs/runtime-and-tui-milestone.md:103

  • More author-local absolute paths in the scope list (/Users/neo/...). Please switch these to repo-relative paths or links so the milestone doc stays portable and accurate for all environments.
**Scope**
- candidate crates/files:
  - `/Users/neo/workspace/agent007/crates/memory/`
  - `/Users/neo/workspace/agent007/crates/learning/`
  - `/Users/neo/workspace/agent007/crates/web/src/api.rs`
  - memory views in frontend

docs/runtime-and-tui-milestone.md:132

  • The scope list here includes absolute local filesystem paths (/Users/neo/...). This is hard to follow outside the original author's machine; please use repo-relative paths (or GitHub links) instead.
**Scope**
- candidate crates/files:
  - `/Users/neo/workspace/agent007/crates/web/frontend/src/views/`
  - `/Users/neo/workspace/agent007/crates/web/src/api.rs`
  - provider/browser config surfaces

docs/runtime-and-tui-milestone.md:205

  • The TUI scope section references /Users/neo/... paths. For portability and ease of navigation, use repo-relative paths like crates/cli/ rather than an author-specific home directory path.
**Scope**
- candidate CLI/TUI surfaces in:
  - `/Users/neo/workspace/agent007/crates/cli/`
  - dashboard parity for status concepts

docs/runtime-and-tui-milestone.md:236

  • This scope list also uses author-local absolute paths (/Users/neo/...). Please convert these to repo-relative paths (e.g., crates/web/src/api.rs, crates/web/frontend/src/views/, crates/web/frontend/src/components/).
**Scope**
- candidate crates/files:
  - `/Users/neo/workspace/agent007/crates/web/src/api.rs`
  - `/Users/neo/workspace/agent007/crates/web/frontend/src/views/`
  - `/Users/neo/workspace/agent007/crates/web/frontend/src/components/`
  - candidate artifact-serving helpers in web/runtime crates


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/runtime-and-tui-milestone.md Outdated
Comment thread docs/runtime-and-tui-milestone.md
Comment thread docs/configuration.md Outdated
Comment thread README.md Outdated
@danieldear danieldear merged commit b2d245e into main May 16, 2026
2 checks passed
@danieldear danieldear deleted the codex/docs-runtime-provider-onboarding branch May 16, 2026 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants