Skip to content

Instantly share code, notes, and snippets.

View SoMaCoSF's full-sized avatar

SoMaCo SoMaCoSF

View GitHub Profile
@SoMaCoSF
SoMaCoSF / AEGIS-PROJECT-GIST.md
Created December 9, 2025 16:47
AEGIS Privacy Suite - Complete Project Documentation with Mermaid Diagrams

AEGIS Privacy Suite - Complete Project Documentation

Account & Enterprise Guardian Intelligence System

Your Digital Footprint, Finally Visible

GitHub License: MIT Node.js TypeScript

@SoMaCoSF
SoMaCoSF / AEGIS-GIST.md
Last active December 9, 2025 05:44
🔐 AEGIS Privacy Suite v1.0.0 - Full DMBT + Ghost_Shell Integration, 15 Dashboard Pages, 50+ API Endpoints

🔐 AEGIS Privacy Suite v1.0.0

Account & Enterprise Guardian Intelligence System

Your Digital Footprint, Finally Visible

GitHub Repository: github.com/SoMaCoSF/aegis


@SoMaCoSF
SoMaCoSF / FORUM_POST_INTRODUCTION.md
Last active November 26, 2025 16:06
Ghost Catalog: Introduction and Use Cases - Complete guide with GitHub repository link

Introducing Ghost Catalog: A Semantic File ID System for AI-Agent Development

The Problem

If you're working with AI agents (like Claude Code) on larger codebases, you've probably hit this wall:

The agent doesn't know what your files do.

Sure, it can read code. But when you have 50+ files, the agent wastes time:

  • Opening every file to understand what it does
@SoMaCoSF
SoMaCoSF / GHOST_CATALOG_IMPLEMENTATION_SUITE.md
Created November 25, 2025 01:22
Ghost Catalog: Implementation Suite - Production-ready CLI, TUI, and AI tools for semantic file catalog system

Ghost Catalog Implementation Suite

Complete Production-Ready Implementation

This package contains working implementations of all Ghost Catalog tools and utilities.


📦 Package Contents

@SoMaCoSF
SoMaCoSF / GHOST_SHELL_FILE_CATALOG_COMPLETE_GUIDE.md
Created November 25, 2025 01:22
Ghost Catalog: Practical Guide - Tutorial with real-world use cases and narratives for semantic file management

Ghost_Shell File Catalog System: The Complete Guide

A Practical Guide to Understanding, Using, and Implementing Semantic File IDs

"Every file tells a story. The catalog system makes sure you can find it, understand it, and trust it."


Table of Contents

@SoMaCoSF
SoMaCoSF / GHOST_SHELL_FILE_ID_SYSTEM_DEEP_DIVE.md
Created November 25, 2025 01:22
Ghost Catalog: Technical Deep Dive - Complete specification of semantic file ID system for AI-agent development

Ghost_Shell File ID System: Complete Technical Deep Dive

Author: Claude (Sonnet 4.5) Date: 2025-01-24 Project: Ghost_Shell / Somacosf Workspace Purpose: Comprehensive documentation of the semantic file catalog system used across the Somacosf ecosystem


Table of Contents

@SoMaCoSF
SoMaCoSF / GIST_CONTENT.md
Last active November 24, 2025 09:25
Privacy Proxy - Browser Anonymization Tool | Complete Guide with Architecture Diagrams

Privacy Proxy - Browser Anonymization Tool

A comprehensive open-source browser privacy tool that randomizes fingerprints, blocks cookies, and automatically identifies and blocks trackers

🔗 GitHub Repository: https://github.com/SoMaCoSF/browser-privacy-proxy 📦 License: MIT (Educational Use) 🤖 Built with: Python 3.12, mitmproxy, SQLite


@SoMaCoSF
SoMaCoSF / AuthenticationService.ts
Created August 7, 2025 23:53
🏛️ California Family Law Assistant - The 'I Can't Afford a Lawyer' Starter Pack | When life gives you divorce papers, make lemonade with TypeScript and SQLite 🍋⚖️
/**
* Authentication Service - Session-Based Authentication
*
* @description Manages user sessions, authentication, and security for local-first application
* @author Agentic Interpreter (ai-interpreter-7f3e9d2a-4b8c-4d1e-9a5f-8c7b6d4e2f1a)
* @version 1.0.0
* @created 2025-01-08
*/
import { EncryptionService } from '../encryption/EncryptionService'
@SoMaCoSF
SoMaCoSF / index.html
Created July 23, 2025 21:32
Enhanced Everything MCP Server v2.0 - Kiro IDE Integration with Visual Workflows and Deep Research
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enhanced Everything MCP Server - Kiro IDE Integration</title>
<style>
* {
margin: 0;
padding: 0;
@SoMaCoSF
SoMaCoSF / index.html
Created July 23, 2025 21:29
Enhanced Everything MCP Server - Comprehensive Documentation with Infographics and Visual Workflows
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enhanced Everything MCP Server - Kiro IDE Integration</title>
<style>
* {
margin: 0;
padding: 0;