@oatnil/ud 0.95.0 → 0.99.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.
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @oatnil/ud
2
2
 
3
- UnDercontrol CLI - task and expense management from the terminal.
3
+ CLI for [UnDercontrol](https://ud-docs.lintao-amons.workers.dev) one workspace for tasks, knowledge, and AI agents.
4
+
5
+ Self-hosted or desktop. Private, portable, yours.
4
6
 
5
7
  ## Install
6
8
 
@@ -8,24 +10,31 @@ UnDercontrol CLI - task and expense management from the terminal.
8
10
  npm install -g @oatnil/ud
9
11
  ```
10
12
 
11
- ## Usage
13
+ ## Upgrade
12
14
 
13
15
  ```bash
14
- # Run directly
15
- ud task list
16
- ud query "status = 'todo'"
16
+ npm update -g @oatnil/ud
17
+ ```
17
18
 
18
- # Or use npx (no install needed)
19
- npx @oatnil/ud task list
20
- npx @oatnil/ud --help
19
+ ## Usage
20
+
21
+ ```bash
22
+ ud get task # List tasks
23
+ ud get task -o apply # Output in apply-compatible format
24
+ ud describe task <id> # View task details
25
+ ud apply -f task.md # Create/update from file
26
+ ud query "status = 'in_progress'" # Query with filters
27
+ ud --help # Full command reference
21
28
  ```
22
29
 
23
- ## Other Installation Methods
30
+ ## npx (no install)
24
31
 
25
- - **Homebrew**: `brew tap oatnil-top/ud && brew install ud`
26
- - **Direct download**: `curl -fsSL https://get.oatnil.com/ud | bash`
27
- - **APT (Ubuntu/Debian)**: See [documentation](https://docs.oatnil.com/cli)
32
+ ```bash
33
+ npx @oatnil/ud get task
34
+ npx @oatnil/ud --help
35
+ ```
28
36
 
29
- ## License
37
+ ## More
30
38
 
31
- MIT
39
+ - [Documentation](https://ud-docs.lintao-amons.workers.dev/docs/cli/installation)
40
+ - [Desktop App & Self-Hosting](https://ud-docs.lintao-amons.workers.dev/subscribe)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oatnil/ud",
3
- "version": "0.95.0",
3
+ "version": "0.99.12",
4
4
  "description": "UnDercontrol CLI - task and expense management from the terminal",
5
5
  "homepage": "https://github.com/oatnil-top/ud",
6
6
  "repository": {