<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Cradicle Explorer</title>
    <link href="/css/bootstrap/bootstrap.min.css" rel="stylesheet">
    <style>
      .form-control-dark::placeholder {
          color: #aaa;
          opacity: 1;
      }
    </style>
    <link rel="stylesheet" href="/assets/fontawesome/css/all.min.css">
    <link rel="icon" type="image/png" href="/favicon.png">


                <link href="/css/dashboard.css" rel="stylesheet">
                </head>
                <body>
                <header class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
                  <a class="navbar-brand col-md-3 col-lg-2 me-0 px-3 fs-6" href="/">Cradicle Explorer</a>
                  <button class="navbar-toggler position-absolute d-md-none collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#sidebarMenu" aria-controls="sidebarMenu" aria-expanded="false" aria-label="Toggle navigation">
                    <span class="navbar-toggler-icon"></span>
                  </button>
                  <form method="get" action="/cgi-bin/main" style="width:100%;"><input class="form-control form-control-dark w-100 rounded-0 border-0" type="text" name="q" placeholder="Search repos" aria-label="Search"></form>
                  <div class="navbar-nav flex-row">
                    <div class="nav-item text-nowrap">
                      <a class="nav-link px-3 active" href="/cgi-bin/repo?id=z4Hc9ECSRSuZbYSQFLTqtJuNoQJDP">radicle</a>
                    </div>
                  </div>
                </header>
                <div class="container-fluid">
                  <div class="row">
                    <nav id="sidebarMenu" class="col-md-3 col-lg-2 d-md-block bg-dark sidebar collapse">
                      <div class="position-sticky pt-3 sidebar-sticky">
                        <ul class="nav flex-column">
                          <li class="nav-item">
                            <a class="nav-link active" href="/cgi-bin/repo?id=z4Hc9ECSRSuZbYSQFLTqtJuNoQJDP">
                              <i class="align-text-bottom fa-solid fa-info"></i>
                              Info
                            </a>
                          </li>
                          <li class="nav-item">
                            <a class="nav-link" href="/cgi-bin/repo?id=z4Hc9ECSRSuZbYSQFLTqtJuNoQJDP&issue=list">
                              <i class="align-text-bottom fa-solid fa-layer-group"></i>
                              Issues
                            </a>
                          </li>
                          <li class="nav-item">
                            <a class="nav-link" href="/cgi-bin/repo?id=z4Hc9ECSRSuZbYSQFLTqtJuNoQJDP&patch=list">
                              <i class="align-text-bottom fa-solid fa-vest-patches"></i>
                              Patches
                            </a>
                          </li>
                          <li class="nav-item">
                            <a class="nav-link" href="/cgi-bin/repo?id=z4Hc9ECSRSuZbYSQFLTqtJuNoQJDP&wallet=list">
                              <i class="align-text-bottom fa-solid fa-wallet"></i>
                              Wallets
                            </a>
                          </li>
                          <li class="nav-item">
                            <a class="nav-link" href="/cgi-bin/repo?id=z4Hc9ECSRSuZbYSQFLTqtJuNoQJDP&source=.">
                              <i class="align-text-bottom fa-solid fa-code"></i>
                              Source
                            </a>
                          </li>
                        <h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted text-uppercase">
                          <span></span>
                        </h6>
                        <ul class="nav flex-column mb-2">
                        
                        </ul>
                      </div>
                    </nav>
                <main class="col-md-9 ms-sm-auto col-lg-10">
                  <div class="container px-1 py-3">
        

    <div class="list-group">
    <div class="list-group-item">
    <div style="font-size:1.3rem;">radicle</div>
    <div class="repo-item">The initial radicle repo</div>
    <div>rad:z4Hc9ECSRSuZbYSQFLTqtJuNoQJDP</div>
    </div>
    <div class="list-group-item">
    <div>Visibility</div>
    <div class="repo-item">public</div>
    </div>
    <div class="list-group-item">
    <div>Delegates</div><div class="repo-item">did:key:z6Mkg5vF4xDYJ2849B1hTUSP9tCpWQpW9gJyB7Rr7PvNMSQ8</div>
    </div>
    <div class="list-group-item">
    <div>Default branch</div>
    <div><span class="repo-item">main &#8594 053bd57031405507341a1a2676b90c2964be365b</span> (Wed Nov 12 04:14:07 2025)</div>
    </div>
    <div class="list-group-item">
    <div>Threshold</div>
    <div class="repo-item">1</div>
    </div>
    </div>
    
        <div class="list-group mt-3">
        <div class="list-group-item">
        <div class="mb-2" style="font-weight:bold;"><i class="fa-solid fa-book"></i> README.md</div>
        <pre style="margin:0; font-size:0.85rem; overflow-x:auto; color:#fafafa;"># Radicle Implementation for Project Auxo Inc.

