update_algochains_telos
Append new entries to a TELOS log to record goals, lessons, ideas, or challenges during a session. Entries are added without overwriting previous content.
Instructions
Append a new entry to an AlgoChains TELOS file (goals, learned, ideas, challenges, etc.). Use to capture new lessons learned, ideas, or goal updates during a session. The log is append-only — entries are never overwritten.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry | Yes | The content to add (markdown text, plain sentences OK) | |
| action | No | append = add to end (default); prepend = add after header | append |
| section | Yes | Which TELOS section to update |