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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
24 changes: 24 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# AGENTS.md

## Project Structure
- `_site/` - Generated static site output
- `src/` - Source files (posts, pages, templates, styles, data)
- `src/_includes/` - Nunjucks layouts and partials
- `src/_11ty/` - Eleventy plugins and custom filters
- `src/_data/` - Global data files
- `src/posts/` - Blog posts in Markdown
- `src/pages/` - Static pages
- `src/styles/` - TailwindCSS source files

## Build Commands
- See @package.json for available npm commands for this project.
- Always run `npm run prettier:fix` after code changes to ensure consistent formatting.

## Code Conventions
- Use kebab-case for markdown files (e.g., `mein-blog-post.md`) and CSS files.
- Use snake_case for JavaScript utility modules (e.g., `post_url.js`)

## Agent Safety Rules
- Do not commit, push, or create PRs unless explicitly asked.
- Ask before destructive git operations (for example hard reset, rebase, force push).
- Allowed by default: reading files, searching, diffs, status/log, and running builds/tests/format checks.
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
Loading