docs: add flat-file mode roadmap - #84
Merged
Merged
Conversation
Add FLAT_FILE_ROADMAP.md scoping a post-1.0 flat-file storage mode: content as markdown/HTML files in the repo behind the same Post API as database mode, motivated by agent-native authoring (file-tool editing, one-command validation, publish via PR + deploy). Link it from ROADMAP.md's development status section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a roadmap doc scoping a post-1.0 flat-file storage mode for Bunko.
What's added
FLAT_FILE_ROADMAP.md— six milestones (F1–F6) for storing content as markdown/HTML files in the repo behind the same Post API as database mode. Key design points: content is data (no ERB execution), same generated views in both modes, renderer-agnostic markdown rendering (commonmarker as swappable default viaconfig.markdown_renderer), per-posttemplate:front matter key,rails bunko:validate+ generatedapp/content/CLAUDE.mdfor agent-native authoring.ROADMAP.md— one-line pointer to the new doc under Development Status.Deploy or QA Notes
Docs only — no code changes. Review for scope/wording; milestones are specs, not implementation.
🤖 Generated with Claude Code