Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/CONTENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ Captures speculative discussion and future research directions.

- **[FUNDING.md](../FUNDING.md)** — Funding and sponsorship information
- **[LICENSE.md](../LICENSE.md)** — Project license file
- **[file_list.md](file_list.md)** — Complete file inventory

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For **step‑by‑step instructions** on:
- running `ts_meaning_dct_path_a.py`
- understanding input/output file locations
- knowing what you must modify and must not modify
- manually moving runtime files into `dictionaries_runtime/`
- manually moving runtime files into `runtime_dictionary/`

This companion document provides a **practical workflow guide** for engineers who need to regenerate or version dictionaries. It complements this README by focusing on **user actions**, while this README focuses on **system architecture**.

Expand Down Expand Up @@ -233,7 +233,7 @@ This is the file you run to produce the developer dictionary.
---

### **12. `ts_meaning_dct_path_a.py`**
see dictionaries_runtime/tools directory
see runtime_dictionary/tools directory

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ It is the central location for all developer‑layer dictionary work in TS Path

- `inspect_chunk_users_guide.md` — how to inspect developer chunks
- `modify_development_dct_userguide.md` — how to modify developer chunks
- `how_to_gen_change_dct.md` — dictionary generation workflow
- `README.md` (parent directory) — system architecture overview

---
---
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ utterance → place.py (read seed/) → probe_log.py (write probe.log) and/or su
| `seed/talk_families.yaml` | Allowed family ids. |
| `seed/hole_ledger.yaml` | U03 open hole. |
| `logs/probe.log` | Local Stop 1 diary (`.log` not committed). |
| `logs/probe.jsonl` | Committed sample rows present; running diary is `probe.log` (local). |
| `logs/suggest.log` | Local Stop 2 diary (`.log` not committed). |
| `proposals/` | Empty; Card Proposer later. |
| `stopx_def_examples.md` | Command meaning and example output decode. |
Expand Down
Loading