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
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWARE — Project Instructions

You are working on **AWARE** (`aware-aeco/aware`) — the open-source agentic substrate for AECO. The substrate is content-complete (manifesto, decalog, specs, <!--stat:agents_total-->75<!--/stat--> agents, <!--stat:skills-->3,339<!--/stat--> skills, <!--stat:apps-->7<!--/stat--> reference apps, <!--stat:meta_primitives-->11<!--/stat--> meta-primitives) and the `aware` CLI has shipped (v<!--stat:cli_version-->0.80.0<!--/stat-->). The current focus is the **`aware` CLI** — the runtime binary that executes everything the substrate describes.
You are working on **AWARE** (`aware-aeco/aware`) — the open-source agentic substrate for AECO. The substrate is content-complete (manifesto, decalog, specs, <!--stat:agents_total-->75<!--/stat--> agents, <!--stat:skills-->3,339<!--/stat--> skills, <!--stat:apps-->7<!--/stat--> reference apps, <!--stat:meta_primitives-->11<!--/stat--> meta-primitives) and the `aware` CLI has shipped (v<!--stat:cli_version-->0.81.0<!--/stat-->). The current focus is the **`aware` CLI** — the runtime binary that executes everything the substrate describes.

## Read these first (in order)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ aware-aeco/

**Substrate: content-complete. Runtime: shipped.**

The `aware` CLI is live at **v<!--stat:cli_version-->0.80.0<!--/stat-->** (Rust), published to npm as **`@aware-aeco/cli`**, with curl + PowerShell installers in [`scripts/`](./scripts/). What began as 7 reference agents is now a working substrate:
The `aware` CLI is live at **v<!--stat:cli_version-->0.81.0<!--/stat-->** (Rust), published to npm as **`@aware-aeco/cli`**, with curl + PowerShell installers in [`scripts/`](./scripts/). What began as 7 reference agents is now a working substrate:

- **<!--stat:agents_total-->75<!--/stat--> agents** — <!--stat:agents_curated-->26<!--/stat--> hand-written + <!--stat:agents_reflected-->49<!--/stat--> auto-generated from vendor SDKs — **all registered** in [`registry-index.json`](./registry-index.json) and installable today.
- **`aware build agent`** generators: `--from-nuget`, `--from-npm`, `--from-yard`, `--from-openapi`, `--from-csharp` (Roslyn source reader).
Expand Down
Loading
Loading