Skip to content

Releases: trknhr/ai-docs

v0.0.5

06 Jul 14:09

Choose a tag to compare

AI Docs CLI v0.0.5

A Go-based CLI tool that provides a one-command workflow to isolate AI-generated "memory" files onto a dedicated Git branch.

Changelog

Others

  • 0f48b9f: chore(install): fix filename format and normalize OS/ARCH handling (@trknhr)

Installation

Using the install script:

curl -sSL https://github.com/trknhr/ai-docs/releases/download/v0.0.5/install.sh | bash

Manual installation:

Download the appropriate binary for your platform from the assets below.

Using Go:

go install github.com/trknhr/ai-docs@v0.0.5

v0.0.4

04 Jul 15:32

Choose a tag to compare

AI Docs CLI v0.0.4

A Go-based CLI tool that provides a one-command workflow to isolate AI-generated "memory" files onto a dedicated Git branch.

Changelog

Others

Installation

Using the install script:

curl -sSL https://github.com/trknhr/ai-docs/releases/download/v0.0.4/install.sh | bash

Manual installation:

Download the appropriate binary for your platform from the assets below.

Using Go:

go install github.com/trknhr/ai-docs@v0.0.4

v0.0.3

04 Jul 15:21

Choose a tag to compare

AI Docs CLI v0.0.3

A Go-based CLI tool that provides a one-command workflow to isolate AI-generated "memory" files onto a dedicated Git branch.

Changelog

Others

Installation

Using the install script:

curl -sSL https://github.com/trknhr/ai-docs/releases/download/v0.0.3/install.sh | bash

Manual installation:

Download the appropriate binary for your platform from the assets below.

Using Go:

go install github.com/trknhr/ai-docs@v0.0.3

v0.0.2

04 Jul 15:12

Choose a tag to compare

AI Docs CLI v0.0.2

A Go-based CLI tool that provides a one-command workflow to isolate AI-generated "memory" files onto a dedicated Git branch.

Changelog

Others

Installation

Using the install script:

curl -sSL https://github.com/trknhr/ai-docs/releases/download/v0.0.2/install.sh | bash

Manual installation:

Download the appropriate binary for your platform from the assets below.

Using Go:

go install github.com/trknhr/ai-docs@v0.0.2

v0.0.1

04 Jul 14:25

Choose a tag to compare

AI Docs CLI v0.0.1

A Go-based CLI tool that provides a one-command workflow to isolate AI-generated "memory" files onto a dedicated Git branch.

Changelog

Others

  • 63042e5: feat(cli): split sync into push/pull commands and add CI/CD integration (@trknhr)
  • a8608a9: feat(init): support force cleanup of worktree and selective file staging (@trknhr)
  • 9be8087: fix(init): improve worktree removal and ensure safe file closing (@trknhr)

Installation

Using the install script:

curl -sSL https://github.com/trknhr/ai-docs/releases/download/v0.0.1/install.sh | bash

Manual installation:

Download the appropriate binary for your platform from the assets below.

Using Go:

go install github.com/trknhr/ai-docs@v0.0.1