Asc banner
colosair colosair

Asc

Security community

Description

Local-first control plane for coding agents — session contracts, real boundaries, human-in-the-loop execution, and an audit trail.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ASC — Agent Session Control

**A local-first control plane for coding agents.** Run several AI sessions without losing track of what each one is allowed to do, what it decided, and what still needs you.

[![CI](https://github.com/colosair/asc/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/colosair/asc/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/@asc-agent/runtime)](https://www.npmjs.com/package/@asc-agent/runtime) [![node](https://img.shields.io/node/v/@asc-agent/runtime)](https://nodejs.org) [![license](https://img.shields.io/npm/l/@asc-agent/runtime)](LICENSE)

ASC gives an agent a contract — a goal, done-criteria, a write boundary — lets it proceed on what it owns, and stops it at the boundaries that are yours: ownership, shared contracts, secrets, irreversible actions. Nothing reaches an external system without an approved execution grant. Everything is auditable afterwards.

**The packages are on npm.** Install them with the exact commands below. Cloning this repository is the [contributor path](#development) — it is not how you use ASC.

If the version pinned here is not on the registry, this source is ahead of the release: report that the exact version is unpublished and stop. **Do not fall back to another version** — `@latest` or an older pin is a runtime nobody tested these instructions against.

**Coding agent?** Read [AGENTS.md](AGENTS.md) — the ordered path from this URL to a ready control plane, with the decisions already made, and the rules for turning a work request into a session contract once there is real work.

Korean: [README.ko.md](README.ko.md). This file is canonical.

The problem it solves

Running parallel agents, a person becomes the memory: carrying context between sessions, remembering which one was allowed to touch what, re-deriving why a decision was made. ASC moves that into a runtime that lives in your own space — not in the repository you are working on.

  • **Sessions