40 lines
1.8 KiB
Markdown
40 lines
1.8 KiB
Markdown
# 13. Update READMEs, Plan Documents, and Task References
|
|
|
|
meta:
|
|
id: rebrand-to-kordant-13
|
|
feature: rebrand-to-kordant
|
|
priority: P3
|
|
depends_on: [rebrand-to-kordant-01]
|
|
tags: [documentation]
|
|
|
|
objective:
|
|
- Update all README files, plan documents, and task directory references from ShieldAI to Kordant.
|
|
|
|
deliverables:
|
|
- README.md — title, description, package references, plan file links updated
|
|
- plans/SHIELDAI-product-plan.md — filename renamed to plans/KORDANT-product-plan.md, content updated
|
|
- plans/SHIELDAI-technical-architecture.md — filename renamed, content updated
|
|
- tasks/shieldai-unified-restructure/ — directory renamed to tasks/kordant-unified-restructure/, all task ID frontmatter updated
|
|
- tasks/clerk-integration/README.md — reference to "ShieldAI/web" updated
|
|
|
|
steps:
|
|
1. Rename plan files: `SHIELDAI-product-plan.md` → `KORDANT-product-plan.md`, `SHIELDAI-technical-architecture.md` → `KORDANT-technical-architecture.md`
|
|
2. Update README.md — replace "ShieldAI" with "Kordant" throughout, update plan file links
|
|
3. Rename task directory `tasks/shieldai-unified-restructure/` → `tasks/kordant-unified-restructure/`
|
|
4. Update all task file frontmatter in `tasks/kordant-unified-restructure/` — change `feature: shieldai-unified-restructure` and task IDs
|
|
5. Update `tasks/clerk-integration/README.md` — reference to ShieldAI/web
|
|
6. Update README filter package references: `@shieldai/spamshield` → `@kordant/spamshield`, etc.
|
|
|
|
tests:
|
|
- None (documentation only)
|
|
|
|
acceptance_criteria:
|
|
- README.md no longer mentions "ShieldAI"
|
|
- Plan filenames use Kordant prefix
|
|
- Task directory names use kordant prefix
|
|
- All internal task references updated
|
|
|
|
validation:
|
|
- Run `grep -rn "ShieldAI\|shieldai" README.md plans/` — expect zero
|
|
- Verify plan files compile/make sense with new name
|