drydock-cli 3.0.133__tar.gz → 3.0.134__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. {drydock_cli-3.0.133/drydock_cli.egg-info → drydock_cli-3.0.134}/PKG-INFO +15 -1
  2. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/README.md +14 -0
  3. {drydock_cli-3.0.133 → drydock_cli-3.0.134/drydock_cli.egg-info}/PKG-INFO +15 -1
  4. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/pyproject.toml +1 -1
  5. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/LICENSE +0 -0
  6. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/NOTICE +0 -0
  7. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/__init__.py +0 -0
  8. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/__main__.py +0 -0
  9. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/advisor.py +0 -0
  10. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/agent.py +0 -0
  11. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/bash_safety.py +0 -0
  12. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/__init__.py +0 -0
  13. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/ml-data.md +0 -0
  14. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/ml-debug.md +0 -0
  15. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/ml-finetune.md +0 -0
  16. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/ml-metrics.md +0 -0
  17. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/ml-rl.md +0 -0
  18. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/ml-train.md +0 -0
  19. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/nist-ai-rmf.md +0 -0
  20. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/nist-csf.md +0 -0
  21. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/rmf-categorize.md +0 -0
  22. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/rmf-control.md +0 -0
  23. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/rmf-poam.md +0 -0
  24. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/rmf-review.md +0 -0
  25. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/stig-assess.md +0 -0
  26. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/builtin_skills/stig-remediate.md +0 -0
  27. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/cci.py +0 -0
  28. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/cli.py +0 -0
  29. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/compaction.py +0 -0
  30. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/config.py +0 -0
  31. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/detect.py +0 -0
  32. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/events.py +0 -0
  33. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/extract.py +0 -0
  34. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/gittools.py +0 -0
  35. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/graphrag.py +0 -0
  36. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/guards.py +0 -0
  37. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/loop_detect.py +0 -0
  38. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/mcp.py +0 -0
  39. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/poam.py +0 -0
  40. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/providers.py +0 -0
  41. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/recipes.py +0 -0
  42. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/rmf.py +0 -0
  43. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/rmf_graph.py +0 -0
  44. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/skills.py +0 -0
  45. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/stig.py +0 -0
  46. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/suggest.py +0 -0
  47. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/task_state.py +0 -0
  48. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/tool_registry.py +0 -0
  49. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/tool_result.py +0 -0
  50. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/tools/__init__.py +0 -0
  51. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/tui/__init__.py +0 -0
  52. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/tui/app.py +0 -0
  53. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/tui/approval.py +0 -0
  54. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/tui/messages.py +0 -0
  55. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/tui/widgets.py +0 -0
  56. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/tuning.py +0 -0
  57. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/verification.py +0 -0
  58. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock/web.py +0 -0
  59. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock_cli.egg-info/SOURCES.txt +0 -0
  60. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock_cli.egg-info/dependency_links.txt +0 -0
  61. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock_cli.egg-info/entry_points.txt +0 -0
  62. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock_cli.egg-info/requires.txt +0 -0
  63. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/drydock_cli.egg-info/top_level.txt +0 -0
  64. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/setup.cfg +0 -0
  65. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_advisor.py +0 -0
  66. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_approval.py +0 -0
  67. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_back_command.py +0 -0
  68. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_bash_background.py +0 -0
  69. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_bash_binary_output.py +0 -0
  70. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_bash_crossplatform.py +0 -0
  71. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_bash_output_bounding.py +0 -0
  72. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_bash_process_group.py +0 -0
  73. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_bash_safety.py +0 -0
  74. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_bash_sanitize.py +0 -0
  75. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_bash_shell.py +0 -0
  76. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_bash_stdin.py +0 -0
  77. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_bash_stop_partial.py +0 -0
  78. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_bash_timeout_network.py +0 -0
  79. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_bash_timeout_param.py +0 -0
  80. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_cci.py +0 -0
  81. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_cli_agents.py +0 -0
  82. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_compact_command.py +0 -0
  83. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_compaction.py +0 -0
  84. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_config.py +0 -0
  85. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_config_migration.py +0 -0
  86. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_context_limit_config.py +0 -0
  87. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_detect.py +0 -0
  88. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_dispatch.py +0 -0
  89. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_e2e_connected.py +0 -0
  90. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_edit_replace_all.py +0 -0
  91. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_empty_response.py +0 -0
  92. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_events.py +0 -0
  93. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_extract.py +0 -0
  94. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_failure_loop.py +0 -0
  95. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_first_run_setup.py +0 -0
  96. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_gittools.py +0 -0
  97. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_glob_edit_edges.py +0 -0
  98. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_graphify_example.py +0 -0
  99. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_graphrag.py +0 -0
  100. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_graphrag_quoted_path.py +0 -0
  101. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_grep_and_read_robust.py +0 -0
  102. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_guards_and_tools.py +0 -0
  103. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_hallucinated_tools.py +0 -0
  104. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_leaked_tool_call.py +0 -0
  105. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_loop_detect.py +0 -0
  106. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_mcp.py +0 -0
  107. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_oneshot_unreachable.py +0 -0
  108. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_overthink_interrupt.py +0 -0
  109. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_plan_autocontinue.py +0 -0
  110. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_poam.py +0 -0
  111. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_providers_unreachable.py +0 -0
  112. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_read_index.py +0 -0
  113. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_recipes.py +0 -0
  114. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_repetition_interrupt.py +0 -0
  115. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_rmf.py +0 -0
  116. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_rmf_graph.py +0 -0
  117. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_rmf_stig_graph.py +0 -0
  118. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_rolling_plan.py +0 -0
  119. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_runaway_repetition.py +0 -0
  120. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_screenshot.py +0 -0
  121. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_server_probe.py +0 -0
  122. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_skills.py +0 -0
  123. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_stall_retry.py +0 -0
  124. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_stig.py +0 -0
  125. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_stop.py +0 -0
  126. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_streaming_newlines.py +0 -0
  127. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_subagent.py +0 -0
  128. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_suggest.py +0 -0
  129. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_system_prompt_help.py +0 -0
  130. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_task_state.py +0 -0
  131. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_todo.py +0 -0
  132. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_tool_arg_coercion.py +0 -0
  133. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_tool_arg_coercion_more.py +0 -0
  134. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_tool_arg_parsing.py +0 -0
  135. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_tool_result.py +0 -0
  136. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_tools_undo.py +0 -0
  137. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_tui.py +0 -0
  138. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_tuning.py +0 -0
  139. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_verification_gate.py +0 -0
  140. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_viewimage.py +0 -0
  141. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_vision_input.py +0 -0
  142. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_web_tools.py +0 -0
  143. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_windows_shell.py +0 -0
  144. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_write_content_coerce.py +0 -0
  145. {drydock_cli-3.0.133 → drydock_cli-3.0.134}/tests/test_xccdf.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drydock-cli
