47 commits from the align branch merged onto the force-updated remote base (which had replayed an earlier snapshot of the same work plus new overlay/pointer features and CI fixes). Conflict resolution: kept the newer align side for the generation pipeline (orchestrator, mcp, skills, design tools), kept the base side for the chat-panel test semantics and graceful overlay teardown, fused both in sub_agent_session (design-turn thinking policy + graceful epoch finish), and dropped the files each side had deleted (legacy concurrent/dashboard paths, retired TS skills). Deduped two identical replayed hunks (export.rs, chat_session_tests.rs). Known issue carried over: provider_probe_host::landed_connected_outcome_ without_models_is_failure fails on a host with a live provider config (env-sensitive test, both sides byte-identical there; green on CI).
33 lines
759 B
Markdown
33 lines
759 B
Markdown
## Summary
|
|
|
|
<!-- What does this PR do? Keep it brief — 1-3 sentences. -->
|
|
|
|
## Changes
|
|
|
|
<!-- Bullet list of key changes. -->
|
|
|
|
-
|
|
|
|
## Related Issues
|
|
|
|
<!-- Link any related issues: Fixes #123, Closes #456 -->
|
|
|
|
## Type
|
|
|
|
<!-- Check the one that applies. -->
|
|
|
|
- [ ] `feat` — New feature
|
|
- [ ] `fix` — Bug fix
|
|
- [ ] `refactor` — Code refactoring (no behavior change)
|
|
- [ ] `perf` — Performance improvement
|
|
- [ ] `docs` — Documentation
|
|
- [ ] `test` — Tests
|
|
- [ ] `chore` — Build / tooling / dependencies
|
|
|
|
## Checklist
|
|
|
|
- [ ] `cargo test --workspace` passes
|
|
- [ ] `cargo clippy --workspace --all-targets -- -D warnings` passes
|
|
- [ ] No unrelated changes included
|
|
- [ ] Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/)
|