Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Repository metadata managed as code.
# Applied by the "Settings" GitHub App (https://github.com/apps/settings)
# on every push to the default branch. If the app is not installed on this
# repository, this file is inert and metadata must be set manually
# (e.g. `gh repo edit`).
#
# Deliberately scoped to metadata and merge settings only -- no `branches:`
# block, so existing branch protection rules are left untouched.
repository:
description: >-
Lean Ubuntu 26.04 dev container template for GitHub Codespaces and
VS Code Dev Containers, with Python, Node.js, GitHub CLI, Claude Code,
and OpenCode
topics: devcontainer, codespaces, ubuntu, template, opencode, claude-code
has_issues: true
has_wiki: false
has_projects: false
default_branch: main
allow_squash_merge: true
allow_merge_commit: false
allow_rebase_merge: false
delete_branch_on_merge: true
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ meaningful files are configuration.
devcontainer.json Feature declarations, VS Code extensions, volume mounts, lifecycle commands
.github/
dependabot.yml Daily Dependabot updates for GitHub Actions, Docker images, devcontainer features
settings.yml Repo description, topics, merge settings (applied by the Settings GitHub App)
workflows/
ci.yml Single CI pipeline: build → test → scan (see CI section below)
.gitignore Excludes OS files, editor dirs, Claude session state (.claude/, CLAUDE.md)
Expand Down