camouf 0.4.0 → 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.
- package/README.md +9 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,9 @@ 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
|
-
<
|
|
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
|
+
</a>
|
|
26
28
|
</p>
|
|
27
29
|
|
|
28
30
|
---
|
|
@@ -38,7 +40,9 @@ These errors compile successfully but cause runtime failures.
|
|
|
38
40
|
### The Problem
|
|
39
41
|
|
|
40
42
|
<p align="center">
|
|
41
|
-
<
|
|
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
|
+
</a>
|
|
42
46
|
</p>
|
|
43
47
|
|
|
44
48
|
### How Camouf Solves It
|
|
@@ -47,7 +51,9 @@ Camouf's `function-signature-matching` rule scans your shared contracts and uses
|
|
|
47
51
|
fuzzy matching to detect when code uses names that are *close but not exact*:
|
|
48
52
|
|
|
49
53
|
<p align="center">
|
|
50
|
-
<
|
|
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
|
+
</a>
|
|
51
57
|
</p>
|
|
52
58
|
|
|
53
59
|
### Example Detection
|