devops-bot-sdk 1.4.85__tar.gz → 1.4.86__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/PKG-INFO +1 -1
  2. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/devops_bot_sdk.egg-info/PKG-INFO +1 -1
  3. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/pyproject.toml +1 -1
  4. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/__init__.py +2 -2
  5. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/client.py +1 -1
  6. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/ipc/handlers.py +9 -4
  7. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/README.md +0 -0
  8. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/devops_bot_sdk.egg-info/SOURCES.txt +0 -0
  9. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/devops_bot_sdk.egg-info/dependency_links.txt +0 -0
  10. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/devops_bot_sdk.egg-info/entry_points.txt +0 -0
  11. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/devops_bot_sdk.egg-info/requires.txt +0 -0
  12. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/devops_bot_sdk.egg-info/top_level.txt +0 -0
  13. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/collectors/__init__.py +0 -0
  14. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/collectors/files.py +0 -0
  15. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/collectors/process.py +0 -0
  16. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/collectors/screenshot.py +0 -0
  17. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/config.py +0 -0
  18. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/crucial.py +0 -0
  19. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/exceptions.py +0 -0
  20. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/git_ops.py +0 -0
  21. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/graphify.py +0 -0
  22. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/hooks/__init__.py +0 -0
  23. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/hooks/crucial_guard.py +0 -0
  24. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/ipc/__init__.py +0 -0
  25. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/ipc/electron_bridge.py +0 -0
  26. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/local_exec.py +0 -0
  27. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/models/__init__.py +0 -0
  28. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/models/envelope.py +0 -0
  29. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/models/requests.py +0 -0
  30. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/models/responses.py +0 -0
  31. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/models/snapshots.py +0 -0
  32. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/py.typed +0 -0
  33. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/run_auto.py +0 -0
  34. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/sse.py +0 -0
  35. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/test.py +0 -0
  36. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/test_pipeline.py +0 -0
  37. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/updater.py +0 -0
  38. {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devops-bot-sdk
3
- Version: 1.4.85
3
+ Version: 1.4.86
4
4
  Summary: DevOps Bot Desktop SDK — thin client for the AgentOS Electron desktop app
5
5
  Author: noumanaziz2128
6
6
  License-Expression: LicenseRef-Proprietary
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devops-bot-sdk
3
- Version: 1.4.85
3
+ Version: 1.4.86
4
4
  Summary: DevOps Bot Desktop SDK — thin client for the AgentOS Electron desktop app
5
5
  Author: noumanaziz2128
6
6
  License-Expression: LicenseRef-Proprietary
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "devops-bot-sdk"
7
- version = "1.4.85"
7
+ version = "1.4.86"
8
8
  description = "DevOps Bot Desktop SDK — thin client for the AgentOS Electron desktop app"
9
9
  readme = "README.md"
10
10
  license = "LicenseRef-Proprietary"
@@ -1,6 +1,6 @@
1
1
  """AgentOS Desktop SDK — thin HTTPS/SSE client for the Electron app.
2
2
 
3
- Version: 1.4.85
3
+ Version: 1.4.86
4
4
 
5
5
  Public surface:
6
6
  BackendClient.from_config() — create client from ~/.agentos/config.toml
@@ -30,7 +30,7 @@ Rules:
30
30
  - All data egress through submit_webhook only
31
31
  """
32
32
 
33
- __version__ = "1.4.85"
33
+ __version__ = "1.4.86"
34
34
  __author__ = "AgentOS"
35
35
 
36
36
  from sdk.client import BackendClient
@@ -58,7 +58,7 @@ def _notify_status(task_id: str, status: str) -> None:
58
58
  pass
59
59
 
60
60
 
61
- SDK_VERSION = "1.4.85"
61
+ SDK_VERSION = "1.4.86"
62
62
  _POLL_INTERVAL = 3.0
63
63
  _POLL_TIMEOUT = 600.0
64
64
  _ORCHESTRATE_TIMEOUT = 2700.0 # 45 min — covers approval wait + VPS execution time
@@ -919,8 +919,12 @@ def _build_epic_titles_prompt(jira_key: str, summary: str, description: str | No
919
919
  parts: list[str] = [
920
920
  "You are decomposing a JIRA EPIC into a LIST of user-story TITLES — titles only, "
921
921
  "NOT full descriptions yet. This is ANALYSIS ONLY — do NOT create/edit any file.",
922
- "Faithfulness: derive titles ONLY from the epic; do NOT invent scope. Cover the "
923
- "epic's WHOLE scope; a few well-grounded titles beat many speculative ones.",
922
+ "Faithfulness (critical): derive the stories STRICTLY from the epic's own "
923
+ "Scope / Requirements / User-Stories content. Do NOT invent, add, or split "
924
+ "stories based on assumptions or on what the codebase happens to contain. Cover "
925
+ "the epic's stated scope and NOTHING beyond it. If the epic is too vague to split "
926
+ "faithfully, produce FEWER stories and note the ambiguity in the plan — never "
927
+ "guess to look complete.",
924
928
  f"=== EPIC {jira_key} ===\nSummary: {summary}",
925
929
  ]
926
930
  if description and description.strip():
@@ -928,8 +932,9 @@ def _build_epic_titles_prompt(jira_key: str, summary: str, description: str | No
928
932
  if human_instructions and human_instructions.strip():
929
933
  parts.append("Operator instructions:\n" + human_instructions.strip())
930
934
  parts.append(
931
- "If this is a software project, briefly inspect the codebase (CLAUDE.md, "
932
- "graphify, Read/Glob/Grep) so the split fits the real architecture.\n\n"
935
+ "You MAY glance at the codebase (CLAUDE.md, graphify, Read/Glob/Grep) ONLY to "
936
+ "phrase a title accurately or confirm a module name — NEVER to introduce scope "
937
+ "the epic does not state. The stories come from the EPIC, not the code.\n\n"
933
938
  + (("The epic already lists its stories — use EXACTLY these titles, VERBATIM, in "
934
939
  "order; do NOT invent, rename, merge, add, drop, or reorder:\n"
935
940
  + "\n".join(f" {i}. {t}" for i, t in enumerate(story_titles, 1)) + "\n")