Add conflict resolution diff UI and app branding
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#!/bin/bash
|
||||
# MD Hub Secure - Progress Monitor
|
||||
# Cairnquire - Progress Monitor
|
||||
# Watches the project directory and updates docs/STATUS.md with progress
|
||||
# Exits if no filesystem changes detected between iterations
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
PROJECT_DIR="/Users/tim/developer/md-hub-secure"
|
||||
PROJECT_DIR="/Users/tim/developer/cairnquire"
|
||||
DOCS_DIR="$PROJECT_DIR/docs"
|
||||
STATUS_FILE="$DOCS_DIR/STATUS.md"
|
||||
HASH_FILE="$DOCS_DIR/.last_state_hash"
|
||||
@@ -293,7 +293,7 @@ EOF
|
||||
|
||||
---
|
||||
|
||||
*This report auto-generated by MD Hub Secure progress monitor.*
|
||||
*This report auto-generated by Cairnquire progress monitor.*
|
||||
*Next update in ~10 minutes or when filesystem changes detected.*
|
||||
EOF
|
||||
|
||||
@@ -302,7 +302,7 @@ EOF
|
||||
|
||||
# Main monitoring loop
|
||||
main() {
|
||||
log "Starting MD Hub Secure progress monitor..."
|
||||
log "Starting Cairnquire progress monitor..."
|
||||
log "Project: $PROJECT_DIR"
|
||||
log "Watching for filesystem changes every 10 minutes"
|
||||
log "Press Ctrl+C to stop, or wait for auto-exit on inactivity"
|
||||
|
||||
Reference in New Issue
Block a user