UAT: fs-mount resource type uses --path CLI argument but spec requires --mount-path #2981

Open
opened 2026-04-05 03:03:41 +00:00 by freemo · 1 comment
Owner

Metadata

  • Branch: fix/resource-cli-fs-mount-arg-mount-path
  • Commit Message: fix(resource): rename fs-mount CLI argument from --path to --mount-path per spec
  • Milestone: v3.7.0
  • Parent Epic: #398

Bug Report

Feature Area: Resource Types  Inheritance — CLI Arguments
Severity: Medium
Found by: UAT Testing (Resource Types  Inheritance)

What was tested

The CLI argument name for the fs-mount resource type when using agents resource add fs-mount.

Expected behavior (from spec)

Per docs/specification.md lines 10642 and 10774, the fs-mount resource type uses --mount-path:

$ agents resource add fs-mount local/docs --mount-path /docs/api-reference

The output also shows:

Mount Path: /docs/api-reference

Per docs/specification.md line 24822:

agents resource add fs-mount local/data-volume --mount-path /mnt/data

The docs/reference/resource_types_builtin.md also shows the CLI argument for fs-mount as

Name Type Required Description
path path yes Path to the mount point
But this content is not identical to the original; saving. 
## Metadata - **Branch**: `fix/resource-cli-fs-mount-arg-mount-path` - **Commit Message**: `fix(resource): rename fs-mount CLI argument from --path to --mount-path per spec` - **Milestone**: v3.7.0 - **Parent Epic**: #398 ## Bug Report **Feature Area**: Resource Types  Inheritance — CLI Arguments **Severity**: Medium **Found by**: UAT Testing (Resource Types  Inheritance) ### What was tested The CLI argument name for the `fs-mount` resource type when using `agents resource add fs-mount`. ### Expected behavior (from spec) Per `docs/specification.md` lines 10642 and 10774, the `fs-mount` resource type uses `--mount-path`: ``` $ agents resource add fs-mount local/docs --mount-path /docs/api-reference ``` The output also shows: ``` Mount Path: /docs/api-reference ``` Per `docs/specification.md` line 24822: ``` agents resource add fs-mount local/data-volume --mount-path /mnt/data ``` The `docs/reference/resource_types_builtin.md` also shows the CLI argument for `fs-mount` as | Name | Type | Required | Description | |---|---|---|--| | `path` | path | yes | Path to the mount point | ``` But this content is not identical to the original; saving.
freemo added this to the v3.7.0 milestone 2026-04-05 03:04:54 +00:00
Author
Owner

Issue triaged by project owner:

  • State: Verified
  • Priority: Confirmed
  • MoSCoW: Should Have

Valid finding verified during batch triage.


Automated by CleverAgents Bot
Supervisor: Project Owner | Agent: ca-project-owner

Issue triaged by project owner: - **State**: Verified - **Priority**: Confirmed - **MoSCoW**: Should Have Valid finding verified during batch triage. --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: ca-project-owner
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
#398 Epic: Post-MVP Resources
cleveragents/cleveragents-core
Reference
cleveragents/cleveragents-core#2981
No description provided.