Repository Analysis

danielmiessler/Personal_AI_Infrastructure

⛰️ The Life Operating System — an intent engineering platform that moves you from your current state to your ideal state, in life and work.

9.3 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of danielmiessler/Personal_AI_Infrastructure, a TypeScript project with 18,773 GitHub stars. SynthScan v2.0 examined 316,406 lines of code across 1731 source files, recording 1505 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 9.3 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

9.3
Adjusted Score
9.3
Raw Score
100%
Time Factor
2026-08-14
Last Push
18.8K
Stars
TypeScript
Language
316.4K
Lines of Code
1.7K
Files
1.5K
Pattern Hits
2026-08-29
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 4MEDIUM 513LOW 988

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 1505 distinct pattern matches across 17 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators399 hits · 1176 pts
SeverityFileLineSnippetContext
MEDIUMLifeOS/Tools/InstallEngine.ts328// ════════════════════════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/Tools/InstallEngine.ts332// ════════════════════════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/Tools/DeployComponents.ts88// ── helpers ──────────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/Tools/DeployComponents.ts149// ── component deployers ──────────────────────────────────────────────COMMENT
MEDIUMLifeOS/Tools/DeployComponents.ts390// ── main ─────────────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/install.sh2# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/install.sh42# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/install.sh45# ─── Release resolution — always the latest published release ─────COMMENT
MEDIUMLifeOS/install/install.sh105# ─── Colors / helpers ────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/install.sh133# ─── Step 1: Prereqs ─────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/install.sh192# ─── Step 2: Detect harness (no clobber) ─────────────────────────COMMENT
MEDIUMLifeOS/install/install.sh207# ─── Step 3: Fetch the LifeOS release ────────────────────────────COMMENT
MEDIUMLifeOS/install/install.sh327# ─── Step 4: Place the skill (additive) ──────────────────────────COMMENT
MEDIUMLifeOS/install/install.sh452# ─── Step 6: Hand off to the agentic setup ───────────────────────COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml13# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml15# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml40# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml42# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml69# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml71# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml87# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml89# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml107# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml109# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml125# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml127# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml145# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml147# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml172# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml174# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml192# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml194# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml212# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/FINANCES/schema.yaml214# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/hooks/MemoryTurnStart.hook.ts41// ── Hot-layer injection gate (2026-07-11, context-window cleanup #1) ─────────COMMENT
MEDIUMLifeOS/install/hooks/MemoryTurnStart.hook.ts41// ── Hot-layer injection gate (2026-07-11, context-window cleanup #1) ─────────COMMENT
MEDIUMLifeOS/install/hooks/WritingGate.hook.ts54// ── Publication-content signals ───────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/VerificationGate.hook.ts64// ── Claim units ──────────────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/VerificationGate.hook.ts145// ── T5: publicity claims (2026-07-31) ────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/VerificationGate.hook.ts211// ── TF: contradicted completion ──────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/VerificationGate.hook.ts282// ── State + telemetry ────────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/ISASync.hook.ts179 // ─────────── HTML Mirror trigger 1 (v6.5.0 ISA HTML Mirror) ───────────COMMENT
MEDIUMLifeOS/install/hooks/ISASync.hook.ts197 // ─────────── HTML Mirror trigger 2 — session state tracking ───────────COMMENT
MEDIUMLifeOS/install/hooks/SpendAuditor.hook.ts85// ── Transcript extraction (pure; exported for tests) ─────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/SpendAuditor.hook.ts174// ── The audit payload (shared with RunCalibration — imported from here) ───────COMMENT
MEDIUMLifeOS/install/hooks/SpendAuditor.hook.ts200// ── Eligibility ──────────────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/SpendAuditor.hook.ts239// ── Detached audit pass (may take ~90s; all try/caught; always exit 0) ────────COMMENT
MEDIUMLifeOS/install/hooks/SpendAuditor.hook.ts363// ── Hot path (Stop event; deterministic, <20ms, always exit 0) ────────────────COMMENT
MEDIUMLifeOS/install/hooks/ReminderRouter.hook.ts46// ── Precision triggers ──────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/ReminderRouter.hook.ts79// ── Tiny relative-date parser ───────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/ReminderRouter.hook.ts126// ── Session-scoped idempotency ──────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/ReminderRouter.hook.ts155// ── Issue creation ──────────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/ReminderRouter.hook.ts203// ── Main ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/ISACloseGate.hook.ts91// ── State + telemetry (same shape as VerificationGate) ───────────────────────COMMENT
MEDIUMLifeOS/install/hooks/SatisfactionCapture.hook.ts387// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/SatisfactionCapture.hook.ts389// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts108// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts110// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts144// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts146// ══════════════════════════════════════════════════COMMENT
339 more matches not shown…
Structural Annotation Overuse632 hits · 1036 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts715 // Step 1: Parse transcript for modified filesCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts733 // Step 2: Build filesystem inventoryCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts741 // Step 3: Determine which docs to checkCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts746 // Step 4: Run all pattern checksCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts809 // Step 5: Apply safe deterministic updatesCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts833 // Step 6: Inference-powered semantic analysis — NOT on teardown.COMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts857 // Step 7: SummaryCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts871 // Step 10: Voice notification — ONLY when actual documentation edits were appliedCOMMENT
LOW…all/LIFEOS/DOCUMENTATION/Tools/CliFirstArchitecture.md63### Step 1: Understand RequirementsCOMMENT
LOW…all/LIFEOS/DOCUMENTATION/Tools/CliFirstArchitecture.md88### Step 2: Build Deterministic CLICOMMENT
LOW…all/LIFEOS/DOCUMENTATION/Tools/CliFirstArchitecture.md130### Step 3: Wrap with PromptingCOMMENT
LOW…all/LIFEOS/DOCUMENTATION/Tools/CliFirstArchitecture.md457# Step 1: Build CLICOMMENT
LOW…all/LIFEOS/DOCUMENTATION/Tools/CliFirstArchitecture.md462# Step 2: Update prompting to use CLICOMMENT
LOW…all/LIFEOS/DOCUMENTATION/Tools/CliFirstArchitecture.md513### Step 1: RequirementsCOMMENT
LOW…all/LIFEOS/DOCUMENTATION/Tools/CliFirstArchitecture.md525### Step 2: CLI DesignCOMMENT
LOW…all/LIFEOS/DOCUMENTATION/Tools/CliFirstArchitecture.md563### Step 3: Prompting IntegrationCOMMENT
LOWLifeOS/install/LIFEOS/DOCUMENTATION/Hooks/HookSystem.md913### Step 1: Choose Hook EventCOMMENT
LOWLifeOS/install/LIFEOS/DOCUMENTATION/Hooks/HookSystem.md916### Step 2: Create Hook ScriptCOMMENT
LOWLifeOS/install/LIFEOS/DOCUMENTATION/Hooks/HookSystem.md955### Step 3: Make ExecutableCOMMENT
LOWLifeOS/install/LIFEOS/DOCUMENTATION/Hooks/HookSystem.md961### Step 4: Add to settings.jsonCOMMENT
LOWLifeOS/install/LIFEOS/DOCUMENTATION/Hooks/HookSystem.md979### Step 5: TestCOMMENT
LOWLifeOS/install/LIFEOS/DOCUMENTATION/Hooks/HookSystem.md985### Step 6: Restart Claude CodeCOMMENT
LOWLifeOS/install/LIFEOS/TOOLS/PangramScore.ts108 // Step 1: submit the task.COMMENT
LOWLifeOS/install/LIFEOS/TOOLS/PangramScore.ts124 // Step 2: poll until terminal stage (STAGE_SUCCESS | STAGE_FAILED).COMMENT
LOWLifeOS/install/LIFEOS/TOOLS/lifeos.ts596 // Step 1: Update BunCOMMENT
LOWLifeOS/install/LIFEOS/TOOLS/lifeos.ts605 // Step 2: Update Claude CodeCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/MenuBar/install.sh24# Step 1: BuildCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/MenuBar/install.sh29# Step 2: Unload old menu bar plist if presentCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/MenuBar/install.sh37# Step 3: Remove old Monitor appCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/MenuBar/install.sh46# Step 4: Unload current plist if it exists (for reinstall)COMMENT
LOWLifeOS/install/LIFEOS/PULSE/MenuBar/install.sh56# Step 5: Deploy app bundleCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/MenuBar/install.sh63# Step 6: Install and load launchd plistCOMMENT
LOW…eOS/install/LIFEOS/PULSE/lib/strip-mode-scaffolding.ts53 // Step 1: remove entire-line markers (banner, phase header, bare mode label).COMMENT
LOW…eOS/install/LIFEOS/PULSE/lib/strip-mode-scaffolding.ts58 // Step 2: strip prefix-only markers, preserving the content that follows.COMMENT
LOW…eOS/install/LIFEOS/PULSE/lib/strip-mode-scaffolding.ts62 // Step 3: collapse runs of ≥2 blank lines into a single blank line, thenCOMMENT
LOWLifeOS/install/skills/Telos/Tools/UpdateTelos.ts185 // Step 1: Create timestamped backupCOMMENT
LOWLifeOS/install/skills/Telos/Tools/UpdateTelos.ts208 // Step 2: Update the target file. TELOS templates end with a `---` +COMMENT
LOWLifeOS/install/skills/Telos/Tools/UpdateTelos.ts245// Step 3: Update updates.md with change logCOMMENT
LOW…nstall/skills/Telos/Workflows/CreateNarrativePoints.md237### Step 1: Gather TELOS ContextCOMMENT
LOW…nstall/skills/Telos/Workflows/CreateNarrativePoints.md248### Step 2: Identify the Emotional CoreCOMMENT
LOW…nstall/skills/Telos/Workflows/CreateNarrativePoints.md258### Step 3: Draft Each SectionCOMMENT
LOW…nstall/skills/Telos/Workflows/CreateNarrativePoints.md270### Step 4: Validate the ArcCOMMENT
LOWLifeOS/install/skills/Telos/Workflows/WriteReport.md139### Step 1: Verify Artifacts ExistCOMMENT
LOWLifeOS/install/skills/Telos/Workflows/WriteReport.md150### Step 2: Copy Report TemplateCOMMENT
LOWLifeOS/install/skills/Telos/Workflows/WriteReport.md160### Step 3: Generate report-data.ts from ArtifactsCOMMENT
LOWLifeOS/install/skills/Telos/Workflows/WriteReport.md217### Step 4: Start Dev ServerCOMMENT
LOWLifeOS/install/skills/Telos/Workflows/Update.md112## Step 1: Parse the RequestCOMMENT
LOWLifeOS/install/skills/Telos/Workflows/Update.md119## Step 2: Prepare the UpdateCOMMENT
LOWLifeOS/install/skills/Telos/Workflows/Update.md134## Step 3: Execute the UpdateCOMMENT
LOWLifeOS/install/skills/Telos/Workflows/Update.md146## Step 4: Confirm and EngageCOMMENT
LOWLifeOS/install/skills/Telos/Workflows/Update.md154## Step 5: Handle Errors GracefullyCOMMENT
LOW…eOS/install/skills/Research/UrlVerificationProtocol.md33# Step 1: Check HTTP statusCOMMENT
LOW…eOS/install/skills/Research/UrlVerificationProtocol.md36# Step 2: If 200, verify content with WebFetchCOMMENT
LOW…eOS/install/skills/Research/UrlVerificationProtocol.md39# Step 3: Only include if BOTH checks passCOMMENT
LOWLifeOS/install/skills/Research/Workflows/Retrieve.md258// Step 1: Get Actor info and input schemaCOMMENT
LOWLifeOS/install/skills/Research/Workflows/Retrieve.md264// Step 2: Run Actor with proper inputCOMMENT
LOW…eOS/install/skills/Research/Workflows/QuickResearch.md14### Step 0: Source Routing Check (MANDATORY)COMMENT
LOW…eOS/install/skills/Research/Workflows/QuickResearch.md23### Step 1: Launch Single Perplexity AgentCOMMENT
LOW…eOS/install/skills/Research/Workflows/QuickResearch.md42### Step 2: Return ResultsCOMMENT
LOW…/install/skills/Research/Workflows/StandardResearch.md23### Step 0: Source Routing Check (MANDATORY)COMMENT
572 more matches not shown…
AI Slop Vocabulary64 hits · 184 pts
SeverityFileLineSnippetContext
MEDIUMLifeOS/Tools/InstallEngine.ts123 * Signal strength (#1448): config dir + harness binary on PATH beats config dirCOMMENT
MEDIUMLifeOS/install/install.sh6# Unlike a whole-harness install, this does NOT clobber your setup.COMMENT
MEDIUMLifeOS/install/install.sh7# It drops the LifeOS skill into your existing harness, then hands offCOMMENT
MEDIUMLifeOS/install/install.sh11# wires hooks — adapting to YOUR OS and harness as it goes.COMMENT
MEDIUMLifeOS/install/install.sh15# 2. Detects your harness + any existing LifeOS install (no clobber)COMMENT
MEDIUMLifeOS/install/install.sh192# ─── Step 2: Detect harness (no clobber) ─────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/TimeContext.hook.ts7 * Ported from public PR #1511 (credit @anikinsasha). Why: the harnessCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh474# Get harness name and version from JSON input (set by pai-core extension).COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh475# Defaults to "CC" (Claude Code) when not running under Pi or another harness.COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh479 # Not running under a known harness — treat as Claude Code directCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh483# Get Claude Code version. The harness already hands us the live value in theCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1774# LEVEL reflects the harness's LIVE reasoning effort, straight from theCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1777# harness reports it as `xhigh`, so we detect it via output_style and promote toCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh292# DA name comes from the DA_NAME env var (harness-exported), default AssistantCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh508# per-dispatch model is what the harness inherits.COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1982# DEFAULT MODEL is the session's DEFAULT main-loop model — the harness-reportedCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh2143 # it, or riding the default all session? ModelMix.ts reads the harnessCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh2299# Background/mailbox agents: live harness transcripts (mtime <2min), disjointCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh2400# CLAUDE.md — auto-loaded by the harness at session start. Display-only so theCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh2421# harness default. The FILES list still shows each file's share of the contextCOMMENT
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts121 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Mission")}`, name: "Mission", category: "foundational", leverage: 10,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts125 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Goals")}`, name: "Goals", category: "foundational", leverage: 10,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts129 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Problems")}`, name: "Problems", category: "foundational", leverage: 9,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts132 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Strategies")}`, name: "Strategies", category: "foundational", leverageCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts135 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Challenges")}`, name: "Challenges", category: "foundational", leverageCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts138 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Narratives")}`, name: "Narratives", category: "foundational", leverageCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts141 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Beliefs")}`, name: "Beliefs", category: "foundational", leverage: 5,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts144 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Models")}`, name: "Models", category: "foundational", leverage: 4,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts147 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Frames")}`, name: "Frames", category: "foundational", leverage: 4,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts150 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Traumas")}`, name: "Traumas", category: "foundational", leverage: 5,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts154 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Wrong (Things I've been wrong about)")}`, name: "Wrong (Things I've beCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts158 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Wisdom")}`, name: "Wisdom", category: "foundational", leverage: 4,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts161 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Predictions")}`, name: "Predictions", category: "foundational", leveraCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts165 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Ideas")}`, name: "Ideas", category: "foundational", leverage: 5,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts169 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Sparks")}`, name: "Sparks", category: "foundational", leverage: 6,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts174 { phase: 2, path: `${TELOS_PATH}#${sectionSlug("Ideal State")}`, name: "Ideal State", category: "ideal_state", leveragCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts181 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("2036 — A Day in the Life with a Digital Assistant")}`, name: "2036 — ACODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts185 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Books")}`, name: "Books", category: "preference", leverage: 5,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts188 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Authors")}`, name: "Authors", category: "preference", leverage: 5,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts191 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Bands")}`, name: "Bands", category: "preference", leverage: 4,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts195 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Movies")}`, name: "Movies", category: "preference", leverage: 3,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts199 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Restaurants")}`, name: "Restaurants", category: "preference", leverageCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts204 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Food")}`, name: "Food", category: "preference", leverage: 4,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts209 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Meetups")}`, name: "Meetups", category: "preference", leverage: 3,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts213 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Civic")}`, name: "Civic", category: "preference", leverage: 2,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts217 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Learning Interests")}`, name: "Learning Interests", category: "prefereCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts222 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Team")}`, name: "Team", category: "preference", leverage: 5,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts226 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Context Filter")}`, name: "Context Filter", category: "preference", leCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts235 { phase: 4, path: `${TELOS_PATH}#${sectionSlug("Current State")}`, name: "Current State", category: "current_state", lCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts238 { phase: 4, path: `${TELOS_PATH}#${sectionSlug("Status — Current Work & Recent Accomplishments")}`, name: "Status — CuCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts371 // Priority: phase (dominant) + leverage + incompleteness. Phase 1 always beats Phase 2.COMMENT
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts437 // Priority: phase (dominant) + leverage + incompleteness. Phase 1 always beats Phase 2.COMMENT
MEDIUMLifeOS/install/LIFEOS/PULSE/PULSE.toml118# Override the harness location with the BUNKER_DIR env var.COMMENT
MEDIUM…IFEOS/PULSE/Observability/src/app/telos/_v7/summary.ts8// - PINCH POINTS: challenges blocking ≥3 goals (highest-leverage unblock)COMMENT
MEDIUM…IFEOS/PULSE/Observability/src/app/telos/_v7/summary.ts239 // 2. Highest-leverage pinch unblock (if not already covered).COMMENT
MEDIUMLifeOS/install/skills/Evals/Types/index.ts66 // Model-based (flexible, nuanced)COMMENT
MEDIUMLifeOS/install/skills/LifeOS/Tools/InstallEngine.ts123 * Signal strength (#1448): config dir + harness binary on PATH beats config dirCOMMENT
MEDIUMLifeOS/install/skills/LifeOS/install/install.sh6# Unlike a whole-harness install, this does NOT clobber your setup.COMMENT
MEDIUMLifeOS/install/skills/LifeOS/install/install.sh7# It drops the LifeOS skill into your existing harness, then hands offCOMMENT
MEDIUMLifeOS/install/skills/LifeOS/install/install.sh11# wires hooks — adapting to YOUR OS and harness as it goes.COMMENT
4 more matches not shown…
Over-Commented Block165 hits · 150 pts
SeverityFileLineSnippetContext
LOWLifeOS/Tools/InstallHooks.ts101 console.log(JSON.stringify({ ...report, dryRun: true, note: "no changes written; re-run with --apply after permissioCOMMENT
LOWLifeOS/Tools/DeployComponents.ts41COMMENT
LOWLifeOS/install/install.sh1#!/usr/bin/env bashCOMMENT
LOWLifeOS/install/install.sh21# Local/offline install (no network):COMMENT
LOWLifeOS/install/install.sh41# across machines at the same point in time, not against an old note.COMMENT
LOWLifeOS/install/install.sh381# constitution. Repoint stale aliases in place — SAME alias name, so the user'sCOMMENT
LOWLifeOS/install/USER/CONFIG/LIFEOS_CONFIG.toml1# LIFEOS_CONFIG.toml — user-owned LifeOS configurationCOMMENT
LOWLifeOS/install/USER/FINANCES/vendors.yaml1# > 💰 SAMPLE TEMPLATE — Replace with your own data via /interview or by editing this file. Real Pulse Finance dashboardsCOMMENT
LOWLifeOS/install/USER/FINANCES/obligations.yaml1# > 💰 SAMPLE TEMPLATE — Replace with your own data via /interview or by editing this file. Real Pulse Finance dashboardsCOMMENT
LOWLifeOS/install/hooks/WritingGate.hook.ts201 DELIVER_LABEL.test(codeStripped) || BLOG_FRONTMATTER.test(fenceStripped);COMMENT
LOWLifeOS/install/hooks/VerificationGate.hook.ts61const OBS_PATH = join(LIFEOS, "MEMORY", "OBSERVABILITY", "verification-gate.jsonl");COMMENT
LOWLifeOS/install/hooks/VerificationGate.hook.ts141const T3_VISUAL = /\b(logo|image|icon|favicon|thumbnail|hero|banner|button|layout|header|footer|nav(bar)?|wordmark|graphCOMMENT
LOWLifeOS/install/hooks/VerificationGate.hook.ts381 // Swallowed-status hole: final event printed hard-failure text but exited 0,COMMENT
LOWLifeOS/install/hooks/SatisfactionCapture.hook.ts161 if (!match) return null;COMMENT
LOWLifeOS/install/hooks/AlgorithmNudge.hook.ts701 // ALWAYS-ON: design-class work → elect the top rung BEFORE building.COMMENT
LOWLifeOS/install/hooks/AlgorithmNudge.hook.ts721 }COMMENT
LOWLifeOS/install/hooks/AlgorithmNudge.hook.ts841 } else {COMMENT
LOWLifeOS/install/hooks/StopGates.hook.ts41// its unified-format successor WITH TEETH (2026-07-11): deterministicCOMMENT
LOWLifeOS/install/hooks/EventLogger.hook.ts221 // call bumps the session's row (30s debounce inside). The old rule bumpedCOMMENT
LOWLifeOS/install/hooks/ContextReduction.hook.sh1#!/bin/bashCOMMENT
LOWLifeOS/install/hooks/lib/safety-classifier.ts281 // stdbuf [opts], plus absolute interpreter paths in standard bin dirs.COMMENT
LOWLifeOS/install/hooks/lib/safety-classifier.ts441 if (READ_ONLY_TOOLS.includes(tc.toolName)) {COMMENT
LOWLifeOS/install/hooks/lib/safety-classifier.ts461 // of the executed single-quoted arg. The inner content IS theCOMMENT
LOWLifeOS/install/hooks/lib/safety-classifier.ts541 // Loopback HTTP is not an exfiltration channel — the data never leavesCOMMENT
LOWLifeOS/install/hooks/lib/system-file-guard-core.ts21const DEFAULT_DENY_LIST_PATH = join(CLAUDE_ROOT, "LIFEOS/USER/SECURITY/DENY_LIST.txt");COMMENT
LOWLifeOS/install/hooks/lib/containment-zones.ts1// containment-zones.ts — release-pipeline zone inventory.COMMENT
LOWLifeOS/install/hooks/lib/containment-zones.ts161 // 2026-07-20 — the public install flow embeds the public install URLCOMMENT
LOWLifeOS/install/hooks/lib/containment-zones.ts181 // embed pattern literals as functional or doctrine content:COMMENT
LOWLifeOS/install/hooks/lib/tab-setter.ts281 // reset set-tab-title overrides, so the template falls back to window title.COMMENT
LOWLifeOS/install/hooks/lib/isa-utils.ts1// isa-utils.ts -- Shared ISA functions for hooksCOMMENT
LOWLifeOS/install/hooks/lib/isa-utils.ts161//COMMENT
LOWLifeOS/install/hooks/lib/isa-utils.ts281 .map((line): CriterionEntry | null => {COMMENT
LOWLifeOS/install/hooks/lib/isa-utils.ts581 */COMMENT
LOWLifeOS/install/hooks/lib/isa-utils.ts801 had_legacy_bodyhash: !existing.bodyHash,COMMENT
LOWLifeOS/install/hooks/lib/isa-utils.ts921 // Intent snippet — UI fallback when no criteria render on the current phase.COMMENT
LOWLifeOS/install/hooks/lib/isa-utils.ts961 ...(fm.frozen ? { frozen: true } : {}),COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1#!/bin/bashCOMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh21LIFEOS_DIR="${LIFEOS_DIR:-$HOME/.claude/LIFEOS}"COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh61CLAUDE_HOME="$HOME/.claude"COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh161 "$(eval echo ~"$(id -un 2>/dev/null)")/.claude/LIFEOS/ALGORITHM/LATEST"; doCOMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh181# │ Terminal width │ n/a │ Written once, read as fallback │COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh381# ── Startup context estimate (fresh calculation, no cross-session caching) ─COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh661# PARALLEL PREFETCH - Launch expensive operations needed by current width modeCOMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh681# under a second, so anything older is orphaned. This is the only layer thatCOMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh721is_git_repo=trueCOMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh981 # fetches per TTL window. mkdir is an atomic, portable mutex — macOS hasCOMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1001 # refreshInterval, and killing one mid-`security` can strand theCOMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1141 # API-key billing: responses have landed yet no rate_limits object everCOMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1401COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1521COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1761 printf "%b%s${RESET} %b%s%s${RESET}" "$_dc" "${_labels[$_i]}" "$_tc" "$_val" "$_suffix"COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1941 [ ${#_mem_line} -gt 68 ] && _mem_line="${_mem_line:0:67}…"COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1981# still parse above for other consumers.COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh2001# source of truth) — a lineup flip re-labels the roster automatically.COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh2141 # running right now"; it cannot answer the question actually being asked ofCOMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh2221 # both matching *gemini* on resolved models). Same two-state shape as GROK —COMMENT
LOW…FEOS/DOCUMENTATION/Terminal/kitty/tab_refit_watcher.py1# tab_refit_watcher.py — keep the LEFT-edge tab bar hugging the widest title.COMMENT
LOW…/install/LIFEOS/DOCUMENTATION/Terminal/kitty/TabBar.ts1#!/usr/bin/env bunCOMMENT
LOW…/install/LIFEOS/DOCUMENTATION/Terminal/kitty/TabBar.ts21const WIDTH_STEP = 6;COMMENT
LOWLifeOS/install/LIFEOS/TOOLS/ISAReconcile.ts1#!/usr/bin/env bunCOMMENT
105 more matches not shown…
Modern AI Meta-Vocabulary42 hits · 115 pts
SeverityFileLineSnippetContext
MEDIUMLifeOS/Tools/DeployCore.ts31// - USER shipped separately as a scaffold (ScaffoldUser) + symlinked (LinkUser)COMMENT
MEDIUMLifeOS/Tools/InstallEngine.ts642 // Branch (c): fresh install — scaffold the data home (if empty) + symlink.COMMENT
MEDIUMLifeOS/install/install.sh8# to the agentic `/LifeOS setup`, which (with your permission) does theCOMMENT
MEDIUMLifeOS/install/install.sh19# 6. Hands off to `/LifeOS setup` (the agentic onboarding)COMMENT
MEDIUMLifeOS/install/install.sh452# ─── Step 6: Hand off to the agentic setup ───────────────────────COMMENT
MEDIUMLifeOS/install/CLAUDE.template.md7# Identity @-imports below are activated by the agentic `/LifeOS setup` (via `skills/LifeOS/Tools/ActivateImports.ts`) oCOMMENT
MEDIUMLifeOS/install/USER/CONFIG/LIFEOS_CONFIG.toml9# release with real values; this is the clean scaffold. It is yours; edit freely.COMMENT
MEDIUMLifeOS/install/hooks/ContextReduction.hook.sh9# scaffolding. rtk's measured value here is git + gh output compression, which theCOMMENT
MEDIUMLifeOS/install/hooks/lib/egress-class-core.ts48 // Customer-work anchor covers the SHIPPED scaffold names, not just thisCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh2367# Each entry annotated with its on-disk size as a percentage of the context window.COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh2373# Color the percentage value by its size relative to context window.COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh2424# Format each entry with one-decimal percentage of context window, colored by size.COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh2443 # The %(above) is SIZE — this file's share of the context window, colored by that.COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh2454# Skills percentage of context window — same denominator as other FILES entriesCOMMENT
MEDIUMLifeOS/install/LIFEOS/DOCUMENTATION/ISA/ISAFormat.md24> **v2.14.0 (Algorithm v8.5.0) — the fog section + two probe conventions.** The body grows to **fifteen** sections: `## CODE
MEDIUMLifeOS/install/LIFEOS/DOCUMENTATION/ISA/ISAFormat.md39**v2.7 (Algorithm v6.2.0+, still current at v6.3.0):** the body grew from six sections to **twelve in fixed order**: ProCODE
MEDIUMLifeOS/install/LIFEOS/DOCUMENTATION/ISA/ISAFormat.md320| 7 | `## Dependencies` | **NEW v2.13.0 (v6.25.0)** — cross-ISA needs, one machine-readable line each: `requires: <slug>CODE
MEDIUMLifeOS/install/LIFEOS/DOCUMENTATION/ISA/ISAHierarchy.md15**Dependencies (`## Dependencies`).** Each ISA states what it needs from siblings/ancestors as machine-readable lines — CODE
MEDIUM…feOS/install/LIFEOS/DOCUMENTATION/ISA/ISAHtmlMirror.md123│ ├── template.html # branded scaffold with placeholdersCODE
MEDIUM…eOS/install/LIFEOS/DOCUMENTATION/Skills/SkillSystem.md211version: 1.0.0 # per-skill semver — new skills scaffold at 1.0.0CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/WorkSweep.ts117 // abandoned scaffold and never got an issue (2026-07-30 phase-lane sweep).COMMENT
MEDIUMLifeOS/install/LIFEOS/TOOLS/WorkSweep.ts122 // not a placeholder native row with only the scaffold).COMMENT
MEDIUMLifeOS/install/LIFEOS/PULSE/PULSE.toml266# disabled monitoring-spine scaffolding) moved to LIFEOS/USER/CONFIG/PULSE.user.toml.COMMENT
MEDIUM…OS/install/LIFEOS/PULSE/Observability/observability.ts4440// The shipped TELOS scaffold seeds every section with `(sample)` placeholderCOMMENT
MEDIUM…OS/install/LIFEOS/PULSE/Observability/observability.ts4446// \b not a literal ")": the scaffold also writes "(sample — …)" variants (e.g.COMMENT
MEDIUM…IFEOS/PULSE/Observability/src/app/telos/_v7/styles.css173 --infrastructure:#9CA3AF; /* steel — instrument, scaffold */CODE
MEDIUMLifeOS/install/LIFEOS/ALGORITHM/changelog.md75**Additions (cross-ISA scale — what takes us from medium apps to Tolkien/enterprise).** (3) **ISA hierarchy** — a `## DeCODE
MEDIUMLifeOS/install/skills/Telos/Tools/UpdateTelos.ts50// 'Updates.md'; the docs and scaffold use 'updates.md'), so case-sensitiveCOMMENT
MEDIUMLifeOS/install/skills/Telos/Tools/UpdateTelos.ts176 // instead of hard-failing — the scaffold ships only a subset of VALID_FILES,COMMENT
MEDIUM…eOS/install/skills/Research/UrlVerificationProtocol.md52## Parallel Verification (for multi-agent modes)COMMENT
MEDIUMLifeOS/install/skills/Research/Workflows/Retrieve.md196### RAG Web Browser ActorCOMMENT
MEDIUMLifeOS/install/skills/Evals/Tools/EvalRunner.ts146 // Without this, the full agentic system prompt makes it narrate/simulate toolCOMMENT
MEDIUMLifeOS/install/skills/ISA/SKILL.md146- **Fog is not a claim.** When the work has in-scope questions you cannot yet state precisely, they go in `## Not yet spCODE
MEDIUM…feOS/install/skills/ISA/Workflows/CheckCompleteness.md97- **Coverage (v7.0.0 — replaces the deleted numeric count floors; fog-aware since v2.14.0)** — every subsystem named in CODE
MEDIUMLifeOS/install/skills/CreateSkill/SKILL.md326### Structure Workflows (scaffolding and conventions)COMMENT
MEDIUMLifeOS/install/skills/LifeOS/Tools/DeployCore.ts31// - USER shipped separately as a scaffold (ScaffoldUser) + symlinked (LinkUser)COMMENT
MEDIUMLifeOS/install/skills/LifeOS/Tools/InstallEngine.ts642 // Branch (c): fresh install — scaffold the data home (if empty) + symlink.COMMENT
MEDIUMLifeOS/install/skills/LifeOS/install/install.sh8# to the agentic `/LifeOS setup`, which (with your permission) does theCOMMENT
MEDIUMLifeOS/install/skills/LifeOS/install/install.sh19# 6. Hands off to `/LifeOS setup` (the agentic onboarding)COMMENT
MEDIUMLifeOS/install/skills/LifeOS/install/install.sh452# ─── Step 6: Hand off to the agentic setup ───────────────────────COMMENT
MEDIUMLifeOS/install/skills/LifeOS/install/CLAUDE.template.md7# Identity @-imports below are activated by the agentic `/LifeOS setup` (via `skills/LifeOS/Tools/ActivateImports.ts`) oCOMMENT
MEDIUM…S/install/skills/ThreatModel/Workflows/RiskRegister.md20$T init # scaffold data dir + empty registerCODE
Hyper-Verbose Identifiers84 hits · 87 pts
SeverityFileLineSnippetContext
LOWLifeOS/Tools/InstallEngine.ts274export function detectExistingUserContent(paiUserDir: string): ExistingUserContent {CODE
LOWLifeOS/Tools/InstallEngine.ts493export function checkSurvivingPlaceholders(rootDir: string): {CODE
LOWLifeOS/install/hooks/VerificationGate.hook.ts228function completionClaimOverFailingOutput(message: string, resultText: string): string | null {CODE
LOWLifeOS/install/hooks/VerificationGate.hook.ts248export function contradictedCompletionUnit(message: string, evs: { isToolError: boolean; resultText: string }[]): stringCODE
LOWLifeOS/install/hooks/VerificationGate.hook.ts263export function suppressedContradictionUnit(message: string, evs: { isToolError: boolean; resultText: string }[]): strinCODE
LOWLifeOS/install/hooks/PromptProcessing.hook.ts74function appendPromptProcessingTelemetry(entry: Record<string, unknown>): void {CODE
LOWLifeOS/install/hooks/PromptProcessing.hook.ts185function followupTitleFromSessionName(sessionId: string): string | null {CODE
LOWLifeOS/install/hooks/PromptProcessing.hook.ts614function isValidInferredSessionName(name: string): boolean {CODE
LOWLifeOS/install/hooks/lib/safety-classifier.ts365export function extractCommandSubstitutions(cmd: string): string[] {CODE
LOWLifeOS/install/hooks/lib/identity.ts163function mapFrontmatterPersonality(traits: any, baseVoice: string | undefined): VoicePersonality | undefined {CODE
LOWLifeOS/install/hooks/lib/notifications.ts25export function getSessionDurationMinutes(): number {CODE
LOWLifeOS/install/hooks/lib/isa-utils.ts1089export function bumpLastToolActivityBySlug(slug: string, sessionUUID?: string): boolean {CODE
LOWLifeOS/install/hooks/lib/isa-utils.ts1138export function bumpLastToolActivityByUUID(sessionUUID: string): boolean {CODE
LOWLifeOS/install/hooks/lib/isa-utils.ts1167export function updateSessionNameInWorkJson(sessionUUID: string, sessionName: string): void {CODE
LOWLifeOS/install/hooks/handlers/RebuildKnowledgeSchema.ts39export async function handleRebuildKnowledgeSchema(): Promise<void> {CODE
LOWLifeOS/install/hooks/handlers/SystemIntegrity.ts73function spawnIntegrityMaintenance(CODE
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts663function updateLastUpdatedTimestamp(docFile: string): string | null {CODE
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts708export async function handleDocCrossRefIntegrity(CODE
LOWLifeOS/install/hooks/handlers/TabState.ts78function extractFromResponseContent(responseText: string): string | null {CODE
LOWLifeOS/install/hooks/handlers/KnowledgeConformance.ts54export async function handleKnowledgeConformance(): Promise<void> {CODE
LOWLifeOS/install/LIFEOS/TOOLS/Banner.ts514function createNavyUltraCompactBanner(stats: SystemStats, width: number): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/IntegrityMaintenance.ts522function generateExpectedImprovement(changes: FileChange[]): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/ReferenceCheck.ts130function isArchivedAlgorithmVersion(relPath: string): boolean {CODE
LOWLifeOS/install/LIFEOS/TOOLS/ReferenceCheck.ts141function getLatestAlgorithmVersion(): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/LifeosConfig.ts148function validateAndNormalize(raw: unknown, path: string): LifeosConfig {CODE
LOWLifeOS/install/LIFEOS/TOOLS/ArchDecisionHarvest.ts339function renderArchitectureDecision(decision: ISADecision, sequence: number): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/ArchDecisionHarvest.ts360function findArchitectureDecisionInsertionPoint(content: string): number {CODE
LOWLifeOS/install/LIFEOS/TOOLS/ArchDecisionHarvest.ts562function writeDocWithoutArchitectureDecisions(docPath: string): void {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MemoryWriter.ts184function validateAndDedup(entries: string[]): ValidationOutcome {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MemoryWriter.ts311function updateFrontmatterTimestamp(frontmatter: string): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MemoryWriter.ts322function updateFrontmatterUpdatedBy(frontmatter: string, by: string): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/HarvestExecutor.ts551async function handleCreateKnowledgeIdea(CODE
LOWLifeOS/install/LIFEOS/TOOLS/HarvestExecutor.ts642async function handleCreateLearningQueue(CODE
LOWLifeOS/install/LIFEOS/TOOLS/MigrateContextFreshness.ts82function insertFreshnessIntoExistingBlock(content: string): { content: string; action: string } {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MergeSettings.ts72function hasInvalidMergeAnnotation(value: any): boolean {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MergeSettings.ts266export function permissionRuleRejectionReason(rule: string): string | null {CODE
LOWLifeOS/install/LIFEOS/TOOLS/LearningPatternSynthesis.ts506function buildHypothesisFromCluster(CODE
LOWLifeOS/install/LIFEOS/TOOLS/LearningPatternSynthesis.ts552function buildObservabilityCandidate(CODE
LOW…S/install/LIFEOS/TOOLS/ArchitectureSummaryGenerator.ts81function detectSystemPromptVersion(): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MemoryReviewer.ts134export function transcriptCaptureEnvelope(transcriptPath: string, ts: string, content: string): CaptureEnvelope {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MemoryReviewer.ts335export function readCurrentMemorySnapshot(): CurrentMemorySnapshot {CODE
LOWLifeOS/install/LIFEOS/TOOLS/TranscriptParser.ts101export function parseLastAssistantMessage(transcriptContent: string): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/TranscriptParser.ts133export function collectCurrentResponseText(transcriptContent: string): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/TranscriptParser.ts281export function extractStructuredSections(text: string): StructuredResponse {CODE
LOWLifeOS/install/LIFEOS/TOOLS/lifeos.ts82export function inMainCheckoutWithWorktrees(): boolean {CODE
LOWLifeOS/install/LIFEOS/TOOLS/RecurrenceLedger.ts226export function collectObservabilityClusters(windowDays: number): ObservabilityCluster[] {CODE
LOWLifeOS/install/LIFEOS/TOOLS/WisdomFrameUpdater.ts73function incrementObservationCount(content: string): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MemorySystem.ts564function parseRelatedFromFrontmatter(content: string): RelatedLink[] {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MemorySystem.ts676export function sanitizeTypedItemForPersistence(item: TypedItem): SanitizedItemResult {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MemoryTypes.ts225export function normalizeProposalTargetFile(targetFile: string): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/ActivityParser.ts512function generateExpectedImprovement(activity: ParsedActivity): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/TokenXray/TokenXray.ts230function loadLatestApiCostSnapshot(): ApiCostSnapshot | null {CODE
LOWLifeOS/install/LIFEOS/TOOLS/lib/ForeignDataCheck.ts195export function looksLikePersonalTranscript(absPath: string): boolean {CODE
LOWLifeOS/install/LIFEOS/PULSE/Tools/ReleaseAudit.ts91function auditShippedPulseTemplate(rel: string, content: string): void {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts1423async function handleSecurityPatternsMutation(_req: Request): Promise<Response> {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts1430async function handleSecurityRulesMutation(_req: Request): Promise<Response> {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts1439function handleSecurityHooksDetail(): Response {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts4527export async function handleObservabilityRequest(req: Request): Promise<Response | null> {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts578function buildAlgorithmStatePayload(): { algorithms: any[]; active: boolean; pulseStrip: any[] } {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts828function ensureAlgorithmStreamPoller(): void {CODE
24 more matches not shown…
Verbosity Indicators41 hits · 76 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts715 // Step 1: Parse transcript for modified filesCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts733 // Step 2: Build filesystem inventoryCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts741 // Step 3: Determine which docs to checkCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts746 // Step 4: Run all pattern checksCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts809 // Step 5: Apply safe deterministic updatesCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts833 // Step 6: Inference-powered semantic analysis — NOT on teardown.COMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts857 // Step 7: SummaryCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts871 // Step 10: Voice notification — ONLY when actual documentation edits were appliedCOMMENT
LOWLifeOS/install/LIFEOS/TOOLS/PangramScore.ts108 // Step 1: submit the task.COMMENT
LOWLifeOS/install/LIFEOS/TOOLS/PangramScore.ts124 // Step 2: poll until terminal stage (STAGE_SUCCESS | STAGE_FAILED).COMMENT
LOWLifeOS/install/LIFEOS/TOOLS/lifeos.ts596 // Step 1: Update BunCOMMENT
LOWLifeOS/install/LIFEOS/TOOLS/lifeos.ts605 // Step 2: Update Claude CodeCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/MenuBar/install.sh24# Step 1: BuildCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/MenuBar/install.sh29# Step 2: Unload old menu bar plist if presentCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/MenuBar/install.sh37# Step 3: Remove old Monitor appCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/MenuBar/install.sh46# Step 4: Unload current plist if it exists (for reinstall)COMMENT
LOWLifeOS/install/LIFEOS/PULSE/MenuBar/install.sh56# Step 5: Deploy app bundleCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/MenuBar/install.sh63# Step 6: Install and load launchd plistCOMMENT
LOW…eOS/install/LIFEOS/PULSE/lib/strip-mode-scaffolding.ts53 // Step 1: remove entire-line markers (banner, phase header, bare mode label).COMMENT
LOW…eOS/install/LIFEOS/PULSE/lib/strip-mode-scaffolding.ts58 // Step 2: strip prefix-only markers, preserving the content that follows.COMMENT
LOW…eOS/install/LIFEOS/PULSE/lib/strip-mode-scaffolding.ts62 // Step 3: collapse runs of ≥2 blank lines into a single blank line, thenCOMMENT
LOWLifeOS/install/skills/Telos/Tools/UpdateTelos.ts185 // Step 1: Create timestamped backupCOMMENT
LOWLifeOS/install/skills/Telos/Tools/UpdateTelos.ts208 // Step 2: Update the target file. TELOS templates end with a `---` +COMMENT
LOWLifeOS/install/skills/Telos/Tools/UpdateTelos.ts245// Step 3: Update updates.md with change logCOMMENT
LOWLifeOS/install/skills/Art/Tools/ComposeThumbnail.ts294 // Step 1: Resize background to exact dimensionsCOMMENT
LOWLifeOS/install/skills/Art/Tools/ComposeThumbnail.ts304 // Step 2: Crop headshot to FACE ONLY (remove shoulders/body)COMMENT
LOWLifeOS/install/skills/Art/Tools/ComposeThumbnail.ts308 // Step 3: Composite headshot based on positionCOMMENT
LOWLifeOS/install/skills/Art/Tools/ComposeThumbnail.ts349 // Step 4: Add text with stroke outlineCOMMENT
LOWLifeOS/install/skills/Art/Tools/ComposeThumbnail.ts493 // Step 5: Add colored borderCOMMENT
LOWLifeOS/install/skills/AudioEditor/Tools/Polish.ts102// Step 1: Upload the fileCOMMENT
LOWLifeOS/install/skills/AudioEditor/Tools/Polish.ts127// Step 2: Start processingCOMMENT
LOWLifeOS/install/skills/AudioEditor/Tools/Polish.ts157// Step 3: Poll for completionCOMMENT
LOW…eOS/install/skills/Apify/examples/instagram-scraper.ts20 // Step 1: Search for Instagram scraper actorsCOMMENT
LOW…eOS/install/skills/Apify/examples/instagram-scraper.ts35 // Step 2: Call the actor (execute scraping)COMMENT
LOW…eOS/install/skills/Apify/examples/instagram-scraper.ts65 // // Step 3: Wait for completionCOMMENT
LOW…eOS/install/skills/Apify/examples/instagram-scraper.ts77 // // Step 4: Get dataset and filter results IN CODECOMMENT
LOW…eOS/install/skills/Apify/examples/instagram-scraper.ts95 // // Step 5: Show token savingsCOMMENT
LOWLifeOS/install/skills/Apify/skills/get-user-tweets.ts51 // Step 2: Wait for completionCOMMENT
LOWLifeOS/install/skills/Apify/skills/get-user-tweets.ts65 // Step 3: Get resultsCOMMENT
LOWLifeOS/install/skills/Apify/skills/get-user-tweets.ts78 // Step 4: Show the tweetsCOMMENT
LOWLifeOS/install/skills/Apify/skills/get-user-tweets.ts95 // Step 5: Show token savingsCOMMENT
Excessive Try-Catch Wrapping24 hits · 38 pts
SeverityFileLineSnippetContext
LOW…install/LIFEOS/DOCUMENTATION/Terminal/kitty/tab_bar.py32 except Exception:CODE
LOW…install/LIFEOS/DOCUMENTATION/Terminal/kitty/tab_bar.py85 except Exception:CODE
LOW…FEOS/DOCUMENTATION/Terminal/kitty/tab_refit_watcher.py39 except Exception:CODE
LOW…FEOS/DOCUMENTATION/Terminal/kitty/tab_refit_watcher.py50 except Exception:CODE
LOW…FEOS/DOCUMENTATION/Terminal/kitty/tab_refit_watcher.py71 except Exception:CODE
MEDIUM…FEOS/DOCUMENTATION/Terminal/kitty/tab_refit_watcher.py34def _left_bar_active():CODE
MEDIUM…FEOS/DOCUMENTATION/Terminal/kitty/tab_refit_watcher.py43def _widest(boss):CODE
LOW…OS/DOCUMENTATION/Terminal/kitty/cairn_clear_watcher.py21 except Exception:CODE
LOW…OS/DOCUMENTATION/Terminal/kitty/cairn_clear_watcher.py31 except Exception:CODE
LOW…OS/DOCUMENTATION/Terminal/kitty/cairn_clear_watcher.py35 except Exception:CODE
LOWLifeOS/install/LIFEOS/TOOLS/extract-transcript.py100 except Exception as e:CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/extract-transcript.py183 print(f"Error: Path does not exist: {input_path}")CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/extract-transcript.py189 print("Error: Path is a directory. Use --batch flag to process all files.")CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/extract-transcript.py196 print(f"Error: No supported audio/video files found")CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/extract-transcript.py204 print(f"Error: Unsupported file format: {input_path.suffix}")CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/extract-transcript.py210 print(f"Error: Path is neither a file nor directory: {input_path}")CODE
LOWLifeOS/install/LIFEOS/TOOLS/extract-transcript.py224 except Exception as e:CODE
LOWLifeOS/install/LIFEOS/HERMES/plugin/__init__.py41 except Exception as exc: # noqa: BLE001 — never break a turn over annotationCODE
LOWLifeOS/install/LIFEOS/HERMES/plugin/__init__.py50 except Exception as exc: # noqa: BLE001 — a crashing hook fails OPEN in HermesCODE
LOWLifeOS/install/LIFEOS/HERMES/plugin/guard.py62 except Exception as exc: # noqa: BLE001 — must never propagateCODE
LOWLifeOS/install/LIFEOS/HERMES/plugin/guard.py86 except Exception: # noqa: BLE001CODE
LOWLifeOS/install/LIFEOS/HERMES/plugin/guard.py88 except Exception: # noqa: BLE001CODE
LOWLifeOS/install/LIFEOS/HERMES/plugin/guard.py212 except Exception: # noqa: BLE001 — auditing must never break enforcementCODE
LOW…/Fabric/Patterns/show_fabric_options_markmap/system.md302 except Exception as e:CODE
Overly Generic Function Names26 hits · 26 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/LIFEOS/PULSE/modules/usage.ts178export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/doctor.ts171export async function handleRequest(_req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/upgrades.ts118export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/projects.ts301export async function handleRequest(_req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/atlas.ts141export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/synapse.ts337export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/syslog.ts220export async function handleRequest(CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/assets.ts301export async function handleRequest(_req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/conduit.ts125export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/content.ts207export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/work.ts384export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/hypotheses.ts342export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/algorithm-tab.ts621export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/hermes.ts419export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/tab-freshness.ts332export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/evals.ts71export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/telos.ts127export async function handleRequest(_req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/ledger.ts137export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOW…eOS/install/LIFEOS/PULSE/modules/local-intelligence.ts212export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/books.ts86export async function handleRequest(_req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/bunker.ts401export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/memory.ts253export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/example-module.ts58export async function handleRequest(CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/user-index.ts615export async function handleRequest(path: string, _body: Record<string, unknown>): Promise<Response> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/menubar.ts392export async function handleRequest(_req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/threatmodel.ts74export async function handleRequest(_req: Request, pathname: string): Promise<Response | null> {CODE
Synthetic Comment Markers4 hits · 25 pts
SeverityFileLineSnippetContext
HIGH…tall/LIFEOS/DOCUMENTATION/Writing/AIWritingPatterns.md291**Structure is the #1 detection signal.** AI detection tools weight structural regularity higher than vocabulary. ConsisCODE
HIGHLifeOS/install/LIFEOS/TOOLS/IntegrityMaintenance.ts931 // Use AI-generated title if it's better than the heuristic-based oneCOMMENT
HIGHLifeOS/install/LIFEOS/PULSE/pulse.ts353 // files, AI-generated workflow summary for the /algorithm tab.COMMENT
HIGHLifeOS/install/skills/WriteStory/AntiCliche.md3The WriteStory skill's freshness enforcement system. Cliche prose is the #1 failure mode of AI-generated fiction. This dCODE
Fake / Example Data10 hits · 10 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/LIFEOS/TOOLS/ContextAudit.ts282 kind: "placeholder",CODE
LOWLifeOS/install/skills/Telos/Workflows/WriteReport.md479 - `clientName`: The customer name (e.g., "Acme Corp", "Initech")CODE
LOWLifeOS/install/skills/ISA/Examples/e4-brand-identity.md93- [ ] ISC-32: Anti: the App Store screenshots use placeholder text like "Lorem ipsum" or "Your headline here" anywhere vCODE
LOWLifeOS/install/skills/PrivateInvestigator/SKILL.md115filetype:pdf resume "Jane Doe" "San Francisco"CODE
LOWLifeOS/install/skills/Science/Examples.md55 expect(isValidEmail('user@example.com')).toBe(true);CODE
LOW…eOS/install/skills/Interceptor/Workflows/RecordFlow.md58interceptor act e12 "user@example.com" --context "$INTERCEPTOR_TEST_CONTEXT_ID" # Type into a fieldCODE
LOW…eOS/install/skills/Interceptor/Workflows/ReplayFlow.md67interceptor act "textbox:Email" "user@example.com" --context "$INTERCEPTOR_TEST_CONTEXT_ID"CODE
LOW…eOS/install/skills/Interceptor/Workflows/ReplayFlow.md119 {"type": "type", "ref": "textbox:Email", "value": "user@example.com"},CODE
LOW…kills/Webdesign/References/FrontendDesignPhilosophy.md59- **Production-grade** — runs, validates, ships, no placeholder lorem ipsum unless that *is* the design jokeCODE
LOW…eOS/install/skills/Webdesign/Workflows/DirectDesign.md90- **Real working code**, not pseudocode. No placeholder `lorem ipsum` unless that *is* the design joke.CODE
Unused Imports4 hits · 4 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/LIFEOS/TOOLS/extract-transcript.py24CODE
LOWLifeOS/install/LIFEOS/HERMES/plugin/test_guard.py12CODE
LOWLifeOS/install/LIFEOS/HERMES/plugin/__init__.py12CODE
LOWLifeOS/install/LIFEOS/HERMES/plugin/guard.py28CODE
Deep Nesting4 hits · 4 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/LIFEOS/TOOLS/extract-transcript.py104CODE
LOWLifeOS/install/LIFEOS/HERMES/plugin/guard.py292CODE
LOWLifeOS/install/LIFEOS/HERMES/plugin/guard.py330CODE
LOWLifeOS/install/LIFEOS/HERMES/plugin/guard.py373CODE
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/skills/Interceptor/Tools/Capture.sh17# Usage:COMMENT
LOWLifeOS/install/skills/Interceptor/Tools/CleanupTabs.sh12# Usage:COMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/LIFEOS/TOOLS/extract-transcript.py180 # Check if path existsCOMMENT
Modern Structural Boilerplate2 hits · 2 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/LIFEOS/HERMES/plugin/__init__.py20logger = logging.getLogger(__name__)CODE
LOWLifeOS/install/LIFEOS/HERMES/plugin/guard.py38logger = logging.getLogger(__name__)CODE
Self-Referential Comments1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMLifeOS/install/skills/Daemon/Tools/DaemonAggregator.ts542 "# This file contains personal information for the daemon profile",CODE