Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ this order: explicit args β†’ env (`AAASM_GATEWAY_URL` / `AAASM_API_KEY`) β†’
- **Push remote is `remote`** (β†’ `ai-agent-assembly/python-sdk`, canonical), not
`origin` (a personal fork). Scope changes against `remote/master`, which is often
ahead of a fork checkout. The "This repository moved"
(`AI-agent-assembly`β†’`ai-agent-assembly`) redirect notice on push is harmless.
(old-uppercase→`ai-agent-assembly`) redirect notice on push is harmless.
- **Docs-only PRs run NO CI.** `ci.yaml`'s `pull_request.paths` allow-list covers
only `agent_assembly/**/*.py`, `test/**/*.py`, and specific config files β€” it
**excludes** `docs/**`, `*.md`, and `examples/**`. A docs-only PR with no CI is
Expand All @@ -113,7 +113,7 @@ this order: explicit args β†’ env (`AAASM_GATEWAY_URL` / `AAASM_API_KEY`) β†’
## Project policy

- **JIRA:** project AAASM; set **Component** (`customfield_10041`) to
`AI-agent-assembly/python-sdk`; Team (`customfield_10001`) = Pioneer.
`ai-agent-assembly/python-sdk`; Team (`customfield_10001`) = Pioneer.
Epic β†’ Story β†’ Subtask (one Subtask β‰ˆ one commit) + a `Verify …` subtask per Story.
- **Self-hosted deployment is out of scope** product-wide β€” don't propose
Helm/Terraform/air-gapped/migration work even if the spec mentions it.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![GitHub release](https://img.shields.io/github/v/release/ai-agent-assembly/python-sdk?include_prereleases&sort=semver&label=release&logo=github)](https://github.com/ai-agent-assembly/python-sdk/releases)
[![Python versions](https://img.shields.io/pypi/pyversions/agent-assembly?logo=python&logoColor=white)](https://pypi.org/project/agent-assembly/)
[![Coverage](https://img.shields.io/codecov/c/github/ai-agent-assembly/python-sdk?logo=codecov&logoColor=white)](https://codecov.io/gh/ai-agent-assembly/python-sdk)
[![Quality Gate](https://img.shields.io/sonar/quality_gate/AI-agent-assembly_python-sdk?server=https%3A%2F%2Fsonarcloud.io&logo=sonarcloud)](https://sonarcloud.io/project/overview?id=AI-agent-assembly_python-sdk)
[![Quality Gate](https://img.shields.io/sonar/quality_gate/ai-agent-assembly_python-sdk?server=https%3A%2F%2Fsonarcloud.io&logo=sonarcloud)](https://sonarcloud.io/project/overview?id=ai-agent-assembly_python-sdk)
[![License: MIT](https://img.shields.io/badge/license-MIT-yellow?logo=opensourceinitiative&logoColor=white)](./LICENSE)
[![Code style: ruff](https://img.shields.io/badge/style-ruff-261230?logo=ruff&logoColor=white)](https://github.com/astral-sh/ruff)
[![Type-checked: mypy](https://img.shields.io/badge/types-mypy-2a6db2?logo=python&logoColor=white)](https://mypy-lang.org/)
Expand Down
2 changes: 1 addition & 1 deletion docs/release/RUNBOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
> (decoupled release story) and AAASM-2858 (this runbook).

This runbook assumes the operator has push rights to
`AI-agent-assembly/python-sdk` and that the `agent-assembly` PyPI
`ai-agent-assembly/python-sdk` and that the `agent-assembly` PyPI
project has the python-sdk repo + `release-python.yml` workflow path
configured as its PyPI Trusted Publisher.

Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.host.url=https://sonarcloud.io
sonar.projectKey=AI-agent-assembly_python-sdk
sonar.projectKey=ai-agent-assembly_python-sdk
sonar.organization=ai-agent-assembly

sonar.issues.defaultAssigneeLogin=Bryant
Expand Down
4 changes: 2 additions & 2 deletions verification-reports/AAASM-2851/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Static trace through the merged workflow is high-quality because:

### R2 β€” `repository_dispatch` coordinated wheel + sdist publish

**Trigger:** simulated `gh api repos/AI-agent-assembly/python-sdk/dispatches -f event_type=agent-assembly-release-published -f 'client_payload[release_tag]=v0.0.1-alpha.8'`.
**Trigger:** simulated `gh api repos/ai-agent-assembly/python-sdk/dispatches -f event_type=agent-assembly-release-published -f 'client_payload[release_tag]=v0.0.1-alpha.8'`.

**Trace through `.github/workflows/release-python.yml` + `.github/actions/sync-version/action.yml` at master HEAD:**

Expand All @@ -77,7 +77,7 @@ Static trace through the merged workflow is high-quality because:

### H3 β€” workflow_dispatch dry-run mode

**Trigger:** `gh workflow run release-python.yml --repo AI-agent-assembly/python-sdk --ref master -f pypi_version=0.0.1a8.post1 -f binary_source_tag=v0.0.1-alpha.8 -f dry-run=true`
**Trigger:** `gh workflow run release-python.yml --repo ai-agent-assembly/python-sdk --ref master -f pypi_version=0.0.1a8.post1 -f binary_source_tag=v0.0.1-alpha.8 -f dry-run=true`

**Trace:**

Expand Down