slopwaresystems 0.1.1

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 (3) hide show
  1. package/README.md +13 -0
  2. package/dist/index.js +24262 -0
  3. package/package.json +49 -0
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # slop
2
+
3
+ The [Slopware Tasks](https://tasks.slopware.systems) board from the terminal. Built for coding agents: every command takes `--json`, nothing ever prompts, and the CLI carries its own instruction manuals.
4
+
5
+ ```bash
6
+ npm i -g slopwaresystems
7
+ slop login # approve the machine in your browser
8
+ cd your-repo && slop link WEB
9
+ slop task create "Retry storms on 429" -s high -d -
10
+ slop skills install # puts the agent skills into .claude/skills/
11
+ ```
12
+
13
+ `slop --help` lists everything; `slop skill slop-cli` is the manual.