docs: preserve domain-independent facilitator principles

This commit is contained in:
2026-08-19 18:39:35 +01:00
parent 85204f96ac
commit 601e46e4b7
5 changed files with 167 additions and 8 deletions
+30 -1
View File
@@ -126,6 +126,29 @@ The current-state document was verified as accurate by focused code inspection o
## 10. Post-v0.8 Methodology Learning
### Durable methodology principles (2026-08-19)
The following principles have been durably codified in `docs/current-working-principles.md` as **Axiomatic Principles A1A12**. They are now the authoritative methodological baseline for all future work:
| Classification | Principle |
|---|---|
| METHODOLOGY PRINCIPLE | A1 — Delivery-platform independence (methodology ≠ software) |
| METHODOLOGY PRINCIPLE | A2 — The Engine facilitates; the user directs investigation |
| METHODOLOGY PRINCIPLE | A3 — Meaning over prescribed vocabulary; no domain/language dictionaries |
| METHODOLOGY PRINCIPLE | A4 — Semantic interpretation as a facilitation capability (LLM optional) |
| METHODOLOGY PRINCIPLE | A5 — Deterministic code for structure/integrity only, not semantic judgment |
| METHODOLOGY PRINCIPLE | A6 — Investigation is non-linear; user moves between branches |
| METHODOLOGY PRINCIPLE | A7 — Background assistance must not redirect the user's current work |
| METHODOLOGY PRINCIPLE | A8 — Closure is user-owned and may be provisional (no mandatory thresholds) |
| METHODOLOGY PRINCIPLE | A9 — Graph-like reasoning structure does not mandate graph UI |
| METHODOLOGY PRINCIPLE | A10 — Progressive disclosure mirrors progressive reasoning |
| METHODOLOGY PRINCIPLE | A11 — Multilingual portability follows from meaning-based (not vocabulary-based) design |
| METHODOLOGY PRINCIPLE | A12 — Latency is an implementation trade-off, not a methodological constraint |
| IMPLEMENTATION HYPOTHESIS | Hybrid deterministic/semantic fast path (not selected; guardrail applies) |
> **New work must not contradict these axioms without explicit methodological review.**
> See `docs/current-working-principles.md` §0 for full wording and classification discipline.
### Carry-forward from Phase 1B audit evidence
The following material learnings are carried forward as durable context for safe later archival of experiment families:
@@ -156,4 +179,10 @@ Since the handoff document was written, further learning has emerged from Return
**Next experiment direction:** Test independent user-chosen question/answer deconstruction without accumulated focused state being passed between LLM calls. See `docs/Confidence_Engine_Return_to_Origin_Methodology_Context_2026-08-18.md` for full context.
> **Branch:** `feature/decision-closure-ownership-v0.47`
> **Current HEAD:** `e1b54e4` (experiment: checkpoint granular answer fragment apparatus)
> **Current HEAD:** `85204f96aca7e4b350fe8db73150bf0683ebeefe` (experiment: checkpoint borderline relationship control)
### Current experimental context
The project has returned to relationship-discovery experimentation following Return-to-Origin methodology work. The durable methodology principles (A1A12 above) should be loaded before continuing experiments. RTO.21 and RTO.22 have provided initial evidence supporting the meaning-over-dictionary approach; RTO.23 apparatus is under development.
For detailed current handoff state, read `docs/current-handoff.md` first.