Skip to content

Instantly share code, notes, and snippets.

View veronelazio's full-sized avatar

Verone Lazio veronelazio

  • Insight
  • St. Petersburg, FL
  • 11:30 (UTC -04:00)
  • X @veronelazio
View GitHub Profile
@veronelazio
veronelazio / ARCHITECTURE.md
Last active October 23, 2025 21:39
Project Chronicle - Verified Dual-Mode Architecture with Azure OpenAI Guide (Updated Oct 15, 2025)

Stories Capstone Project - Complete Architecture Design

Project: Stories - Customer Success Story Repository Context: Capstone training project with verified Azure AI integration Architect: system-architect Date: October 16, 2025 Version: 3.2 - Phase 6 Complete (Multi-Source Search + Knowledge Library)


@veronelazio
veronelazio / code-editor-rules.md
Created December 17, 2024 02:54 — forked from yifanzz/code-editor-rules.md
EP12 - The One File to Rule Them All

[Project Name]

Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.

Project Context

[Brief description ]

  • [more description]
  • [more description]
  • [more description]

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example