Skip to content
Draft
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 .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:4-22-trixie",
"features": {
"ghcr.io/devcontainers/features/copilot-cli:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/python:1": {}
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot

version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,17 @@ vite.config.ts.timestamp-*
.vite/


# Agent/tool operational notes (local-only, not for versioning)
.serena/

# Dynamic generated files
test-results
test-results/
playwright-report/

# SVG template dev previews (generated by npm run wallpapers:templates:preview)
src/wallpaper/templates/previews/

# Visual regression test snapshots - baseline images should be tracked
# Uncomment to exclude snapshots from version control:
# tests/**/*-snapshots/
Expand Down Expand Up @@ -214,5 +220,3 @@ tests/e2e/aurora-visual.spec.ts-snapshots/aurora-background-home-chromium-darwin
tests/e2e/aurora-visual.spec.ts-snapshots/aurora-background-theme-switched-chromium-darwin.png
tests/e2e/theme-gallery-screenshots.spec.ts-snapshots/caligo-*.png

# Serena
.serena/
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"workbench.colorTheme": "Caligo (Midnight AtelierSplit-Complementary)",
"workbench.colorTheme": "Caligo (Graphite FluxAnalogous)",
"terminal.integrated.accessibleViewFocusOnCommandExecution": true,
"terminal.integrated.defaultProfile.osx": "bash",
"chat.tools.terminal.autoApprove": {
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.15/schema.json",
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
1 change: 1 addition & 0 deletions caligo-vscode-theme
Submodule caligo-vscode-theme added at bd7bc2
Loading