You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README governance rewrite, DOI update, Phase 257-294 graph registration
- README: replaced H-rule jargon with plain-language project discipline section
- DOI: updated to zenodo.org/records/20381178 (v2 with name fix) across README, paper md/tex
- Governance: removed 14 .bak files from docs/governance/
- Graph: added experiment_graph_phase257_294.py (19 nodes covering SA reruns, Yajnadevam
corpus integration, DEDR resolution, and final 605/605 completion)
- Registered Phase 257-294 nodes in experiment_graph.py
Co-Authored-By: Oz <oz-agent@warp.dev>
-**H18** — Every data file must have `_citation` traceable to `CITATIONS.md`
209
-
-**H19** — Foundation check must PASS before external communication
210
-
- Indus Script decipherment: **605/605 signs at HIGH confidence (100%)** — 83.7% SA, 6.3× grammar
211
-
- Research outputs: [`research/indus/`](research/indus/)
208
+
This project follows strict research governance enforced by both convention and tooling:
209
+
210
+
-**Append-only ledger** — Every session's work is recorded in `LEDGER.md`. No ledger entry = work not done.
211
+
-**Data provenance** — Every data file must have a citation traceable to `CITATIONS.md`. No uncited data in the pipeline.
212
+
-**Graph-first experiments** — All research phases are registered as navigable experiment graph nodes (see `backend/glossa_lab/experiment_graph*.py`). No ad-hoc scripts without graph registration.
213
+
-**Foundation checks** — `backend/scripts/foundation_check.py` must pass before any external communication or publication. This guards against regressions in anchor data, grammar metrics, and sign accounting.
214
+
-**Public/private boundary** — Private correspondence lives in `.correspondence/` (gitignored). No third-party emails or private contact details in tracked files.
215
+
-**AI disclosure** — All AI-assisted work is disclosed in publications and the ledger. Statistical tests are designed and interpreted by the author; AI tooling is used for scripting, data management, and literature search.
216
+
217
+
Full governance rules: [`docs/governance/`](docs/governance/)
212
218
213
219
---
214
220
215
221
## Documentation
216
222
217
223
| File | Purpose |
218
224
|------|---------|
219
-
|`AGENTS.md`| Agent rules, start/stop commands, hard rules|
220
-
|`LEDGER.md`|Session ledger — sole continuity authority |
225
+
|`AGENTS.md`| Agent operating rules — read first every session|
226
+
|`LEDGER.md`|Append-only session ledger — the sole continuity authority |
221
227
|`CITATIONS.md`| Research data citation registry |
222
-
|`docs/USER_GUIDE.md`| Full user guide (all panels) including Evidence Graph |
223
-
|`docs/architecture.md`| System architecture including Evidence Graph layer |
0 commit comments