Prompt file imported from Bill66613/AI_model_generator_framework (
.github/prompts/status.prompt.md). Copyright stays with the author.
Perform a quick health check of the HAR Edge Deployment Framework:
- Show current git branch and recent commits:
git branch --show-current git log --oneline -5 - List active worktrees:
git worktree list - Run a quick test:
python -m pytest tests/ -v --tb=line -q - Check
academic-paper-vietnamese/TECHNICAL_FINDINGS.mdfor any items marked "⚠️" or "IN PROGRESS" - Check
TODO.mdfor pending tasks - Summarize: branch name, worktree count, test pass/fail, top priority items.