Skip to content

feat: support .md dialog import for advisor profile generation#12

Open
MaYixinPhy wants to merge 1 commit intoQuantumBFS:mainfrom
MaYixinPhy:feat/import-md-dialog
Open

feat: support .md dialog import for advisor profile generation#12
MaYixinPhy wants to merge 1 commit intoQuantumBFS:mainfrom
MaYixinPhy:feat/import-md-dialog

Conversation

@MaYixinPhy
Copy link
Copy Markdown

Add the ability to import exported markdown dialog files (Claude.ai web exports, custom markdown conversations) as a data source for creating and updating advisor profiles.

Changes:

  • New parse_md_dialog.py script that converts .md dialog files to the standard conversation-dump JSON format, with auto-detection of 4 role marker formats
  • New import-dialog skill providing a standalone /import-dialog command with a 5-phase workflow
  • Extended incarnate skill Step 2 to accept .md files as a third data source option alongside JSONL logs

Note: This change is done by a Claude Code agent.

Add ability to import exported markdown dialog files (Claude.ai web exports, custom markdown conversations) as a data source for creating and updating advisor profiles.

Changes:
- New parse_md_dialog.py script that converts .md dialog files to the standard conversation-dump JSON format, with auto-detection of 4 role marker formats
- New import-dialog skill providing standalone /import-dialog command with a 5-phase workflow
- Extended incarnate skill Step 2 to accept .md files as a third data source option alongside JSONL logs
@MaYixinPhy
Copy link
Copy Markdown
Author

For users new to this program, this function allows them to use their own .md files to generate and update advisors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant