devops-bot-sdk 1.4.65__tar.gz → 1.4.66__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.65 → devops_bot_sdk-1.4.66}/PKG-INFO +1 -1
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/devops_bot_sdk.egg-info/PKG-INFO +1 -1
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/pyproject.toml +1 -1
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/__init__.py +2 -2
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/client.py +1 -1
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/ipc/handlers.py +32 -20
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/README.md +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/devops_bot_sdk.egg-info/SOURCES.txt +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/devops_bot_sdk.egg-info/dependency_links.txt +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/devops_bot_sdk.egg-info/entry_points.txt +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/devops_bot_sdk.egg-info/requires.txt +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/devops_bot_sdk.egg-info/top_level.txt +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/collectors/__init__.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/collectors/files.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/collectors/process.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/collectors/screenshot.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/config.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/crucial.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/exceptions.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/git_ops.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/graphify.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/hooks/__init__.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/hooks/crucial_guard.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/ipc/__init__.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/ipc/electron_bridge.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/local_exec.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/models/__init__.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/models/envelope.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/models/requests.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/models/responses.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/models/snapshots.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/py.typed +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/run_auto.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/sse.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/test.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/test_pipeline.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/sdk/updater.py +0 -0
- {devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/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.66"
|
|
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.66
|
|
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.66"
|
|
34
34
|
__author__ = "AgentOS"
|
|
35
35
|
|
|
36
36
|
from sdk.client import BackendClient
|
|
@@ -616,30 +616,42 @@ def _build_validation_prompt(kind: str, jira_key: str, summary: str,
|
|
|
616
616
|
"Description:\n" + (_clip_text(description.strip()) if description and description.strip() else "(none provided)"),
|
|
617
617
|
"Human Instructions:\n" + (human.strip() if human and human.strip() else "(none provided)"),
|
|
618
618
|
]
|
|
619
|
+
is_epic = kind == "epic"
|
|
619
620
|
parts.append(
|
|
620
|
-
"Judge the ticket
|
|
621
|
-
"
|
|
622
|
-
"
|
|
621
|
+
"Judge the ticket for what it ACTUALLY asks for — software, documentation, "
|
|
622
|
+
"analysis, Finance, HR or operations. Do NOT impose requirements the ticket "
|
|
623
|
+
"does not need.\n\n"
|
|
623
624
|
"A VALID ticket MUST have:\n"
|
|
624
625
|
"- A clear, unambiguous goal and scope (no hand-waving).\n"
|
|
625
|
-
"- A clearly-defined deliverable
|
|
626
|
-
"
|
|
627
|
-
"- Observable
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
626
|
+
"- A clearly-defined deliverable/outcome (and where to produce it when a "
|
|
627
|
+
"location matters).\n"
|
|
628
|
+
"- Observable acceptance criteria (or an equally concrete definition of done).\n"
|
|
629
|
+
+ (
|
|
630
|
+
# EPIC: a decomposition container — NEVER require code-execution details.
|
|
631
|
+
"- Enough substance to DECOMPOSE into user stories.\n"
|
|
632
|
+
"IMPORTANT: this is an EPIC — a high-level container the system decomposes "
|
|
633
|
+
"into user stories. Do NOT require a repository URL, file paths, branch/PR "
|
|
634
|
+
"convention, or build/run/test commands at the epic level; those are "
|
|
635
|
+
"established LATER at the story/task stage, never in the epic. Even when the "
|
|
636
|
+
"epic describes software features, judge it ONLY on goal, scope, user "
|
|
637
|
+
"stories and epic-level acceptance criteria. NEVER reject an epic for missing "
|
|
638
|
+
"repository, branch, PR, build, or test details.\n"
|
|
639
|
+
if is_epic else
|
|
640
|
+
# STORY: repo details help but the PRD/coding stage grounds them.
|
|
641
|
+
"- A clear 'As a <role>, I want <capability>, so that <benefit>' intent plus "
|
|
642
|
+
"testable acceptance criteria.\n"
|
|
643
|
+
"For a code story, a target repo/path is helpful but NOT mandatory here — the "
|
|
644
|
+
"PRD/coding stage grounds it against the codebase. Do NOT reject solely for a "
|
|
645
|
+
"missing branch/PR convention or build/test steps.\n"
|
|
646
|
+
)
|
|
636
647
|
+ "- Any THIRD-PARTY INTEGRATION or human-effort dependency the work GENUINELY "
|
|
637
|
-
"needs (API keys, OAuth credentials, external accounts, secrets,
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
-
"
|
|
641
|
-
"
|
|
642
|
-
"ambiguous information — not for absent
|
|
648
|
+
"needs (API keys, OAuth credentials, external accounts, secrets, provisioning) "
|
|
649
|
+
"MUST be named WITH who provides it; if a REQUIRED dependency is undefined, REJECT.\n\n"
|
|
650
|
+
"Unrendered template placeholders — an EMPTY `{{...}}` or `<...>` with no real "
|
|
651
|
+
"content — are a valid reason to reject. But if a section contains real content "
|
|
652
|
+
"merely wrapped in stray markers, treat it as PRESENT, not missing.\n"
|
|
653
|
+
"Reject only for genuinely missing or ambiguous information — not for absent "
|
|
654
|
+
"execution details the ticket does not need at this stage.\n\n"
|
|
643
655
|
"Output ONLY a fenced ```json block, nothing else:\n"
|
|
644
656
|
"{\n"
|
|
645
657
|
' "valid": true or false,\n'
|
|
File without changes
|
|
File without changes
|
{devops_bot_sdk-1.4.65 → devops_bot_sdk-1.4.66}/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
|