Skip to content

Document health code impact dimension with remediation hint (#33)#34

Merged
gmoon merged 1 commit into
mainfrom
fix/33-document-health-code-impact
Jul 4, 2026
Merged

Document health code impact dimension with remediation hint (#33)#34
gmoon merged 1 commit into
mainfrom
fix/33-document-health-code-impact

Conversation

@gmoon

@gmoon gmoon commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Addresses #33 — the health gate now self-documents its code impact dimension and tells users/agents exactly how to clear a FAIL.

Changes

  1. lattice help health topic — explains all 3 dimensions (freshness, change pressure, code impact), how each is satisfied, flags, and config
  2. Remediation hint in FAIL output — when code impact triggers FAIL, prints: "Re-verify bound implementations, then stage .lattice/ alongside your code"
  3. resolve_code_impact workflow in catalog — step-by-step for clearing a code impact FAIL
  4. TOPICS section updatedlattice help now lists the health topic alongside concepts and workflows

Before/After

Before: FAIL output with no guidance on what to do next.
After:

  Tip: Re-verify bound implementations (lattice verify/edit),
    then stage .lattice/ alongside your code: git add .lattice/

Fixes #33

- Add `lattice help health` topic explaining all 3 dimensions
  (freshness, change pressure, code impact) and how to clear a FAIL
- Print remediation hint in FAIL output: "Re-verify bound implementations,
  then stage .lattice/ alongside your code"
- Add `resolve_code_impact` workflow to catalog and `lattice help workflows`
- Add health to the TOPICS section in grouped help

Fixes #33

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@gmoon gmoon merged commit ef66414 into main Jul 4, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document the "Code Impact" health dimension and how to clear it (staging coupling)

1 participant