diff --git a/CLAUDE.md b/CLAUDE.md index 8728df3..97a29ac 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -39,6 +39,7 @@ | [`docs/spec/00-constitution.md`](docs/spec/00-constitution.md) | **חוקת המערכת** — ייעוד, 11 invariants גלובליים (G1–G11), כללי-הנדסה, אינדקס-ספ | **לפני כל כתיבת/שינוי קוד** (ראה §פרוטוקול כתיבת-קוד) | | [`docs/spec/README.md`](docs/spec/README.md) | **אינדקס ספ-המערכת** — מחזור-חיים (01–07) + חוצי-שלבים (X1–X11). מקור-האמת ל"מהו תקין" | **לפני כל כתיבת/שינוי קוד** | | [`docs/spec/gap-audit.md`](docs/spec/gap-audit.md) | **מפת-פערים** — 62 ממצאים → 15 יחידות-תיקון (FU); invariant מופר + file:line + תיקון מוצע | לפני נגיעה ב-GAP/FU קיים או תכנון FU חדש | +| [`docs/ia-audit-redesign.md`](docs/ia-audit-redesign.md) + [`docs/spec/X17`](docs/spec/X17-information-architecture.md) | **אבחון משטח-ההפעלה + IA-יעד** — 34 משטחים, 37 ממצאים; INV-IA1–IA6 (מקור-אמת יחיד/שער-אחד/ניווט-משימה) מרימים G2/G10 לשכבת-UI. גלי-איחוד #130–132 | לפני עבודה על דפים/ניווט/cache או תורי-אישור | | [`docs/architecture.md`](docs/architecture.md) | ארכיטקטורת המערכת, תרשים רכיבים, זרימת נתונים, 4 שכבות DB | לפני עבודה על תשתית | | [`docs/block-schema.md`](docs/block-schema.md) | הגדרת 12 בלוקים — content model, constraints, processing params | **לפני כל כתיבת החלטה** | | [`docs/migration-plan.md`](docs/migration-plan.md) | תוכנית מעבר vault → DB — טבלאות, עדיפויות, כמויות | לפני ייבוא נתונים | diff --git a/docs/spec/00-constitution.md b/docs/spec/00-constitution.md index 8577b6d..fc4bac6 100644 --- a/docs/spec/00-constitution.md +++ b/docs/spec/00-constitution.md @@ -249,7 +249,7 @@ Martin — *Clean Architecture* (The Dependency Rule) · Eric Evans — *Domain- ## 7. אינדקס הספ -> הערה: כל קבצי הספ (00, 01–07, X1–X16) קיימים. החוקה היא שער-הכניסה; כל קובץ-תחום כפוף לה. +> הערה: כל קבצי הספ (00, 01–07, X1–X17) קיימים. החוקה היא שער-הכניסה; כל קובץ-תחום כפוף לה. | קובץ | תפקיד | אוכף invariants | |------|--------|-----------------| @@ -277,6 +277,7 @@ Martin — *Clean Architecture* (The Dependency Rule) · Eric Evans — *Domain- | [X14-storage-minio.md](X14-storage-minio.md) | אחסון-אובייקטים (MinIO/S3) · `storage.py` כמסלול-I/O יחיד · git=טקסט/MinIO=בינאריים · WORM סופי | G2, G9 | | [X15-agent-platform-port.md](X15-agent-platform-port.md) | שער-הפלטפורמה — Paperclip מאחורי Port יחיד · baseline-דליפה · R0–R4 · leak-guard | G2, G12 | | [X16-pipeline-durability.md](X16-pipeline-durability.md) | עמידות-פייפליין — LangGraph כספרייה · checkpointing/replay · `_pipeline_runtime.py` משותף | G3 | +| [X17-information-architecture.md](X17-information-architecture.md) | ארכיטקטורת-מידע — משטח-ההפעלה (דפים/תורים/ניווט/cache) · INV-IA1–IA6 מרימים G2/G10 לשכבת-UI · #127/#130–132 | G2, G10 | > **X6–X10 (מחזור-2):** מכסים את 8 משטחי-האפליקציה שמחוץ לצינור-הליבה (אינטגרציה, web-ui, מילוי-שדות, > אחסון-ניתוחים, כלי-MCP, deploy/env). הממצאים ב-[gap-audit.md](gap-audit.md) (GAP-24..62 → FU-9..15) diff --git a/web-ui/src/components/app-shell.tsx b/web-ui/src/components/app-shell.tsx index acfc950..9aae76c 100644 --- a/web-ui/src/components/app-shell.tsx +++ b/web-ui/src/components/app-shell.tsx @@ -39,10 +39,13 @@ type NavItem = { href: string; label: string; groupLabel?: string }; type NavMenuDef = { id: string; label: string; items: NavItem[] }; // Work cluster — direct links, the daily hubs. +// INV-IA4 (#132): "הערות יו״ר" (/feedback) dropped from the primary nav — it's a +// task surfaced *inside* מרכז אישורים (the chair_feedback card in /api/chair/pending +// deep-links to /feedback), not a top-level format-based destination. The page +// still exists and is reached from the approvals box. const WORK_LINKS: NavItem[] = [ { href: "/", label: "בית" }, { href: "/approvals", label: "מרכז אישורים" }, - { href: "/feedback", label: "הערות יו״ר" }, { href: "/archive", label: "ארכיון" }, ]; diff --git a/web-ui/src/components/compose/precedent-attacher.tsx b/web-ui/src/components/compose/precedent-attacher.tsx index 38a6789..1c0e59c 100644 --- a/web-ui/src/components/compose/precedent-attacher.tsx +++ b/web-ui/src/components/compose/precedent-attacher.tsx @@ -127,13 +127,17 @@ export function PrecedentAttacher({ className="mt-1" /> {!picked && library.data && library.data.length > 0 && citation.length >= 2 && ( -
+ פסיקה שכבר צירפת בעבר — לחץ למילוי אוטומטי +
+