diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6c943..0081ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index f532e0e..8acea2a 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/VERSION b/VERSION index 9c028e2..1701b30 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.3.1 +12.3.2 diff --git a/src/VERSION b/src/VERSION index 9c028e2..1701b30 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -12.3.1 +12.3.2