1.1 KiB
1.1 KiB
name, description
| name | description |
|---|---|
| test-paths | Test file path resolution in plugin agents |
This command tests whether file references work correctly in plugin agent contexts.
Test Scenarios
This will test file path resolution in two scenarios:
- Direct subagent invocation - Spawning path-test-agent via Task tool
- File reference verification - Confirming @ syntax resolves correctly
Execution
You MUST execute this test by spawning the path-test-agent as a subagent.
Use the Task tool:
Task(
subagent_type: "cipherpowers:path-test-agent",
description: "Test file path resolution",
prompt: "Execute the path test procedure exactly as specified in your instructions."
)
After the agent completes, analyze the results and report:
- Which files were successfully read
- Which files failed (if any)
- Whether relative paths (@skills/..., @standards/...) work in subagent context
- Recommendation for convention to use
Expected Outcome
If the test PASSES, relative paths work correctly and we can use @skills/... syntax throughout all agents.
If the test FAILS, we need to investigate alternative approaches.