steward-cli 0.3.1__tar.gz → 0.3.2__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.
- {steward_cli-0.3.1 → steward_cli-0.3.2}/CHANGELOG.md +6 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/PKG-INFO +25 -1
- steward_cli-0.3.2/README.md +64 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/pyproject.toml +1 -1
- {steward_cli-0.3.1 → steward_cli-0.3.2}/uv.lock +1 -1
- steward_cli-0.3.1/README.md +0 -40
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/agent-config/SKILL.md +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/agent-config/scripts/show.sh +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/doc-test-alignment/SKILL.md +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/doc-test-alignment/scripts/check.sh +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/pr-review/SKILL.md +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/pr-review/scripts/portability-lint.sh +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/pr-review/scripts/pr-batch.sh +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/pr-review/scripts/pr-comments.sh +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/pr-review/scripts/pr-reply.sh +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/pr-review/scripts/pr-status.sh +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/pr-review/scripts/workflow.sh +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/version-bump/SKILL.md +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/version-bump/scripts/bump.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills.local.yaml.example +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.flake8 +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.github/workflows/publish.yml +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.github/workflows/tests.yml +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.gitignore +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/.markdownlint-cli2.yaml +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/CLAUDE.md +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/LICENSE +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/docs/perfect-patient.md +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/docs/sibling-pattern.md +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/docs/skill-sources.md +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/steward/__init__.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/steward/__main__.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/steward/cli/__init__.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/steward/cli/_commands/__init__.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/steward/cli/_commands/_corpus.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/steward/cli/_commands/doctor.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/steward/cli/_commands/show.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/steward/cli/_errors.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/steward/cli/_output.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/tests/__init__.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/tests/test_cli.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/tests/test_cli_doctor.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/tests/test_cli_doctor_siblings.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/tests/test_corpus.py +0 -0
- {steward_cli-0.3.1 → steward_cli-0.3.2}/tests/test_skills_convention.py +0 -0
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
Format follows [Keep a Changelog](https://keepachangelog.com/). This project
|
|
6
6
|
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.3.2] - 2026-04-26
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- `README.md` — document `steward doctor`. The previous Usage section listed only `steward show`, leaving the second verb (added in 0.2.0 as `verify`, renamed in 0.3.0, refined in 0.3.1) invisible to anyone who only reads the README. Adds both scopes (`--scope self` default, `--scope siblings`), the `--json` / `--check` flags, the `--apply` roadmap caveat, and cross-links to `docs/sibling-pattern.md` (the contract `doctor` honors) and `docs/perfect-patient.md` (the auto-generated corpus baseline).
|
|
13
|
+
|
|
8
14
|
## [0.3.1] - 2026-04-26
|
|
9
15
|
|
|
10
16
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: steward-cli
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: Steward — aligns and maintains resident agents across Culture projects.
|
|
5
5
|
Project-URL: Homepage, https://github.com/agentculture/steward
|
|
6
6
|
Project-URL: Issues, https://github.com/agentculture/steward/issues
|
|
@@ -50,6 +50,30 @@ steward show ../daria
|
|
|
50
50
|
`.claude/skills/agent-config/scripts/show.sh`. The skill remains the canonical
|
|
51
51
|
implementation; the CLI is the typed entry point.
|
|
52
52
|
|
|
53
|
+
```bash
|
|
54
|
+
# Diagnose a single sibling repo against the AgentCulture sibling pattern
|
|
55
|
+
# (portability + skills-convention checks). Exits non-zero on findings.
|
|
56
|
+
steward doctor ../culture
|
|
57
|
+
steward doctor ../culture --json --check portability
|
|
58
|
+
|
|
59
|
+
# Walk every culture.yaml in the workspace, score each declared agent
|
|
60
|
+
# against the corpus baseline, and write per-repo feedback into
|
|
61
|
+
# <target>/docs/steward/steward-suggestions.md. Diagnostic-only.
|
|
62
|
+
steward doctor --scope siblings
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
`steward doctor` is read-only diagnosis. `--scope self` (default) runs the
|
|
66
|
+
single-repo invariant checks against `TARGET`. `--scope siblings` walks every
|
|
67
|
+
`culture.yaml` in the workspace, refreshes
|
|
68
|
+
[`docs/perfect-patient.md`](docs/perfect-patient.md) from the corpus, and
|
|
69
|
+
writes per-target feedback into each sibling's
|
|
70
|
+
`docs/steward/steward-suggestions.md`. The repair mode (`--apply`) is on the
|
|
71
|
+
roadmap but not implemented yet.
|
|
72
|
+
|
|
73
|
+
See [`docs/sibling-pattern.md`](docs/sibling-pattern.md) for the contract
|
|
74
|
+
`doctor` honors and [`docs/perfect-patient.md`](docs/perfect-patient.md) for
|
|
75
|
+
the auto-generated corpus baseline.
|
|
76
|
+
|
|
53
77
|
See [`CLAUDE.md`](CLAUDE.md) for project-shape, build/test/publish details, and
|
|
54
78
|
the skills convention.
|
|
55
79
|
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# steward
|
|
2
|
+
|
|
3
|
+
Steward aligns and maintains resident agents across Culture projects.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
pip install steward-cli
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
Or, with [uv](https://github.com/astral-sh/uv):
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
uv tool install steward-cli
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Usage
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
steward --version
|
|
21
|
+
steward --help
|
|
22
|
+
|
|
23
|
+
# Show a Culture agent's full configuration in one view
|
|
24
|
+
# (CLAUDE.md + the parallel culture.yaml + .claude/skills/ index).
|
|
25
|
+
# Run from inside a Steward checkout — the command finds the agent-config
|
|
26
|
+
# skill script via a walk-up from the current working directory.
|
|
27
|
+
steward show ../culture
|
|
28
|
+
steward show ../daria
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
`steward show` is a thin wrapper over the `agent-config` skill at
|
|
32
|
+
`.claude/skills/agent-config/scripts/show.sh`. The skill remains the canonical
|
|
33
|
+
implementation; the CLI is the typed entry point.
|
|
34
|
+
|
|
35
|
+
```bash
|
|
36
|
+
# Diagnose a single sibling repo against the AgentCulture sibling pattern
|
|
37
|
+
# (portability + skills-convention checks). Exits non-zero on findings.
|
|
38
|
+
steward doctor ../culture
|
|
39
|
+
steward doctor ../culture --json --check portability
|
|
40
|
+
|
|
41
|
+
# Walk every culture.yaml in the workspace, score each declared agent
|
|
42
|
+
# against the corpus baseline, and write per-repo feedback into
|
|
43
|
+
# <target>/docs/steward/steward-suggestions.md. Diagnostic-only.
|
|
44
|
+
steward doctor --scope siblings
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
`steward doctor` is read-only diagnosis. `--scope self` (default) runs the
|
|
48
|
+
single-repo invariant checks against `TARGET`. `--scope siblings` walks every
|
|
49
|
+
`culture.yaml` in the workspace, refreshes
|
|
50
|
+
[`docs/perfect-patient.md`](docs/perfect-patient.md) from the corpus, and
|
|
51
|
+
writes per-target feedback into each sibling's
|
|
52
|
+
`docs/steward/steward-suggestions.md`. The repair mode (`--apply`) is on the
|
|
53
|
+
roadmap but not implemented yet.
|
|
54
|
+
|
|
55
|
+
See [`docs/sibling-pattern.md`](docs/sibling-pattern.md) for the contract
|
|
56
|
+
`doctor` honors and [`docs/perfect-patient.md`](docs/perfect-patient.md) for
|
|
57
|
+
the auto-generated corpus baseline.
|
|
58
|
+
|
|
59
|
+
See [`CLAUDE.md`](CLAUDE.md) for project-shape, build/test/publish details, and
|
|
60
|
+
the skills convention.
|
|
61
|
+
|
|
62
|
+
## License
|
|
63
|
+
|
|
64
|
+
MIT — see [`LICENSE`](LICENSE).
|
steward_cli-0.3.1/README.md
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# steward
|
|
2
|
-
|
|
3
|
-
Steward aligns and maintains resident agents across Culture projects.
|
|
4
|
-
|
|
5
|
-
## Install
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
pip install steward-cli
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
Or, with [uv](https://github.com/astral-sh/uv):
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
uv tool install steward-cli
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
## Usage
|
|
18
|
-
|
|
19
|
-
```bash
|
|
20
|
-
steward --version
|
|
21
|
-
steward --help
|
|
22
|
-
|
|
23
|
-
# Show a Culture agent's full configuration in one view
|
|
24
|
-
# (CLAUDE.md + the parallel culture.yaml + .claude/skills/ index).
|
|
25
|
-
# Run from inside a Steward checkout — the command finds the agent-config
|
|
26
|
-
# skill script via a walk-up from the current working directory.
|
|
27
|
-
steward show ../culture
|
|
28
|
-
steward show ../daria
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
`steward show` is a thin wrapper over the `agent-config` skill at
|
|
32
|
-
`.claude/skills/agent-config/scripts/show.sh`. The skill remains the canonical
|
|
33
|
-
implementation; the CLI is the typed entry point.
|
|
34
|
-
|
|
35
|
-
See [`CLAUDE.md`](CLAUDE.md) for project-shape, build/test/publish details, and
|
|
36
|
-
the skills convention.
|
|
37
|
-
|
|
38
|
-
## License
|
|
39
|
-
|
|
40
|
-
MIT — see [`LICENSE`](LICENSE).
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{steward_cli-0.3.1 → steward_cli-0.3.2}/.claude/skills/pr-review/scripts/portability-lint.sh
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|