@@ -228,27 +228,31 @@ fn showClaims(filter: []const u8) void {
228228// ═══════════════════════════════════════════════════════════════════════════════
229229
230230fn showStrategy () void {
231- print ("\n {s}{s}PATENT FILING STRATEGY{s}\n " , .{ BOLD , GOLDEN , RESET });
231+ print ("\n {s}{s}PATENT & DEFENSIVE PUBLICATION STRATEGY{s}\n " , .{ BOLD , GOLDEN , RESET });
232232 print ("{s}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━{s}\n\n " , .{ GRAY , RESET });
233233
234- print (" {s}PHASE 1: PROVISIONAL (IMMEDIATE){s}\n " , .{ GREEN , RESET });
234+ print (" {s}DEFENSIVE PUBLICATIONS (ACTIVE){s}\n " , .{ GREEN , RESET });
235+ print (" {s}──────────────────────────────────{s}\n " , .{ GRAY , RESET });
236+ print (" All 7 discoveries published as rich defensive publications on Zenodo.\n " , .{});
237+ print (" Each includes: Problem + Technical Disclosure + Evidence + Prior Art\n " , .{});
238+ print (" + Picket Fence extensions + CPC codes + cross-references.\n " , .{});
239+ print (" {s}Run: tri zenodo update [D001-D007]{s}\n\n " , .{ CYAN , RESET });
240+
241+ print (" {s}CPC CLASSIFICATIONS{s}\n " , .{ GOLDEN , RESET });
242+ print (" {s}───────────────────{s}\n " , .{ GRAY , RESET });
243+ print (" D001-D003: H03K19/20, G06F30/34, G06N3/04, G06F7/544\n " , .{});
244+ print (" D004: G06F8/65, G06N20/00, G06F11/36\n " , .{});
245+ print (" D005: G06F7/72, G06N3/04, G06F17/16\n " , .{});
246+ print (" D006: G06N3/0455, G06F17/14, G06N3/084\n " , .{});
247+ print (" D007: G06F7/544, G06F7/72, G06F17/16\n\n " , .{});
248+
249+ print (" {s}PHASE 1: PROVISIONAL (OPTIONAL){s}\n " , .{ YELLOW , RESET });
235250 print (" {s}──────────────────────────────────{s}\n " , .{ GRAY , RESET });
236251 print (" P1 Resonance + Square Attention CRITICAL $2,000-3,000\n " , .{});
237252 print (" P2 Zero-DSP FPGA Inference CRITICAL $2,000-3,000\n " , .{});
238253 print (" P3 Self-Evolving Ouroboros HIGH $1,500-2,500\n " , .{});
239254 print (" {s}Provisionals give 12 months priority date.{s}\n\n " , .{ CYAN , RESET });
240255
241- print (" {s}PHASE 2: FULL UTILITY (6-9 months){s}\n " , .{ YELLOW , RESET });
242- print (" {s}────────────────────────────────────{s}\n " , .{ GRAY , RESET });
243- print (" Convert P1, P2 to full utility patents\n " , .{});
244- print (" Add dependent claims (VSA, sparse matmul, phi-RoPE)\n " , .{});
245- print (" File with USPTO $15,000-25,000\n\n " , .{});
246-
247- print (" {s}PHASE 3: PCT INTERNATIONAL (12 months){s}\n " , .{ YELLOW , RESET });
248- print (" {s}───────────────────────────────────────{s}\n " , .{ GRAY , RESET });
249- print (" Markets: US, EU (EPO), China (CNIPA), Japan, Korea\n " , .{});
250- print (" Per jurisdiction: $3,000-5,000 $30,000-50,000\n\n " , .{});
251-
252256 print (" {s}TOTAL BUDGET{s}\n " , .{ GOLDEN , RESET });
253257 print (" {s}────────────{s}\n " , .{ GRAY , RESET });
254258 print (" Phase 1 (provisionals): $5,500 - $8,500\n " , .{});
@@ -258,17 +262,13 @@ fn showStrategy() void {
258262
259263 print (" {s}DEFENSE STRENGTHS{s}\n " , .{ GREEN , RESET });
260264 print (" {s}─────────────────{s}\n " , .{ GRAY , RESET });
261- print (" 1. Zenodo DOI 10.5281/zenodo.18939352 (2026-03-10) — prior art\n " , .{});
262- print (" 2. 42 Railway services — reproducible experiments\n " , .{});
263- print (" 3. Open-source Yosys toolchain — FPGA results reproducible\n " , .{});
264- print (" 4. Published papers in papers/hslm/ and papers/trinity-fpga/\n " , .{});
265- print (" 5. Full git history — every experiment documented\n\n " , .{});
266-
267- print (" {s}RISKS{s}\n " , .{ RED , RESET });
268- print (" {s}─────{s}\n " , .{ GRAY , RESET });
269- print (" 101 rejection (Ouroboros) — mitigate with concrete metrics\n " , .{});
270- print (" Obviousness (0-DSP) — TerEffic 2025 uses 3,041 DSP\n " , .{});
271- print (" Prior art (VSA) — Kanerva 2009 but not ternary+SIMD\n\n " , .{});
265+ print (" 1. 7 Zenodo DOIs with rich defensive publication descriptions\n " , .{});
266+ print (" 2. CPC-classified for patent examiner discoverability\n " , .{});
267+ print (" 3. Cross-referenced DOI graph (all 5 records linked)\n " , .{});
268+ print (" 4. Picket fence extensions block trivial variations\n " , .{});
269+ print (" 5. 42 Railway services — reproducible experiments\n " , .{});
270+ print (" 6. Open-source Yosys toolchain — FPGA results reproducible\n " , .{});
271+ print (" 7. Full git history — every experiment documented\n\n " , .{});
272272}
273273
274274// ═══════════════════════════════════════════════════════════════════════════════
0 commit comments