devai-cli/src/devai/commands/document.py [179:193]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    except FileNotFoundError:
        click.echo(f"Error: Release Notes file provided not found: {file}")
        return
    

    source='''
            ### Context (code) ###
            
            CURRENT RELEASE NOTES: 
            {current}
            
            NEW CODE:
            {context}

            '''
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



devai-cli/src/devai/commands/document.py [477:491]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    except FileNotFoundError:
        click.echo(f"Error: Release Notes file provided not found: {file}")
        return
    

    source='''
            ### Context (code) ###
            
            CURRENT RELEASE NOTES: 
            {current}
            
            NEW CODE:
            {context}

            '''
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



