docs: drop AskLevi from the docs; add "structure is not opinionated" principle - #53
Open
WebTigers wants to merge 1 commit into
Open
docs: drop AskLevi from the docs; add "structure is not opinionated" principle#53WebTigers wants to merge 1 commit into
WebTigers wants to merge 1 commit into
Conversation
… not opinionated" AskLevi is a private project and shouldn't be a named public example. Replace the named references in ARCHITECTURE.md + WEBSERVICES.md with a neutral "reference app" (a production SaaS we built on the same stack) — same patterns, no private name. (Internal code-comment references remain and will be swept separately.) Also add a design principle to ARCHITECTURE §11: structure is NOT opinionated — Tiger is opinionated only about the ownership boundary (extend, don't edit vendor/), and deliberately un-prescriptive about how you build your own code. It never forces one way of doing something; that freedom is one of Tiger's superpowers. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Two doc-only changes to the flagship reference docs.
1. Remove the private-project name. AskLevi is a private project and shouldn't appear as a named public example (tiger-core is BSD/public; the docs are read agent-to-agent). Replaced the 11 references in
ARCHITECTURE.md+ 1 inWEBSERVICES.mdwith a neutral "reference app" ("a production SaaS we built on the same stack") — the patterns and rationale are unchanged, just the private name is gone.2. Add a principle: structure is not opinionated. New bullet in ARCHITECTURE §11 — Tiger is opinionated about exactly one thing (the ownership boundary: extend, don't edit
vendor/), and deliberately un-prescriptive about how you build your own code (PSR-0/4, module vsApp_*library, service vs controller,configvsoptiontier,.phtmlvs SPA). It never forces one way of doing something — a real framework's power without a framework's dogma. One of Tiger's superpowers.🤖 Generated with Claude Code