@design-intelligence/ghost 0.25.0 → 0.25.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ email, empty state, or sentence.
8
8
  Reviewers repeat the same feedback on every surface: "that's not our voice."
9
9
  Write the decision in `.ghost/` so the next agent has it before starting work.
10
10
 
11
- [Documentation](https://block.github.io/ghost/) ·
11
+ [Project site](https://block.github.io/ghost/) ·
12
12
  [Repo](https://github.com/block/ghost)
13
13
 
14
14
  ## Install
@@ -55,10 +55,7 @@ pulls every node whose stated situation applies. Bare `ghost gather` inspects
55
55
  the catalog without grounding a task.
56
56
 
57
57
  Run `ghost --help` for the core workflow and `ghost <command> --help` for
58
- flags. The [CLI reference](https://block.github.io/ghost/docs/cli) covers
59
- every command; [Getting Started](https://block.github.io/ghost/docs/getting-started)
60
- covers the full model. Stuck? See
61
- [Troubleshooting](https://block.github.io/ghost/docs/troubleshooting).
58
+ current flags and command behavior.
62
59
 
63
60
  ## Library
64
61
 
@@ -99,14 +96,13 @@ Available subpath exports: `@design-intelligence/ghost`,
99
96
  `@design-intelligence/ghost/cli`. The former package API remains available as
100
97
  an explicitly deprecated compatibility alias.
101
98
 
102
- ## Project Status: Beta
99
+ ## Project Status: Development Preview
103
100
 
104
- ghost is pre-1.0 and under active development. The CLI, package schema,
105
- on-disk `.ghost/` package shape, and public JavaScript exports may change in
106
- breaking ways before a stable 1.0 release. Breaking changes may ship in minor
107
- versions; patch versions are reserved for fixes that should not require
108
- migration. Pin the version you depend on and review release notes before
109
- upgrading.
101
+ ghost is being built in public, but it is not ready for adoption and the
102
+ project is not seeking external testers yet. The CLI, package schema, on-disk
103
+ `.ghost/` package shape, and public JavaScript exports may change without
104
+ migration support. Breaking changes may ship in minor versions; patch versions
105
+ are reserved for fixes that should not require migration.
110
106
 
111
107
  Every `ghost` command is also available as `ghost-fingerprint` for when
112
108
  another tool owns the `ghost` bin.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design-intelligence/ghost",
3
- "version": "0.25.0",
3
+ "version": "0.25.1",
4
4
  "description": "ghost CLI for portable .ghost/ packages of brand guidance your agent reads before it builds, with advisory review after",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Block, Inc.",