Skip to content

KooshaPari/HeliosLab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

429 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Work State

Field Value
Last commit 2026-06-08
Open issues 0
Open PRs 2
Focus TS+Rust monorepo lab (journeys/contracts/desktop)

Progress: ████████░░ 80%

Work state: ACTIVE · Progress: ███████░░░ 65% TS+Rust monorepo lab (journeys/contracts/desktop); active feat/journey-impl · updated 2026-06-02

Pinned references (Phenotype-org)

License

  • MSRV: see rust-toolchain.toml
  • cargo-deny config: see deny.toml
  • cargo-audit: rustsec/audit-check@v2 weekly
  • Branch protection: 1 reviewer required, no force-push
  • Authority: phenotype-org-governance/SUPERSEDED.md

HeliosLab

Status: stable

CI

HeliosLab is a Rust workspace providing comprehensive configuration, feature flags, secrets, and version management for Phenotype projects. The workspace contains six core crates—pheno-core, pheno-db, pheno-crypto, pheno-cli, pheno-ffi-python, and pheno-ffi-go—unified around the phenoctl CLI binary (entrypoint: pheno-cli/src/main.rs).

Specification & Architecture:

Overview

HeliosLab provides a consistent way to manage local and team configuration with auditable change history and CLI-first workflows.

Core Capabilities

  • Configuration management for app/runtime settings
  • Feature flag lifecycle management
  • Secret value storage abstractions
  • Version inspection and rollout state tracking
  • Terminal UI for operational workflows

Install

cargo install --path pheno-cli

Quick Start

phenoctl config set app.name "My App"
phenoctl flags create dark-mode --description "Enable dark mode"
phenoctl flags enable dark-mode
phenoctl secrets set API_KEY
phenoctl version show
phenoctl tui

Repository Structure

  • pheno-cli/ CLI implementation
  • docs/ unified VitePress documentation categories
  • config/ default configuration and templates

Documentation Categories

  • Wiki
  • Development Guide
  • Document Index
  • API
  • Roadmap

About

Phenotype-org research lab

Topics

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 54.7%
  • HTML 23.1%
  • JavaScript 16.6%
  • Rust 3.0%
  • Zig 1.3%
  • Shell 0.4%
  • Other 0.9%