{
  "schema_version": "1.0",
  "baseline": "A-document-note-system-v1",
  "updated_at": "2026-04-19",
  "owner": "session_a",
  "purpose_en": "Seed fixture examples of notes across various types, statuses, and priorities. Used to exercise the UI states (done-struck-through, sorting, terminal, deferred) and as golden rows for any future backend parity check.",
  "honest_note": "These are fixtures. They are NOT auto-loaded into any running page — pages start empty and accumulate user-submitted notes in the current browser. Backfill can be arranged per-doc by copying relevant rows into localStorage during QA.",
  "examples": [
    {
      "note_id": "note-lcjm3x-a1b2c",
      "doc_id": "/document-groups.html",
      "section_ref": "groups-table",
      "created_at": "2026-04-19T09:00:00Z",
      "created_by_type": "human",
      "title": "Add iconography per group",
      "body": "Each of the 6 document groups would benefit from a distinct icon next to the title to help scanning on narrow screens. Current design is text-only.",
      "note_type": "design",
      "priority": "P2",
      "status": "open",
      "resolved_flag": false,
      "linked_change_ref": null,
      "resolved_at": null,
      "last_action_at": "2026-04-19T09:00:00Z"
    },
    {
      "note_id": "note-lcjm3y-d4e5f",
      "doc_id": "/planning/document-shell-standard.html",
      "section_ref": "sub-tabs",
      "created_at": "2026-04-18T14:32:00Z",
      "created_by_type": "human",
      "title": "Sub-tab Sequential mode should remember last-visited tab",
      "body": "Today the first tab always activates on reload. Would be nicer to restore the tab the reader left from last session — keep the same localStorage pattern used for ds.mode.",
      "note_type": "enhancement",
      "priority": "P3",
      "status": "planned",
      "resolved_flag": false,
      "linked_change_ref": null,
      "resolved_at": null,
      "last_action_at": "2026-04-19T07:15:00Z"
    },
    {
      "note_id": "note-lcjm40-g7h8i",
      "doc_id": "/planning/document-note-system.html",
      "section_ref": "ai-sweep",
      "created_at": "2026-04-17T22:10:00Z",
      "created_by_type": "AI",
      "title": "Missing glossary section detected",
      "body": "Automated check C-07 flagged this document as lacking a Glossary block. Suggest adding one — at minimum covering: note_id, linked_change_ref, sweep, terminal state.",
      "note_type": "glossary",
      "priority": "P2",
      "status": "open",
      "resolved_flag": false,
      "linked_change_ref": null,
      "resolved_at": null,
      "last_action_at": "2026-04-17T22:10:00Z"
    },
    {
      "note_id": "note-lcjm41-j1k2l",
      "doc_id": "/runtime/feature-flags-service/phase-2b-plus.html",
      "section_ref": "use-cases",
      "created_at": "2026-04-16T11:05:00Z",
      "created_by_type": "human",
      "title": "UC-FF2B+-05 wording incorrect",
      "body": "The UC says 'Admin returns ttl_state=valid → allow' but sensitive_overlay requires verified mode as well. Update the expected response to include the auth_source=jwt pre-condition.",
      "note_type": "content-gap",
      "priority": "P1",
      "status": "done",
      "resolved_flag": true,
      "linked_change_ref": "af36e05",
      "resolved_at": "2026-04-19T21:00:00Z",
      "last_action_at": "2026-04-19T21:00:00Z"
    },
    {
      "note_id": "note-lcjm42-m3n4o",
      "doc_id": "/journey-console.html",
      "section_ref": "waiting-list",
      "created_at": "2026-04-14T08:00:00Z",
      "created_by_type": "human",
      "title": "Waiting List card needs a count from the JSON",
      "body": "The card currently only links to journey_waiting_list.json. Would be good to auto-fetch and show the current count of journeys in the waiting list (N rows) so exec can see scale at a glance.",
      "note_type": "enhancement",
      "priority": "P2",
      "status": "deferred",
      "resolved_flag": false,
      "linked_change_ref": null,
      "resolved_at": null,
      "last_action_at": "2026-04-18T10:00:00Z"
    },
    {
      "note_id": "note-lcjm43-p5q6r",
      "doc_id": "/planning/feature-flags-batch-4-readiness.html",
      "section_ref": "deferred-matrix",
      "created_at": "2026-04-15T16:40:00Z",
      "created_by_type": "human",
      "title": "Link each deferred item to an owning Jira/tracker id once the tracker exists",
      "body": "The deferred matrix currently says 'next_phase: FF 2c' as a pointer. Once a real tracker is adopted, each row should link to the specific ticket so the PR that closes it can be traced.",
      "note_type": "linkage",
      "priority": "P3",
      "status": "triaged",
      "resolved_flag": false,
      "linked_change_ref": null,
      "resolved_at": null,
      "last_action_at": "2026-04-16T09:00:00Z"
    }
  ],
  "cross_references": {
    "schema":        "docs/assets/notes/document_note_schema.json",
    "status_matrix": "docs/assets/notes/document_note_status_matrix.json",
    "sweep_model":   "docs/assets/notes/document_note_sweep_model.json"
  }
}
