Update CLAUDE.md with repository information
This commit is contained in:
parent
b06374a562
commit
0df5eb8e4b
1 changed files with 11 additions and 0 deletions
11
CLAUDE.md
11
CLAUDE.md
|
|
@ -2,6 +2,17 @@
|
|||
|
||||
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
||||
|
||||
## Repository Information
|
||||
|
||||
**Git Repository:** https://git.farmtowntech.com/setonc/build-pe-script-launcher
|
||||
**Branch:** master
|
||||
**Status:** Active development
|
||||
|
||||
```powershell
|
||||
# Clone the repository
|
||||
git clone https://git.farmtowntech.com/setonc/build-pe-script-launcher.git
|
||||
```
|
||||
|
||||
## Project Overview
|
||||
|
||||
Build PE Script Launcher - A production-grade Windows PE builder that creates bootable images with PowerShell 7, custom modules, and automatic script launching from external media. The PE image remains static; rebuilds are only needed for PowerShell 7 or module updates.
|
||||
|
|
|
|||
Loading…
Reference in a new issue