Skip to content

EdwardGlockner/Agent-Maintainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Instruction Syncer

Local-first web app for syncing Markdown instruction files from a test folder into an editable workspace, reviewing version history, and pushing changes back to disk.

Run

npm start

Then open http://localhost:3000.

Local folders

  • instructions/: simulated source folder that will later map to GCS objects.
  • data/: local app state, draft workspace, and commit-style version history.
  • public/: frontend app.

Workflow

  1. Sync from folder imports the current Markdown files from instructions/.
  2. Edit files in the browser. Changes stay in the app workspace until pushed.
  3. Push draft to folder writes the current draft back to instructions/.
  4. Every sync and push creates a versioned snapshot with file-level diffs and metadata.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors