iosm-cli 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -93,7 +93,7 @@ You'll see a prompt where you can type messages. The agent has access to your fi
93
93
  | `/model` | Pick or change the active model |
94
94
  | `/login` | Authenticate with OAuth providers or add API keys for providers from models.dev catalog |
95
95
  | `/semantic` | Configure semantic provider and index/query meaning-based code search |
96
- | `/init` | Bootstrap IOSM artifacts for the current project |
96
+ | `/init` | Profile-aware init: in `iosm` profile bootstraps IOSM artifacts; in other profiles generates/updates `AGENTS.md` |
97
97
  | `/agents` | View available custom/system agents |
98
98
  | `/settings` | View and modify settings |
99
99
  | `/hotkeys` | View keyboard shortcuts |
@@ -157,9 +157,9 @@ This creates:
157
157
  ## Typical Daily Workflow
158
158
 
159
159
  ```bash
160
- # 1. Open your project and start the agent
160
+ # 1. Open your project and start the agent in iosm profile
161
161
  cd my-project
162
- iosm
162
+ iosm --profile iosm
163
163
 
164
164
  # 2. Initialize IOSM (first time only)
165
165
  /init
@@ -67,7 +67,7 @@ iosm --continue
67
67
 
68
68
  | Command | Description | Example |
69
69
  |---------|-------------|---------|
70
- | `/init` | Bootstrap IOSM workspace | `/init` |
70
+ | `/init` | Profile-aware init: in `iosm` profile bootstraps IOSM workspace; in other profiles generates/updates `AGENTS.md` | `/init` |
71
71
  | `/iosm` | Run full IOSM cycle | `/iosm 0.95 --max-iterations 5` |
72
72
  | `/cycle-plan` | Plan a new cycle | `/cycle-plan reduce latency` |
73
73
  | `/cycle-status` | Check cycle progress | `/cycle-status` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iosm-cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Standalone IOSM CLI with agent tooling, session management, and IOSM artifact orchestration",
5
5
  "type": "module",
6
6
  "iosmConfig": {