3
- Version: 3.0.133
3
+ Version: 3.0.134
4
4
  Summary: Drydock — a local, provider-agnostic terminal coding agent for local LLMs
5
5
  Author: Frank Bobe III
6
6
  License-Expression: Apache-2.0
@@ -83,6 +83,17 @@ A full agentic CLI harness — every tool below is clean-room and dependency-fre
83
83
  and the copy-paste [example config](examples/mcp/graphify.json).
84
84
  - **Skills** — reusable `/<name>` commands authored as markdown in
85
85
  `~/.drydock/skills/` (or `<project>/.drydock/skills/`); `$ARGS` substitution.
86
+ Bundled skill families: **RMF** (`/rmf-*`), **STIG** (`/stig-*`), **NIST
87
+ governance** (`/nist-ai-rmf`, `/nist-csf`), and **ML engineering** (`/ml-train`,
88
+ `/ml-metrics`, `/ml-finetune`, `/ml-debug`, `/ml-rl`, `/ml-data`).
89
+ - **Screen capture** — the `Screenshot` tool grabs the screen and the vision model
90
+ *sees* it (Windows/macOS/Linux) — review a GUI, read what's displayed, debug a render.
91
+ - **Governed reliability** — a deterministic controller wraps the loop: the objective
92
+ + acceptance criteria live in structured state that survives context compaction; a
93
+ **verification gate** blocks a self-declared "done" until a test/check actually runs
94
+ and passes; every run writes a durable event trace (inspect with `/events`).
95
+ - **Cross-platform** — runs natively on Linux, macOS, and **Windows via PowerShell/cmd**
96
+ (no WSL or Git-Bash required); `/shell` shows which shell your commands run in.
86
97
  - **Loops** — `/loop <count> <prompt>` runs a prompt iteratively (Esc stops).
87
98
 
88
99
  ## Slash commands
@@ -103,6 +114,8 @@ Typed into the prompt. The agent also knows these, so you can just **ask it**
103
114
  | `/mcp` | List connected MCP servers + their tools |
104
115
  | `/rmf bootstrap [families]` | Ingest the NIST SP 800-53 catalog (RMF automation) |
105
116
  | `/rmf-control` · `/rmf-categorize` · `/rmf-review` · `/rmf-poam` | Bundled RMF skills |
