dydo 1.0.10 → 1.0.12

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 (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # DynaDocs (dydo)
2
2
 
3
- Context management and agent orchestration for AI coding assistants.
3
+ Documentation-driven context and agent orchestration for AI coding assistants.
4
4
 
5
5
  100% local, 100% under your control.
6
6
 
@@ -284,6 +284,13 @@ Then tell your AI to read `dydo/index.md`. That's it.
284
284
  | `dydo workspace init` | Initialize agent workspaces |
285
285
  | `dydo workspace check` | Verify workflow before session end |
286
286
 
287
+ ### Audit
288
+ | Command | Description |
289
+ |---------|-------------|
290
+ | `dydo audit` | Generate activity replay visualization |
291
+ | `dydo audit --list` | List available sessions |
292
+ | `dydo audit --session <id>` | Show details for a session |
293
+
287
294
  ---
288
295
 
289
296
  ### Limitations
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dydo",
3
- "version": "1.0.10",
4
- "description": "DynaDocs CLI - Documentation validation and AI agent orchestration tool",
3
+ "version": "1.0.12",
4
+ "description": "Documentation-driven context and agent orchestration for AI coding assistants.",
5
5
  "keywords": [
6
6
  "documentation",
7
7
  "validation",