Commit 12b8265
docs: Claude Code skills and path-scoped rules (#67)
* docs: AGENTS.md / CLAUDE.md agent guidance
Canonical AGENTS.md at the repo root (imported by CLAUDE.md via @AGENTS.md),
plus per-subproject AGENTS.md / CLAUDE.md pairs for move, ts-sdks, relayer,
walrus-discovery-indexer, chat-app, and publish.
Covers canonical-vs-reference mental model, repo invariants, build/test/lint
entry points, tooling baseline, and security considerations. Includes the
pnpm v11 troubleshooting doc that AGENTS.md links to.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: Claude Code skills and path-scoped rules
Add .claude/skills/ runbooks (fork-and-extend and SDK-consumer tasks) and
.claude/rules/ path-scoped guards (no-edit-generated-codegen,
wire-protocol-cross-impact). Update .gitignore to exclude Claude Code
user-local state, graphify, and skill-eval artifacts.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: split extend-smart-contracts skill + localnet doc fixes
Address review feedback on the skills.
- Split the 415-line extend-smart-contracts SKILL.md into a lean router
plus six reference/*.md files (package-layout, seal-policy,
gated-membership, custom-permission, build-and-publish, wire-to-sdk).
- spin-up-relayer: note the localnet gRPC port is the fullnode :9000, not
the :9124 consistent store (404s on subscribe_checkpoints).
- develop-walrus-indexer: note it can't target localnet (config rejects
non-testnet/mainnet, hardcoded gRPC URL, BlobCertified only on testnet).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 0e3a2be commit 12b8265
20 files changed
Lines changed: 2108 additions & 1 deletion
File tree
- .claude
- rules
- skills
- configure-custom-relayer-transport
- configure-session-keys
- configure-walrus-storage-via-sdk
- debug-encryption-flow
- develop-on-sui-stack-messaging
- develop-relayer
- develop-walrus-indexer
- extend-smart-contracts
- reference
- integrate-sui-stack-messaging
- spin-up-e2e-stack
- spin-up-relayer
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments