Files
Jyotisha/deploy/gated-paths.txt
T
jesse-ux 25851dd338 feat(qizheng): vendor stem-branch and expose three read-only chart APIs
Add Apache-2.0 @4n6h4x0r/stem-branch 0.8.0, a seven-governors adapter,
and POST /api/qizheng, /api/western, /api/ephemeris_events.

BUG-700 remains blocked (do not call --pillars). BUG-701 and BUG-702 are
resolved. BUG-703 is investigating (panchanga Lahiri). Skill is not bumped.
2026-09-15 16:10:21 +08:00

33 lines
987 B
Plaintext

# Paths whose changes must rerun the staging quality gate and republish images.
# Single source of truth for the `paths:` filters of both triggers in
# .gitea/workflows/backend-quality-gate.yml and for deploy/is-docs-only-range.sh.
# One glob per line (GitHub/Gitea filter syntax: `*` stops at `/`, `**` does not);
# `#` comments and blank lines are ignored. A push whose every changed file falls
# outside this list is docs-only: no gate, no image, no deployment. When in doubt,
# list the path here rather than leave it out.
#
# Workflow and build-context inputs
.dockerignore
.gitea/**
#
# Python package inputs (pyproject.toml / MANIFEST.in / `python -m build`)
MANIFEST.in
mcp_server.py
pyproject.toml
requirements*.txt
jyotish_vedic/**
scripts/**
tests/**
#
# Image inputs (deploy/railway-api.Dockerfile, deploy/railway-web.Dockerfile)
SKILL.md
assets/**
references/**
skills/**
deploy/**
frontend/**
vendor/**
#
# Repository files read by frontend/tests at gate time
contracts/**