feat(pmo): relay cascade — local postfix first, auth submission fallback, queue last

This commit is contained in:
2026-08-29 06:33:37 -05:00
parent 817bc06458
commit d4ed0b6132
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -38,3 +38,5 @@ harness: task 518 (redmine): "Alpha: triage open MOPAC tickets — next-action n
harness: REPORT reports/REPORT-demo-518-20260829-113010.md
harness: loop: status New -> Resolved on #518
harness: loop: noted REPORT on #518
harness: intake: 1 task(s) in redmine scope
harness: loop: scan: 1 task(s) in scope, 0 new/updated
+1 -1
View File
@@ -1 +1 @@
I have full context: sibling pattern (mopac-bitwarden-go), harness fake-server test style, PMO python glue to replace, creds at `~/.creds/redmine.env`, Redmine at projects.knownelement.com. Setting up the work plan.Toolchain verified. Creating the repo via Gitea API (idempotent check first):Repo created. Cloning and seeding with LICENSE:Harness done. Now TDD config package — tests first (red):Red confirmed. Implementation:Green. Two atomic commits:Now the core piece. First the stateful fake Redmine server (test infrastructure, harness-style):Now the library test suite (red first):Red confirmed (library absent). Fixing fake's query type, then writing the library:
I have full context: sibling pattern (mopac-bitwarden-go), harness fake-server test style, PMO python glue to replace, creds at `~/.creds/redmine.env`, Redmine at projects.knownelement.com. Setting up the work plan.Toolchain verified. Creating the repo via Gitea API (idempotent check first):Repo created. Cloning and seeding with LICENSE:Harness done. Now TDD config package — tests first (red):Red confirmed. Implementation:Green. Two atomic commits:Now the core piece. First the stateful fake Redmine server (test infrastructure, harness-style):Now the library test suite (red first):Red confirmed (library absent). Fixing fake's query type, then writing the library:All three failures are test-side: fake returns issues in map order, `*` is URL-encoded, and one assertion is inverted. Fixing:Now sort fake issue listings for determinism: