Skip to content

Commit 898af2b

Browse files
hyperpolymathclaude
andcommitted
chore: deploy UX infrastructure (contractile.just, .well-known, manifest)
Batch deployment of missing UX infrastructure files: - contractile.just (policy enforcement recipes) - .well-known/ (ai.txt, humans.txt, security.txt, groove/) - 0-AI-MANIFEST.a2ml (AI agent entry point) - agent_instructions/ (methodology, coverage, debt) - Justfile with doctor/heal/tour/help-me recipes - setup.sh bootstrap script - llm-warmup-user.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4820a09 commit 898af2b

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

Justfile

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -998,14 +998,14 @@ doctor:
998998
}
999999
check "just" just "1.25"
10001000
check "git" git "2.40"
1001-
# Optional tools
1002-
if command -v panic-attack >/dev/null 2>&1; then
1003-
echo " [OK] panic-attack — available"
1004-
PASS=$((PASS + 1))
1005-
else
1006-
echo " [WARN] panic-attack — not found (pre-commit scanner)"
1007-
WARN=$((WARN + 1))
1008-
fi
1001+
# Optional tools
1002+
if command -v panic-attack >/dev/null 2>&1; then
1003+
echo " [OK] panic-attack — available"
1004+
PASS=$((PASS + 1))
1005+
else
1006+
echo " [WARN] panic-attack — not found (pre-commit scanner)"
1007+
WARN=$((WARN + 1))
1008+
fi
10091009
echo ""
10101010
echo " Result: $PASS passed, $FAIL failed, $WARN warnings"
10111011
if [ "$FAIL" -gt 0 ]; then
@@ -1021,10 +1021,10 @@ heal:
10211021
echo " Game Server Admin Heal — Automatic Tool Installation"
10221022
echo "═══════════════════════════════════════════════════"
10231023
echo ""
1024-
if ! command -v just >/dev/null 2>&1; then
1025-
echo "Installing just..."
1026-
cargo install just 2>/dev/null || echo "Install just from https://just.systems"
1027-
fi
1024+
if ! command -v just >/dev/null 2>&1; then
1025+
echo "Installing just..."
1026+
cargo install just 2>/dev/null || echo "Install just from https://just.systems"
1027+
fi
10281028
echo ""
10291029
echo "Heal complete. Run 'just doctor' to verify."
10301030
@@ -1061,13 +1061,13 @@ help-me:
10611061
echo " Game Server Admin — Common Workflows"
10621062
echo "═══════════════════════════════════════════════════"
10631063
echo ""
1064-
echo "FIRST TIME SETUP:"
1065-
echo " just doctor Check toolchain"
1066-
echo " just heal Fix missing tools"
1067-
echo ""
1068-
echo "PRE-COMMIT:"
1069-
echo " just assail Run panic-attacker scan"
1070-
echo ""
1071-
echo "LEARN:"
1072-
echo " just tour Guided project tour"
1073-
echo " just default List all recipes"
1064+
echo "FIRST TIME SETUP:"
1065+
echo " just doctor Check toolchain"
1066+
echo " just heal Fix missing tools"
1067+
echo ""
1068+
echo "PRE-COMMIT:"
1069+
echo " just assail Run panic-attacker scan"
1070+
echo ""
1071+
echo "LEARN:"
1072+
echo " just tour Guided project tour"
1073+
echo " just default List all recipes"

0 commit comments

Comments
 (0)