Metadata-Version: 2.4
Name: autocheckpoint
Version: 0.2.3
Summary: Never lose your code or your project context again. AI Development Continuity tool.
Home-page: https://github.com/epicadidash/talvo-demo
Author: AutoCheckpoint Maintainers
Author-email: maintainers@autocheckpoint.dev
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: watchfiles>=0.21.0
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.7.0
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: pathspec>=0.12.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

(pytorch) ubuntu@unique-count:~/workdir/samanvitha/my_code$ autocheckpoint stop
+ Stopped background watcher (PID: 19605).
(pytorch) ubuntu@unique-count:~/workdir/samanvitha/my_code$ autocheckpoint start --background
+ Watcher started in background (PID: 20172).
  Logs: .autocheckpoint/watcher.log
  Stop: autocheckpoint stop
(pytorch) ubuntu@unique-count:~/workdir/samanvitha/my_code$ autocheckpoint status

Watching: my_code
Watcher status: Running (PID: 20172)

Last snapshot:
Never

Snapshots:
0

Backup location:
~/autocheckpoint_backups/my_code

Project context:
  Goal:    my_code project
  Run 'autocheckpoint handoff' for full state

(pytorch) ubuntu@unique-count:~/workdir/samanvitha/my_code$ cat .autocheckpoint/watcher.log
+ Started AutoCheckpoint watcher for my_code
  Backup folder: /home/ubuntu/autocheckpoint_backups/my_code
  Watching for changes... (Press Ctrl+C to stop)
No snapshots found. Creating initial snapshot...
