Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core

Core is the shared reference for khonager applications. It records the product, design, UX, engineering, repository, and release decisions that should not need to be rediscovered for every new project.

Core is a baseline and decision record, not a framework or a package dependency. Applications may diverge when their users, genre, or platforms require it, but the reason should be written down in that application's repository.

The baseline was inferred from the existing khonager project portfolio rather than invented as a generic best-practices list. docs/portfolio-audit.md records the evidence and confidence of those inferences.

Start here

The reusable Flutter quality workflow can be called from another public repository:

jobs:
  quality:
    uses: khonager/core/.github/workflows/flutter-quality.yml@main
    with:
      flutter-version: "3.41.9"

Pin callers to a Core version tag once the first stable Core baseline is tagged.

How to interpret Core

Use this order when instructions disagree:

  1. Safety, legal, platform, and user requirements.
  2. An intentional decision documented in the application repository.
  3. The shared defaults in Core.
  4. Existing local code where no decision has been recorded.

Core uses must for a requirement, should for the normal default, and may for an option. Do not copy an old project quirk merely because it exists; prefer the clearest current pattern described here.

Status and license

This is an initial personal baseline. Its license has intentionally not been selected yet. Until a license is added, the repository is publicly readable but does not grant general reuse rights. Choose a license before inviting external reuse or contributions.

About

Shared product, design, UX, engineering, and release principles for khonager projects.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages