Skip to content

madeindigio/aidd

Repository files navigation

Public reference of DIGIO AI Driven Development flow and best practices

This public book contains the best practices and guidelines for using DIGIO AI Driven Development flow. It is designed to help developers and teams effectively utilize AI tools in their development processes.

Tasks

build

Build the mdbook from the source files.

interactive: true

cd mdbook/index
mdbook build
cd ../../mdbook/en
mdbook build
cd ../../mdbook/es
mdbook build

serve

Serve the mdbook locally for preview.

interactive: true

cd mdbook/es
mdbook serve 

set-main

Move git to main from jj change. Push the changes to the main branch.

interactive: true

jj b s main --revision=@
# check if push with git, prompt to the user
if jj git push; then
  echo "Push successful"
else
  echo "Push failed"
fi

jj:desc

Add description to the current change

Inputs: TEXT

jj desc -m "$TEXT"

About

AI Driven Development in **digio**

Resources

Stars

Watchers

Forks

Contributors