@opacedev/astro-ai-content-checker 0.3.1 → 0.3.2

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
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to `@opacedev/astro-ai-content-checker` are recorded here.
4
4
 
5
+ ## 0.3.2 - 2026-09-09
6
+
7
+ - Link the published npm package, WordPress.org plugin, Chrome Web Store extension and canonical
8
+ GitHub repository from the package documentation.
9
+ - Runtime behaviour, model files, checks and reports are unchanged.
10
+
5
11
  ## 0.3.1 - 2026-09-04
6
12
 
7
13
  - **Section rows open in place.** Each section's deep dive now lives inside its own score row
package/README.md CHANGED
@@ -14,9 +14,9 @@ Review blog articles, documentation and landing-page copy while previewing your
14
14
 
15
15
  This is useful during editorial QA before deployment. The integration does not rewrite source files, add a production visitor widget or claim that an AI score predicts search rankings.
16
16
 
17
- ## New in 0.3.1
17
+ ## New in 0.3.2
18
18
 
19
- The current toolbar includes expandable section evidence, passage highlighting, section navigation and the shared result-link sheet. Its printable report uses the same section evidence as the reading. This documentation revision adds clearer examples, use cases and privacy guidance without changing the model.
19
+ The current toolbar includes expandable section evidence, passage highlighting, section navigation and the shared result-link sheet. Its printable report uses the same section evidence as the reading. Version 0.3.2 links the published npm package with the WordPress.org plugin, Chrome Web Store extension and canonical GitHub repository. Runtime behaviour and the model are unchanged.
20
20
 
21
21
  ## AI writing detection and deterministic build checks
22
22
 
@@ -36,7 +36,7 @@ The unattended build scan inspects prerendered HTML using deterministic checks o
36
36
 
37
37
  **Does it detect plagiarism?** No. It does not search for copied sources. Use the model reading, text checks and your editorial review for their separate purposes.
38
38
 
