Sync and search Azure DevOps work items and wiki pages for AI agents
Project description
ado-search
Sync and search Azure DevOps work items and wiki pages locally for AI agents.
Install
pip install ado-search
Or from source:
pip install git+https://github.com/HurleySk/ado-search.git
Quick Start
# Configure (requires az login first)
ado-search init --org https://dev.azure.com/yourorg --project YourProject
# Pull data
ado-search sync
# Search
ado-search search "login bug"
ado-search search "auth" --type Bug --state Active
ado-search search "setup guide" --format paths
How It Works
- Sync pulls work items and wiki pages from Azure DevOps
- Tries OData analytics first (fetches all items in one call — fast)
- Falls back to az devops CLI if analytics isn't available
- Content is stored as compact markdown files (one per item)
- Metadata is indexed in SQLite with FTS5 for fast full-text search
- Agents search the index, then read only the files they need — minimal context
Commands
| Command | Description |
|---|---|
ado-search init |
Configure organization, project, and auth |
ado-search sync |
Pull latest data from Azure DevOps |
ado-search search "query" |
Full-text search with filters |
ado-search show <id> |
Display full content of an item |
Auth Methods
- az-cli (default): Uses
az devopscommands. Requiresaz login. - az-powershell: Uses Azure PowerShell + REST. Requires
Connect-AzAccount.
Set via ado-search init --auth-method az-powershell or in config.toml.
Search Formats
ado-search search "query" # compact (default)
ado-search search "query" --format detail # with description snippets
ado-search search "query" --format json # machine-readable
ado-search search "query" --format paths # file paths only (for agent piping)
ado-search search "query" --type Bug --state Active # filtered
Prerequisites
- Python 3.10+
- Azure CLI with
azure-devopsextension (az extension add --name azure-devops) az logincompleted
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ado_search-0.1.0.tar.gz.
File metadata
- Download URL: ado_search-0.1.0.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db9fdbc36f66940f40aeb2991b60da7f6b58980011987eb7edea97f04db03e84
|
|
| MD5 |
cf84c3b601e8f45dfa908169fdd05376
|
|
| BLAKE2b-256 |
878845e6a96631badc7e7805adc4573f4e666eff9b56e33c2cb3ca7abc8addf1
|
Provenance
The following attestation bundles were made for ado_search-0.1.0.tar.gz:
Publisher:
publish.yml on HurleySk/ado-search
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ado_search-0.1.0.tar.gz -
Subject digest:
db9fdbc36f66940f40aeb2991b60da7f6b58980011987eb7edea97f04db03e84 - Sigstore transparency entry: 1263873235
- Sigstore integration time:
-
Permalink:
HurleySk/ado-search@1c30f533cb09e6071b71b50063f05cb6c840cc7e -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/HurleySk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@1c30f533cb09e6071b71b50063f05cb6c840cc7e -
Trigger Event:
push
-
Statement type:
File details
Details for the file ado_search-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ado_search-0.1.0-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e827d4e337cc68b9fe3407366e003a1f01b9aae8b38ef26d5a737e6356baa15
|
|
| MD5 |
d9f1f92e6882526a7916d238ceeaf39f
|
|
| BLAKE2b-256 |
d3dea7d95487cc56bb4c82ede87844808e35b0201a41750ffcab49b53094fc3f
|
Provenance
The following attestation bundles were made for ado_search-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on HurleySk/ado-search
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ado_search-0.1.0-py3-none-any.whl -
Subject digest:
3e827d4e337cc68b9fe3407366e003a1f01b9aae8b38ef26d5a737e6356baa15 - Sigstore transparency entry: 1263873399
- Sigstore integration time:
-
Permalink:
HurleySk/ado-search@1c30f533cb09e6071b71b50063f05cb6c840cc7e -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/HurleySk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@1c30f533cb09e6071b71b50063f05cb6c840cc7e -
Trigger Event:
push
-
Statement type: