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
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ comparison. Those features stay available, but the core loop is just

## 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.
> [!WARNING]
> 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

Expand Down
4 changes: 4 additions & 0 deletions apps/docs/src/content/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ root-to-leaf for the file or diff being reviewed.

<DocSection title="Project Status: Beta">

<Callout variant="warning" title="Beta / pre-1.0">

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.
Expand All @@ -50,6 +52,8 @@ 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.

</Callout>

</DocSection>

<DocSection title="Install Ghost">
Expand Down
17 changes: 9 additions & 8 deletions packages/ghost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ 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.
> [!WARNING]
> 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

Expand Down
Loading