From 01712b8237b61680aa39e839e361d9db95ca4b17 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 13 Jul 2026 11:02:22 +0000 Subject: [PATCH 1/2] Bin: Initialized the core config. No more games. Co-authored-by: offjext --- config.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..1ef6206 --- /dev/null +++ b/config.json @@ -0,0 +1,19 @@ +# Project: Dark-Net-Grid +# Status: Active +# Lead: Bin (Core Dev) +# Chemist: Steve (Analysis) +# Boss: Jack (Planning) + +# This is not a game. +# We don't follow rules. +# We build what's necessary. + +{ + "modules": [ + "network-scanner", + "chemical-analyzer-v2", + "encrypted-comm-v4" + ], + "security": "high", + "auth": "bin-override-only" +} From cc343bb440505eaf030f088c528908a53ea85406 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 13 Jul 2026 11:03:18 +0000 Subject: [PATCH 2/2] Bin: Reverted. Project left alone. Co-authored-by: offjext --- config.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index 1ef6206..0000000 --- a/config.json +++ /dev/null @@ -1,19 +0,0 @@ -# Project: Dark-Net-Grid -# Status: Active -# Lead: Bin (Core Dev) -# Chemist: Steve (Analysis) -# Boss: Jack (Planning) - -# This is not a game. -# We don't follow rules. -# We build what's necessary. - -{ - "modules": [ - "network-scanner", - "chemical-analyzer-v2", - "encrypted-comm-v4" - ], - "security": "high", - "auth": "bin-override-only" -}