[Extension]: Update AEE catalog entry to v1.0.1
还没有人认领这个 Issue。
评估
调研方向
找到现有的 AEE v1.0.0 catalog 条目,并将其与此 Issue 中提议的 v1.0.1 JSON 进行比较。更新版本、描述、工具依赖项、URL 以及命令或 hook 的数量,然后运行 catalog 的自动验证;当该条目通过验证并与已发布的 v1.0.1 元数据一致时,即表示完成。
由索引模型根据 Issue 内容生成。
描述
Extension ID
aee
Extension Name
Applied Epistemic Engineering
Version
1.0.1
Description
Challenge claims, trace evidence, propagate uncertainty, and route epistemic failures across phases
Author
ElectroHire
Repository URL
https://github.com/electrohire/spec-kit-aee
Download URL
https://github.com/electrohire/spec-kit-aee/archive/refs/tags/v1.0.1.zip
License
MIT
Homepage (optional)
https://github.com/electrohire/spec-kit-aee
Documentation URL (optional)
https://github.com/electrohire/spec-kit-aee#readme
Changelog URL (optional)
https://github.com/electrohire/spec-kit-aee/blob/main/CHANGELOG.md
Required Spec Kit Version
=1.0.0
Required Tools (optional)
- python (>=3.11) — required
- aee CLI — the Applied Epistemic Engineering engine (>=1.0.2,<2); 1.0.2 introduced the
gapscommand — required - spec-kit-evaluator (>=1.0.0,<2) — Spec Kit extension implementing the Evaluator Contract; install it first — required
Number of Commands
6 (speckit.aee.assess, speckit.aee.challenge, speckit.aee.trace, speckit.aee.verify, speckit.aee.gate, speckit.aee.gaps)
Number of Hooks (optional)
5 (after_specify, after_plan, after_tasks, after_implement, after_verify)
Tags
epistemics, evidence, provenance, uncertainty, governance
Key Features
- Challenge claims on atomicity, boundaries, falsifiability, dependencies, and evidence independence
- Assess explicit claims and emit a rich AEE assessment plus an Evaluator Contract result
- Render the claim dependency graph and inspect epistemic provenance
- Verify the tamper-evident AEE ledger without claiming its contents are true
- Apply a CI-friendly decision gate to an AEE assessment
- Generate and update the gap register from a verification matrix and test evidence
Testing Checklist
- Extension installs successfully via download URL
- All commands execute without errors
- Documentation is complete and accurate
- No security vulnerabilities identified
- Tested on at least one real project
Submission Requirements
- Valid
extension.ymlmanifest included - README.md with installation and usage instructions
- LICENSE file included
- GitHub release created with version tag
- All command files exist and are properly formatted
- Extension ID follows naming conventions (lowercase-with-hyphens)
Testing Details
Tested on (CI): Ubuntu 24.04 with Python 3.11 and 3.13; Windows with Python 3.12 — all installing the real AEE engine 1.0.2 from hash-locked requirements (pip install --require-hashes).
Manifest validation: the release extension.yml is parsed with Spec Kit's own manifest parser in CI (validate job), and deterministic extension.yml/documentation compliance tests run on every push.
What changed in v1.0.1 vs v1.0.0: dependency metadata now uses Spec Kit's documented tool metadata (Python, AEE engine 1.0.2, Evaluator Contract); the unsupported requires.commands field was replaced with explicit installation guidance; the description was trimmed to 99 characters per the publishing guide; the exact AEE claim field vocabulary is documented in speckit.aee.assess.
Example Usage
# Install extension
specify extension add aee --from https://github.com/electrohire/spec-kit-aee/archive/refs/tags/v1.0.1.zip
# Assess the claims in your current spec
/speckit.aee.assess
Proposed Catalog Entry
{
"aee": {
"name": "Applied Epistemic Engineering",
"id": "aee",
"description": "Challenge claims, trace evidence, propagate uncertainty, and route epistemic failures across phases",
"author": "ElectroHire",
"version": "1.0.1",
"download_url": "https://github.com/electrohire/spec-kit-aee/archive/refs/tags/v1.0.1.zip",
"repository": "https://github.com/electrohire/spec-kit-aee",
"homepage": "https://github.com/electrohire/spec-kit-aee",
"documentation": "https://github.com/electrohire/spec-kit-aee#readme",
"changelog": "https://github.com/electrohire/spec-kit-aee/blob/main/CHANGELOG.md",
"license": "MIT",
"requires": {
"speckit_version": ">=1.0.0",
"tools": [
{ "name": "python", "version": ">=3.11", "required": true },
{ "name": "aee", "version": ">=1.0.2,<2", "required": true },
{ "name": "spec-kit-evaluator", "version": ">=1.0.0,<2", "required": true }
]
},
"provides": {
"commands": 6,
"hooks": 5
},
"tags": ["epistemics", "evidence", "provenance", "uncertainty", "governance"],
"verified": false,
"downloads": 0,
"stars": 0
}
}
Additional Context
Note for maintainers: this updates the existing catalog entry for the AEE extension (v1.0.0 → v1.0.1, new description). It is separate from #4626, which requested dependency-metadata corrections for the existing v1.0.0 entry. Please do not close this as a duplicate of #4626.
- This issue supersedes #4661, which failed automated validation only because the validator's execution environment blocked the archive download (all other checks — extension ID, semver, repository files, URL ownership/pinning, matching release, all submission checkboxes — passed); #4661 is being closed.
- Existing catalog entry (v1.0.0) should be updated to this v1.0.1 entry: new version, new 99-character description, declared tool dependencies.
- Release: https://github.com/electrohire/spec-kit-aee/releases/tag/v1.0.1
- 主要语言
- Python
- 星标
- 138k
- 派生
- 12.4k
- 平均合并
- 3 天 6 小时
- 30 天内合并 PR
- 145
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
github/spec-kit 的其他 Issue
-
enhancement needs-triage
难度 2/5 1-3 小时 新手友好度 68/100
-
enhancement needs-triage
难度 2/5 1-3 小时 新手友好度 74/100
-
enhancement needs-triage
难度 2/5 1-3 小时 新手友好度 68/100
-
难度 2/5 1-3 小时 新手友好度 84/100
-
enhancement needs-triage triage-can-wait
难度 2/5 1-3 小时 新手友好度 76/100
相似的 Issue
-
enhancement
难度 2/5 1-3 小时 新手友好度 70/100
canonical/paas-charm#368 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
-
tech debt
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 1/5 1 小时以内 新手友好度 90/100
StevenBlack/hosts#3256 ·
-
难度 1/5 1 小时以内 新手友好度 90/100
qualcomm/qai-appbuilder#275 ·