Skip to content

Commit 7bea8c3

Browse files
authored
refactor(skills): ⚙️ replace humanizer with stop-slop skill (#9)
2 parents 2551afe + ca31bcd commit 7bea8c3

File tree

6 files changed

+453
-317
lines changed

6 files changed

+453
-317
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
!skills.yaml
44
!scripts/
55
!scripts/entrypoint.sh
6-
!scripts/git-export.py
6+
!scripts/git-export.ts
77
!scripts/convert-gemini.auth.ts
88
!scripts/install-skills.ts

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ opencodec
331331

332332
## Included Tooling and Skills
333333

334-
The image currently installs or bundles the following pieces during build:
334+
The build bundles these tools and skills:
335335

336336
- `opencode-ai`
337337
- `mise`
@@ -347,9 +347,9 @@ The image currently installs or bundles the following pieces during build:
347347
- `git`
348348
- `sudo`, `curl`, `gpg`, `make`
349349
- Azure Foundry provider build output
350-
- OpenCode skills for `humanizer`, `aleph`, and changelog automation
350+
- OpenCode skills for `stop-slop`, `aleph`, and changelog automation
351351

352-
The repository also includes `git-export.py`, a helper script that exports a single directory from
352+
The repository also includes `git-export.ts`, a Bun helper script that exports a single directory from
353353
a GitHub repository using a treeless, sparse clone workflow.
354354

355355
## Release Model
@@ -364,7 +364,7 @@ This repo publishes container images to GitHub Container Registry from version t
364364

365365
- `Dockerfile`: Builds the OpenCode container image and installs providers, tools, and skills
366366
- `entrypoint.sh`: Loads shell environment and starts `opencode`
367-
- `git-export.py`: Sparse GitHub directory export helper
367+
- `git-export.ts`: Sparse GitHub directory export helper
368368
- `Makefile`: Convenience targets for local image build and cleanup
369369
- `.github/workflows/`: PR validation, release sync, and registry publishing workflows
370370
- `.mise.toml`: Local tool definitions for linting and validation utilities

scripts/git-export.py

Lines changed: 0 additions & 306 deletions
This file was deleted.

0 commit comments

Comments
 (0)