-
Notifications
You must be signed in to change notification settings - Fork 0
docs: memory action count 42 -> 44 across templates and docs #204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -252,7 +252,7 @@ Sixteen core tapps-* SKILL.md files per platform in `.claude/skills/` or `.curso | |
| - **tapps-review-pipeline** - Orchestrate a parallel review-fix-validate pipeline | ||
| - **tapps-research** - Look up library documentation and research best practices | ||
| - **tapps-security** - Run a comprehensive security audit with vulnerability scanning | ||
| - **tapps-memory** - Manage shared project memory (42 actions, cross-session) | ||
| - **tapps-memory** - Manage shared project memory (44 actions, cross-session) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
In the medium AGENTS template this changed summary now says 44 actions, but the same template’s memory section still has Useful? React with 👍 / 👎. |
||
| - **tapps-tool-reference** - Full per-tool reference and when-to-use guidance | ||
| - **tapps-init** - Bootstrap TappsMCP scaffolding in a project | ||
| - **tapps-upgrade** - Reinstall global CLIs from latest source, restart MCP, run `tapps-mcp upgrade` + doctor + checklist | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reference now advertises 44 actions, but the action tables below still enumerate only 42 names; comparing the page to
server_memory_tools._VALID_ACTIONSshows the unlisted actions aresession_start_captureandsession_end_consolidate. Readers and generated agents using this as the promised complete reference still have no parameter or lifecycle-status guidance for those two actions, so the count bump leaves the docs internally incomplete.Useful? React with 👍 / 👎.