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.
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/PKG-INFO +1 -1
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/devops_bot_sdk.egg-info/PKG-INFO +1 -1
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/pyproject.toml +1 -1
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/__init__.py +2 -2
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/client.py +1 -1
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/ipc/handlers.py +9 -4
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/README.md +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/devops_bot_sdk.egg-info/SOURCES.txt +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/devops_bot_sdk.egg-info/dependency_links.txt +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/devops_bot_sdk.egg-info/entry_points.txt +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/devops_bot_sdk.egg-info/requires.txt +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/devops_bot_sdk.egg-info/top_level.txt +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/collectors/__init__.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/collectors/files.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/collectors/process.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/collectors/screenshot.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/config.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/crucial.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/exceptions.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/git_ops.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/graphify.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/hooks/__init__.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/hooks/crucial_guard.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/ipc/__init__.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/ipc/electron_bridge.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/local_exec.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/models/__init__.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/models/envelope.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/models/requests.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/models/responses.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/models/snapshots.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/py.typed +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/run_auto.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/sse.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/test.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/test_pipeline.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/sdk/updater.py +0 -0
- {devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/setup.cfg +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "devops-bot-sdk"
|
|
7
|
-
version = "1.4.
|
|
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.
|
|
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.
|
|
33
|
+
__version__ = "1.4.86"
|
|
34
34
|
__author__ = "AgentOS"
|
|
35
35
|
|
|
36
36
|
from sdk.client import BackendClient
|
|
@@ -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
|
|
923
|
-
"
|
|
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
|
-
"
|
|
932
|
-
"
|
|
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")
|
|
File without changes
|
|
File without changes
|
{devops_bot_sdk-1.4.85 → devops_bot_sdk-1.4.86}/devops_bot_sdk.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|