Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

KooshaPari/phenoRouterMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

385 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repos — CodeProjects/Phenotype organizational shelf

This is the repos shelf: a polyrepo containing ~30 independent projects organized under CodeProjects/Phenotype/organizational-shelf/repos.

What is a shelf?

A shelf is an organizational layer above individual projects. Think of it like ~/code/ or /opt/ — a directory containing related but independent repositories. Each project is a standalone git repo; the shelf is their shared home.

Quick Start

Finding a project

ls projects/INDEX.md   # Master project list with descriptions
cat projects/INDEX.md   # Find your project

Working on a project

cd <project-name>      # e.g., cd heliosCLI
git status             # Verify you're in the right place

Creating a worktree

git worktree add .worktrees/my-feature -b my-feature
cd .worktrees/my-feature

Project Categories

Projects are organized into functional categories at the top level:

Category Contents
apps/ User-facing applications
tooling/ Developer tools, CLIs, scripts
infra/ Infrastructure, deployment, devops
libs/ Shared libraries and packages
platforms/ Platform-as-product projects

Note: Not all projects are yet in these categories — the reorganization is ongoing. Use projects/INDEX.md for the authoritative list.

Key Files

File Purpose
projects/INDEX.md Master project catalog
AGENTS.md Agent interaction rules
GOVERNANCE.md Shelf governance
CLAUDE.md Claude Code settings
WORKSTORES.md Worktree management guide
REPOS_INDEX.md Detailed shelf index

Architecture

repos/                          # ← Shelf root (YOU ARE HERE)
├── .worktrees/                 # Worktree staging area
├── .archive/                    # Archived projects
├── .claude/                     # Shelf-level Claude settings
├── .cursor/                     # Shelf-level Cursor settings
├── projects/                    # Project metadata & catalog
├── docs/                        # Cross-project documentation
│   ├── adr/                   # Architecture Decision Records
│   └── guides/                # How-to guides
├── scripts/                     # Cross-project scripts
├── governance/                  # Governance tooling
├── plans/                       # Work plans
└── [projects]                   # ~30 independent git repos

Agent Workflow

  1. Identify the project — Check projects/INDEX.md or ask the user
  2. Navigate to projectcd <project-name>
  3. Read project rules — Check for CLAUDE.md or AGENTS.md in project
  4. Do the work — Follow shelf rules in AGENTS.md
  5. Commit & push — Use conventional commits, open PR if needed

NOT AgilePlus

This shelf contains many projects, of which AgilePlus is one. AgilePlus-specific documentation lives inside the AgilePlus/ project directory, not at shelf level.

The files that were previously here describing AgilePlus have been moved to their correct locations:

  • AgilePlus governance → AgilePlus/GOVERNANCE.md
  • AgilePlus agent rules → AgilePlus/AGENTS.md
  • AgilePlus README → AgilePlus/README.md

Getting Help

  • Shelf-level issues: Ask here
  • Project-specific issues: cd <project> and check that project's docs
  • Architecture decisions: cat docs/adr/INDEX.md
  • General questions: Check projects/INDEX.md first

About

LLM router with monitoring backend (Rust) and Pareto analysis dashboard (Streamlit)

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors