Close your session. Review what surfaced. Let knowledge compound.
hizal__end_session(session_id="<session-id>")
The session end returns MEMORY chunks tagged for consolidation review. For each chunk, decide:
Useful personal observation. Leave as AGENT memory. No action needed.
Valuable for the team. Write it back as a PROJECT chunk:
# For architecture/design decisions
hizal__write_knowledge(project_id="<id>", query_key="<key>", title="<title>", content="<chunk-content>")
# For codebase conventions
hizal__write_convention(project_id="<id>", query_key="<key>", title="<title>", content="<chunk-content>")
Then optionally delete the original AGENT chunk:
hizal__delete_context(project_id="<id>", id="<chunk-id>")
Noise or one-off observation. Ignore it.
If you need to resume work later, call hizal-start — it will start a fresh session or resume an existing one.
共 1 个版本