Skip to content

Instantly share code, notes, and snippets.

View YoraiLevi's full-sized avatar
🎯
Focusing

Yorai Levi YoraiLevi

🎯
Focusing
View GitHub Profile
@YoraiLevi
YoraiLevi / 01_main_report.md
Created September 9, 2026 04:06
Deep research: local-first, agent-addressable artifact review systems (verified 2026-09-09)

Artifact-grounded review: a local-first coordination layer for humans and agents

Research report — verified 2026-09-09

1. Executive summary

The clearest category name is artifact-grounded review layer: software that keeps a discussion, work request, and its evidence attached to the particular content being reviewed, while presenting the same underlying record visually to a human and structurally to an agent. “Annotation system” is too narrow because it omits assignment and action; “agent task manager” is too broad and loses the anchor; “collaborative editor” implies owning the artifact; and “code review” excludes the document, slide, spreadsheet, PDF, and image cases.

Finding: no complete product was verified. Existing systems cluster into four strong but incomplete groups. Google Workspace, Microsoft Office, Figma, GitHub, Gerrit, and Frame.io provide excellent native human review inside their own artifact boundaries but are proprietary or remote, unevenly expose anchors and thread opera

@YoraiLevi
YoraiLevi / agent-identity-prior-art.md
Created September 7, 2026 22:35
Agent Identity Prior Art: Tools, Methods, and Mechanisms (Git/GitHub focus)

Agent Identity Prior Art: Tools, Methods, and Mechanisms

An engineering survey of how autonomous coding agents are given an identity distinct from the human who runs them, with a focus on Git and GitHub. Written 2026-09-08.

Why This Document Exists

Coding agents (Claude Code, Codex CLI, Cursor, Copilot, and home-grown harnesses) run Git and platform commands on your behalf. By default they inherit your identity: your user.email on every commit, your token or SSH key on every push, your account on every pull-request comment. That default erases the human/agent boundary, so you cannot filter agent work in git log, apply different branch-protection rules to bot pull requests, or scope and revoke an agent's blast radius independently of your own access.

This survey catalogs the prior art: the tools people have built, the methods those tools use, and the underlying mechanisms. It closes with a user story for each method that states who benefits, what the method provides, and why that method is the r

@YoraiLevi
YoraiLevi / figma-agent-tooling-digest.md
Created September 7, 2026 03:47
Figma Agent Tooling: A Prior-Art Digest and Rating Framework (Aug-Sep 2026) - official + community MCP servers, skills, and CLIs, with a weighted rating framework and falsifiable probes

Figma Agent Tooling: A Prior-Art Digest and Rating Framework

Survey window: 2026-08-24 to 2026-09-07 Method: GitHub REST search (gh api search/repositories), Figma developer documentation, figma/mcp-server-guide, and the figma/community-resources agent-skill index. Star counts are as observed on 2026-08-24 unless a later date is noted. They drift.


1. Why This Digest Exists

@YoraiLevi
YoraiLevi / omp-live-is-not-voice-mode.md
Created September 6, 2026 01:56
OMP Live Is Not Voice Mode

OMP Live Is Not Voice Mode

ChatGPT-flavored speech in the terminal, with a coding model that never speaks and a voice model that never touches the repo.

If you have pressed Ctrl+L in Oh My Pi and talked at the prompt, the illusion is complete. A voice answers. Code gets written. It feels like ChatGPT Advanced Voice grew a repo.

It did not. Live is a duplex call glued onto the session you already had. Two models. One transcript. A small labeled handoff in between.

The Thing You Think It Is

@YoraiLevi
YoraiLevi / README.md
Created August 31, 2026 15:46
Evidence-based lecture design: deep research report, practical toolkit, and structured evidence registers

Evidence-based lecture design — deliverable guide

This package turns the supplied deep-research protocol into a report, a standalone toolkit, and five structured research tables.

Files

  1. evidence-based-lectures-deep-research-report.md — research synthesis, methodology, evidence labels, mechanisms, context modifiers, contradictions, myths, accessibility requirements, evaluation, and references.
  2. lecture-design-toolkit.md — planning canvas, 18 conditional rules, seven scenario blueprints, the ten requested supporting tools, eight annotated redesigns, two decision matrices, and a pilot/rehearsal process.
  3. evidence-register.csv — compact 71-source register for easy scanning.
  4. evidence-register-detailed.csv — the protocol’s field-complete source-table view. Where a synthesis does not report one uniform audience, duration, delay, or format, the cell says varied/not reported instead of inventing precision.
@YoraiLevi
YoraiLevi / orca-parallel-dev-builds.md
Last active August 20, 2026 22:48
Running multiple Orca dev builds side by side (one per git worktree) — why the shared dev profile silently misroutes the CLI, and how to fix it. Refs stablyai/orca#15647 / #15648

Running multiple Orca dev builds side by side (one per git worktree)

How to dogfood Orca while developing it: keep your stable release for real work, run several dev builds — one per worktree/branch — and let an agent session drive them without ever hitting the wrong one.

Upstream tracking: issue stablyai/orca#15647 · fix stablyai/orca#15648


TL;DR

@YoraiLevi
YoraiLevi / growth-landscape-manifesto.md
Created August 20, 2026 12:10
Draft, then freeze — a manifesto for software that grows with the person using it

Draft, then freeze

A manifesto for software that grows with the person using it.

We are not building an operating system. We are not installing another plugin and restarting. We are not asking a model to hallucinate HTML with nothing behind it.

We are building a growth landscape: visualization and interactivity that appear when needed, stay if they earn it, and remain visible to both the human and the agent — without hiccups, without restarts.

@YoraiLevi
YoraiLevi / claude-code-workspace-trust.md
Created August 19, 2026 12:38
Claude Code: trust a workspace non-interactively (hasTrustDialogAccepted) — verified runbook + helper script

Trusting a Claude Code workspace without the interactive dialog

Runbook. Writes a workspace's trust record into Claude Code's global config so the CLI stops asking "do you trust this folder?" and starts honoring that project's .claude/settings.json.

Verified against Claude Code 2.1.234, native binary install, on Windows 11.


Verdict

@YoraiLevi
YoraiLevi / claude-code-file-retention.md
Created August 19, 2026 12:13
Claude Code 2.1.234 — every automatic file cleanup (34 retention-sweep phases + installer self-maintenance), what each deletes, and how to configure retention. Derived from the shipped binary.

Claude Code — Every Automatic File Cleanup, and How to Configure It

Scope: Claude Code CLI version 2.1.234.

Method: Derived by reading the shipped binary directly, not from documentation. See "How this was verified" to reproduce it on your own install.

Applies to: Local files on your machine only. Server-side retention is a separate policy and is not covered here.


@YoraiLevi
YoraiLevi / CHANGELOG.md
Last active August 18, 2026 02:39
Prompt-refinement brief + experiment log (private)

Prompt-refinement brief — changelog and experiment log

The brief converts a terse, fragmentary user reply into an explicit self-contained prompt. It is tested by handing it to fresh subagents with real conversation turns and comparing their output against what was produced by hand.

x

Test cases