Repository Analysis

danielmiessler/LifeOS

An General Purpose AI Harness for magnifying human capabilities. [CODING, BUILDING, CREATING, BUSINESS, LIFE, WORK, ...]

10.5 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of danielmiessler/LifeOS, a TypeScript project with 16,687 GitHub stars. SynthScan v2.0 examined 285,468 lines of code across 1576 source files, recording 1426 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 10.5 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).

10.5
Adjusted Score
10.5
Raw Score
100%
Time Factor
2026-07-13
Last Push
16.7K
Stars
TypeScript
Language
285.5K
Lines of Code
1.6K
Files
1.4K
Pattern Hits
2026-07-14
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 3MEDIUM 563LOW 860

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 1426 distinct pattern matches across 16 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 Separators466 hits · 1392 pts
SeverityFileLineSnippetContext
MEDIUMLifeOS/Tools/InstallEngine.ts325// ════════════════════════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/Tools/InstallEngine.ts329// ════════════════════════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/Tools/DeployComponents.ts86// ── helpers ──────────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/Tools/DeployComponents.ts147// ── component deployers ──────────────────────────────────────────────COMMENT
MEDIUMLifeOS/Tools/DeployComponents.ts384// ── main ─────────────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/install.sh2# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/install.sh22# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/install.sh25# ─── Release resolution — always the latest published release ─────COMMENT
MEDIUMLifeOS/install/install.sh51# ─── Colors / helpers ────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/install.sh71# ─── Step 1: Prereqs ─────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/install.sh127# ─── Step 2: Detect harness (no clobber) ─────────────────────────COMMENT
MEDIUMLifeOS/install/install.sh144# ─── Step 3: Fetch the LifeOS release ────────────────────────────COMMENT
MEDIUMLifeOS/install/install.sh164# ─── Step 4: Place the skill (additive) ──────────────────────────COMMENT
MEDIUMLifeOS/install/install.sh170# ─── Step 5: Hand off to the agentic setup ───────────────────────COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml13# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml15# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml40# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml42# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml69# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml71# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml87# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml89# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml107# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml109# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml125# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml127# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml145# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml147# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml172# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml174# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml192# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml194# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml212# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/USER/TELOS/FINANCES/schema.yaml214# ---------------------------------------------------------------------------COMMENT
MEDIUMLifeOS/install/hooks/MemoryTurnStart.hook.ts29// ── Hot-layer injection gate (2026-07-11, context-window cleanup #1) ─────────COMMENT
MEDIUMLifeOS/install/hooks/MemoryTurnStart.hook.ts29// ── Hot-layer injection gate (2026-07-11, context-window cleanup #1) ─────────COMMENT
MEDIUMLifeOS/install/hooks/WritingGate.hook.ts53// ── Publication-content signals ───────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/VerificationGate.hook.ts48// ── Claim units ──────────────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/VerificationGate.hook.ts138// ── State + telemetry ────────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/ISASync.hook.ts100 // ─────────── HTML Mirror trigger 1 (v6.5.0 ISA HTML Mirror) ───────────COMMENT
MEDIUMLifeOS/install/hooks/ISASync.hook.ts118 // ─────────── HTML Mirror trigger 2 — session state tracking ───────────COMMENT
MEDIUMLifeOS/install/hooks/ReminderRouter.hook.ts45// ── Precision triggers ──────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/ReminderRouter.hook.ts78// ── Tiny relative-date parser ───────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/ReminderRouter.hook.ts125// ── Session-scoped idempotency ──────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/ReminderRouter.hook.ts154// ── Issue creation ──────────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/ReminderRouter.hook.ts202// ── Main ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/SatisfactionCapture.hook.ts262// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/SatisfactionCapture.hook.ts264// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts103// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts105// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts139// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts141// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts220// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts222// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts676// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts678// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts789// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/PromptProcessing.hook.ts791// ══════════════════════════════════════════════════COMMENT
MEDIUMLifeOS/install/hooks/AlgorithmNudge.hook.ts182// ── Skill-routing index ──────────────────────────────────────────────────────COMMENT
MEDIUMLifeOS/install/hooks/AlgorithmNudge.hook.ts292// ── The nudge logic ──────────────────────────────────────────────────────────COMMENT
406 more matches not shown…
Structural Annotation Overuse643 hits · 1054 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts682 // Step 1: Parse transcript for modified filesCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts700 // Step 2: Build filesystem inventoryCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts708 // Step 3: Determine which docs to checkCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts713 // Step 4: Run all pattern checksCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts776 // Step 5: Apply safe deterministic updatesCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts800 // Step 6: Inference-powered semantic analysisCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts813 // Step 7: SummaryCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts827 // 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.md443# Step 1: Build CLICOMMENT
LOW…all/LIFEOS/DOCUMENTATION/Tools/CliFirstArchitecture.md448# Step 2: Update prompting to use CLICOMMENT
LOW…all/LIFEOS/DOCUMENTATION/Tools/CliFirstArchitecture.md499### Step 1: RequirementsCOMMENT
LOW…all/LIFEOS/DOCUMENTATION/Tools/CliFirstArchitecture.md511### Step 2: CLI DesignCOMMENT
LOW…all/LIFEOS/DOCUMENTATION/Tools/CliFirstArchitecture.md549### Step 3: Prompting IntegrationCOMMENT
LOWLifeOS/install/LIFEOS/DOCUMENTATION/Hooks/HookSystem.md821### Step 1: Choose Hook EventCOMMENT
LOWLifeOS/install/LIFEOS/DOCUMENTATION/Hooks/HookSystem.md824### Step 2: Create Hook ScriptCOMMENT
LOWLifeOS/install/LIFEOS/DOCUMENTATION/Hooks/HookSystem.md863### Step 3: Make ExecutableCOMMENT
LOWLifeOS/install/LIFEOS/DOCUMENTATION/Hooks/HookSystem.md869### Step 4: Add to settings.jsonCOMMENT
LOWLifeOS/install/LIFEOS/DOCUMENTATION/Hooks/HookSystem.md887### Step 5: TestCOMMENT
LOWLifeOS/install/LIFEOS/DOCUMENTATION/Hooks/HookSystem.md893### Step 6: Restart Claude CodeCOMMENT
LOWLifeOS/install/LIFEOS/TOOLS/PangramScore.ts107 // Step 1: submit the task.COMMENT
LOWLifeOS/install/LIFEOS/TOOLS/PangramScore.ts123 // Step 2: poll until terminal stage (STAGE_SUCCESS | STAGE_FAILED).COMMENT
LOWLifeOS/install/LIFEOS/TOOLS/lifeos.ts485 // Step 1: Update BunCOMMENT
LOWLifeOS/install/LIFEOS/TOOLS/lifeos.ts494 // 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.ts126 // Step 1: Create timestamped backupCOMMENT
LOWLifeOS/install/skills/Telos/Tools/UpdateTelos.ts149 // Step 2: Update the target file. TELOS templates end with a `---` +COMMENT
LOWLifeOS/install/skills/Telos/Tools/UpdateTelos.ts171 // 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
583 more matches not shown…
AI Slop Vocabulary58 hits · 171 pts
SeverityFileLineSnippetContext
MEDIUMLifeOS/Tools/InstallEngine.ts119 * 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.sh127# ─── Step 2: Detect harness (no clobber) ─────────────────────────COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh358# Get harness name and version from JSON input (set by pai-core extension).COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh359# Defaults to "CC" (Claude Code) when not running under Pi or another harness.COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh363 # Not running under a known harness — treat as Claude Code directCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1414# LEVEL reflects the harness's LIVE reasoning effort, straight from theCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1417# harness reports it as `xhigh`, so we detect it via output_style and promote toCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1595# Build harness display: "HAR: Pi 0.73.1" (Pi harness with its own version) orCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1603# DEF MODEL is the session's DEFAULT main-loop model — the harness-reportedCOMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1841# CLAUDE.md — auto-loaded by the harness at session start. Display-only so theCOMMENT
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts114 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Mission")}`, name: "Mission", category: "foundational", leverage: 10,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts118 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Goals")}`, name: "Goals", category: "foundational", leverage: 10,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts122 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Problems")}`, name: "Problems", category: "foundational", leverage: 9,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts125 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Strategies")}`, name: "Strategies", category: "foundational", leverageCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts128 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Challenges")}`, name: "Challenges", category: "foundational", leverageCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts131 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Narratives")}`, name: "Narratives", category: "foundational", leverageCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts134 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Beliefs")}`, name: "Beliefs", category: "foundational", leverage: 5,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts137 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Models")}`, name: "Models", category: "foundational", leverage: 4,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts140 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Frames")}`, name: "Frames", category: "foundational", leverage: 4,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts143 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Traumas")}`, name: "Traumas", category: "foundational", leverage: 5,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts147 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Wrong (Things I've been wrong about)")}`, name: "Wrong (Things I've beCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts151 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Wisdom")}`, name: "Wisdom", category: "foundational", leverage: 4,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts154 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Predictions")}`, name: "Predictions", category: "foundational", leveraCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts158 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Ideas")}`, name: "Ideas", category: "foundational", leverage: 5,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts162 { phase: 1, path: `${TELOS_PATH}#${sectionSlug("Sparks")}`, name: "Sparks", category: "foundational", leverage: 6,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts167 { phase: 2, path: `${TELOS_PATH}#${sectionSlug("Ideal State")}`, name: "Ideal State", category: "ideal_state", leveragCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts174 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("2036 — A Day in the Life with a Digital Assistant")}`, name: "2036 — ACODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts178 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Books")}`, name: "Books", category: "preference", leverage: 5,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts181 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Authors")}`, name: "Authors", category: "preference", leverage: 5,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts184 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Bands")}`, name: "Bands", category: "preference", leverage: 4,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts188 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Movies")}`, name: "Movies", category: "preference", leverage: 3,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts192 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Restaurants")}`, name: "Restaurants", category: "preference", leverageCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts197 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Food")}`, name: "Food", category: "preference", leverage: 4,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts202 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Meetups")}`, name: "Meetups", category: "preference", leverage: 3,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts206 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Civic")}`, name: "Civic", category: "preference", leverage: 2,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts210 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Learning Interests")}`, name: "Learning Interests", category: "prefereCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts215 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Team")}`, name: "Team", category: "preference", leverage: 5,CODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts219 { phase: 3, path: `${TELOS_PATH}#${sectionSlug("Context Filter")}`, name: "Context Filter", category: "preference", leCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts228 { phase: 4, path: `${TELOS_PATH}#${sectionSlug("Current State")}`, name: "Current State", category: "current_state", lCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts231 { phase: 4, path: `${TELOS_PATH}#${sectionSlug("Status — Current Work & Recent Accomplishments")}`, name: "Status — CuCODE
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts336 // Priority: phase (dominant) + leverage + incompleteness. Phase 1 always beats Phase 2.COMMENT
MEDIUMLifeOS/install/LIFEOS/TOOLS/InterviewScan.ts402 // Priority: phase (dominant) + leverage + incompleteness. Phase 1 always beats Phase 2.COMMENT
MEDIUMLifeOS/install/LIFEOS/PULSE/PULSE.toml73# 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.ts119 * 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
MEDIUMLifeOS/install/skills/LifeOS/install/install.sh15# 2. Detects your harness + any existing LifeOS install (no clobber)COMMENT
MEDIUMLifeOS/install/skills/LifeOS/install/install.sh127# ─── Step 2: Detect harness (no clobber) ─────────────────────────COMMENT
MEDIUMLifeOS/install/skills/Interceptor/Tools/Capture.sh8# - DOM-render first (the engineered-robust default; needs no foreground),COMMENT
MEDIUMLifeOS/install/skills/Interceptor/Tools/Capture.sh308# otherwise DOM-render first (engineered-robust default, needs no foreground).COMMENT
Modern AI Meta-Vocabulary33 hits · 94 pts
SeverityFileLineSnippetContext
MEDIUMLifeOS/Tools/DeployCore.ts31// - USER shipped separately as a scaffold (ScaffoldUser) + symlinked (LinkUser)COMMENT
MEDIUMLifeOS/Tools/InstallEngine.ts524 // 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.sh18# 5. Hands off to `/lifeos-setup` (the agentic onboarding)COMMENT
MEDIUMLifeOS/install/install.sh170# ─── Step 5: Hand off to the agentic setup ───────────────────────COMMENT
MEDIUMLifeOS/install/CLAUDE.template.md7# Identity @-imports below are activated by the agentic `/lifeos-setup` (via `Tools/ActivateImports.ts`) once the princiCOMMENT
MEDIUMLifeOS/install/USER/CONFIG/LIFEOS_CONFIG.toml9# release with real values; this is the clean scaffold. It is yours; edit freely.COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1808# Each entry annotated with its on-disk size as a percentage of the context window.COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1814# Color the percentage value by its size relative to context window.COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1879# Format each entry with one-decimal percentage of context window, colored by size.COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1899 # (1) the %(above) is SIZE — this file's share of the context window, colored by that.COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1921# default 0.15 = 15% of context window). Single awk pass, session-cached.COMMENT
MEDIUMLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1952# Skills percentage of context window — same denominator as other FILES entriesCOMMENT
MEDIUMLifeOS/install/LIFEOS/DOCUMENTATION/Isa/IsaFormat.md18**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.md300| 6 | `## 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.md121│ ├── 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 // not a placeholder native row with only the scaffold).COMMENT
MEDIUMLifeOS/install/LIFEOS/PULSE/PULSE.toml199# disabled monitoring-spine scaffolding) moved to LIFEOS/USER/CONFIG/PULSE.user.toml.COMMENT
MEDIUM…IFEOS/PULSE/Observability/src/app/telos/_v7/styles.css173 --infrastructure:#9CA3AF; /* steel — instrument, scaffold */CODE
MEDIUMLifeOS/install/LIFEOS/ALGORITHM/changelog.md37**Additions (cross-ISA scale — what takes us from medium apps to Tolkien/enterprise).** (3) **ISA hierarchy** — a `## DeCODE
MEDIUMLifeOS/install/skills/Telos/Tools/UpdateTelos.ts44// 'Updates.md'; the docs and scaffold use 'updates.md'), so case-sensitiveCOMMENT
MEDIUMLifeOS/install/skills/Telos/Tools/UpdateTelos.ts117 // 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/CreateSkill/SKILL.md318### 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.ts524 // 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.sh18# 5. Hands off to `/lifeos-setup` (the agentic onboarding)COMMENT
MEDIUMLifeOS/install/skills/LifeOS/install/install.sh170# ─── Step 5: 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 `Tools/ActivateImports.ts`) once the princiCOMMENT
Verbosity Indicators41 hits · 76 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts682 // Step 1: Parse transcript for modified filesCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts700 // Step 2: Build filesystem inventoryCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts708 // Step 3: Determine which docs to checkCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts713 // Step 4: Run all pattern checksCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts776 // Step 5: Apply safe deterministic updatesCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts800 // Step 6: Inference-powered semantic analysisCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts813 // Step 7: SummaryCOMMENT
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts827 // Step 10: Voice notification — ONLY when actual documentation edits were appliedCOMMENT
LOWLifeOS/install/LIFEOS/TOOLS/PangramScore.ts107 // Step 1: submit the task.COMMENT
LOWLifeOS/install/LIFEOS/TOOLS/PangramScore.ts123 // Step 2: poll until terminal stage (STAGE_SUCCESS | STAGE_FAILED).COMMENT
LOWLifeOS/install/LIFEOS/TOOLS/lifeos.ts485 // Step 1: Update BunCOMMENT
LOWLifeOS/install/LIFEOS/TOOLS/lifeos.ts494 // 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.ts126 // Step 1: Create timestamped backupCOMMENT
LOWLifeOS/install/skills/Telos/Tools/UpdateTelos.ts149 // Step 2: Update the target file. TELOS templates end with a `---` +COMMENT
LOWLifeOS/install/skills/Telos/Tools/UpdateTelos.ts171 // Step 3: Update updates.md with change logCOMMENT
LOWLifeOS/install/skills/Art/Tools/ComposeThumbnail.ts293 // Step 1: Resize background to exact dimensionsCOMMENT
LOWLifeOS/install/skills/Art/Tools/ComposeThumbnail.ts303 // Step 2: Crop headshot to FACE ONLY (remove shoulders/body)COMMENT
LOWLifeOS/install/skills/Art/Tools/ComposeThumbnail.ts307 // Step 3: Composite headshot based on positionCOMMENT
LOWLifeOS/install/skills/Art/Tools/ComposeThumbnail.ts348 // Step 4: Add text with stroke outlineCOMMENT
LOWLifeOS/install/skills/Art/Tools/ComposeThumbnail.ts492 // 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
Over-Commented Block74 hits · 71 pts
SeverityFileLineSnippetContext
LOWLifeOS/Tools/DeployComponents.ts41// (skills + system prompt + base settings + CLAUDE.md) is installed by Setup'sCOMMENT
LOWLifeOS/install/install.sh1#!/usr/bin/env bashCOMMENT
LOWLifeOS/install/USER/TELOS/FINANCES/vendors.yaml1# > 💰 SAMPLE TEMPLATE — Replace with your own data via /interview or by editing this file. Real Pulse Finance dashboardsCOMMENT
LOWLifeOS/install/USER/TELOS/FINANCES/obligations.yaml1# > 💰 SAMPLE TEMPLATE — Replace with your own data via /interview or by editing this file. Real Pulse Finance dashboardsCOMMENT
LOWLifeOS/install/USER/CONFIG/LIFEOS_CONFIG.toml1# LIFEOS_CONFIG.toml — user-owned LifeOS configurationCOMMENT
LOWLifeOS/install/hooks/PromptProcessing.hook.ts841 );COMMENT
LOWLifeOS/install/hooks/ContextReduction.hook.sh1#!/bin/bashCOMMENT
LOWLifeOS/install/hooks/lib/safety-classifier.ts261 // This closes the env-prefix bypass surfaced by Cato (H2): withoutCOMMENT
LOWLifeOS/install/hooks/lib/safety-classifier.ts421 // false-positive matches.COMMENT
LOWLifeOS/install/hooks/lib/safety-classifier.ts501 // every turn. Runs AFTER the dangerous-shape + credential + injectionCOMMENT
LOWLifeOS/install/hooks/lib/containment-zones.ts1// containment-zones.ts — release-pipeline zone inventory.COMMENT
LOWLifeOS/install/hooks/lib/containment-zones.ts121 // the sanitizer now cover it like any other public file. If identity tokensCOMMENT
LOWLifeOS/install/hooks/lib/isa-utils.ts1// isa-utils.ts -- Shared ISA functions for hooksCOMMENT
LOWLifeOS/install/hooks/lib/isa-utils.ts141// One canonical regex, centralized. Matches every historical heading variant:COMMENT
LOWLifeOS/install/hooks/lib/isa-utils.ts1161 // An ISA session already owns this UUID — bail out so we don't createCOMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1#!/bin/bashCOMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh121# │ Usage │ 900s │ 15 min: /api/oauth/usage has aggressive 429 limits│COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh521 printf "${SLATE_600}%s${RESET}\n" "$SEP_SOLID"COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1401 printf "%b%s${RESET} %b%s%s${RESET}" "$_dc" "${_labels[$_i]}" "$_tc" "$_val" "$_suffix"COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1601 _har_display="${_har_display} ${cc_version}"COMMENT
LOWLifeOS/install/LIFEOS/LIFEOS_StatusLine.sh1621# source of truth) — a lineup flip re-labels the roster automatically.COMMENT
LOWLifeOS/install/LIFEOS/TOOLS/IsaReconcile.ts1#!/usr/bin/env bunCOMMENT
LOWLifeOS/install/LIFEOS/TOOLS/ReferenceCheck.ts121// version drafts (newer than LATEST — forward-doctrine drafts that legitimatelyCOMMENT
LOWLifeOS/install/LIFEOS/TOOLS/MemoryHealthCheck.ts101for (const t of REQUIRED_TOOLS) {COMMENT
LOWLifeOS/install/LIFEOS/TOOLS/MemoryRetriever.ts441 lines.push(" " + "-".repeat(45));COMMENT
LOWLifeOS/install/LIFEOS/TOOLS/gmail.ts1#!/usr/bin/env bunCOMMENT
LOWLifeOS/install/LIFEOS/TOOLS/llcli/README.md401### Old Approach (Bash Script)COMMENT
LOWLifeOS/install/LIFEOS/PULSE/manage-deriver.sh1#!/usr/bin/env bashCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/manage.sh1#!/bin/bashCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/PULSE.toml1# LifeOS Pulse — Unified Daemon ConfigurationCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/PULSE.toml201# system-tier by name. LIFEOS/USER/** is a containment-deletion zone, so shadowCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/Observability/next-env.d.ts1/// <reference types="next" />COMMENT
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts341COMMENT
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts381function handleAlgorithmApi(): Response {COMMENT
LOW…ULSE/Observability/src/app/telos/_v7/use-telos-data.ts41// Three rendering states, decided by the API's `meta.isPersonalized` flag:COMMENT
LOW…IFEOS/PULSE/Observability/src/app/telos/_v7/summary.ts1// Universal TELOS analysis generator.COMMENT
LOW…LSE/Observability/src/app/telos/_v7/dimension-bars.tsx1"use client";COMMENT
LOW…ULSE/Observability/src/app/telos/_v7/stillness-kit.tsx1"use client";COMMENT
LOW…EOS/PULSE/Observability/src/hooks/useAlgorithmState.ts1"use client";COMMENT
LOWLifeOS/install/LIFEOS/PULSE/modules/telegram.ts81const MIN_FALLBACK_WORDS = 6 // a fallback summary shorter than this is presumed too thin to be worthCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/modules/telegram.ts161// LifeosConfig is the typed interface between system code (this file) and userCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/modules/telegram.ts201COMMENT
LOWLifeOS/install/LIFEOS/PULSE/modules/telegram.ts941 lastSessionId = undefinedCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/modules/telegram.ts981 settingSources: ["user", "project"], // NO "local" — skip CLAUDE.md to avoid Algorithm/format/voice curlsCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/modules/telegram.ts1241 // exchange) — not at handler entry — so a slow SDK reply doesn't resetCOMMENT
LOWLifeOS/install/LIFEOS/PULSE/modules/siri.ts1// modules/siri.ts — Siri→{{DA_NAME}} voice turn endpoint.COMMENT
LOWLifeOS/install/LIFEOS/PULSE/VoiceServer/voice.ts621//COMMENT
LOW…feOS/install/skills/Telos/ReportTemplate/next-env.d.ts1/// <reference types="next" />COMMENT
LOW…S/install/skills/Telos/DashboardTemplate/next-env.d.ts1/// <reference types="next" />COMMENT
LOW…s/Telos/DashboardTemplate/App/vulnerabilities/page.tsx1import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"COMMENT
LOW…feOS/install/skills/Research/Workflows/ExtractAlpha.md241# 2. Work in current work item directoryCOMMENT
LOWLifeOS/install/skills/Evals/PROJECT.md381# word-counter Count words in outputCOMMENT
LOWLifeOS/install/skills/Evals/PROJECT.md581```bashCOMMENT
LOWLifeOS/install/skills/Evals/PROJECT.md641# Example:COMMENT
LOWLifeOS/install/skills/Art/Tools/ThumbnailText.ts241 // Tall SIDE figure: bigger (~52% width) and pushed FARTHER right (bleeds ~24px off theCOMMENT
LOWLifeOS/install/skills/Art/Workflows/Essay.md821# 🟢 AUTO-STAMPED BY Generate.ts (2026-06-26): any `--workflow=Essay` or `--thumbnail`COMMENT
LOWLifeOS/install/skills/LifeOS/Tools/DeployComponents.ts41// (skills + system prompt + base settings + CLAUDE.md) is installed by Setup'sCOMMENT
LOWLifeOS/install/skills/LifeOS/install/install.sh1#!/usr/bin/env bashCOMMENT
LOW…/install/skills/Fabric/Patterns/analyze_risk/system.md81# INPUTCOMMENT
LOW…l/skills/Fabric/Patterns/create_idea_compass/system.md41___COMMENT
14 more matches not shown…
Hyper-Verbose Identifiers65 hits · 68 pts
SeverityFileLineSnippetContext
LOWLifeOS/Tools/InstallEngine.ts271export function detectExistingUserContent(paiUserDir: string): ExistingUserContent {CODE
LOWLifeOS/install/hooks/PromptProcessing.hook.ts73function appendPromptProcessingTelemetry(entry: Record<string, unknown>): void {CODE
LOWLifeOS/install/hooks/lib/safety-classifier.ts344export function extractCommandSubstitutions(cmd: string): string[] {CODE
LOWLifeOS/install/hooks/lib/identity.ts153function mapFrontmatterPersonality(traits: any, baseVoice: string | undefined): VoicePersonality | undefined {CODE
LOWLifeOS/install/hooks/lib/notifications.ts24export function getSessionDurationMinutes(): number {CODE
LOWLifeOS/install/hooks/lib/effort.ts71export function effortToCanonicalTierName(input: unknown): '' | EffortTierName {CODE
LOWLifeOS/install/hooks/lib/isa-utils.ts1060export function bumpLastToolActivityBySlug(slug: string, sessionUUID?: string): boolean {CODE
LOWLifeOS/install/hooks/lib/isa-utils.ts1105export function updateSessionNameInWorkJson(sessionUUID: string, sessionName: string): void {CODE
LOWLifeOS/install/hooks/handlers/SystemIntegrity.ts73function spawnIntegrityMaintenance(CODE
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts630function updateLastUpdatedTimestamp(docFile: string): string | null {CODE
LOWLifeOS/install/hooks/handlers/DocCrossRefIntegrity.ts675export async function handleDocCrossRefIntegrity(CODE
LOWLifeOS/install/hooks/handlers/TabState.ts78function extractFromResponseContent(responseText: string): string | null {CODE
LOWLifeOS/install/LIFEOS/TOOLS/Banner.ts513function createNavyUltraCompactBanner(stats: SystemStats, width: number): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/IntegrityMaintenance.ts519function generateExpectedImprovement(changes: FileChange[]): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/ReferenceCheck.ts129function isArchivedAlgorithmVersion(relPath: string): boolean {CODE
LOWLifeOS/install/LIFEOS/TOOLS/ReferenceCheck.ts140function getLatestAlgorithmVersion(): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/LifeosConfig.ts142function validateAndNormalize(raw: unknown, path: string): LifeosConfig {CODE
LOWLifeOS/install/LIFEOS/TOOLS/ArchDecisionHarvest.ts338function renderArchitectureDecision(decision: IsaDecision, sequence: number): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/ArchDecisionHarvest.ts359function findArchitectureDecisionInsertionPoint(content: string): number {CODE
LOWLifeOS/install/LIFEOS/TOOLS/ArchDecisionHarvest.ts561function writeDocWithoutArchitectureDecisions(docPath: string): void {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MemoryWriter.ts169function validateAndDedup(entries: string[]): ValidationOutcome {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MemoryWriter.ts257function updateFrontmatterTimestamp(frontmatter: string): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MemoryWriter.ts268function updateFrontmatterUpdatedBy(frontmatter: string, by: string): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/HarvestExecutor.ts550async function handleCreateKnowledgeIdea(CODE
LOWLifeOS/install/LIFEOS/TOOLS/HarvestExecutor.ts641async function handleCreateLearningQueue(CODE
LOWLifeOS/install/LIFEOS/TOOLS/MigrateContextFreshness.ts81function insertFreshnessIntoExistingBlock(content: string): { content: string; action: string } {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MergeSettings.ts70function hasInvalidMergeAnnotation(value: any): boolean {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MergeSettings.ts202export function permissionRuleRejectionReason(rule: string): string | null {CODE
LOWLifeOS/install/LIFEOS/TOOLS/LearningPatternSynthesis.ts481function buildHypothesisFromCluster(CODE
LOW…S/install/LIFEOS/TOOLS/ArchitectureSummaryGenerator.ts80function detectSystemPromptVersion(): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MemoryReviewer.ts297export function readCurrentMemorySnapshot(): CurrentMemorySnapshot {CODE
LOWLifeOS/install/LIFEOS/TOOLS/TranscriptParser.ts85export function parseLastAssistantMessage(transcriptContent: string): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/TranscriptParser.ts117export function collectCurrentResponseText(transcriptContent: string): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/TranscriptParser.ts265export function extractStructuredSections(text: string): StructuredResponse {CODE
LOWLifeOS/install/LIFEOS/TOOLS/WisdomFrameUpdater.ts72function incrementObservationCount(content: string): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/MemorySystem.ts377function parseRelatedFromFrontmatter(content: string): RelatedLink[] {CODE
LOWLifeOS/install/LIFEOS/TOOLS/NeofetchBanner.ts430function generateSentimentHistogram(): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/algorithm.ts625function updateLoopStateForIteration(CODE
LOWLifeOS/install/LIFEOS/TOOLS/ActivityParser.ts511function generateExpectedImprovement(activity: ParsedActivity): string {CODE
LOWLifeOS/install/LIFEOS/TOOLS/TokenXray/TokenXray.ts230function loadLatestApiCostSnapshot(): ApiCostSnapshot | null {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts202function buildAlgorithmStatePayload(): { algorithms: any[]; active: boolean; pulseStrip: any[] } {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts453function ensureAlgorithmStreamPoller(): void {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts774async function handleSecurityPatternsMutation(_req: Request): Promise<Response> {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts781async function handleSecurityRulesMutation(_req: Request): Promise<Response> {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts790function handleSecurityHooksDetail(): Response {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts2574function buildDimensionsFromIdealState(): Array<{ id: string; label: string; cur: number; ideal: number; velo: number; cCODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts2724function buildSnapshotFromCurrentState(): Array<{ id: string; label: string; v: number; of: number }> | null {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts2752function buildPreferencesFromTelos(): {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts2779function buildCurrentStateNarrative(currentRaw: string): string | null {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts2856function buildStateBulletsFromSubsections(raw: string): Array<{ label: string; value: string }> | null {CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts3139function buildRecommendedNextAction(CODE
LOW…OS/install/LIFEOS/PULSE/Observability/observability.ts3464export async function handleObservabilityRequest(req: Request): Promise<Response | null> {CODE
LOW…LIFEOS/PULSE/Observability/src/components/ui/chart.tsx324function getPayloadConfigFromPayload(CODE
LOW…omponents/activity/insights/ReworkArchaeologyPanel.tsx23function totalElapsedFromPhaseHistory(phases: PhaseEntry[]): number {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/wiki.ts274function stringArrayFromFrontmatter(value: unknown): string[] {CODE
LOWLifeOS/install/LIFEOS/PULSE/VoiceServer/voice.ts198function loadVoiceConfigFromSettings(): LoadedVoiceConfig {CODE
LOW…eOS/install/skills/Evals/Tools/ScenarioToTranscript.ts25export function scenarioResultToTranscript(taskId: string, trialId: string, r: ScenarioResult): Transcript {CODE
LOW…eOS/install/skills/Evals/Tools/ScenarioToTranscript.ts57export function scenarioResultToGraderResult(r: ScenarioResult, wallTimeMs: number): GraderResult {CODE
LOWLifeOS/install/skills/Evals/Tools/TranscriptCapture.ts133export function parseClaudeCodeTranscript(CODE
LOWLifeOS/install/skills/Art/Tools/Generate.ts354function enforceWorkflowDiscipline(parsed: Partial<CLIArgs>): void {CODE
5 more matches not shown…
Overly Generic Function Names19 hits · 18 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/projects.ts226export async function handleRequest(_req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/syslog.ts219export async function handleRequest(CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/assets.ts216export async function handleRequest(_req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/conduit.ts119export 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.ts375export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/hypotheses.ts237export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/tab-freshness.ts311export 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
LOW…eOS/install/LIFEOS/PULSE/modules/local-intelligence.ts125export 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.ts78export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/memory.ts247export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/example-module.ts57export async function handleRequest(CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/user-index.ts605export async function handleRequest(path: string, _body: Record<string, unknown>): Promise<Response> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/menubar.ts341export async function handleRequest(_req: Request, pathname: string): Promise<Response | null> {CODE
LOWLifeOS/install/LIFEOS/PULSE/modules/amber.ts305export async function handleRequest(req: Request, pathname: string): Promise<Response | null> {CODE
Excessive Try-Catch Wrapping8 hits · 18 pts
SeverityFileLineSnippetContext
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
LOW…/Fabric/Patterns/show_fabric_options_markmap/system.md302 except Exception as e:CODE
Synthetic Comment Markers3 hits · 18 pts
SeverityFileLineSnippetContext
HIGH…tall/LIFEOS/DOCUMENTATION/Writing/AIWritingPatterns.md290**Structure is the #1 detection signal.** AI detection tools weight structural regularity higher than vocabulary. ConsisCODE
HIGHLifeOS/install/LIFEOS/TOOLS/IntegrityMaintenance.ts928 // Use AI-generated title if it's better than the heuristic-based oneCOMMENT
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 Data11 hits · 11 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/LIFEOS/TOOLS/ContextAudit.ts264 kind: "placeholder",CODE
LOWLifeOS/install/LIFEOS/TOOLS/llcli/README.md206llcli search "Acme Corp"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.md116filetype: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
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/LIFEOS/TOOLS/extract-transcript.py180 # Check if path existsCOMMENT
Self-Referential Comments1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMLifeOS/install/skills/Daemon/Tools/DaemonAggregator.ts530 "# This file contains personal information for the daemon profile",CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/skills/Interceptor/Tools/Capture.sh17# Usage:COMMENT
Unused Imports1 hit · 1 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/LIFEOS/TOOLS/extract-transcript.py24CODE
Deep Nesting1 hit · 1 pts
SeverityFileLineSnippetContext
LOWLifeOS/install/LIFEOS/TOOLS/extract-transcript.py104CODE