chore: bump version to v0.6.3, update changelog

Author: Aaron Steven White
Commit a8310753f6dd4ba9ffa2a4ed79d0961e46431481
Parent: cdcfb44f2a
Structural diff unavailable

These commits were pushed via plain git push, so no pre-parsed schemas are available. Install git-remote-cospan and re-push via panproto:// to see scope-level changes, breaking change detection, and semantic diffs.

brew install panproto/tap/git-remote-cospan
2 files changed +18 -1
@@ -1,5 +1,22 @@
11 # Changelog
22 
3+## v0.6.3
4+
5+### Layout consolidation + backfill reliability
6+
7+- Shared `+layout.svelte` for repo pages: breadcrumbs, tab bar, and keyboard shortcuts rendered once instead of duplicated across 18 sub-pages
8+- Shared `+layout.svelte` for profile pages via `(profile)` group route: ProfileHeader rendered once across repos/stars/followers/following
9+- Active tab auto-detected from `$page.route.id`; form pages (`/fork`, `/new`) hide tabs automatically
10+- Child pages extend breadcrumbs via Svelte context (`setExtraCrumbs`)
11+- DID-to-handle resolution in breadcrumbs and repo cards via Bluesky public API
12+- Tangled repos show only Overview/Issues/MRs tabs (no Code/Branches/Tags/Releases/Settings)
13+- Backfill ordering fix: `ensure_repo_exists` upserts a stub repo row before inserting child records (issues, pulls, ref_updates, labels, collaborators, pipelines, dependencies) so FK constraints are satisfied regardless of arrival order
14+- Profile pages show Cospan/Tangled follow counts instead of Bluesky social graph counts
15+- Landing page defaults to cospan-only repos; Tangled repos on dedicated fork page
16+- Fork page: separates user's repos (Import) from browse-all (Fork), with search
17+- Consistent `·` (middle dot) title separators across all pages
18+- Fixed "schema-aware" → "schematic" terminology
19+
320 ## v0.6.0
421 
522 ### Full network backfill via Tap
@@ -7,7 +7,7 @@ members = [
77 resolver = "2"
88 
99 [workspace.package]
10-version = "0.6.0"
10+version = "0.6.3"
1111 edition = "2024"
1212 license = "AGPL-3.0-or-later"
1313 repository = "https://github.com/cospan-dev/cospan"
cospan · schematic version control on atproto built on AT Protocol