camouf 0.4.1 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,8 +22,8 @@ Camouf is a powerful, multi-language CLI tool for monitoring and enforcing softw
22
22
  - **Highly Configurable**: JSON, YAML, or JavaScript configuration
23
23
 
24
24
  <p align="center">
25
- <a href="docs/images/architecture-overview.svg">
26
- <img src="docs/images/architecture-overview.svg" alt="Camouf Architecture Overview" width="800" />
25
+ <a href="https://raw.githubusercontent.com/TheEmilz/camouf/master/docs/images/architecture-overview.svg" target="_blank">
26
+ <img src="docs/images/architecture-overview.svg" alt="Camouf Architecture Overview" width="100%" />
27
27
  </a>
28
28
  </p>
29
29
 
@@ -40,8 +40,8 @@ These errors compile successfully but cause runtime failures.
40
40
  ### The Problem
41
41
 
42
42
  <p align="center">
43
- <a href="docs/images/problem-flow.svg">
44
- <img src="docs/images/problem-flow.svg" alt="AI Context Loss Problem" width="800" />
43
+ <a href="https://raw.githubusercontent.com/TheEmilz/camouf/master/docs/images/problem-flow.svg" target="_blank">
44
+ <img src="docs/images/problem-flow.svg" alt="AI Context Loss Problem" width="100%" />
45
45
  </a>
46
46
  </p>
47
47
 
@@ -51,8 +51,8 @@ Camouf's `function-signature-matching` rule scans your shared contracts and uses
51
51
  fuzzy matching to detect when code uses names that are *close but not exact*:
52
52
 
53
53
  <p align="center">
54
- <a href="docs/images/camouf-workflow.svg">
55
- <img src="docs/images/camouf-workflow.svg" alt="Camouf Workflow" width="800" />
54
+ <a href="https://raw.githubusercontent.com/TheEmilz/camouf/master/docs/images/camouf-workflow.svg" target="_blank">
55
+ <img src="docs/images/camouf-workflow.svg" alt="Camouf Workflow" width="100%" />
56
56
  </a>
57
57
  </p>
58
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "camouf",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Real-time architecture monitoring CLI tool with multi-language support",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",