* doc: add Claude Code + Telegram + Hindsight blog post * doc: add fabioscarsi to blog authors * doc: update fabioscarsi title to Contributor * doc: remove horizontal rule dividers from blog post * doc: update cover image and add image frontmatter for claude-code-telegram blog post * doc: remove horizontal rule dividers * doc: align Hindsight setup steps with PR #661 README * fix: move marketplace.json to repo root and update source path * doc: add Claude Code integration page, sidebar, and integrations hub entry * doc: update versioned docs to 0.4.19 --------- Co-authored-by: Ben <ben.bartholomew@vectorize.io>
15 lines
415 B
JSON
15 lines
415 B
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"name": "hindsight",
|
|
"description": "Official Hindsight integrations for Claude Code",
|
|
"owner": {
|
|
"name": "vectorize-io"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "hindsight-memory",
|
|
"description": "Automatic long-term memory for Claude Code via Hindsight",
|
|
"source": "./hindsight-integrations/claude-code"
|
|
}
|
|
]
|
|
}
|