Skip to content

Commit 7e01b1a

Browse files
docs(living-docs): regenerate sidecar templates for Phase 4 test file
Auto-regen triggered by the new sidecar/tests/test_mcp_integration.py file. source_hash drift only. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent d093d33 commit 7e01b1a

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

.help/templates/sidecar/concept.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
feature: sidecar
33
depth: concept
4-
generated_at: 2026-05-23T15:23:17.077441+00:00
5-
source_hash: 82f32c163679d9108687682ce676ff1f4f1242f118d1e8295e480bcbcb749660
4+
generated_at: 2026-05-23T15:26:20.582683+00:00
5+
source_hash: 278c82dcb0488307aba1af37c2e2b49ddd2ba1b93775befbe9147bf96965936d
66
status: generated
77
---
88

@@ -20,7 +20,7 @@ The main building blocks are:
2020
- **`Registry`** — In-memory snapshot of ``~/.attune/corpora.json``.
2121
- **`EditorSession`** — In-process state for a single ``(corpus, path)`` editing tab.
2222

23-
Under the hood, this feature spans 109 source
23+
Under the hood, this feature spans 110 source
2424
files covering:
2525

2626
- Filesystem helpers shared across routes.

.help/templates/sidecar/reference.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
feature: sidecar
33
depth: reference
4-
generated_at: 2026-05-23T15:23:17.087987+00:00
5-
source_hash: 82f32c163679d9108687682ce676ff1f4f1242f118d1e8295e480bcbcb749660
4+
generated_at: 2026-05-23T15:26:20.594051+00:00
5+
source_hash: 278c82dcb0488307aba1af37c2e2b49ddd2ba1b93775befbe9147bf96965936d
66
status: generated
77
---
88

@@ -524,6 +524,11 @@ status: generated
524524
| `test_config_command_set_unknown_key_returns_2()` || `sidecar/tests/test_main.py` |
525525
| `test_config_command_unset_unknown_key_returns_2()` || `sidecar/tests/test_main.py` |
526526
| `test_config_command_unknown_action_returns_2()` || `sidecar/tests/test_main.py` |
527+
| `shared_specs_root()` | Isolated specs root with two fixture specs, visible to both surfaces. | `sidecar/tests/test_mcp_integration.py` |
528+
| `mcp_app()` || `sidecar/tests/test_mcp_integration.py` |
529+
| `test_gui_list_specs_matches_fastapi_route()` | Same workspace must yield the same spec list on both surfaces. | `sidecar/tests/test_mcp_integration.py` |
530+
| `test_gui_get_spec_returns_disk_truth()` | gui_get_spec content must match what's on disk, and the route's | `sidecar/tests/test_mcp_integration.py` |
531+
| `test_set_spec_status_round_trips_to_fastapi_route()` | Flip status via MCP; the FastAPI listing must reflect the new value. | `sidecar/tests/test_mcp_integration.py` |
527532
| `test_app_initializes_with_full_tool_registry()` || `sidecar/tests/test_mcp_server.py` |
528533
| `test_unknown_tool_returns_error_envelope()` || `sidecar/tests/test_mcp_server.py` |
529534
| `test_server_name_is_attune_gui()` || `sidecar/tests/test_mcp_server.py` |

.help/templates/sidecar/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
feature: sidecar
33
depth: task
4-
generated_at: 2026-05-23T15:23:17.083621+00:00
5-
source_hash: 82f32c163679d9108687682ce676ff1f4f1242f118d1e8295e480bcbcb749660
4+
generated_at: 2026-05-23T15:26:20.589168+00:00
5+
source_hash: 278c82dcb0488307aba1af37c2e2b49ddd2ba1b93775befbe9147bf96965936d
66
status: generated
77
---
88

0 commit comments

Comments
 (0)