Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

llm-lean-log-cli

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

llm-lean-log-cli - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+1
-1
package.json
{
"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": {

@@ -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 @@