Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

## Project Overview

This is a Next.js 15 static documentation website that presents an evolving collection of patterns, anti-patterns, and obstacles for developing software with LLMs. The site is deployed to GitHub Pages at https://lexler.github.io/augmented-coding-patterns/
This is a Next.js 15 static documentation website that presents an evolving collection of patterns, anti-patterns, and obstacles for developing software with LLMs. The site is deployed to https://ai-coding-patterns.dev/ (Cloudflare Pages) and mirrored on GitHub Pages at https://lexler.github.io/augmented-coding-patterns/

See `specs/project.md` for the overall architecture and `specs/map.md` for the full directory map.

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
This repository is an evolving collection of emerging patterns and anti-patterns for developing software with LLMs.

## View Online
[lexler.github.io/augmented-coding-patterns/](https://lexler.github.io/augmented-coding-patterns//)
[ai-coding-patterns.dev](https://ai-coding-patterns.dev/)

Also mirrored on GitHub Pages at [lexler.github.io/augmented-coding-patterns](https://lexler.github.io/augmented-coding-patterns/).

## Repository Structure

Expand Down
2 changes: 1 addition & 1 deletion specs/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A static documentation website that presents an evolving collection of patterns, anti-patterns, and obstacles for developing software with LLMs.

Deployed at https://lexler.github.io/augmented-coding-patterns/
Deployed at https://ai-coding-patterns.dev/ (Cloudflare Pages) and mirrored on GitHub Pages at https://lexler.github.io/augmented-coding-patterns/

## Purpose

Expand Down