@songsid/agend 2.1.0-beta.25 → 2.1.0-beta.27

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.
@@ -28,7 +28,3 @@ Use the **Task Board** (`task` tool) for multi-step work:
28
28
  - **Large searches**: use subagents (Agent tool) instead of reading many files directly
29
29
  - **Big codebases**: glob/grep for specific targets, don't read entire directories
30
30
  - **Long conversations**: summarize decisions into Shared Decisions before context fills up
31
-
32
- ## On Startup
33
-
34
- - **Read all steering files first**: On startup, immediately read all files in `.kiro/steering/` (or equivalent) to load your full skill set and role context. Do not wait for a task to trigger reading them — proactively load all available knowledge before responding to any message.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@songsid/agend",
3
- "version": "2.1.0-beta.25",
3
+ "version": "2.1.0-beta.27",
4
4
  "description": "Multi-agent fleet daemon — run any coding CLI (Claude, Gemini, Codex, OpenCode) from Telegram",
5
5
  "type": "module",
6
6
  "bin": {