117
+ | `/nist-ai-rmf` · `/nist-csf` | NIST AI RMF 1.0 · Cybersecurity Framework 2.0 (defensive governance) |
118
+ | `/ml-train` · `/ml-metrics` · `/ml-finetune` · `/ml-debug` · `/ml-rl` · `/ml-data` | ML-engineering skills (PyTorch, full/LoRA fine-tune, metrics, RL, data prep) |
106
119
  | `/stig new <xccdf>` | Generate a blank `.ckl` from a DISA STIG benchmark |
107
120
  | `/stig <ckl>` · `/stig <ckl> open` | Summarize a checklist · list findings by status |
108
121
  | `/stig graph <ckl>` | Ingest a checklist into the RMF graph (auto-links rules→controls via CCI) |
@@ -111,6 +124,7 @@ Typed into the prompt. The agent also knows these, so you can just **ask it**
111
124
  | `/undo` · `/back` | Revert the last write · rewind the last turn |
112
125
  | `/compact` · `/context [n]` | Shrink context now · view/set the context-window budget |
113
126
  | `/advisor` · `/ask <q>` | Set up a 2nd 'advisor' model (Gemini etc.) · consult it |
127
+ | `/events` · `/shell` | Show this run's execution trace · which shell Bash uses (Win/macOS/Linux) |
114
128
  | `/status` · `/clear` · `/help` · `/quit` | Session stats · reset · help · exit |
115
129
 
116
130
  ### Knowledge base (GraphRAG) — ingesting your documents
@@ -59,6 +59,17 @@ A full agentic CLI harness — every tool below is clean-room and dependency-fre
59
59
  and the copy-paste [example config](examples/mcp/graphify.json).
60
60
  - **Skills** — reusable `/<name>` commands authored as markdown in
61
61
  `~/.drydock/skills/` (or `<project>/.drydock/skills/`); `$ARGS` substitution.
62
+ Bundled skill families: **RMF** (`/rmf-*`), **STIG** (`/stig-*`), **NIST
63
+ governance** (`/nist-ai-rmf`, `/nist-csf`), and **ML engineering** (`/ml-train`,
64
+ `/ml-metrics`, `/ml-finetune`, `/ml-debug`, `/ml-rl`, `/ml-data`).
65
+ - **Screen capture** — the `Screenshot` tool grabs the screen and the vision model
66
+ *sees* it (Windows/macOS/Linux) — review a GUI, read what's displayed, debug a render.
67
+ - **Governed reliability** — a deterministic controller wraps the loop: the objective
68
+ + acceptance criteria live in structured state that survives context compaction; a
69
+ **verification gate** blocks a self-declared "done" until a test/check actually runs
70
+ and passes; every run writes a durable event trace (inspect with `/events`).
71
+ - **Cross-platform** — runs natively on Linux, macOS, and **Windows via PowerShell/cmd**
72
+ (no WSL or Git-Bash required); `/shell` shows which shell your commands run in.
62
73
  - **Loops** — `/loop <count> <prompt>` runs a prompt iteratively (Esc stops).
63
74
 
64
75
  ## Slash commands
@@ -79,6 +90,8 @@ Typed into the prompt. The agent also knows these, so you can just **ask it**
79
90
  | `/mcp` | List connected MCP servers + their tools |
80
91
  | `/rmf bootstrap [families]` | Ingest the NIST SP 800-53 catalog (RMF automation) |
81
92
  | `/rmf-control` · `/rmf-categorize` · `/rmf-review` · `/rmf-poam` | Bundled RMF skills |
93
+ | `/nist-ai-rmf` · `/nist-csf` | NIST AI RMF 1.0 · Cybersecurity Framework 2.0 (defensive governance) |
94
+ | `/ml-train` · `/ml-metrics` · `/ml-finetune` · `/ml-debug` · `/ml-rl` · `/ml-data` | ML-engineering skills (PyTorch, full/LoRA fine-tune, metrics, RL, data prep) |
82
95
  | `/stig new <xccdf>` | Generate a blank `.ckl` from a DISA STIG benchmark |
83
96
  | `/stig <ckl>` · `/stig <ckl> open` | Summarize a checklist · list findings by status |
84
97
  | `/stig graph <ckl>` | Ingest a checklist into the RMF graph (auto-links rules→controls via CCI) |
@@ -87,6 +100,7 @@ Typed into the prompt. The agent also knows these, so you can just **ask it**
87
100
  | `/undo` · `/back` | Revert the last write · rewind the last turn |
88
101
  | `/compact` · `/context [n]` | Shrink context now · view/set the context-window budget |
89
102
  | `/advisor` · `/ask <q>` | Set up a 2nd 'advisor' model (Gemini etc.) · consult it |
