Commit Graph

7 Commits

Author SHA1 Message Date
3b8d45e863 feat: suggest self-onboarding when MYSELF.md is missing 2026-02-20 15:14:16 -06:00
1f971e2f9b feat: add self-onboarding skill to AGENTS.md 2026-02-20 15:13:35 -06:00
eefac81e57 feat: migrate to skills-based approach 2026-02-19 11:36:32 -06:00
e15057e75e fix: remove old url 2026-02-10 20:33:10 -06:00
8eb1fb87a7 Add MYSELF.md user profile for agent personalization
- Add MYSELF.example.md template with identity, role, collaborators,
  and preferences sections
- Add MYSELF.md to .gitignore (contains personal info)
- Reference MYSELF.md in AGENTS.md routing table, new "About the User"
  section, and file index
- Add setup step and routing entry in README.md
2026-02-10 19:30:14 -06:00
d04aa26f31 Update marimo notebook docs with lessons from workflow debugging
- Add rules: all imports in setup cell, cell output at top level,
  async cells need async def, return classes from model cells,
  use python-dotenv for .env loading
- Add marimo check validation step to AGENTS.md and notebook-patterns.md
- Add "always create new workflow" rule to AGENTS.md
- Add new doc sections: Cell Output Must Be at the Top Level,
  Async Cells, Cells That Define Classes, Fixing _unparsable_cell,
  Checking Notebooks Before Running
- Update all code examples to follow new import/output rules
- Update workflows/lib/llm.py for mirascope v2 API
2026-02-10 19:25:53 -06:00
b18ee3b564 feat: first commit 2026-02-10 18:19:30 -06:00