Skip to content

Commit 8a46abe

Browse files
committed
Prep v0.0.3
1 parent 9cd420b commit 8a46abe

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pseq"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2024"
55
license = "MIT"
66
description = "Simple prompt and command sequencer for CLI agent automation."

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
`pseq` is a prompt and command sequencer for CLI agent automation.
1+
[![CI](https://github.com/s-brez/pseq/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/s-brez/pseq/actions/workflows/ci.yml)
2+
[![npm version](https://img.shields.io/npm/v/%40s-brez%2Fpseq)](https://www.npmjs.com/package/@s-brez/pseq)
3+
[![license](https://img.shields.io/npm/l/%40s-brez%2Fpseq)](LICENSE)
4+
5+
`pseq` is a simple prompt and command sequencer for light CLI agent automation.
26

37
Use `pseq` to:
48
* configure and run CLI agent loops

npm/pseq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
`pseq` is a prompt and command sequencer for CLI agent automation.
1+
`pseq` is a simple prompt and command sequencer for light CLI agent automation.
22

33
Use `pseq` to:
44
* configure and run CLI agent loops

npm/pseq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@s-brez/pseq",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Simple prompt and command sequencer for CLI agent automation.",
55
"main": "bin/pseq.js",
66
"scripts": {

0 commit comments

Comments
 (0)