llm-lean-log-cli
Advanced tools
+1
-1
| { | ||
| "name": "llm-lean-log-cli", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "CLI tool for llm-lean-log", | ||
@@ -5,0 +5,0 @@ "scripts": { |
+10
-7
@@ -18,5 +18,8 @@ #!/usr/bin/env bun | ||
| /** | ||
| * Help text for LLMs, not human! | ||
| */ | ||
| const helpText = `l-log CLI | ||
| Usage: l-log <command> [logfile] [options] | ||
| Usage: l-log <command> [log-file] [options] | ||
@@ -46,10 +49,10 @@ Commands: | ||
| --action=<text> Action taken | ||
| --files=<files> Comma-separated files | ||
| --files=<files> Comma-separated files paths | ||
| --tech-stack=<tech> Comma-separated tech stack | ||
| --model=<name> Model name | ||
| --causeIds=<ids> Comma-separated cause log IDs | ||
| --effectIds=<ids> Comma-separated effect log IDs | ||
| --causeIds=<ids> Comma-separated cause log row UUIDs | ||
| --effectIds=<ids> Comma-separated effect log row UUIDs | ||
| --last-commit-short-sha=<sha> Last git commit short SHA | ||
| --created-at=<time> Creation time (ISO 8601) | ||
| --updated-at=<time> Update time (ISO 8601) | ||
| --created-at=<time> Creation time (ISO 8601 formatted string) | ||
| --updated-at=<time> Update time (ISO 8601 formatted string) | ||
| --created-by-agent=<name> Agent model name | ||
@@ -68,3 +71,3 @@ | ||
| l-log tags error api | ||
| l-log add ./logs/chat1.csv "Fix bug" --tags=bug,fix --problem="Bug description" --files="file1.ts,file2.ts" --tech-stack="ts,react" --model="gpt-4o" | ||
| l-log add ./logs/chat1.csv "Fix bug" --tags=bug,fix --problem="Bug description" --files="file1.ts,src/file2.ts" --tech-stack="ts,react" --causeIds="721ace2b-5e73-4901-bef9-97de16bf170f" --last-commit-short-sha="a1b2c3d" --model="gpt-4o" | ||
| `; | ||
@@ -71,0 +74,0 @@ |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
20499
0.88%473
0.64%