@inharness-ai/claude4spec 1.0.2 → 1.0.3

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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.3] - 2026-05-16
9
+
10
+ ### Changed
11
+ - Set `package.json` `homepage` to `https://claude4spec.inharness.ai` (was the GitHub `#readme` anchor) — npm now links the package to the project site.
12
+ - Added `Homepage` link to the README's Links section.
13
+
14
+ ### Fixed
15
+ - Included `docs/screenshots` in the `files` whitelist so the README hero image ships in the npm tarball instead of 404-ing on the package page.
16
+
8
17
  ## [1.0.2] - 2026-05-14
9
18
 
10
19
  ### Changed
@@ -33,4 +42,5 @@ Initial public release.
33
42
  - Acceptance Criteria entity and tooling.
34
43
  - Briefs and patches workflow for spec-driven implementation.
35
44
 
45
+ [1.0.3]: https://github.com/InHarness/claude4spec/compare/v1.0.2...v1.0.3
36
46
  [1.0.2]: https://github.com/InHarness/claude4spec/compare/v1.0.1...v1.0.2
package/README.md CHANGED
@@ -140,6 +140,7 @@ The rename propagates across every `pages/*.md` file via the reference layer. In
140
140
 
141
141
  ## Links
142
142
 
143
+ - Homepage: <https://claude4spec.inharness.ai>
143
144
  - Landing page: [`site/index.html`](./site/index.html)
144
145
  - Issues: <https://github.com/InHarness/claude4spec/issues>
145
146
  - Changelog: [`CHANGELOG.md`](./CHANGELOG.md)
Binary file
Binary file
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@inharness-ai/claude4spec",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Plan the whole system before your agent writes a line of code. Local-first planning layer with structured entities and typed relations.",
5
5
  "license": "MIT",
6
6
  "author": "Michael Tomala <mi.tomala@gmail.com>",
7
- "homepage": "https://github.com/InHarness/claude4spec#readme",
7
+ "homepage": "https://claude4spec.inharness.ai",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/InHarness/claude4spec.git"
@@ -27,6 +27,7 @@
27
27
  "dist",
28
28
  ".claude/skills/c4s-spec-reader",
29
29
  ".claude/skills/c4s-brief-implementer",
30
+ "docs/screenshots",
30
31
  "README.md",
31
32
  "LICENSE",
32
33
  "CHANGELOG.md"