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 +3 -2
- package/dist/index.js +2245 -1854
- package/dist/mcp/server.js +1819 -1520
- package/dist/ui/assets/{index-chP3fK4X.js → index-D3_NArD-.js} +126 -126
- package/dist/ui/index.html +1 -1
- package/package.json +15 -3
- package/CLAUDE.md +0 -999
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
|
|
125
|
-
knowns agents sync
|
|
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
|
|