← 返回
未分类 Key 中文

Alex Session Wrap-Up

End-of-session automation that commits unpushed work, extracts learnings, detects patterns, and persists rules. Uses gpt-4o-mini for pattern detection. Runs...
会话结束时的自动化,提交未推送的工作,提取经验,检测模式并保存规则。使用 gpt-4o-mini 进行模式检测。运行...
xbillwatsonx
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 405
下载
💾 4
安装
1
版本
#latest

概述

Session Wrap-Up

When to Run

  • On-demand: User says "wrap up" or "session wrap-up"
  • Automatic: End of significant work session (optional)

What It Does (4 Phases)

Phase 1: Ship It

  • Check for unstaged/uncommitted files in workspace
  • Commit with auto-generated message
  • Push to remote

Phase 2: Extract Learnings

  • Scan session conversation for key decisions
  • Pull from recent memory file entries
  • Identify what worked / what didn't

Phase 3: Pattern Detect (gpt-4o-mini)

  • Analyze extracted learnings
  • Find repeated mistakes or requests
  • Identify automation opportunities

Phase 4: Persist & Evolve

  • Write learnings to memory/YYYY-MM-DD.md
  • Update AGENTS.md / MEMORY.md if new patterns found
  • Flag items worth publishing/sharing

Model

  • Pattern detection: gpt-4o-mini (via OpenRouter or OpenAI)
  • All other phases: local shell/file operations

Output

  • Commit confirmation
  • Learnings summary (1-3 bullets)
  • Patterns detected (if any)
  • Files updated (if any)

Example Output

=== Session Wrap-Up ===

📦 Ship It:
  ✓ 3 files committed
  ✓ Pushed to origin

📝 Extract Learnings:
  - Backup script now handles D: mount checks
  - gog OAuth requires re-auth every ~7 days in Testing mode

🔍 Pattern Detect:
  • You asked "how to mount D:" twice this week
    → Suggest adding D: auto-mount to WSL config

💾 Persist:
  → Updated memory/2026-02-21.md
  → Updated AGENTS.md (added D: mount note)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 05:48 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,356 📥 318,133
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 711 📥 243,740
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,060