Skip to content

Instantly share code, notes, and snippets.

View jigargor's full-sized avatar

Jigar Gor jigargor

View GitHub Profile
@jigargor
jigargor / django.md
Created May 1, 2026 21:34
Agentic AI governance: stack rule pack (Next.js, FastAPI, Django, OpenTelemetry GenAI, Langfuse)

Stack Rules: Django

Always Apply

  • Route all task phases through Artiforge orchestration checkpoints.
  • Keep settings environment-driven and secret-safe.
  • Use typed boundaries for serializers, forms, and service functions.

Security

@jigargor
jigargor / 04-tools-commands-subagents.md
Created May 1, 2026 21:34
Agentic AI governance: tools, commands, subagents, publish checklist

Tools, Commands, and Subagents

Tooling Policy

  • Artiforge orchestrates all tasks and role/model assignments.
  • Code/search/edit tools execute scoped work only.
  • Verification tools are mandatory before closure.
  • External integrations (telemetry, eval, issue tracking) must write trace IDs into task records.

Suggested Command Playbooks

@jigargor
jigargor / 01-primary-plan.md
Created May 1, 2026 21:34
Agentic AI governance: primary plan + Artiforge orchestration + roles

Universal Agentic AI Gist: Primary Plan

Goal

Create a reusable GitHub Gist package that can be copied into any agentic AI application and immediately enforce:

  1. Always Apply user-level governance rules.
  2. Mandatory Artiforge usage as orchestrator, model selector, and role definer.
  3. Multi-agent execution with explicit roles, handoffs, and verification gates.