Skip to main content

Adopt-and-thin SDLC governance framework

Project description

Emkeel

SDLC governance for AI-assisted teams, built on GitHub + Jira. Emkeel turns a repo into a governed project: every change flows ticket → branch → PR → deterministic CI gates → human-approved merge → the ticket closes itself. "done" is a computed fact (a check passes), never a self-attested flag — enforcement lives server-side (GitHub Actions + branch protection), out of the agent's reach.

Built for GitHub + Jira. Emkeel uses GitHub (Actions CI, branch protection, the gh CLI) and Jira (tickets + transitions). If your team isn't on both, Emkeel isn't for you (yet).

1. Install Emkeel (per platform)

Zero-dependency Python CLI (needs Python 3.11+). Only this step differs by OS — everything after is identical.

Platform Command
Windows py -m pip install --user pipxpy -m pipx ensurepathpipx install emkeel
macOS brew install pipxpipx install emkeel
Linux (with admin/sudo) sudo apt install pipxpipx install emkeel
Linux/server, no sudo pip install --user --break-system-packages emkeel (safe — zero deps)

Confirm with emkeel version. (No pipx and can't install it? the last row works anywhere.)

2. Set up your repo — step by step

The wizard is the same on every OS and deterministic (no AI).

  1. Open a terminal in your project folder (an existing repo), or in a new empty folder (a new project).
  2. Run the wizard:
    emkeel setup        # one-shot, without installing first:  pipx run emkeel setup
    
  3. Answer its questions (in your language): existing repo or new project, then confirm your GitHub repo and Jira (project + URL). Press c to cancel any menu.
  4. It creates the branch + files + commit and prints your remaining steps.
  5. Do the connect steps it printed — one-time, only you can:
    • Create a Jira API tokenhttps://id.atlassian.net/manage-profile/security/api-tokens
    • Add it as a GitHub secret (JIRA_TOKEN, JIRA_BASE_URL, JIRA_EMAIL) in the repo's Settings → Secrets (🔒 never paste a token into a chat or commit it)
    • Turn on branch protection (require the gates check + a PR) in Settings → Branches
  6. Check anytime: emkeel doctor tells you what's still pending. Undo: emkeel eject.

That's it — your repo is governed by Emkeel.

Skipped a connect step? Emkeel tells you: emkeel doctor lists the gaps, and the CI itself warns (e.g. a merge without the secrets logs "auto-close is OFF — set secrets").

3. Managing Emkeel

You want to… Command
See what's set up / pending emkeel doctor
Check version / updates emkeel version
Upgrade the tool pipx upgrade emkeel
Un-govern a repo emkeel eject (dry-run; add --yes to apply; keeps emkeel-governance/ unless --purge)
Re-govern a repo emkeel setup again
Uninstall the tool pipx uninstall emkeel

Use one install method (don't mix pipx with pip --user). Updates are safe: your repo's CI pins emkeel~=0.MINOR.0 — auto patches/minors; a breaking major is opt-in.

What you get

  • Deterministic CI gates (server-side, can't be skipped): every change links a ticket; features carry a spec with acceptance criteria; the full test suite runs on every PR.
  • Auto-close — merging a PR transitions the linked Jira ticket to Done.
  • AI review-assist — a per-criterion verdict against the spec before you merge.
  • Clean separation — governance artifacts live in one emkeel-governance/ folder, never shipped.

AI-assisted onboarding (emkeel onboard) exists; a richer AI experience is in progress. See docs/lifecycle.md for the model.


Licensed under Apache-2.0 — © 2026 EMillion Networking LTD (see LICENSE / NOTICE).

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

emkeel-0.1.26.tar.gz (27.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

emkeel-0.1.26-py3-none-any.whl (33.0 kB view details)

Uploaded Python 3

File details

Details for the file emkeel-0.1.26.tar.gz.

File metadata

  • Download URL: emkeel-0.1.26.tar.gz
  • Upload date:
  • Size: 27.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for emkeel-0.1.26.tar.gz
Algorithm Hash digest
SHA256 70728d1eabac57de2be31341c9af89a86e0dad54f562721a997e1ca296109fc3
MD5 df4dcad4dc25f65010e448eaeb23a8ab
BLAKE2b-256 ddaad97068408b4c3fc64297b851bf272c43dad66e3e48b70c2bab9fe358ac17

See more details on using hashes here.

Provenance

The following attestation bundles were made for emkeel-0.1.26.tar.gz:

Publisher: release.yml on emillionnetworking-ltd-labs/emkeel

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file emkeel-0.1.26-py3-none-any.whl.

File metadata

  • Download URL: emkeel-0.1.26-py3-none-any.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for emkeel-0.1.26-py3-none-any.whl
Algorithm Hash digest
SHA256 3cbcd19f1eaed87cc4fd5bdd1485d7af7d2d6d64fa6b12e7199f79b34a3d96f0
MD5 c5d476293b09bb55af483f07749a011f
BLAKE2b-256 212f6b4e1d5aa8315f6a13386e24f0de487c0d85b65c05676ab41ffccf4b3d5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for emkeel-0.1.26-py3-none-any.whl:

Publisher: release.yml on emillionnetworking-ltd-labs/emkeel

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page