Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions PROJECT/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ ACBU is a stablecoin backed by a basket of African currencies, designed to addre
- **[Task Breakdown](PROJECT/TASK_BREAKDOWN.MD)** - Detailed task breakdown for all stages
- **[Milestones](PROJECT/MILESTONES.MD)** - Key project milestones with acceptance criteria
- **[Resource Plan](PROJECT/RESOURCE_PLAN.MD)** - Team composition, budget, and resource allocation
- **Known issues:** [Contracts](CONTRACTS_ISSUES.md), [Backend](BACKEND_ISSUES.md), [Frontend](FRONTEND_ISSUES.md)
- **Known issues:** [Contracts](issues/CONTRACTS_ISSUES.md), [Backend](issues/BACKEND_ISSUES.md), [Frontend](issues/FRONTEND_ISSUES.md)
- **Catalog consolidations** (durable long-form references — single source of truth per domain, discoverable when triaging):
- [`issues/CONTRACTS_ISSUES.md`](issues/CONTRACTS_ISSUES.md) — 60 canonical entries (C-001..C-060); 6 🔴 Critical / 21 🟠 High / 24 🟡 Medium / 9 🟢 Low. Consolidated in [PR #22](https://github.com/Pi-Defi-world/ACBU-DOCUMENTATION/pull/22).
- [`issues/BACKEND_ISSUES.md`](issues/BACKEND_ISSUES.md) — 75 canonical entries (B-001..B-075); 2 🔴 Critical / 21 🟠 High / 38 🟡 Medium / 14 🟢 Low. Consolidated in [PR #23](https://github.com/Pi-Defi-world/ACBU-DOCUMENTATION/pull/23).
- [`issues/FRONTEND_ISSUES.md`](issues/FRONTEND_ISSUES.md) — 68 canonical entries (F-001..F-076); 5 🔴 Critical / 15 🟠 High / 25 🟡 Medium / 23 🟢 Low. Consolidated into the canonical format in [PR #25](https://github.com/Pi-Defi-world/ACBU-DOCUMENTATION/pull/25); expanded to 68 canonical entries via follow-up canonical-ID migrations in [PR #28](https://github.com/Pi-Defi-world/ACBU-DOCUMENTATION/pull/28) (F-066 Skeleton primitive, Medium), [PR #29](https://github.com/Pi-Defi-world/ACBU-DOCUMENTATION/pull/29) (F-071 Toast-deletion delay, Medium), and [PR #30](https://github.com/Pi-Defi-world/ACBU-DOCUMENTATION/pull/30) (F-076 Frontend `request()` no default timeout, High).
Comment on lines +53 to +57

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Frontend entry in "Catalog consolidations" carries the same count mismatch as MASTER_INDEX.

Line 57 lists: 68 canonical entries (F-001..F-076); 5 🔴 Critical / 15 🟠 High / 25 🟡 Medium / 23 🟢 Low

This mirrors the discrepancy noted in MASTER_INDEX.md. Once the source count is resolved (should be 77 items, F-001..F-077, with severities 5/15/28/29), this line must be updated to match.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@PROJECT/README.MD` around lines 53 - 57, The Frontend entry count in the
Catalog consolidations section of the README.md contains a mismatch between the
total canonical entries count and the severity distribution. Update the Frontend
issues line (starting with [`issues/FRONTEND_ISSUES.md`]) to correct the count
from 68 canonical entries (F-001..F-076) to 77 canonical entries (F-001..F-077)
and update the severity distribution from 5 🔴 Critical / 15 🟠 High / 25 🟡
Medium / 23 🟢 Low to 5 🔴 Critical / 15 🟠 High / 28 🟡 Medium / 29 🟢 Low to
ensure the counts match across all severity levels.


## Quick Start

Expand Down Expand Up @@ -93,5 +97,5 @@ Apache License 2.0 - See [LICENSE](LICENSE) file for details.

---

**Last Updated:** January 26, 2026
**Last Updated:** June 20, 2026
**Status:** Planning & Development
Loading