Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/beta-status-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@anarchitecture/ghost": patch
---

Document that Ghost is pre-1.0 beta software and may ship breaking changes during active development.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ Advanced workflows can add nested fingerprint packages for product areas, custom
comparison. Those features stay available, but the core loop is just
`fingerprint/`, optional active checks, and Git review.

## Project Status: Beta

Ghost is pre-1.0 and under active development. The CLI, fingerprint schema,
on-disk `.ghost/fingerprint/` package shape, and public JavaScript exports may
change in breaking ways before a stable 1.0 release.

Breaking changes may ship in minor versions while Ghost is pre-1.0. Patch
versions are reserved for fixes that should not require migration. If you adopt
Ghost today, expect some churn, pin the version you depend on, and review
release notes before upgrading.

## Install

The public npm package is **`@anarchitecture/ghost`**. It installs one CLI:
Expand Down
13 changes: 13 additions & 0 deletions apps/docs/src/content/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ root-to-leaf for the file or diff being reviewed.

</DocSection>

<DocSection title="Project Status: Beta">

Ghost is pre-1.0 and under active development. The CLI, fingerprint schema,
on-disk `.ghost/fingerprint/` package shape, and public JavaScript exports may
change in breaking ways before a stable 1.0 release.

Breaking changes may ship in minor versions while Ghost is pre-1.0. Patch
versions are reserved for fixes that should not require migration. If you adopt
Ghost today, expect some churn, pin the version you depend on, and review
release notes before upgrading.

</DocSection>

<DocSection title="Install Ghost">

```bash
Expand Down
11 changes: 11 additions & 0 deletions packages/ghost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Ghost initializes root `.ghost/fingerprint/` memory, checks diffs against
deterministic gates, emits advisory review packets, compares packages, and
records intentional drift. It ships one CLI: `ghost`.

## Project Status: Beta

Ghost is pre-1.0 and under active development. The CLI, fingerprint schema,
on-disk `.ghost/fingerprint/` package shape, and public JavaScript exports may
change in breaking ways before a stable 1.0 release.

Breaking changes may ship in minor versions while Ghost is pre-1.0. Patch
versions are reserved for fixes that should not require migration. If you adopt
Ghost today, expect some churn, pin the version you depend on, and review
release notes before upgrading.

## Install

```bash
Expand Down
Loading