Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2b1982c
fix(ci): clone @focusmcp/core as sibling before install (#1)
samuelds Apr 16, 2026
8cc281b
style: migrate indent from 2 to 4 spaces (Biome config) (#2)
samuelds Apr 17, 2026
a6b162d
docs: add CLAUDE.md (agent guidance, replaces ~/.claude memory) (#4)
samuelds Apr 17, 2026
98249d6
chore: add gitleaks to pre-commit (#3)
samuelds Apr 19, 2026
bd3f8e3
feat: implement focus start — stdio + HTTP MCP transport (#5)
samuelds Apr 20, 2026
952674a
feat: load bricks from center.json on focus start (#6)
samuelds Apr 20, 2026
31138fd
feat: display CLI and core versions in focus --version (#7)
samuelds Apr 20, 2026
45fc5ae
feat: support TS brick loading + fix arg forwarding to start command …
samuelds Apr 20, 2026
b3ce0a3
feat: expose focus_list, focus_load, focus_unload as MCP tools (#9)
samuelds Apr 20, 2026
3fd6598
feat: focus_load + focus_reload + tools/list_changed notifications (#10)
samuelds Apr 20, 2026
0e92c2e
ci: add Claude Code Review action (#12)
samuelds Apr 21, 2026
5e4c4aa
chore(ci): bump GitHub Actions to v5 (Node.js 24) (#15)
samuelds Apr 21, 2026
8395877
feat: add marketplace CLI commands and IO adapters (#16)
samuelds Apr 22, 2026
1134d0d
ci: add GitHub Packages publish workflow for develop (#18)
samuelds Apr 22, 2026
10d8418
fix(ci): use composite setup action in publish-dev workflow (#19)
samuelds Apr 22, 2026
8ca2790
feat: rename npm scope from @focusmcp to @focus-mcp (#22)
samuelds Apr 22, 2026
d525623
feat: wire marketplace commands in bin + add 7 MCP tools (#17)
samuelds Apr 22, 2026
a9de254
fix(ci): add id-token permission for npm provenance (#23)
samuelds Apr 22, 2026
75c6399
feat(ci): dev publish workflow (#25)
samuelds Apr 22, 2026
51e41d7
fix(ci): use GitHub Packages for dev publish (#26)
samuelds Apr 23, 2026
57f996e
fix(ci): add id-token:write permission + remove duplicate workflow (#27)
samuelds Apr 23, 2026
2f55123
chore(release): v1.0.0 + stable-publish (#28)
samuelds Apr 23, 2026
90160ea
feat(cli): focus browse interactive TUI (#31)
samuelds Apr 23, 2026
b959169
docs: v1.1.0 cleanup — VISION, ARCHITECTURE, AGENTS.md, AI transparen…
samuelds Apr 23, 2026
533be95
fix(ci): rename \`direct_prompt\` → \`prompt\` in claude-code-action …
samuelds Apr 23, 2026
c98e7e5
fix(ci): add checkout step to claude-review workflow (#37)
samuelds Apr 24, 2026
165ff6d
fix(brick-source): use node module resolution for npm-nested and flat…
samuelds Apr 24, 2026
b31ba2c
chore: sync main back into develop (release bumps) (#40)
samuelds Apr 24, 2026
640136a
chore(release): bump cli to 1.2.0 (PR #38 resolver) (#42)
samuelds Apr 24, 2026
7bc498a
fix(catalog): default URL targets GitHub Pages CDN + bump 1.3.0
samuelds Apr 24, 2026
dce5a30
test(catalog): import DEFAULT_CATALOG_URL from core instead of hardco…
samuelds Apr 24, 2026
221e642
chore: sync main back into develop (release bumps)
samuelds Apr 24, 2026
3d1bbcb
fix(cli): unify center.lock parser + --force catalog remove + schema …
samuelds Apr 24, 2026
ef24f66
chore(release): bump @focus-mcp/cli to 1.4.0
samuelds Apr 24, 2026
d201301
feat(cli): bulk add/remove + auto-install deps (#54)
samuelds Apr 24, 2026
7b68dc4
feat(cli): add focus doctor command (#56)
samuelds Apr 24, 2026
31e9105
chore(release): cli 1.6.0 (focus doctor) (#58)
samuelds Apr 24, 2026
0358ecf
chore(release): sync develop → main (cli 1.6.0)
Apr 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @focus-mcp/cli

## 1.6.0

### Minor Changes

- Publish `focus doctor` command (merged in 1.5.x without a changeset/bump). Also ships bulk-args + auto-install-deps that were in 1.5.0.

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@focus-mcp/cli",
"version": "1.5.0",
"version": "1.6.0",
"private": false,
"description": "Focus your AI agents on what matters. 68+ bricks, 1 MCP server, modular context — from 200k to 2k tokens. Works with Claude Code, Cursor, Codex.",
"license": "MIT",
Expand Down
Loading