You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,8 @@ The header is enforced by eslint via `eslint-plugin-header`. The canonical defin
88
88
89
89
## Documentation
90
90
91
+
- Update docs in `./docs/` folder and relevant skills in `./plugins/b2c-cli/skills/` when updating or adding CLI commands.
92
+
91
93
See [documentation skill](./.claude/skills/documentation/SKILL.md) for details on updating user guides, CLI reference, and API docs.
92
94
93
95
```bash
@@ -104,9 +106,9 @@ pnpm run docs:build
104
106
- CLI commands have access to this logger via `this.log` method from oclif Command class
105
107
- CLI commands can write directly to stdout/stderr if their primary purpose is to output or stream data
106
108
107
-
## Table Output
109
+
## CLI Command Development
108
110
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.
0 commit comments