Skip to content

Commit 5225f2e

Browse files
authored
Merge branch 'main' into joshuaboys-updates
2 parents d31e20d + 65a95b6 commit 5225f2e

File tree

7 files changed

+488
-6
lines changed

7 files changed

+488
-6
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,22 @@ src/**/*.js.map
77
plugin/**/*.js
88
plugin/**/*.js.map
99
.pnpm-store
10+
11+
# Secrets and Variables
12+
.env
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
.env.development
18+
.env.test
19+
.env.production
20+
.env.example
21+
22+
# Editor directories and files
23+
.vscode/*
24+
!.vscode/extensions.json
25+
.cursor/*
26+
CLAUDE.md
27+
.idea
28+
.DS_Store

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
99
## Requirements
1010

1111
- Node.js >= 20 (supports versions 20, 22, 23, 24)
12-
- pnpm v10.15.0 (specified in packageManager field)
12+
- pnpm v10.15.1 (specified in packageManager field)
1313

1414
## Essential Commands
1515

@@ -75,7 +75,7 @@ Located in `plugin/executors/fetch/`. Provides Nx workspace integration:
7575

7676
### When Adding Features
7777

78-
1. Check PROJECT_TODO.md for planned features and version roadmap
78+
1. Check docs/roadmap.md for planned features and version roadmap
7979
2. Update both TypeScript types and runtime validation
8080
3. Add appropriate error handling with meaningful exit codes
8181
4. Update usage examples in the help text
@@ -101,4 +101,4 @@ Always run these commands to ensure code quality:
101101
pnpm typecheck
102102
pnpm lint
103103
pnpm test:smoke
104-
```
104+
```

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,15 @@ node dist/index.js "https://github.com/octokit/core.js.git@main:LICENSE" --dry-r
6363
## License
6464

6565
MIT © Arkahna
66+
67+
## Originally contributed by [Aneki](https://github.com/joshuaboys)
68+
69+
```text
70+
_ _
71+
__ _ _ __ ___| | _(_)
72+
/ _` | '_ \ / _ \ |/ / |
73+
| (_| | | | | __/ <| |
74+
\__,_|_| |_|\___|_|\_\_|
75+
76+
=== ᚢ · ᚦ · ᚲ ===
77+
```

arkahna-git-file-fetch-0.1.0.tgz

8.47 KB
Binary file not shown.

0 commit comments

Comments
 (0)