← Back to Journal

Repository-Defined AI Session Guidance

Introduced version-controlled AI collaboration guidance so Abbey repositories can define their preferred engineering workflow for any AI assistant.

Tags: Abbey Root • Abbey Framework • AI • Session Workflow • Developer Toolkit

Repository-Defined AI Session Guidance

Summary

This session introduced a new Abbey Framework concept: repository-defined AI session guidance.

Rather than relying on repeated prompts or model-specific memory, Abbey Root now stores its preferred engineering workflow in a version-controlled guidance document. The abbey session context command automatically includes this guidance whenever it generates an upload-ready session context, allowing any AI assistant to begin with the repository’s own working agreement.

The implementation deliberately keeps the session context generator simple. Instead of embedding project-specific instructions directly into the command, it assembles authoritative repository information using the existing context generation framework. If repository guidance is present, it is included automatically. If it is absent, the command continues operating without failure.

Although the feature is small from an implementation standpoint, it establishes an important architectural direction for the Abbey Framework. Repositories can now define how AI collaborators should work using version-controlled project metadata rather than assistant-specific prompts, making AI collaboration portable across ChatGPT, Codex, Claude, Gemini, and future tools.

Accomplishments

Lessons Learned

Next Steps