Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
python check_staleness.py .claude/handoffs/2024-01-15-143022-auth.md
"""

from __future__ import annotations

import os
import re
import subprocess
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
python list_handoffs.py /path # List handoffs in specified path
"""

from __future__ import annotations

import os
import re
import sys
Expand Down
2 changes: 2 additions & 0 deletions skills/session-handoff/scripts/check_staleness.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
python check_staleness.py .claude/handoffs/2024-01-15-143022-auth.md
"""

from __future__ import annotations

import os
import re
import subprocess
Expand Down
2 changes: 2 additions & 0 deletions skills/session-handoff/scripts/list_handoffs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
python list_handoffs.py /path # List handoffs in specified path
"""

from __future__ import annotations

import os
import re
import sys
Expand Down