# Session Log: User Rule Establishment (2026-05-15)

## Context
During a session about connecting to local PC and setting up GitHub, the user (小天) established a permanent interaction rule.

## The Rule
When user uses these trigger words:
- 我希望
- 我想要
- 如果
- 假如

The agent MUST:
1. Analyze feasibility of the request
2. Ask questions to uncover the deeper purpose
3. Propose more elegant/simpler alternative solutions

## Why This Matters
The user's original request "如果连接上github，可以自动git版本吗？" was a good example. If the agent had jumped straight to "sure, let me set up gh CLI and configure auth", it would have missed the bigger picture — the user's actual goal was building an automated delivery pipeline (cloud → local → git). Installing GitHub auth alone wouldn't have fully addressed the need.

## Key Phrases to Recognize
| User Says | Meaning |
|-----------|---------|
| "如果我连上…" | Not asking for permission — expressing a hypothetical workflow desire |
| "我想要自动…" | Wants automation, probe for frequency and trigger |
| "我希望它能…" | Vision-level request, surface-level is incomplete |
