Skip to content
Merged
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [12.3.2] - 2026-02-16

### Added
- Added a prominent agent bootstrap prompt section to the repository README.
- Added a top-level README table of contents for faster section navigation.
## [12.3.1] - 2026-02-15

### Added
Expand Down
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,53 @@ It gives you one clean control plane for:
- running from CLI or a local-first dashboard
- using verified bootstrap installers and signed, reproducible releases

## Table of Contents

- [Agent Prompt: Bootstrap ICA for This Local Environment](#agent-prompt-bootstrap-ica-for-this-local-environment)
- [Install First (Verified Bootstrap)](#install-first-verified-bootstrap)
- [Multi-Source Skills (Clear + Explicit)](#multi-source-skills-clear--explicit)
- [Dashboard Preview](#dashboard-preview)
- [Build From Source](#build-from-source)
- [CLI Usage (`ica`)](#cli-usage-ica)
- [Skill Publishing and Official Contribution](#skill-publishing-and-official-contribution)
- [Dashboard](#dashboard)
- [Supported Targets](#supported-targets)
- [Install Modes](#install-modes)
- [Scope Modes](#scope-modes)
- [Managed State](#managed-state)
- [Release + Supply Chain](#release--supply-chain)
- [Documentation](#documentation)
- [Legacy Deployment Paths Removed](#legacy-deployment-paths-removed)

## Agent Prompt: Bootstrap ICA for This Local Environment

```text
Bootstrap ICA for this local environment.

Your task:
1) Download and install this skill file into your own native skill storage (using your runtime's normal skill conventions):
https://raw.githubusercontent.com/intelligentcode-ai/skills/master/skills/ica-bootstrap/SKILL.md
2) Immediately execute the installed `ica-bootstrap` skill.
3) Let `ica-bootstrap` complete end-to-end setup, including:
- ICA CLI installation
- skills source registration/refresh
- installation of `ica-cli`
- verification (`ica doctor`, `ica list`)

Behavior requirements:
- Do the work directly on this machine.
- Do not ask me where skill folders are.
- Do not ask me to confirm routine steps.
- Ask only if credentials, permissions, or security policy block execution.
- If a command fails, diagnose and retry with the safest fallback automatically.

Final output:
- What you installed
- What you executed
- Current ICA health/status
- Exact blocker only if setup is still not complete
```

## Install First (Verified Bootstrap)

macOS/Linux:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.3.1
12.3.2
2 changes: 1 addition & 1 deletion src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.3.1
12.3.2