Skip to content

Commit eb629e1

Browse files
committed
nit
1 parent 34c6f8e commit eb629e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

AGENTS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ The header is enforced by eslint via `eslint-plugin-header`. The canonical defin
8888

8989
## Documentation
9090

91+
- Update docs in `./docs/` folder and relevant skills in `./plugins/b2c-cli/skills/` when updating or adding CLI commands.
92+
9193
See [documentation skill](./.claude/skills/documentation/SKILL.md) for details on updating user guides, CLI reference, and API docs.
9294

9395
```bash
@@ -104,9 +106,9 @@ pnpm run docs:build
104106
- CLI commands have access to this logger via `this.log` method from oclif Command class
105107
- CLI commands can write directly to stdout/stderr if their primary purpose is to output or stream data
106108

107-
## Table Output
109+
## CLI Command Development
108110

109-
Use `createTable` from `@salesforce/b2c-tooling-sdk/cli` for tabular output. See [CLI command development skill](./.claude/skills/cli-command-development/SKILL.md) for patterns.
111+
See [CLI command development skill](./.claude/skills/cli-command-development/SKILL.md) for patterns.
110112

111113
## Claude Code Skills
112114

0 commit comments

Comments
 (0)