
> urban-jellyfish-legalforge-engine@0.6.0 demo:sections
> node examples/section-demo.js

SECTION WORKFLOW SUMMARY
{
  "totalSections": 3,
  "locked": 1,
  "reviewable": 2,
  "needsRevision": 2,
  "averageScore": 68
}

UI MODEL
[
  {
    "id": "section-001-i-introduction",
    "title": "I. INTRODUCTION",
    "order": 1,
    "locked": true,
    "checkboxLabel": "Approved: leave this section alone",
    "score": 100,
    "flags": [],
    "suggestions": [],
    "changed": false
  },
  {
    "id": "section-002-ii-factual-background",
    "title": "II. FACTUAL BACKGROUND",
    "order": 2,
    "locked": false,
    "checkboxLabel": "Review/revise this section",
    "score": 50,
    "flags": [
      "Loaded or legal-conclusion term detected: \"obviously\"",
      "Loaded or legal-conclusion term detected: \"illegal\"",
      "Loaded or legal-conclusion term detected: \"everyone knows\"",
      "Emotionally risky wording detected: \"crazy\"",
      "No exhibit references detected"
    ],
    "suggestions": [
      "Support \"obviously\" with specific facts and exhibits, or replace it with neutral factual wording.",
      "Support \"illegal\" with specific facts and exhibits, or replace it with neutral factual wording.",
      "Support \"everyone knows\" with specific facts and exhibits, or replace it with neutral factual wording.",
      "Use neutral, court-ready language focused on facts and evidence.",
      "Consider referencing the strongest supporting exhibit in this section."
    ],
    "changed": true
  },
  {
    "id": "section-003-iii-requested-relief",
    "title": "III. REQUESTED RELIEF",
    "order": 3,
    "locked": false,
    "checkboxLabel": "Review/revise this section",
    "score": 55,
    "flags": [
      "Thin section",
      "No clear dates detected",
      "No exhibit references detected"
    ],
    "suggestions": [
      "Add specific facts, dates, parties, and requested action if this section is important.",
      "Add dates or approximate timeframes where possible.",
      "Consider referencing the strongest supporting exhibit in this section."
    ],
    "changed": true
  }
]

REVISED DRAFT
I. INTRODUCTION
This section is already strong. It explains the purpose of the document and should not be changed.

II. FACTUAL BACKGROUND
The landlord the available facts indicate acted illegally and everyone knows the notice was wrong. I got the notice sometime in June and it was concerning.

Supporting evidence should be identified and attached where available, including Exhibit A if it supports this section.

III. REQUESTED RELIEF
I want the court to stop the eviction and allow me to present my evidence.

Supporting evidence should be identified and attached where available, including Exhibit A if it supports this section.

ENGINE SECTION MODE INCLUDED: true
ENGINE: LegalForge v6 Section-Aware Revision
