Skip to content

Commit dd450f2

Browse files
committed
docs: update project scope documentation
1 parent ab3d0aa commit dd450f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/scope.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Scanning CLI tools (parsing `--help`, man pages, subcommand trees) is a **fundam
3232
| **Complexity** | BaseScanner + a few hundred lines per adapter | Requires per-tool adapters with deep domain knowledge |
3333
| **Users** | Framework adapter developers | Automation engineers, AI agent developers |
3434

35-
CLI tool scanning should live in a **separate project** (e.g., `apcli`) that:
35+
CLI tool scanning should live in a **separate project** that:
3636

3737
- Consumes `apcore-toolkit`'s `BaseScanner` and Writer classes as building blocks.
3838
- Owns the CLI-specific parsing, heuristics, and per-tool adapter logic.
@@ -67,7 +67,7 @@ Orchestration, token management, and multi-agent coordination belong to `apflow`
6767
┌────────────────┼────────────────┐
6868
│ │ │
6969
┌──────┴──────┐ ┌─────┴──────┐ ┌──────┴──────┐
70-
│ django-apcore│ │flask-apcore│ │apcli
70+
│ django-apcore│ │flask-apcore│ │ ...
7171
│ (adapter) │ │ (adapter) │ │ (adapter) │
7272
└──────┬──────┘ └─────┬──────┘ └──────┬──────┘
7373
│ │ │

0 commit comments

Comments
 (0)