You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-13Lines changed: 29 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@
7
7
8
8
**IOSM (Improve -> Optimize -> Shrink -> Modularize)** is an engineering methodology for continuous system improvement. This repository is the **canonical specification repository** for IOSM v1.0 and contains the normative spec, machine-readable schemas, and example artifacts required to understand, adopt, and validate the methodology.
9
9
10
+
> **Looking for the runtime?** See [**iosm-cli**](https://github.com/rokoss21/iosm-cli) — a terminal coding agent that implements IOSM as an engineering runtime with orchestration, MCP, checkpoints, and extensions.
11
+
10
12
## What This Repository Contains
11
13
12
14
- The normative IOSM v1.0 specification: [IOSM_SPEC_v1.0.md](IOSM_SPEC_v1.0.md)
@@ -132,31 +134,45 @@ IOSM can be adopted incrementally:
132
134
- Future incompatible spec versions should be introduced as new versioned files, for example `IOSM_SPEC_v1.1.md` or `IOSM_SPEC_v2.0.md`.
133
135
- Repository-level changes are tracked in [CHANGELOG.md](CHANGELOG.md).
134
136
137
+
## CLI Implementation
138
+
139
+
[**iosm-cli**](https://github.com/rokoss21/iosm-cli) is the reference runtime that implements this specification as a terminal coding agent.
0 commit comments