Commit 2263ca4
docs(cli): stop naming the out-of-repo
`packages/cli/src/commands/serve.ts` named `apps/objectos` at three sites as if
it were a path in this repo. It is not: `apps/` holds exactly one entry,
`apps/docs`. The app is real but lives in the sibling `objectstack-ai/cloud`
repo, split out of this one (CHANGELOG.md, "deleted from this repo ... now
lives in `objectstack-ai/cloud/apps/objectos`"; ROADMAP.md says the same).
The three sites are not one defect repeated, so they do not take one fix:
- `:1921` is a provenance note about where the artifact-first fallback came
from. The referent is genuinely out of this repo, so it is marked as such
rather than renamed — a reader who wants it can still find it.
- `:2791` and `:2965` were worked examples of live branches. Both branches key
on a SHAPE (`plugins[]` already holding an `AppPlugin` instance; a config
composing several `new AppPlugin(...)` entries), never on an app name, so the
shape is stated and no app is named. `examples/app-showcase` is named once,
at the one claim that is true of it and checkable: a host config whose
`plugins[]` holds instantiated plugins while the stack still carries
top-level metadata.
Comments only; no behaviour, no exported surface, no authored metadata changes.
Claude-Session: https://claude.ai/code/session_016yfqQh2dBgPAymYd7xipza
Co-authored-by: Claude <noreply@anthropic.com>apps/objectos as serve.ts's in-repo host-config example (#14812)1 parent 5ff5f95 commit 2263ca4
1 file changed
Lines changed: 17 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1917 | 1917 | | |
1918 | 1918 | | |
1919 | 1919 | | |
1920 | | - | |
1921 | | - | |
1922 | | - | |
1923 | | - | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
1924 | 1925 | | |
1925 | 1926 | | |
1926 | 1927 | | |
| |||
2786 | 2787 | | |
2787 | 2788 | | |
2788 | 2789 | | |
| 2790 | + | |
| 2791 | + | |
| 2792 | + | |
| 2793 | + | |
| 2794 | + | |
2789 | 2795 | | |
2790 | 2796 | | |
2791 | | - | |
2792 | | - | |
| 2797 | + | |
| 2798 | + | |
| 2799 | + | |
| 2800 | + | |
2793 | 2801 | | |
2794 | 2802 | | |
2795 | 2803 | | |
| |||
2962 | 2970 | | |
2963 | 2971 | | |
2964 | 2972 | | |
2965 | | - | |
2966 | | - | |
2967 | | - | |
| 2973 | + | |
| 2974 | + | |
| 2975 | + | |
2968 | 2976 | | |
2969 | 2977 | | |
2970 | 2978 | | |
| |||
0 commit comments