Skip to content

Commit ef3a853

Browse files
committed
Refresh package metadata and dev deps
Aligns repository/package messaging with a clearer Spectre reactive-primitives description in both README and package.json, and adds a dedicated "Requested by Downstream" section in TODO.md for future cross-repo requests. Also updates packageManager and bumps dev dependency versions (including @phcdevworks/spectre-manifest) to keep tooling and validation stack current.
1 parent 8d61b9b commit ef3a853

4 files changed

Lines changed: 236 additions & 222 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @phcdevworks/spectre-shell-signals
22

3+
`@phcdevworks/spectre-shell-signals` is the reactive primitives package of
4+
the Spectre system. It provides `signal`, `computed`, and `effect` without
5+
tying Spectre runtime code to a UI framework.
6+
7+
Maintained by [PHCDevworks](https://go.phcdev.co). It is the reactive
8+
primitive foundation for the Spectre stack, integrated by `spectre-tokens`,
9+
`spectre-ui`, and `spectre-ui-astro` in `project-design`, and by
10+
`spectre-shell` at the app-shell layer.
11+
312
## Repository Snapshot
413

514
| Field | Value |

TODO.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,7 @@ Steps to release:
158158
- Do not add async resources or query layers
159159
- Do not add event buses or observable streams
160160
- Do not add DOM binding helpers or rendering lifecycle
161+
162+
## Requested by Downstream
163+
164+
None yet.

0 commit comments

Comments
 (0)