docs: close 5.8.0 punch list — version sync, stale header, emoji clarity #389

Merged
lmiranda merged 1 commits from docs/punch-list-5.8.0-cleanup into development 2026-02-02 19:30:27 +00:00
3 changed files with 19 additions and 22 deletions

View File

@@ -146,7 +146,7 @@ When user says "fix the sprint-plan command", edit the SOURCE code.
## Project Overview ## Project Overview
**Repository:** leo-claude-mktplace **Repository:** leo-claude-mktplace
**Version:** 5.4.0 **Version:** 5.8.0
**Status:** Production Ready **Status:** Production Ready
A plugin marketplace for Claude Code containing: A plugin marketplace for Claude Code containing:
@@ -161,7 +161,7 @@ A plugin marketplace for Claude Code containing:
| `code-sentinel` | Security scanning and code refactoring tools | 1.0.1 | | `code-sentinel` | Security scanning and code refactoring tools | 1.0.1 |
| `claude-config-maintainer` | CLAUDE.md optimization and maintenance | 1.0.0 | | `claude-config-maintainer` | CLAUDE.md optimization and maintenance | 1.0.0 |
| `cmdb-assistant` | NetBox CMDB integration for infrastructure management | 1.2.0 | | `cmdb-assistant` | NetBox CMDB integration for infrastructure management | 1.2.0 |
| `data-platform` | pandas, PostgreSQL, and dbt integration for data engineering | 1.1.0 | | `data-platform` | pandas, PostgreSQL, and dbt integration for data engineering | 1.3.0 |
| `viz-platform` | DMC validation, Plotly charts, and theming for dashboards | 1.1.0 | | `viz-platform` | DMC validation, Plotly charts, and theming for dashboards | 1.1.0 |
| `contract-validator` | Cross-plugin compatibility validation and agent verification | 1.1.0 | | `contract-validator` | Cross-plugin compatibility validation and agent verification | 1.1.0 |
| `project-hygiene` | Post-task cleanup automation via hooks | 0.1.0 | | `project-hygiene` | Post-task cleanup automation via hooks | 0.1.0 |
@@ -453,4 +453,4 @@ The script will:
--- ---
**Last Updated:** 2026-01-30 **Last Updated:** 2026-02-02

View File

@@ -44,10 +44,7 @@ See `skills/review-checklist.md` for complete patterns:
## Visual Output ## Visual Output
``` See `skills/visual-output.md`. This command invokes the **Code Reviewer** agent:
╔══════════════════════════════════════════════════════════════════╗ - Phase Emoji: 🔍
║ 📋 PROJMAN ║ - Phase Name: REVIEW
║ 🏁 CLOSING ║ - Context: Sprint Name
║ Code Review ║
╚══════════════════════════════════════════════════════════════════╝
```

View File

@@ -29,10 +29,10 @@ Projman uses the double-line box drawing header style with emoji phase indicator
| Agent | Phase Emoji | Phase Name | Context | | Agent | Phase Emoji | Phase Name | Context |
|-------|-------------|------------|---------| |-------|-------------|------------|---------|
| Planner | Target | PLANNING | Sprint Name or Goal | | Planner | 🎯 Target | PLANNING | Sprint Name or Goal |
| Orchestrator | Lightning | EXECUTION | Sprint Name | | Orchestrator | Lightning | EXECUTION | Sprint Name |
| Executor | Wrench | IMPLEMENTING | Issue Title | | Executor | 🔧 Wrench | IMPLEMENTING | Issue Title |
| Code Reviewer | Magnifier | REVIEW | Sprint Name | | Code Reviewer | 🔍 Magnifier | REVIEW | Sprint Name |
### Command Headers (Non-Agent) ### Command Headers (Non-Agent)
@@ -40,14 +40,14 @@ For commands that don't invoke a specific agent phase:
| Command | Phase Emoji | Phase Name | | Command | Phase Emoji | Phase Name |
|---------|-------------|------------| |---------|-------------|------------|
| `/sprint-status` | Chart | STATUS | | `/sprint-status` | 📊 Chart | STATUS |
| `/setup` | Gear | SETUP | | `/setup` | ⚙️ Gear | SETUP |
| `/debug` | Bug | DEBUG | | `/debug` | 🐛 Bug | DEBUG |
| `/labels-sync` | Label | LABELS | | `/labels-sync` | 🏷️ Label | LABELS |
| `/suggest-version` | Package | VERSION | | `/suggest-version` | 📦 Package | VERSION |
| `/proposal-status` | Clipboard | PROPOSALS | | `/proposal-status` | 📋 Clipboard | PROPOSALS |
| `/test` | Flask | TEST | | `/test` | 🧪 Flask | TEST |
| `/rfc` | Document | RFC [Sub-Command] | | `/rfc` | 📄 Document | RFC [Sub-Command] |
--- ---