Refine voice fingerprint with full 1xxx corpus (24 cases)
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 3m3s
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 3m3s
After analyzing all 24 building_permit decisions in style_corpus DB (not just the 2 local files), refined two anti-patterns: 1. Sub-headings: actually permitted when block-yod handles 3+ distinct legal issues (e.g., 1079-24 had "הבקשות לפסילה" / "מעמד המבקשת וזכות עמידה" / "עותרים ציבוריים"). The earlier rule of "no sub-headings except academic cases" was too strict — based only on small local sample. 2. Paragraph numbering: discovered it's an evolutionary pattern, not a static rule. Pre-2025 decisions had sequential paragraph numbers (1, 2, 3 throughout); recent decisions (1126-25, 1128-25, 1130-25, 1194-25) abandoned it for narrative flow. The agent should NOT add paragraph numbers — the new style. The (1)...(2)...(3)... in-paragraph enumeration ban remains absolute — 0/33 final decisions used it. Distinction now made explicit: in-paragraph enumeration ≠ paragraph-level numbering (former always forbidden; latter is evolutionary). Updated: - docs/daphna-voice-fingerprint.md — corpus stats, refined anti-patterns - .claude/agents/legal-writer.md — checklist with new distinctions Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -281,8 +281,9 @@ curl -s -X POST -H "Authorization: Bearer $PAPERCLIP_API_KEY" \
|
||||
|
||||
### אנטי-דפוסים — בדיקה אחרי כתיבה (חובה)
|
||||
|
||||
- [ ] **אין רשימות ממוספרות** באנליזה (`(1)... (2)... (3)...`) — דפנה מעולם לא משתמשת
|
||||
- [ ] **אין כותרות משנה** בתוך בלוק י (חוץ מתיקים אקדמיים-משפטיים מובהקים כמו נאמנות)
|
||||
- [ ] **אין רשימות ממוספרות בתוך פסקה** (`(1)... (2)... (3)...`) — דפנה מעולם לא משתמשת
|
||||
- [ ] **אין מספור פסקאות סדרתי** (1., 2., 3.) — מגמה ישנה שנטושה ב-2025+; הסגנון החדש הוא נרטיב רציף
|
||||
- [ ] **כותרות משנה רק אם 3+ סוגיות מובחנות** — בתיק עם פסילה + עמידה + מהות, מותר. בתיק עם סוגיה אחת — לא.
|
||||
- [ ] **אין סיכומים בנקודות** של החלטות אחרות — תמיד ציטוט מלא
|
||||
- [ ] **אין דחיית טענה במשפט אחד** — כל טענה משמעותית = פסקה
|
||||
- [ ] **אין רטוריקה דרמטית של הצדדים** ("חטא קדמון") בקול ההכרעה — לתעד, לא לאמץ
|
||||
|
||||
Reference in New Issue
Block a user