Commit Graph

2 Commits

Author SHA1 Message Date
6a71d42f78 docs: add AI skill guide with comprehensive API purpose documentation
- README.md: add summary paragraph covering 92 endpoints, screenshot/camera,
  event daemon, Mod+Python+AI architecture
- skills/oni_agent.md: complete rewrite from 42 to 480 lines:
  - Gameplay overview (survival priorities, world rules)
  - All 92 API endpoints organized in 12 categories
  - Each command annotated with: what player action it maps to,
    what AI uses it for, example output
  - Coordinate positioning methods (4 strategies)
  - Common scenario query paths (suffocating, power, research, pipes)
  - Quick reference for emergency operations
2026-05-22 10:02:25 +08:00
0e17e8a6ac feat: complete ONI Agent project with full Mod API, Python toolchain, and development guide
- Implement all Mod API endpoints (buildings, research, geysers, alerts, critters, deconstruct, prioritize, research, schedule, wardrobe)
- Enhance Python tools with comprehensive CLI, analysis (O2/food/power/temp/water), and 7 blueprints (SPOM, toilet, ranch, farm, cooling, bedroom)
- Add utility scripts: auto_repair, auto_analyze, watch mode, setup
- Write Agent-Mod integration constraints and development guide
- Create skills directory with ONI agent skill definition
2026-05-22 08:44:56 +08:00