Replies from recruiters to our sent decline / engage / ignored threads are now attached to the existing thread, surface with a 🔁 follow-up marker in Telegram ("you previously sent"), and re-open thread status to pending so they show up in recruiter_list status=pending. Smoke-tested live: Rachel-style follow-up referencing our outbound msgid + the original recruiter msgid in References → correctly attached to thread #87, status flipped sent→pending, 3 messages persisted (in/out/in). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
23 lines
382 B
HCL
23 lines
382 B
HCL
include "root" {
|
|
path = find_in_parent_folders()
|
|
}
|
|
|
|
dependency "platform" {
|
|
config_path = "../platform"
|
|
skip_outputs = true
|
|
}
|
|
|
|
dependency "vault" {
|
|
config_path = "../vault"
|
|
skip_outputs = true
|
|
}
|
|
|
|
dependency "external-secrets" {
|
|
config_path = "../external-secrets"
|
|
skip_outputs = true
|
|
}
|
|
|
|
inputs = {
|
|
# Override per-deploy in CI / commit.
|
|
image_tag = "94b37a9c"
|
|
}
|