You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
+
5
+
## Project Overview
6
+
7
+
This repository contains devcontainer features for use with @devcontainers. It currently includes a `delta` feature that installs the delta pager for git.
8
+
9
+
## Repository Structure
10
+
11
+
-`src/` - Contains devcontainer features, each in its own subdirectory
12
+
-`src/delta/` - The delta pager feature
13
+
-`devcontainer-feature.json` - Feature configuration and metadata
14
+
-`install.sh` - Installation script for the delta pager
15
+
-`test/` - Test files for each feature
16
+
-`test/delta/test.sh` - Test script for the delta feature
0 commit comments