chore: align local-first control plane and editor fixes

- wire SQLite control-plane access/session paths into Rust web local-folder routes

- preserve local Markdown attachment semantics across upload, reload, and secondary-pane resource tabs

- refresh design governance docs, Reasonix task templates, and bug records

- retire root .mcp.json local MCP config
This commit is contained in:
lix-2026
2026-05-23 23:38:42 +08:00
parent 42fb58310c
commit 5f97800489
110 changed files with 5344 additions and 889 deletions
+47
View File
@@ -0,0 +1,47 @@
# Result: <title>
## Metadata
- Run ID: `<run-id>`
- Lane: `<lane>`
- Worktree: `<absolute-worktree-path>`
- Branch: `<branch-name>`
- Worker: `codex-<lane>`
## Summary
Briefly state what changed.
## Completed work
- [ ] ...
## Modified files
- `path`: reason
## Validation performed
```bash
# command
```
Result:
```text
...
```
## Suggested smoke test
- URL:
- Actions:
- Expected result:
## Risks / unfinished items
- ...
## Notes for reviewer
- ...
+59
View File
@@ -0,0 +1,59 @@
# Review: <title>
## Metadata
- Run ID: `<run-id>`
- Reviewer: `Hermes`
- Main repo: `/mnt/Data1T/mnote`
- Related worktrees:
- `...`
## Inputs reviewed
- PLAN.md:
- RESULT.md files:
- SMOKE.md:
- Git diffs:
## Integration decision
MERGE / REQUEST_FIX / REJECT / HOLD
## Summary
Short decision summary.
## Diff review
- File/path:
- Observation:
- Risk:
- Decision:
## Smoke review
- Smoke result:
- Evidence sufficient: yes/no
- Gaps:
## Validation run by reviewer
```bash
# command
```
Result:
```text
...
```
## Follow-up tasks
- [ ] ...
## Cleanup / recycle
- Worktrees kept:
- Worktrees moved to recycle:
- Branches kept/deleted:
+49
View File
@@ -0,0 +1,49 @@
# Smoke: <title>
## Metadata
- Run ID: `<run-id>`
- Tester: `reasonix-flash`
- Target worktree / branch: `<branch-or-main>`
- Evidence directory: `<absolute-evidence-dir>`
- URL: `<url>`
## Scope
What this smoke test validates.
## Browser actions
- [ ] Navigate to `<url>`
- [ ] Login / setup state if needed
- [ ] Click: ...
- [ ] Hover: ...
- [ ] Drag: ...
- [ ] Select: ...
## Result
PASS / FAIL / BLOCKED
## Evidence
- Final URL:
- Screenshot:
- Console errors:
- Network errors:
- Visible text sample:
## Findings
### Issue 1
- Expected:
- Actual:
- Reproduction:
- Evidence:
## Cleanup
- Test data created:
- Test data cleaned:
- Residual state:
+54
View File
@@ -0,0 +1,54 @@
# Task: <title>
## Metadata
- Run ID: `<run-id>`
- Lane: `<lane>`
- Worker: `codex-<lane>`
- Main repo: `/mnt/Data1T/mnote`
- Worktree: `<absolute-worktree-path>`
- Branch: `<branch-name>`
- Result path: `<run-dir>/codex-<lane>/RESULT.md`
## Goal
Describe the concrete outcome expected from this worker.
## Context
- Relevant design docs:
- `...`
- Relevant code paths:
- `...`
## Allowed edit scope
- `path/or/dir/**`
## Forbidden scope
- Do not edit files outside allowed scope.
- Do not edit user data.
- Do not modify unrelated recycle/history directories.
- Do not commit, push, reset, or revert unless explicitly instructed.
## Requirements
- ...
## Validation commands
```bash
# command 1
# command 2
```
## Expected deliverable
Write `RESULT.md` with:
- completed work
- modified files
- validation commands and outputs
- risks / unfinished items
- suggested smoke scope