39
- [Try the online AI checker](https://opace.agency/tools/ai/content-verification-integrity/checker/) · [GitHub source and issues](https://github.com/OpaceDigitalAgency/opace-ai-content-checker-detector) · [Opace web development](https://opace.agency/services/web-design/) · [Related Opace tool suites](https://opace.agency/tools/suite/)
39
+ [Install from npm](https://www.npmjs.com/package/@opacedev/astro-ai-content-checker) · [WordPress.org plugin](https://wordpress.org/plugins/opace-ai-content-checker-detector/) · [Chrome Web Store extension](https://chromewebstore.google.com/detail/opace-ai-content-checker/fjpbijpdnjcpjfaibhahojllibcjpcfa) · [GitHub source and issues](https://github.com/OpaceDigitalAgency/opace-ai-content-checker-detector) · [Try the online checker](https://opace.agency/tools/ai/content-verification-integrity/checker/)
40
40
 
41
41
  ## What it includes
42
42
 
@@ -53,7 +53,7 @@ The unattended build scan inspects prerendered HTML using deterministic checks o
53
53
 
54
54
  ## Install
55
55
 
56
- After the package is published, Astro can add it automatically:
56
+ Astro can add the published package automatically:
57
57
 
58
58
  ```sh
59
59
  npx astro add @opacedev/astro-ai-content-checker
@@ -96,8 +96,8 @@ contentIntegrity({
96
96
  | Option | Default | Behaviour |
97
97
  |---|---|---|
98
98
  | `toolbar` | `true` | Registers one app during `astro dev`; no production toolbar runtime is emitted. |
99
- | `buildCheck` | `'report'` | Writes deterministic reports and never fails the build. Other values fail closed in 0.3.1. |
100
- | `failOn` | `['protected_fact_changed']` | Reserved deterministic hard-gate list; it does not enable build failure in 0.3.1. |
99
+ | `buildCheck` | `'report'` | Writes deterministic reports and never fails the build. Other values fail closed in 0.3.2. |
100
+ | `failOn` | `['protected_fact_changed']` | Reserved deterministic hard-gate list; it does not enable build failure in 0.3.2. |
101
101
  | `localService` | `false` | Must remain `false`; no service or provider client ships in this release. |
102
102
  | `include` / `exclude` | safe relative globs | Limits prerendered HTML considered at build time. Absolute and traversing paths are rejected. |
103
103
  | `reportDirectory` | `'content-integrity-report'` | Relative directory beneath Astro's output directory; symlink escapes are rejected. |
@@ -121,7 +121,7 @@ The default build report contains hashes, counts, method identifiers, limitation
121
121
 
122
122
  ## Compatibility
123
123
 
124
- Version 0.1.0 passed Astro 5.18.2, 6.4.8 and 7.2.7 in static, server and hybrid projects; 0.2.0, 0.2.1, 0.2.2, 0.3.0 and 0.3.1 are re-proved against Astro 7.2.7 static and server consumers and inherit that matrix pending a renewed full sweep. Astro 5 passed on Node 20, 22 and 24; Astro 6 and 7 passed on Node 22 and 24 and follow their upstream Node 22.12 minimum. The package peer range is `>=5.0.0 <8.0.0` and its own Node floor is 20.3.
124
+ Version 0.1.0 passed Astro 5.18.2, 6.4.8 and 7.2.7 in static, server and hybrid projects; 0.2.0 through 0.3.2 are re-proved against Astro 7.2.7 static and server consumers and inherit that matrix pending a renewed full sweep. Astro 5 passed on Node 20, 22 and 24; Astro 6 and 7 passed on Node 22 and 24 and follow their upstream Node 22.12 minimum. The package peer range is `>=5.0.0 <8.0.0` and its own Node floor is 20.3.
125
125
 
126
126
  Dynamic SSR pages without prerendered HTML are not included in the build report. Inspect them explicitly in the development toolbar.
127
127
 
@@ -147,7 +147,10 @@ The five views use a roving tab pattern: Left/Right moves between tabs, focus st
147
147
  - Privacy: [Opace AI Content Checker & Detector privacy](https://opace.agency/privacy-policy/)
148
148
  - Support: [Opace AI Content Checker & Detector support](https://opace.agency/get-in-touch/)
149
149
  - AI services: [Opace artificial intelligence services](https://opace.agency/services/artificial-intelligence/)
150
- - Source and issues: [Opace Digital Agency on GitHub](https://github.com/OpaceDigitalAgency)
150
+ - npm package: [@opacedev/astro-ai-content-checker](https://www.npmjs.com/package/@opacedev/astro-ai-content-checker)
151
+ - WordPress plugin: [Opace AI Content Checker & Detector](https://wordpress.org/plugins/opace-ai-content-checker-detector/)
152
+ - Chrome extension: [Opace AI Content Checker & Detector](https://chromewebstore.google.com/detail/opace-ai-content-checker/fjpbijpdnjcpjfaibhahojllibcjpcfa)
153
+ - Source and issues: [canonical GitHub repository](https://github.com/OpaceDigitalAgency/opace-ai-content-checker-detector)
151
154
  - Security policy: [SECURITY.md](SECURITY.md)
152
155
  - Third-party notices: [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md)
153
156
  - Software bill of materials: [SBOM.cdx.json](SBOM.cdx.json)
package/SBOM.cdx.json CHANGED
@@ -4,12 +4,12 @@
4
4
  "serialNumber": "urn:uuid:930aa4c2-223a-4a6f-a0a8-f0eef6fa167d",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2026-09-04T00:00:00Z",
7
+ "timestamp": "2026-09-09T00:00:00Z",
8
8
  "component": {
9
9
  "type": "library",
10
- "bom-ref": "pkg:npm/%40opacedev/astro-ai-content-checker@0.3.1",
10
+ "bom-ref": "pkg:npm/%40opacedev/astro-ai-content-checker@0.3.2",
11
11
  "name": "@opacedev/astro-ai-content-checker",
12
- "version": "0.3.1",
12
+ "version": "0.3.2",
13
13
  "licenses": [
14
14
  {
15
15
  "license": {
@@ -17,7 +17,7 @@
17
17
  }
18
18
  }
19
19
  ],
20
- "purl": "pkg:npm/%40opacedev/astro-ai-content-checker@0.3.1"
20
+ "purl": "pkg:npm/%40opacedev/astro-ai-content-checker@0.3.2"
21
21
  }
22
22
  },
23
23
  "components": [
@@ -134,7 +134,7 @@
134
134
  ],
135
135
  "dependencies": [
136
136
  {
137
- "ref": "pkg:npm/%40opacedev/astro-ai-content-checker@0.3.1",
137
+ "ref": "pkg:npm/%40opacedev/astro-ai-content-checker@0.3.2",
138
138
  "dependsOn": [
139
139
  "pkg:npm/%40opacedev/ai-content-checker-browser@0.3.1",
140
140
  "pkg:npm/%40opacedev/ai-content-checker-contracts@0.3.1",
@@ -1,6 +1,6 @@
1
1
  # Third-party notices
2
2
 
3
- Version 0.3.1 bundles the following exact runtime packages so the integration is dependency-closed. This notice does not imply endorsement by their authors.
3
+ Version 0.3.2 bundles the following exact runtime packages so the integration is dependency-closed. This notice does not imply endorsement by their authors.
4
4
 
5
5
  | Package | Version | Licence | Purpose |
6
6
  |---|---:|---|---|
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  analyseHtml,
6
6
  visibleHtml,
7
7
  writeBuildReport
8
- } from "./shared-EX54KI6H.js";
8
+ } from "./shared-VEISD67O.js";
9
9
 
10
10
  // src/index.ts
11
11
  import { fileURLToPath } from "node:url";
package/dist/report.d.ts CHANGED
@@ -19,7 +19,7 @@ export interface HashOnlyRouteReport {
19
19
  export interface AstroIntegrityReport {
20
20
  schema_version: '1.0';
21
21
  contract_version: '1.0.0';
22
- package_version: '0.3.1';
22
+ package_version: '0.3.2';
23
23
  /** Build support, never the full checker. The interactive toolbar is the checker. */
24
24
  profile: 'build_scan';
25
25
  mode: 'report_only';
package/dist/report.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  shouldInclude,
4
4
  visibleHtml,
5
5
  writeBuildReport
6
- } from "./shared-EX54KI6H.js";
6
+ } from "./shared-VEISD67O.js";
7
7
  export {
8
8
  analyseHtml,
9
9
  shouldInclude,
@@ -1483,7 +1483,7 @@ async function writeBuildReport(outputUrl, options) {
1483
1483
  if (!shouldInclude(route, options)) continue;
1484
1484
  reports.push(await analyseHtml(await readFile(file, "utf8"), route, options.maxCharacters));
1485
1485
  }
1486
- const report = { schema_version: "1.0", contract_version: "1.0.0", package_version: "0.3.1", profile: "build_scan", mode: "report_only", privacy_route: "browser", contains_content: false, generated_at: STABLE_TIME, axes: BUILD_SCAN_AXES, routes: reports, limitations: ["These checks cannot show who wrote anything.", "Anthropic's own watermark verifier is not something we can call, so it stays unsupported.", "No provider, model or local service was contacted during the build."] };
1486
+ const report = { schema_version: "1.0", contract_version: "1.0.0", package_version: "0.3.2", profile: "build_scan", mode: "report_only", privacy_route: "browser", contains_content: false, generated_at: STABLE_TIME, axes: BUILD_SCAN_AXES, routes: reports, limitations: ["These checks cannot show who wrote anything.", "Anthropic's own watermark verifier is not something we can call, so it stays unsupported.", "No provider, model or local service was contacted during the build."] };
1487
1487
  const json = `${JSON.stringify(report, null, 2)}
1488
1488
  `;
1489
1489
  await mkdir(reportDir, { recursive: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opacedev/astro-ai-content-checker",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Free AI content checker and free AI content detector for Astro Dev Toolbar, with on-device section evidence, passage highlights, reports and model-free build checks.",
5
5
  "type": "module",
6
6
  "license": "MIT",