You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue coordinates the accepted Source contract, one supported document integration, historical prompt import, and any derived processing those deliveries require. It does not redefine the public Source model or API.
Current baseline
PowerContext currently accepts idempotent captured text through ContentSource and POST /v1/sources/content. #1240 decides whether this remains the common capture boundary for external integrations or one Source implementation alongside others.
#1300 separately tracks explicit, default-off import of historical user prompts from one Agent host. It does not import full sessions or restore an executable Agent session.
Decide whether either delivered integration requires asynchronous derived processing. If it does, create a bounded child issue for status, retries, idempotency, failure isolation, and resource limits. If it does not, record that no background processing is required.
Add maintained setup and troubleshooting documentation, plus tests for each supported integration.
Goal
Track delivery of supported Source ingestion after #1240 defines the Source identity and materialization contract.
Parent roadmap: #1352.
This issue coordinates the accepted Source contract, one supported document integration, historical prompt import, and any derived processing those deliveries require. It does not redefine the public Source model or API.
Current baseline
PowerContext currently accepts idempotent captured text through
ContentSourceandPOST /v1/sources/content. #1240 decides whether this remains the common capture boundary for external integrations or one Source implementation alongside others.#1300 separately tracks explicit, default-off import of historical user prompts from one Agent host. It does not import full sessions or restore an executable Agent session.
Tracking
Completion criteria
Boundaries