Epic 6, Story 9, Task 3: Installation canonical repository alignment (FR-082)
Task ID: E6:S09:T03
Status: IN PROGRESS
Priority: MEDIUM
Estimated Effort: Small
Created: 2026-04-19
Last updated: 2026-04-19 (RW v0.6.9.3+1 — E6:S09:T03 --art)
Code: E6S09T03
Upstream: FR-082 - Installation distribution canonical repository alignment
Task ID
Full Task ID: E6:S09:T03
Input
- FR-082 requirements (canonical
earlution/ai-dev-kitdefaults and guide URLs). - Current
install_package_from_release.py, PACKAGE_INSTALLATION_GUIDE, INSTALL_IN_YOUR_PROJECT.md. - Coordination with FR-080 examples once T01 defines greenfield command lines.
Problem statement
Installation tooling and guides must use canonical GitHub coordinates for this monorepo (earlution/ai-dev-kit). Placeholder or incorrect defaults risk silent wrong-target downloads.
Deliverable
- Corrected defaults and examples per FR-082 across
install_package_from_release.py, package installation guide, andINSTALL_IN_YOUR_PROJECT.mdas needed. - Recorded decision if unsafe defaults are removed in favor of required explicit
--repo.
Scope
- Audit
install_package_from_release.pydefault--repoand align with FR-082-F1. - Fix PACKAGE_INSTALLATION_GUIDE URLs and examples that reference non-canonical org/repo.
- Align INSTALL_IN_YOUR_PROJECT examples with working
--repoor documented defaults. - Verify fork override path remains clear for enterprise mirrors.
Acceptance criteria
- AC1: Documented install commands resolve to the intended public repository or fail fast with a clear error.
- AC2: No known-bad placeholder org/repo strings remain in primary install paths.
- AC3: FR-082 acceptance criteria satisfied; notes captured for backward compatibility if behavior changes.