@tpsdev-ai/flair 0.47.1 → 0.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -213,6 +213,8 @@ Then add to your `CLAUDE.md`:
213
213
 
214
214
  At the start of every session, run mcp__flair__bootstrap before responding.
215
215
 
216
+ (`mcp__flair__bootstrap` is Claude Code's namespaced name for the server's `bootstrap` tool.) Use `flair bootstrap --agent <id>` when MCP is not wired — previewing context, scripts, or any agent that can run a shell command.
217
+
216
218
  The `flair-mcp` server exposes `memory_store`, `memory_search`, `memory_update`, `memory_get`, `memory_delete`, `relationship_store`, `bootstrap`, `soul_set`, `soul_get`, `flair_workspace_set` and `flair_orgevent`. Memory follows the agent across CLIs — same instance, same identity, switch harness without losing state.
217
219
 
218
220
  Per-CLI config snippets (Gemini CLI's `~/.gemini/settings.json`, Codex CLI's `~/.codex/config.toml`) are in **[docs/mcp-clients.md](docs/mcp-clients.md)**; a deeper Claude Code walk-through is in [docs/claude-code.md](docs/claude-code.md).
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.47.1",
3
- "commit": "2a5259e318163710b73490fb6b6abc5f25aac967",
4
- "builtAt": "2026-08-22T14:43:00.927Z",
2
+ "version": "0.49.0",
3
+ "commit": "e6336fcbb25c46fcd53b00488d695659c61cc420",
4
+ "builtAt": "2026-08-24T19:36:52.866Z",
5
5
  "builder": "tsc"
6
6
  }