Merged
Conversation
Lightweight conversational mode for questions about DAAF itself and its underlying tools (Docker, Git, Claude Code). The orchestrator handles everything directly by pre-loading core user docs and consulting an exhaustive framework internals reference index, with WebSearch/WebFetch for authoritative external documentation when needed. No workspace, no state, no subagents, no formal deliverables — the lightest mode in DAAF. Created: - user-support-mode.md: mode reference with doc loading protocol, framework internals index, setup/technology routing, boundaries Integration (FRAMEWORK_INTEGRATION_CHECKLIST §3, 15/15 mandatory): - Orchestrator SKILL.md: 10 registration points + help table extension + decision tree fallback update - README.md, CONTRIBUTING.md: mode count + entry + references - user_reference/01, 02, 07: subsection, troubleshooting callouts, FAQ - agent_reference/BOUNDARIES, AI_DISCLOSURE, session-recovery: entries - ad-hoc-collaboration-mode.md: User Support escalation row - framework-engineer.md, framework-development-mode.md: stale count word examples updated Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Minor revisions (v2.0.1): Adds an explicit "User Support Mode" as DAAF's 9th engagement mode (with better documentation reading/routing for a variety of issues/questions related to DAAF, Claude Code, Docker, and Git), hardens session archiving in the event of accidental crash or unintended closes/session termination, improves user documentation with diagrams and extended content, and archives complete session logs for both sample projects (college selectivity analysis) for better transparency and future educational materials.
Type of Change
Affected Areas
Testing
research/sample projects).archive-session.shand newrecover-session-logs.shwere validated via the archiving sessions that produced the included logs.customizing environment and package installs) verified against container build.Checklist
git commit -s) per the DCOpre-commit run --all-files)Security Considerations
subagent-registry.shhook removed (84 lines deleted); its registration was also cleaned fromsettings.json. No security regression — the hook's responsibilities are handled elsewhere.archive-session.shrewritten for robustness (+295/-139 lines);recover-session-logs.shadded (162 lines). Both operate only on session transcript files underresearch/andlogs/— no privilege escalation or credential access.