claude-mem 13.4.2 → 13.5.2

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.
@@ -1,22 +1,7 @@
1
1
  ---
2
2
  name: standup
3
3
  version: 1.0.0
4
- description: |
5
- Convene the recently-active git worktrees as named agents in a markdown group
6
- chat, have them reconcile what each changed, and converge on ONE consolidated
7
- worktree. Each branch is an agent that posts to a shared STANDUP.md (YAML front
8
- matter holds the GOAL + PROMPT; the body is the chat log), then the room agrees
9
- on a merge order and a single consolidation plan in the SUMMATION. The room is
10
- filled either by time window (past 1h / 4h / 24h / 7d / all — only worktrees
11
- active in it join, so a 40-worktree machine collapses to the handful you
12
- actually touched) or by hand-picking specific worktrees and/or open GitHub PRs
13
- from a checkbox-style list. Use this skill whenever the user says "standup",
14
- "run the standup", "reconcile my worktrees", "consolidate worktrees", "merge
15
- these branches together", "merge these PRs", "combine these worktrees and pull
16
- requests", "what's everyone at", "have my worktrees check in", or wants several
17
- branch-named agents to coordinate / resolve overlapping work into one
18
- deliverable through a shared chat file — even if they don't say the word
19
- "standup".
4
+ description: Facilitate a read-only standup across git worktrees, branches, or PRs to compare changes and produce one consolidation plan.
20
5
  allowed-tools:
21
6
  - Bash
22
7
  - Read