Skip to content

Commit 4dbc82d

Browse files
committed
docs(AI): clarify plugin commands and add comprehensive links
The AI guide incorrectly listed /probitas-new command which doesn't exist in the plugin. Updated to reflect actual available commands and separated plugin commands from local CLI commands for clarity. Also expanded Links section to include documentation site, main repository, and JSR package alongside plugin repository. Changes: - Remove non-existent /probitas-new command - Add /probitas-list and /probitas-expect-methods commands - Separate "Claude Code plugin commands" from "Local probitas CLI commands" - Add detailed CLI command descriptions with options - Expand Links section with documentation, repository, and JSR links
1 parent 1934d09 commit 4dbc82d

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

AI.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,24 @@ Example prompt snippet:
5454

5555
## Running and Checking via AI
5656

57-
Claude Code commands:
57+
Claude Code plugin commands:
5858

5959
- `/probitas-init` — initialize a project
60-
- `/probitas-new <type>` — scaffold scenario templates
61-
- `/probitas-check` — format, lint, and type-check scenarios
6260
- `/probitas-run [selector]` — run scenarios (use selectors/tags to scope)
61+
- `/probitas-list` — list available scenarios
62+
- `/probitas-check` — format, lint, and type-check scenarios
63+
- `/probitas-expect-methods` — get available expect methods
64+
65+
Local probitas CLI commands:
6366

64-
Local probitas CLI tasks:
67+
- `probitas init` — initialize a new Probitas project
68+
- `probitas run [paths...] [options]` — run scenarios (use `-s/--selector`)
69+
- `probitas list [paths...]` — list available scenarios
70+
- `probitas fmt` — format scenario files
71+
- `probitas lint` — lint scenario files
72+
- `probitas check` — type-check scenario files
6573

66-
- `probitas fmt` — format scenarios
67-
- `probitas lint` — lint scenarios
68-
- `probitas check` — type-check scenarios
69-
- `probitas run [selector]` — run scenarios (use selectors/tags to scope)
74+
See `probitas <command> -h` for detailed CLI options.
7075

7176
## References to Share with AI
7277

@@ -81,6 +86,7 @@ Local probitas CLI tasks:
8186

8287
## Links
8388

84-
- Claude plugin marketplace: https://github.com/probitas-test/claude-plugins
85-
- Probitas plugin docs:
86-
https://github.com/probitas-test/claude-plugins/tree/main/plugins/probitas
89+
- Claude Code plugin: https://github.com/probitas-test/claude-plugins
90+
- Probitas documentation: https://probitas-test.github.io/documents
91+
- Probitas repository: https://github.com/probitas-test/probitas
92+
- JSR package: https://jsr.io/@probitas/probitas

0 commit comments

Comments
 (0)