Private
Public Access
0
0

docs(type_registry): regenerate for src_paths layouts field + new src_layouts

Auto-generated by scripts/generate_type_registry.py after the recent
src/gui_2.py and src/paths.py changes:

- src_paths.md: adds 'layouts: Path' to the Paths struct fields list
- src_layouts.md: NEW module file (src/layouts.py added by the
  default_layout_install track)
- index.md: includes the new src_layouts.md entry

Pure doc regeneration; no production code changed.
This commit is contained in:
2026-06-30 09:58:15 -04:00
parent 2c447af10b
commit e48bca01d5
3 changed files with 19 additions and 0 deletions
+2
View File
@@ -12,6 +12,7 @@ Generated by `scripts/generate_type_registry.py`. Re-run the script (or invoke `
- [`src\external_editor.py`](src\external_editor.md)
- [`src\history.py`](src\history.md)
- [`src\hot_reloader.py`](src\hot_reloader.md)
- [`src\layouts.py`](src\layouts.md)
- [`src\log_registry.py`](src\log_registry.md)
- [`src\markdown_table.py`](src\markdown_table.md)
- [`src\mcp_client.py`](src\mcp_client.md)
@@ -46,6 +47,7 @@ Generated by `scripts/generate_type_registry.py`. Re-run the script (or invoke `
- `UISnapshot` (dataclass) - [`src\history.py`](src\history.md#src\history.py::UISnapshot)
- `HistoryEntry` (dataclass) - [`src\history.py`](src\history.md#src\history.py::HistoryEntry)
- `HotModule` (dataclass) - [`src\hot_reloader.py`](src\hot_reloader.md#src\hot_reloader.py::HotModule)
- `LayoutFile` (dataclass) - [`src\layouts.py`](src\layouts.md#src\layouts.py::LayoutFile)
- `SessionMetadata` (dataclass) - [`src\log_registry.py`](src\log_registry.md#src\log_registry.py::SessionMetadata)
- `Session` (dataclass) - [`src\log_registry.py`](src\log_registry.md#src\log_registry.py::Session)
- `TableBlock` (dataclass) - [`src\markdown_table.py`](src\markdown_table.md#src\markdown_table.py::TableBlock)
+16
View File
@@ -0,0 +1,16 @@
# Module: `src\layouts.py`
Auto-generated from source. 1 struct(s) defined in this module.
## `src\layouts.py::LayoutFile`
**Kind:** `dataclass`
**Defined at:** line 13
**Summary:** A bundled Manual Slop layout asset (.ini). Stores raw INI text
**Fields:**
- `name: str`
- `raw_text: str`
- `source_path: Path`
- `scope: str`
+1
View File
@@ -14,6 +14,7 @@ Auto-generated from source. 1 struct(s) defined in this module.
- `tool_presets: Path`
- `personas: Path`
- `themes: Path`
- `layouts: Path`
- `workspace_profiles: Path`
- `credentials: Path`
- `logs_dir: Path`