[![Radicle](https://img.shields.io/badge/Radicle-Active-green)](rad:z4Hc9ECSRSuZbYSQFLTqtJuNoQJDP)
[![Node Status](https://img.shields.io/badge/Node-Running-success)](rad://z6Mkg5vF4xDYJ2849B1hTUSP9tCpWQpW9gJyB7Rr7PvNMSQ8)

A sovereign code collaboration infrastructure for Project Auxo Inc., built on the Radicle protocol.

**This repository is now hosted on Radicle!** 🎉  
RID: `rad:z4Hc9ECSRSuZbYSQFLTqtJuNoQJDP`

## Overview

This repository contains the implementation and configuration for deploying Radicle as the primary code collaboration platform for Project Auxo Inc. Radicle provides decentralized, peer-to-peer Git hosting with full data sovereignty and cryptographic verification.

## Project Structure

```
radicle/
├── docs/               # Documentation and guides
│   ├── setup/         # Setup and installation guides
│   └── guides/        # User and developer guides
├── shape-up/          # Shape Up methodology implementation
│   ├── pitches/       # Project pitches
│   ├── cycles/        # Cycle documentation
│   └── betting-table.md
├── scripts/           # Automation and utility scripts
│   └── setup/         # Setup and configuration scripts
└── node_modules/      # Dependencies
```

## Shape Up Roadmap

We&#x27;re using the Shape Up methodology to implement Radicle across three 6-week cycles:

### Current Cycle: Foundation (Weeks 1-6)
- **Core Infrastructure Setup**: Installing and configuring Radicle CLI
- **Seed Node Architecture**: Designing and deploying organizational seed nodes

### Upcoming Cycles
- **Cycle 2: Collaboration Framework** (Weeks 7-12)
- **Cycle 3: Security &amp; Operations** (Weeks 13-18)

See [`shape-up/betting-table.md`](shape-up/betting-table.md) for detailed planning.

## Quick Start

```bash
# Install Radicle CLI (macOS)
brew install radicle-cli

# Initialize your Radicle identity
rad auth

# Clone this repository via Radicle
rad clone rad:z4Hc9ECSRSuZbYSQFLTqtJuNoQJDP
```

## Key Features

- **Decentralized Git Hosting**: No single point of failure
- **Cryptographic Verification**: All commits and artifacts are signed
- **Full Data Sovereignty**: Complete control over your code and data
- **Peer-to-Peer Sync**: Direct repository synchronization between nodes
- **Private Repositories**: Support for selective sharing with trusted peers

## Documentation

- [Setup Guide](docs/setup/quickstart.md) - Get started with Radicle
- [Shape Up Process](docs/guides/shape-up-process.md) - How we plan and execute
- [User Guide](docs/Radicle%20User%20Guide.html) - Comprehensive Radicle usage
- [Protocol Guide](docs/Radicle%20Protocol%20Guide.html) - Technical protocol details

## Contributing

This is an internal Project Auxo Inc. repository. Team members should:

1. Fork the repository to their Radicle remote
2. Create patches for proposed changes
3. Submit patches for review via `rad patch`

## License

Internal use only. Copyright © 2025 Project Auxo Inc.</pre>
        </div>
        </div>

</div>
</main>
</div>
</div>


</body>
</html>