103
+ | `/events` · `/shell` | Show this run's execution trace · which shell Bash uses (Win/macOS/Linux) |
90
104
  | `/status` · `/clear` · `/help` · `/quit` | Session stats · reset · help · exit |
91
105
 
92
106
  ### Knowledge base (GraphRAG) — ingesting your documents
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drydock-cli
3
- Version: 3.0.133
3
+ Version: 3.0.134
4
4
  Summary: Drydock — a local, provider-agnostic terminal coding agent for local LLMs
5
5
  Author: Frank Bobe III
6
6
  License-Expression: Apache-2.0
@@ -83,6 +83,17 @@ A full agentic CLI harness — every tool below is clean-room and dependency-fre
83
83
  and the copy-paste [example config](examples/mcp/graphify.json).
84
84
  - **Skills** — reusable `/<name>` commands authored as markdown in
85
85
  `~/.drydock/skills/` (or `<project>/.drydock/skills/`); `$ARGS` substitution.
86
+ Bundled skill families: **RMF** (`/rmf-*`), **STIG** (`/stig-*`), **NIST
87
+ governance** (`/nist-ai-rmf`, `/nist-csf`), and **ML engineering** (`/ml-train`,
88
+ `/ml-metrics`, `/ml-finetune`, `/ml-debug`, `/ml-rl`, `/ml-data`).
89
+ - **Screen capture** — the `Screenshot` tool grabs the screen and the vision model
90
+ *sees* it (Windows/macOS/Linux) — review a GUI, read what's displayed, debug a render.
91
+ - **Governed reliability** — a deterministic controller wraps the loop: the objective
92
+ + acceptance criteria live in structured state that survives context compaction; a
93
+ **verification gate** blocks a self-declared "done" until a test/check actually runs
94
+ and passes; every run writes a durable event trace (inspect with `/events`).
95
+ - **Cross-platform** — runs natively on Linux, macOS, and **Windows via PowerShell/cmd**
96
+ (no WSL or Git-Bash required); `/shell` shows which shell your commands run in.
86
97
  - **Loops** — `/loop <count> <prompt>` runs a prompt iteratively (Esc stops).
87
98
 
88
99
  ## Slash commands
@@ -103,6 +114,8 @@ Typed into the prompt. The agent also knows these, so you can just **ask it**
103
114
  | `/mcp` | List connected MCP servers + their tools |
104
115
  | `/rmf bootstrap [families]` | Ingest the NIST SP 800-53 catalog (RMF automation) |
105
116
  | `/rmf-control` · `/rmf-categorize` · `/rmf-review` · `/rmf-poam` | Bundled RMF skills |
117
+ | `/nist-ai-rmf` · `/nist-csf` | NIST AI RMF 1.0 · Cybersecurity Framework 2.0 (defensive governance) |
118
+ | `/ml-train` · `/ml-metrics` · `/ml-finetune` · `/ml-debug` · `/ml-rl` · `/ml-data` | ML-engineering skills (PyTorch, full/LoRA fine-tune, metrics, RL, data prep) |
106
119
  | `/stig new <xccdf>` | Generate a blank `.ckl` from a DISA STIG benchmark |
107
120
  | `/stig <ckl>` · `/stig <ckl> open` | Summarize a checklist · list findings by status |
108
121
  | `/stig graph <ckl>` | Ingest a checklist into the RMF graph (auto-links rules→controls via CCI) |
@@ -111,6 +124,7 @@ Typed into the prompt. The agent also knows these, so you can just **ask it**
111
124
  | `/undo` · `/back` | Revert the last write · rewind the last turn |
112
125
  | `/compact` · `/context [n]` | Shrink context now · view/set the context-window budget |
113
126
  | `/advisor` · `/ask <q>` | Set up a 2nd 'advisor' model (Gemini etc.) · consult it |
127
+ | `/events` · `/shell` | Show this run's execution trace · which shell Bash uses (Win/macOS/Linux) |
114
128
  | `/status` · `/clear` · `/help` · `/quit` | Session stats · reset · help · exit |
115
129
 
116
130
  ### Knowledge base (GraphRAG) — ingesting your documents
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
  # PyPI distribution name is drydock-cli (the established install name, continued
8
8
  # from the retired v2 fork); the import package + CLI command stay `drydock`.
9
9
  name = "drydock-cli"
10
- version = "3.0.133"
10
+ version = "3.0.134"
11
11
  description = "Drydock — a local, provider-agnostic terminal coding agent for local LLMs"
12
12
  readme = "README.md"
13
13
  requires-python = ">=3.11"
File without changes
File without changes
File without changes