Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
92e111d
Add workflow E2E tests, gh script catalog, tag policy, and test harde…
gardusig Jun 25, 2026
b7eeb5f
Embed cursor-skills snapshot and unify Docker CI/deploy pipeline.
gardusig Jul 1, 2026
6657409
Add hub operator commands, phase5 issue batches, and merge forbid pol…
gardusig Jul 1, 2026
5c65bee
Improve issue parent/child org, priority levels, and 3-phase test pip…
gardusig Jul 1, 2026
f538511
Document projects deferral in workflows.md
gardusig Jul 1, 2026
bcd29a5
Add repo-agnostic cli chat with DeepSeek R1 distill and per-repo issu…
gardusig Jul 1, 2026
868515a
Complete cursor-skills port as craft commands and harden gh policy bl…
gardusig Jul 1, 2026
af53456
Fix Docker unit image: include tests and migration docs in build cont…
gardusig Jul 1, 2026
ee040fb
Add cli opencode entry point and remove cursor-skills migration.
gardusig Jul 1, 2026
6bd105f
Point CI to gardusig/pipelines and remove duplicate reusables.
gardusig Jul 1, 2026
be7f126
Fix pipelines reusable workflow paths (flat root)
gardusig Jul 1, 2026
d263fdd
Fix integration registry for opencode, test, deploy, release
gardusig Jul 1, 2026
ac9968c
Add git deploy to integration registry
gardusig Jul 1, 2026
5929fc1
Add git deploy failure integration check
gardusig Jul 1, 2026
ac4270a
Add integration checks for gh policy, project, ruleset, backlog commands
gardusig Jul 1, 2026
33df46b
Add deploy refuse integration check
gardusig Jul 1, 2026
d165066
Add fail integration checks for opencode, test, release
gardusig Jul 1, 2026
c023232
Fix dockerignore for workflows and opencode docs in CI
gardusig Jul 1, 2026
e002dcf
Remove duplicate dockerignore line
gardusig Jul 1, 2026
da6bc8c
Fix Docker CI regressions after pipelines migration
gardusig Jul 1, 2026
0f6fa5f
Fix CI harness test for docker common helpers
gardusig Jul 1, 2026
799fd97
Restore unit coverage gate after opencode split
gardusig Jul 1, 2026
fb4fe1a
Fix integration regressions from Docker git init scope
gardusig Jul 1, 2026
0bacf50
Fix gh API check registry for local-only and policy commands
gardusig Jul 1, 2026
4b26f95
Add fail checks for policy-blocked gh API commands
gardusig Jul 1, 2026
c8eaedb
Fix integration git init and tag replace write gate
gardusig Jul 1, 2026
165e66a
Consolidate workflows via pipelines callers (plan, daily-review, pr-m…
gardusig Jul 1, 2026
edbfdea
Remove per-repo workflows; CI moves to github-pipelines
gardusig Jul 2, 2026
8248c39
Simplify PyPI release docs and add TestPyPI PR gate scripts.
gardusig Jul 3, 2026
6f00127
Remove in-repo CI: Docker, workflows, and test/pypi scripts
gardusig Jul 4, 2026
1d2d13f
docs: remove github-pipelines links and obsolete CI harness tests
gardusig Jul 4, 2026
c0a114c
Add pipeline dispatch, tasks CLI, and centralized workflow config.
gardusig Jul 4, 2026
25da077
Add gh repo list and README sync for gardusig profile.
gardusig Jul 4, 2026
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
5 changes: 5 additions & 0 deletions .cli/tag.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Tag naming for this repository (read by gardusig-cli `git tag` / `git deploy`).
# Semver release tags; deploy workflow runs on push to main only.
pattern: semver-v
bump: patch
require_increase: true
13 changes: 13 additions & 0 deletions .cli/tag.yaml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copy to `<repo>/.cli/tag.yaml` — read by gardusig-cli (`cli git tag`, `cli git deploy`).
#
# Patterns:
# date — YYYY-MM-DD snapshot (most gardusig repos)
# semver-v — v1.2.3 (cli / PyPI releases)
# semver — 1.2.3
# plain — explicit tag names only
#
# Optional (semver only):
# bump: patch | minor | major
# require_increase: true

pattern: date
31 changes: 0 additions & 31 deletions .dockerignore

This file was deleted.

4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Local secrets (copy to .env — never commit .env)
# NOTION_TOKEN=secret_...
# NOTION_DATABASE_ID=your-notion-database-id
# NOTION_TASK_ROOT=~/git-local/private/configured/tasks
# NOTION_TASK_ROOT=~/git-local/private/private/tasks
# GH_TOKEN=github_pat_... # local only; CI uses CENTRAL_PIPELINE_PAT in github-pipelines
# BACKUP_ZIP_PASSWORD=your-zip-password
# CLI_CONFIG_DIR=~/.config/cli
# CLI_GH_ISSUES_DEPLOY_ALLOW=1 # break-glass for non-private test repos only
#
# PyPI publish — https://pypi.org/manage/account/token/
# PYPI_API_TOKEN=pypi-...
Expand Down
42 changes: 0 additions & 42 deletions .github/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/release.yml

This file was deleted.

101 changes: 0 additions & 101 deletions .github/workflows/test.yml

This file was deleted.

73 changes: 0 additions & 73 deletions Dockerfile

This file was deleted.

Loading