Skip to content

docs(readme): the context engine, a runnable 60-second quickstart, and a CLI reference (#66)#83

Merged
danielPoloWork merged 1 commit into
mainfrom
docs/readme-context-engine
Jul 2, 2026
Merged

docs(readme): the context engine, a runnable 60-second quickstart, and a CLI reference (#66)#83
danielPoloWork merged 1 commit into
mainfrom
docs/readme-context-engine

Conversation

@danielPoloWork

Copy link
Copy Markdown
Owner

Problem (#66)

The README explained the philosophy well (grammar, moat, grounding) but a newcomer could not run anything: the only commands shown were the installer's. No quickstart, no explanation of how context flows through the machine, no CLI reference. For an open-source GTM, time-to-first-deck is the adoption metric.

What's added

  • "The context engine" — context is compiled, not prompted: the four typed stations (inputs ledger → manifest → versioned IR → gates) with the gate that validates each hop, linked from How it works. Updated for what shipped since the issue was filed (manifest-schema gate, fail-closed provenance, ir_version, theme tokens, Windows CI leg).
  • "Sourced vs assumed, visibly" — the reference manifest's assumed cell side by side with the actual rendered line (**Churn logo Q3**: ⟨~4.2% — da verificare⟩): the product's best 5-second pitch.
  • "Try it in 60 seconds"rendereamos_lintemit_mdfacilitate prep, verified verbatim from a fresh clone on Windows (plus the optional .pptx hop with python-pptx installed). Dependency-free path stated.
  • New .eamos-core/docs/cli.md — one page for every tool's ops and flags: render --ir/--altitude/--function/--redact, intake --csv/--series/--deck/--questions, series close|open, facilitate prep|followup, advisor record|match|simulate, the five emitters, check_docs. Previously this knowledge lived only in docstrings.
  • Status section refreshed — feature-complete through M8, replacing the stale "M2 in progress".

Verification

Closes #66

🤖 Generated with Claude Code

…d a CLI reference (#66)

The README explained the philosophy (grammar, moat, grounding) but a
newcomer could not run anything: the only commands shown were the
installer's. For an open-source GTM, time-to-first-deck is the
adoption metric.

- New 'The context engine' section: context is compiled, not prompted —
  the four typed stations (inputs ledger -> manifest -> versioned IR ->
  gates) with the gate that validates each hop, linked from
  'How it works'.
- 'Sourced vs assumed, visibly': the reference manifest's assumed cell
  side by side with the actual rendered line
  (**Churn logo Q3**: ⟨~4.2% — da verificare⟩) — the product's
  5-second pitch.
- 'Try it in 60 seconds': render -> lint -> emit_md -> facilitate prep,
  copy-paste-run — verified verbatim from a fresh clone on Windows
  (plus the optional pptx hop). Dependency-free path stated.
- New .eamos-core/docs/cli.md: one page for every tool's ops and flags
  (render --ir/--altitude/--function/--redact, intake, series
  close|open, facilitate prep|followup, advisor record|match|simulate,
  the five emitters, check_docs), previously only in docstrings.
- Status section refreshed: feature-complete through M8, not 'M2 in
  progress'.

The #65 doc-path gate caught a pseudo-path in the first draft of the
new section — fixed; check_docs green, 97/97 tests green.

Closes #66

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@danielPoloWork danielPoloWork added the documentation Improvements or additions to documentation label Jul 2, 2026
@danielPoloWork danielPoloWork self-assigned this Jul 2, 2026
@danielPoloWork danielPoloWork marked this pull request as ready for review July 2, 2026 21:39
@danielPoloWork danielPoloWork merged commit 71c15ce into main Jul 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(readme): add a context-engine section, a runnable 60-second quickstart, and a CLI reference

1 participant