Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Extends thegent governance base. See `platforms/thegent/governance/AGENTS.base.m
### Project Overview

- **Name**: heliosCLI
- **Description**: Rust-based CLI for managing Helioscope applications with multi-backend support and sandboxing
- **Description**: Rust-based CLI for managing Helios CLI applications with multi-backend support and sandboxing.
- **Location**: `/Users/kooshapari/CodeProjects/Phenotype/repos/heliosCLI`
- **Language Stack**: Rust (edition 2021)
- **Published**: Internal
Expand Down
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Extends thegent governance base. See `platforms/thegent/dotfiles/governance/CLAU
## Project Overview

- **Name**: heliosCLI
- **Description**: Rust-based CLI for managing Helioscope applications with multi-backend support and sandboxing
- **Description**: Rust-based CLI for managing Helios CLI applications with multi-backend support and sandboxing.
- **Location**: `/Users/kooshapari/CodeProjects/Phenotype/repos/heliosCLI`
- **Language Stack**: Rust (edition 2021)
- **Published**: Internal
Expand Down Expand Up @@ -69,7 +69,7 @@ fn test_feature_name() {

## Project-Specific Configuration

heliosCLI provides a comprehensive CLI for Helioscope application management with multiple execution backends:
heliosCLI provides a comprehensive CLI for Helios CLI application management with multiple execution backends:

### Architecture

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
[![Phenotype](https://img.shields.io/badge/Phenotype-org-blueviolet)](https://github.com/KooshaPari)
[![AI Slop Inside](https://sladge.net/badge.svg)](https://sladge.net)

Rust-based CLI for managing Helioscope applications with multi-backend support and sandboxing. A community fork of [OpenAI Codex CLI](https://github.com/openai/codex) with performance optimizations, a multi-crate harness system, and Phenotype governance integration.
Rust-based CLI for managing Helios CLI applications with multi-backend support and sandboxing. A community fork of [OpenAI Codex CLI](https://github.com/openai/codex) with performance optimizations, a multi-crate harness system, and Phenotype governance integration.

> **Note:** The legacy `helioscope` fork (`KooshaPari/helioscope`) was retired 2026-06-21
> per [the v12-20 closure rationale](https://github.com/KooshaPari/helios-cli/blob/main/docs/rationalization/helioscope-absorption.md).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Point the tombstone at a final retirement record

For readers using this note to verify the status of KooshaPari/helioscope, the linked docs/rationalization/helioscope-absorption.md does not document that it “was retired 2026-06-21”; it still lists archiving as a separate ops PR that was “not done” and later as a follow-up to open archive PRs. This makes the README’s tombstone internally contradictory unless the link is changed to the final retirement rationale or the local rationale is updated.

Useful? React with 👍 / 👎.

> `helios-cli` is the canonical codex fork in the Phenotype fleet.

<p align="center">
<strong>helios</strong> — run AI coding agents locally with full control over execution, sandboxing, and model backends.
Expand Down
Loading