Base repository for Claude vibecoding
  • Python 61.4%
  • Shell 38.6%
Find a file
Claude Worker by Maria ca1886f5d0 fix: treat timed_out CI conclusion as a pipeline failure (issue #20)
GitHub workflow runs can finish with conclusion "timed_out", which is
equally actionable as "failure" or "action_required" but was silently
ignored before. Add it to the failure conditions so clanker-prep
triggers Claude when a run times out.

Workflow authored by Maria Matejka <vibecoding@jmq.cz>

Fixes #20
2026-04-19 22:33:00 +02:00
.claude add some more allowed basic tools 2026-04-18 00:45:48 +02:00
.github/workflows issue-3: add preview deployment workflow for branch inspection 2026-04-05 19:25:25 +02:00
claude chore: update context after workflow check (issue #20, #21) 2026-04-19 22:28:38 +02:00
docs docs: sync design docs and website with current implementation 2026-04-19 21:47:18 +02:00
.claude-base-files feat: selective claude-base template sync (issue #7) 2026-04-06 13:05:03 +02:00
.gitignore fix: trigger Claude when guardian pushes to remote/main (issue #21) 2026-04-18 14:01:05 +02:00
clanker-housekeeping feat: daily housekeeping task (issue #15) 2026-04-17 07:56:49 +02:00
clanker-prep fix: treat timed_out CI conclusion as a pipeline failure (issue #20) 2026-04-19 22:33:00 +02:00
clanker-run export paths 2026-04-19 17:14:59 +02:00
clanker-setup feat: daily housekeeping task (issue #15) 2026-04-17 07:56:49 +02:00
CLAUDE.md chore: fix CLAUDE.md housekeeping instruction, update context 2026-04-19 22:07:26 +02:00
LICENCE.md Init: Basic clanker setup 2026-04-04 21:37:49 +02:00
README.md issue-5: fix stale claude/design/ references after design consolidation 2026-04-05 20:09:05 +02:00
setup-remotes issue-6: add setup-remotes script and template auto-merge 2026-04-05 20:24:02 +02:00

Claude Base

This is my Claude-Code base repository for central housekeeping of my development rules. Feel free to suggest additions by filing issues or pull request.

For full documentation, setup guides, and project overview, see the claude-base website.

Expected workflow

There is a dedicated (virtual) machine running a clanker or a bunch of them. That machine should not have any write access anywhere outside itself, and should be regularly backed up.

The operator (myself) logs into the virtual machine whenever handy, pulls the git locally, does code review and merges, and pushes into public repo.

Initialization

  1. Merge this project into your project
  2. Clone your project into your clanker enclosure
  3. Setup needed tools: ./clanker-setup