Docs: add runtime/TUI milestone and provider onboarding ADR#20
Merged
Conversation
There was a problem hiding this comment.
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 likecrates/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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Notes