@@ -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
353353a 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
0 commit comments