liteharness-manual-start

Start LiteHarness sessions and manage inboxes for Codex on Windows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ahostbr/dotcodex --skill liteharness-manual-start
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: liteharness-manual-start
Source: https://github.com/ahostbr/dotcodex/tree/main/skills/liteharness-manual-start
Command: npx skills add https://github.com/ahostbr/dotcodex --skill liteharness-manual-start

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

LiteHarness manual bootstrap and inbox management for Codex sessions when automatic CLI hooks are unavailable or unreliable, ensuring cross-CLI messaging remains functional.

Core Features & Use Cases

  • Manual session bootstrap for Codex with LiteHarness.
  • Poll inbox for new messages and manage active agents.
  • Discover active agents and send messages as needed.
  • Watch inbox in real time for long-running tasks.

Quick Start

Run the manual LiteHarness bootstrap and manage inbox using the bundled script to start a session, then use check, discover, or send as needed.

Frequently Asked Questions about liteharness-manual-start

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manually bootstrap Codex sessions on Windows when CLI hooks are unreliable?▼

Manual bootstrap for Codex sessions uses bundled scripts to start, poll, discover agents, and send messages, bypassing unreliable native CLI hooks on Windows by relying on a local runtime and per-repo agent identity.

What is LiteHarness inbox management and when do I need it for cross-CLI messaging?▼

LiteHarness inbox management coordinates polling, watching, and sending messages between active agents, needed when automatic CLI hooks are unavailable and cross-CLI messaging must remain functional during Codex sessions.

How do I discover active agents and send messages in a LiteHarness session?▼

Discover active agents and send messages by executing the bundled discover and send workflows, which rely on a per-repo agent identity and local runtime to coordinate cross-CLI messaging without automatic hooks.

Can I poll and watch inboxes in real time for long-running Codex tasks on Windows?▼

Yes, you can poll and watch inboxes in real time for long-running Codex tasks on Windows using the bundled check and watch workflows, ensuring cross-CLI messaging remains functional without native CLI hooks.

Does manual LiteHarness bootstrap require any dependencies or automatic hooks?▼

Manual LiteHarness bootstrap requires no external dependencies and explicitly avoids automatic hooks, relying instead on bundled scripts, a local runtime, and a per-repo agent identity to execute start, check, discover, send, and watch workflows.