add new prompt for memory extension (#4945)

Signed-off-by: AdemolaAri <ademola.ari@gmail.com>
This commit is contained in:
Ademola Arigbabuwo
2025-10-20 17:38:34 -05:00
committed by GitHub
parent e9ca2bc0f8
commit fb6477a37e
@@ -0,0 +1,17 @@
{
"id": "access-currently-stored-preferences",
"title": "Access Currently Stored Preferences",
"description": "Retrieve and display the user's currently stored preferences from goose memory",
"category": "productivity",
"job": "operations",
"example_prompt": "What have I asked you to remember?",
"example_result": "You've asked me to remember the following:\n\n### Personal\n* My name is Ade. I like to read tech blogs, play with technical tools, and i'm interested in building agentic systems.",
"extensions": [
{
"name": "Memory",
"command": "memory",
"is_builtin": true,
"environmentVariables": []
}
]
}