Skip to content

Commit 6172591

Browse files
committed
docs: add AGENTS.md with CLAUDE.md symlink
1 parent d427257 commit 6172591

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# codemirror-mcp
2+
3+
CodeMirror 6 extension implementing the Model Context Protocol for `@resource` mention and `/prompt` command completions. Published to npm as `@marimo-team/codemirror-mcp` and used by marimo's editor.
4+
5+
## Development
6+
7+
```bash
8+
pnpm install --ignore-scripts --frozen-lockfile # CI install
9+
pnpm test # vitest
10+
pnpm run lint # biome check --write (autofix.ci runs this on PRs)
11+
pnpm exec biome ci . # non-mutating lint CI enforces
12+
pnpm run typecheck # tsc --noEmit
13+
pnpm run demo # vite build of demo/
14+
```
15+
16+
- Install with `--ignore-scripts`: the `prepare` script otherwise runs `husky install && pnpm build` on every install.
17+
- Release: `pnpm run release` (pnpm version) bumps + tags; pushing a `v*` tag triggers release.yml, which publishes to npm via OIDC.

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AGENTS.md

0 commit comments

Comments
 (0)