KB-3F79

GPT Session Continuation — B3-A1b Connector / Dispatch Issue — 2026-05-12

3 min read Revision 1
p3dbirth-systemb3a1bconnectorops-dispatchgpt-action2026-05-12

GPT Session Continuation — B3-A1b Connector / Dispatch Issue — 2026-05-12

Context

User opened a fresh session after GPT Action/VPS connector instability in older long sessions. Goal: continue P3D Birth System Completion from handoff.

Connector checks

  • healthCheck() succeeded.
  • Agent Data health: healthy.
  • Qdrant: ok.
  • Postgres: ok.
  • OpenAI service: ok.
  • Data integrity still shows sync_status=warning with document/vector ratio around 2.05.
  • searchKnowledge() succeeded.
  • batchReadDocuments() succeeded for the required B3-A/B3-A1a/B3-A1b files.

Documents read

  • knowledge/dev/laws/dieu44-trien-khai/reports/p3d-birth-system-b3a-trigger-readiness-report.md
  • knowledge/dev/laws/dieu44-trien-khai/reports/p3d-birth-b3a1a-species-mapping-seed-report.md
  • knowledge/dev/laws/dieu44-trien-khai/design/p3d-birth-b3a1b-dot-domain-rules-species-decision.md
  • knowledge/dev/laws/dieu44-trien-khai/reports/p3d-birth-b3a1b-dot-domain-rules-species-decision-report.md

Verified state from KB

  • B3-A readiness is still PARTIAL in the last report.
  • B3-A1a 7 mappings seed report is PASS.
  • B3-A1b dot_domain_rules species decision exists and recommends dot_domain_rules → governance_infra.
  • Listing reports with prefix knowledge/dev/laws/dieu44-trien-khai/reports/p3d-birth-b3a1b found only the decision report; no seed execution report was present at check time.

Dispatch attempt

GPT attempted to create an ops AI task for B3-A1b seed.

Attempt 1

createAiTask(...) without max_retries failed with validation errors:

  • field round required
  • field retry_count required
  • field max_retries required

Attempt 2

createAiTask(...) with max_retries=3 failed:

  • FORBIDDEN: no permission to access field max_retries in collection ai_tasks or it does not exist.

Conclusion

  • Agent Data read/write connector is healthy in this fresh session.
  • Ops AI task dispatch connector/schema appears inconsistent: backend requires fields not fully available/authorized through the GPT action schema.
  • B3-A1b seed was NOT dispatched by GPT through ops connector in this session.

Use the B3-A1b prompt manually through the working execution channel, or fix the ops connector schema/permissions for ai_tasks fields (round, retry_count, max_retries).

No PG mutation, no trigger creation, no DDL, no function patch, no Phase 5C2 was performed by GPT in this session.

Back to Knowledge Hub knowledge/dev/laws/dieu44-trien-khai/reports/gpt-session-continuation-b3a1b-connector-dispatch-issue-2026-05-12.md