Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookTracker

BookTracker is a single-user reading tracker focused on two core questions:

  1. What have I read?
  2. What should I read next?

The repository is currently documentation-first and prepared for incremental implementation using OpenSpec.

Authoritative documentation

  • Product vision: docs/vision/product-vision.md
  • Architecture baseline: docs/architecture/initial-architecture-baseline.md
  • OpenSpec project rules: openspec/project.md
  • Product behavior specifications: openspec/specs/
  • Implementation-ready changes: openspec/changes/
  • Development standards: docs/development/

Current repository structure

bookTracker/
|-- docs/
|   |-- architecture/
|   |-- development/
|   |-- reviews/
|   `-- vision/
|-- openspec/
|   |-- changes/
|   |-- project.md
|   `-- specs/
|-- bookTrackerDB.md
|-- LICENSE
`-- README.md

Implementation status

  • Application code has not been scaffolded yet.
  • Database migrations have not been created yet.
  • The next step is to implement OpenSpec changes in dependency order.

License

Released under the MIT License. See LICENSE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors