Feat/skctl simulation details 59#232
Conversation
|
Hi @ajita-asthana, thanks for the PR! Can you confirm this wasn't generated with Claude Code/Copilot/other LLM-based tools? |
|
@drmorr0 . I did use LLMs to learn a bit about rust and how to navigate the cli commands like |
|
@ajita-asthana our policy is just around code generation for simkube itself. If you were just using it for learning the language/tooling that should be fine. You can read more in the README or in our developer guide. |
|
@ajita-asthana can you confirm that none of the code here was written with generative AI? As mentioned, using LLMs for exploration or experimentation is fine, but we can't accept PRs that contain LLM-generated code. |
|
closing out for now, feel free to re-open if you can confirm compliance with this project's requirements. |
Related Links
Issue 59
Description and Rationale
Added
skctl simulation listcommand to display available or currently running simulations→ Makes it easier for users to discover simulations without querying lower-level resources
Added
skctl simulation infocommand to show detailed metadata about a specific simulation→ Improves visibility into simulation state, configuration, and runtime details
Enhanced CLI output formatting for better readability
→ Reduces friction when debugging or inspecting simulations from the command line
How
simulationnamespace inskctlclap-based parsing)