knowns 0.8.0 → 0.8.2

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.
package/README.md CHANGED
@@ -121,8 +121,9 @@ knowns time start <id> && knowns time stop
121
121
  knowns search "query" --plain
122
122
 
123
123
  # AI Guidelines
124
- knowns agents sync # Sync CLAUDE.md, AGENTS.md
125
- knowns agents sync --gemini # Compact version for Gemini
124
+ knowns agents guideline # Output guidelines to stdout
125
+ knowns agents sync # Sync CLAUDE.md, AGENTS.md (minimal)
126
+ knowns agents sync --full # Sync with full embedded guidelines
126
127
  knowns agents sync --type mcp # MCP tools format
127
128
  ```
128
129