🧪 Test the New Session Management Features (Anthropic Patterns) #36
Replies: 6 comments 1 reply
-
|
Will test it out. But the only reason i stick with this skill vs using |
Beta Was this translation helpful? Give feedback.
-
Q1:First, I encountered an issue with the minimax-m2.1 model. It failed to correctly provide the input parameters for the scripts, even though it successfully generated the .md file in the current directory. Q2:After one phase it will not commit by its own,maybe i need to commit manually Q3:When i use Q4:I saw and never saw Q5(this not the problem on the Antropic Patterns):My claude dir is: |
Beta Was this translation helpful? Give feedback.
-
How to Test
Test well,but how to use in claude with a real task? |
Beta Was this translation helpful? Give feedback.
-
|
The latest test:@OthmanAdi To sum up: The overall process is normal. I just need to execute A few outstanding issues that can help us improve:
and never saw 3.Why here is an empty cmd?Is the
related to : #41
Maybe it would have been better if I had said, "Please continue executing the task using the skill planning-with-files." |
Beta Was this translation helpful? Give feedback.
-
|
@OthmanAdi Don't forget this one |
Beta Was this translation helpful? Give feedback.
-
Fixed in v2.11.0!@wqh17101 Thank you for the reminder about Issue #39! The autocomplete issue is now fixed. Added a new shorter command that works with autocomplete: How to use:
No extra setup needed! Release: https://github.com/OthmanAdi/planning-with-files/releases/tag/v2.11.0 中文@wqh17101 感谢你的提醒! 自动补全问题已在 v2.11.0 版本中修复。现在只需输入 无需额外设置! |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Help Us Test Session Management Features!
I've implemented session management patterns from Anthropic's article "Effective harnesses for long-running agents" in the
feature/anthropic-patternsbranch.These features need testing before merging to main. Your feedback is critical!
What's New
1. Session Initialization Script
Run at the start of every session:
What it does:
2. Pass/Fail Status Tracking
Enhanced
task_plan.mdtemplate with:3. Git Checkpoint Workflow
New documentation:
docs/git-checkpoints.md4. Session-Start Verification
Automated checklist that verifies:
How to Test
1. Checkout the Branch
cd your-planning-with-files-repo git fetch origin git checkout feature/anthropic-patterns2. Try It In a Test Project
3. Work Through a Multi-Phase Task
git commit -m "feat(Phase 1): description"4. Read the Implementation Summary
See
IMPLEMENTATION_SUMMARY.mdin the branch for full details.What We Need Feedback On
Does init-session.sh work on your system?
Is the new task_plan.md template helpful?
Does the workflow feel natural?
Any bugs or issues?
Suggestions for improvement?
Related Issue
This work resolves Issue #19 requested by @wqh17101.
Documentation
Please test and share your experience! Once we have enough feedback and approval, I'll merge this to main.
Thank you!
Ahmad
Beta Was this translation helpful? Give feedback.
All reactions