Skip to content
View JustAGhosT's full-sized avatar

Block or report JustAGhosT

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JustAGhosT/README.md

Jurie "JustAGhosT" Smit

Agentic Platform & Governance Architect • Cognitive Mesh / Policy Spine / AI PR Automation
Outcome: Safer, faster iteration (governed, observable, low-friction delivery)

Platform Governance Automation Telemetry

Platform Slice (Code > Claims)

  • cognitive-mesh: Agent + LLM orchestration, RBAC, audit, policy seams (RAG-ready).
  • CognitiveMeshUI: Token-driven React/Next.js surface + interaction telemetry.
  • autopr-engine: AI-in-loop PR heuristics + semantic diff weighting (review compression).
  • vv-iac: Azure Bicep/Terraform + what-if + policy chain (cost/compliance guard).
  • crisis-unleashed-app: FastAPI + React clean arch teaching baseline.
  • home-lab-setup: Reproducible Azure homelab (P2S VPN, cert lifecycle, monitoring).

Active Work

  • Policy eval latency reduction.
  • Deterministic audit event schema (forward-compatible).
  • autopr-engine FP reduction via semantic weighting calibration.
  • IaC promotion condensation: pre-merge what-if + policy collapse.

Skim These First

  • cognitive-mesh /governance → policy_evaluation entrypoint
  • autopr-engine /core → review_strategy
  • vv-iac /pipelines → gated promotion pattern

Representative Governance Check

decision = policy_engine.evaluate(workflow_id, context)
if not decision.allow:
    audit.log(
        workflow_id,
        blocked=True,
        policy=decision.policy_id,
        reason=decision.reason
    )
    raise GovernanceBlock(decision.reason)

trace.record(
    workflow_id,
    policy=decision.policy_id,
    eval_ms=decision.eval_ms
)

Architecture (Summary)

Mermaid exec summary (auto-sync candidate):

flowchart LR
  Client --> Runtime
  Runtime --> Governance
  Runtime --> Automation
  Automation --> Repo[(GitHub)]
  Runtime --> Delivery
  Delivery --> Cloud[(Azure)]
  Runtime --> Observability
Loading

Full spec → ARCHITECTURE.md

Quick Nav

Agent CorePR AutomationInfra GuardrailsUI Surface

Stack & Practices

Azure • Bicep/Terraform • .NET • Python/FastAPI • TypeScript/Next.js • REST/gRPC • Event-driven • OpenTelemetry • Policy-as-Code • GitHub Actions • Hex / selective DDD

Contact

Email: smit.jurie@gmail.com • LinkedIn: https://www.linkedin.com/in/juriesmit

Pinned Loading

  1. cognitive-mesh cognitive-mesh Public

    Enterprise agent/LLM platform with layered governance (RBAC, audit, policy-as-code); Azure OpenAI and RAG ready.

    C#

  2. CognitiveMeshUI CognitiveMeshUI Public

    Next.js, token-driven UI for Cognitive Mesh: accessible components, Storybook, and UX telemetry.

    TypeScript

  3. autopr-engine autopr-engine Public

    AI-assisted PR automation engine: runs in CI, Docker, or locally to analyze pull requests and post actionable reviews. Provider-agnostic and extensible.

    Python

  4. vv-iac vv-iac Public

    Azure IaC (Bicep/Terraform) with what-if validation, policy-as-code, and gated promotions across environments.

    Bicep

  5. crisis-unleashed-app crisis-unleashed-app Public template

    Modular full-stack starter (React + FastAPI) with auth, API, CI/CD, testing, and clean architecture. Built for learning, demos, and real apps.

    TypeScript

  6. home-lab-setup home-lab-setup Public

    Azure homelab via PowerShell: P2S VPN, NAT, DNS, certificate lifecycle, monitoring/alerts, and cost guardrails.

    PowerShell