Implement ACTIVITY-WP-0022/0023: safe sink default and gap closures
Default ISSUE_SINK_TYPE to state-hub (no silent Forgejo issues), hard-fail prune apply without live-images protection, refresh-live-images script, disable TaskExecutor stub by default, and document consumer/sink contracts.
This commit is contained in:
parent
5c7a90ce7c
commit
4f5399df84
19 changed files with 525 additions and 155 deletions
|
|
@ -22,7 +22,8 @@ ISSUE_CORE_URL=http://127.0.0.1:8765
|
|||
# Shared ingestion key — must match issue-core's ISSUE_CORE_API_KEY.
|
||||
ISSUE_CORE_API_KEY=
|
||||
# Sink type: 'rest' (POST to issue-core) or 'null' (discard, for dry-run).
|
||||
ISSUE_SINK_TYPE=rest
|
||||
# state-hub (default, no Forgejo) | null (dry-run) | rest (issue-core opt-in)
|
||||
ISSUE_SINK_TYPE=state-hub
|
||||
|
||||
# ── Activity definitions ───────────────────────────────────────────────────────
|
||||
# Colon-separated paths to additional activity-definitions/ directories.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue