agnostic-prompt-aps 1.1.2__py3-none-any.whl → 1.1.3__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agnostic-prompt-aps
3
- Version: 1.1.2
3
+ Version: 1.1.3
4
4
  Summary: CLI to install and manage the Agnostic Prompt Standard (APS) skill and platform templates.
5
5
  Author: Agnostic Prompt Standard contributors
6
6
  License: Apache-2.0
@@ -1,8 +1,9 @@
1
- agnostic_prompt_aps-1.1.2.dist-info/licenses/LICENSE,sha256=ZnrdsR9KFRBGUrA3oci51kC6Ky7bOEiN38fzODJIz8w,10744
2
- aps_cli/__init__.py,sha256=spFIzMNaxv0RDC_CJqDwuWy-I926FQlntQheC3s5_fI,49
1
+ agnostic_prompt_aps-1.1.3.dist-info/licenses/LICENSE,sha256=ZnrdsR9KFRBGUrA3oci51kC6Ky7bOEiN38fzODJIz8w,10744
2
+ aps_cli/__init__.py,sha256=ZToE1yyXMkrrMusmEsip_Hx0fY-cNEtJt9RHTBahHi8,49
3
+ aps_cli/__main__.py,sha256=8nvQUt6R5ewRVwm-4nTGanTubiL0voDVOycLQ3kCziw,126
3
4
  aps_cli/cli.py,sha256=l92OIvCH30DzSiUsSbaLAEMYEsD5N2KMDJPYNsgFRcU,10699
4
5
  aps_cli/core.py,sha256=tC39TZ--50jd-3yZtiO49LM4PKMtDhDWUW7frfeWPvU,4685
5
- aps_cli/payload/agnostic-prompt-standard/SKILL.md,sha256=oArglfqVFU-2KXuwwE2J8GgQLkHjb5GONirwyyjDKuY,3299
6
+ aps_cli/payload/agnostic-prompt-standard/SKILL.md,sha256=JwplH40kHLMGck9SVMcwzuhn5Dm40Oq_SP1rR8fBz70,3299
6
7
  aps_cli/payload/agnostic-prompt-standard/assets/agents/vscode-agent-v1.0.0.agent.md,sha256=n9xqDqewZYamiV0mLq_VUCODwj_c5ab7rSUDTS_zVIU,6324
7
8
  aps_cli/payload/agnostic-prompt-standard/assets/constants/constants-json-block-v1.0.0.example.md,sha256=5p7OzBxfZuTHOTengwUlHlId8OuUDC2tIc_onqDarAA,309
8
9
  aps_cli/payload/agnostic-prompt-standard/assets/constants/constants-text-block-v1.0.0.example.md,sha256=JHIO0ph7Pa1eBUyoqn8rYmtNivVADJD1K1uOllEY5GM,454
@@ -35,8 +36,8 @@ aps_cli/payload/agnostic-prompt-standard/references/04-schemas-and-types.md,sha2
35
36
  aps_cli/payload/agnostic-prompt-standard/references/05-grammar.md,sha256=j-JXRRfvHpJAITVaD2iLhIECfPMlh63KhU8pSIe05FE,4910
36
37
  aps_cli/payload/agnostic-prompt-standard/references/06-logging-and-privacy.md,sha256=38jq2KiJaMxbYQl5b6-6cd-9n9u30Dp9XpdCvJ00cAk,753
37
38
  aps_cli/payload/agnostic-prompt-standard/references/07-error-taxonomy.md,sha256=DiZDOl3rzL2QxuvOOzuIvafbOyfse0l-zJL83HncOYw,5266
38
- agnostic_prompt_aps-1.1.2.dist-info/METADATA,sha256=-9vHkv6jLNeWRGoAjxti_HP1lREvMSx0QPJs3gVFgUQ,1419
39
- agnostic_prompt_aps-1.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
40
- agnostic_prompt_aps-1.1.2.dist-info/entry_points.txt,sha256=9XoKSiznWmXDN_0YibQhOg24yu-MvD6Zf5yLG2ZteyM,41
41
- agnostic_prompt_aps-1.1.2.dist-info/top_level.txt,sha256=ZH6TKm_OpENvlmI63-Fqi10WFhuYf_hMAspRwxQmK6Y,8
42
- agnostic_prompt_aps-1.1.2.dist-info/RECORD,,
39
+ agnostic_prompt_aps-1.1.3.dist-info/METADATA,sha256=sSyATX1kY-jC3BftpSslZ5UtwLmwHKzT0jJiNEsG7Zk,1419
40
+ agnostic_prompt_aps-1.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
+ agnostic_prompt_aps-1.1.3.dist-info/entry_points.txt,sha256=9XoKSiznWmXDN_0YibQhOg24yu-MvD6Zf5yLG2ZteyM,41
42
+ agnostic_prompt_aps-1.1.3.dist-info/top_level.txt,sha256=ZH6TKm_OpENvlmI63-Fqi10WFhuYf_hMAspRwxQmK6Y,8
43
+ agnostic_prompt_aps-1.1.3.dist-info/RECORD,,
aps_cli/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  __all__ = ["__version__"]
2
2
 
3
- __version__ = "1.1.2"
3
+ __version__ = "1.1.3"
aps_cli/__main__.py ADDED
@@ -0,0 +1,5 @@
1
+ """Allow running the package with `python -m aps_cli`."""
2
+ from aps_cli.cli import main
3
+
4
+ if __name__ == "__main__":
5
+ main()
@@ -5,7 +5,7 @@ license: Apache-2.0
5
5
  metadata:
6
6
  authors: "Christopher Buckley; Juan Burckhardt; Anastasiya Smirnova"
7
7
  spec_version: "1.0"
8
- framework_revision: "1.1.2"
8
+ framework_revision: "1.1.3"
9
9
  last_updated: "2026-01-15"
10
10
  ---
11
11