From de9f8afb30dc506c55bcd97eca056cb76aeda87e Mon Sep 17 00:00:00 2001 From: "odysseas.eth" Date: Thu, 6 Aug 2026 01:07:47 -0400 Subject: [PATCH 1/2] docs: add branded, centered README header (logo, tagline, badges) Phylax house-style header + footer; existing body preserved verbatim. Brand accent #0092FF, apex asset URL. Sourced from phylax.systems. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d38efd..b2e644e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,30 @@ -# credible-std +
+ +Phylax + +

credible-std

+ +

Solidity standard library for writing Credible Layer assertions.

+ +

THE POLICY ENGINE FOR PROGRAMMABLE CAPITAL

+ +

+ Credible Layer stdlib + Latest release + Solidity ^0.8.13 + License: MIT +

+ +

+ Docs  ·  + API Reference  ·  + Website  ·  + X +

+ +
+ +--- Standard library for implementing assertions in the Phylax Credible Layer (PCL). Provides the core contracts and interfaces needed to create, test, and validate assertions for smart contract security monitoring. @@ -332,3 +358,9 @@ uint256[] memory fieldChanges = getStateChangesUint(target, structSlot, key, fie ## License MIT + +--- + +
+Phylax Systems  ·  Credible Layer docs  ·  phylax.systems +
From f9b5b94cda554ddd30cef38c8b3d08977182c63e Mon Sep 17 00:00:00 2001 From: "odysseas.eth" Date: Thu, 6 Aug 2026 01:12:57 -0400 Subject: [PATCH 2/2] docs: bump forge install example to latest stable @0.7.0 Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2e644e..85d5811 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ live in `examples/micro-patterns`. Install the latest stable release: ```bash -forge install phylaxsystems/credible-std@0.4.0 +forge install phylaxsystems/credible-std@0.7.0 ``` Or install from master (latest development version):