Commit 3d28085
refactor(repo): restructure into crates/ workspace and rename folders for clarity
Consolidate the confusing top-level layout:
- core/ -> stdlib/ (RSScript stdlib .rssi interfaces)
- rss/ -> packages/ (first-party RSScript packages)
- benchmark/ + benchmarks/ -> benchmarks/{micro,packages}/
- demos/ -> examples/demos/ (s3-iam-reir hero demo)
- docs/ + specs/ -> docs/ (single documentation root)
- main crate + lsp/runtime/reir/native-abi/vm-jit -> crates/*
(root Cargo.toml is now a virtual workspace manifest)
Rewire every path reference: build.rs workspace-root walker, interfaces.rs
include_str! stdlib paths, rsspkg.lock source paths, Cargo workspace members,
native crate relative path-deps (depth-adjusted), generated test fixtures,
runtime/native-abi locators, and test helpers (workspace_root / fixture_root /
runtime_path). Fix the capability-taxonomy gate that had silently become a
no-op under the nested-crate layout.
Full suite green: 1200 passed, 0 failed.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 4a779b6 commit 3d28085
812 files changed
Lines changed: 865 additions & 746 deletions
File tree
- .github
- actions/rsscript-review
- workflows
- benchmarks
- micro
- fixtures
- package-bad
- package-large
- package-medium
- package-small
- packages
- file-upload
- interface
- native
- rust
- src
- bin
- src
- review-cost
- sqlx-sqlite
- native
- src
- src
- crates
- lsp
- src
- native-abi
- src
- reir
- src
- adapters
- tests
- rsscript
- src
- bin
- checks
- cli
- native_plugin
- package
- reg_vm
- rust_lower
- syntax
- tests
- common
- corpus
- diagnostics
- exec
- fixtures
- fail
- pass
- selfhost-package-source-set
- contracts
- interface
- src
- tools
- generated
- effects
- src
- managed
- src
- resource_pool
- src
- result
- src
- runnable
- src
- simple
- src
- try
- src
- golden/lowering
- hostile-malformed
- runtime
- src
- vm-jit
- src
- docs
- examples
- demos/s3-iam-reir
- ai-output
- expected
- infra
- terraform
- excess
- fixed
- missing
- postgres-fixed
- postgres-missing
- interface
- native
- rust
- src
- bin
- prompts
- scenarios
- 00-fixed
- interface
- src
- 01-missing-iam
- 02-excess-iam
- 03-code-adds-delete
- interface
- src
- 04-native-risk
- interface
- src
- 05-missing-capability-binding
- interface
- src
- 06-postgres-write
- interface
- src
- src
- packages
- agent-observability-smoke
- code-agent
- packages
- adapters
- sqlite
- interface
- native
- rust
- src
- tests/sqlite-smoke
- src
- sqlx-ffi
- interface
- native
- rust
- src
- sqlx
- interface
- src
- tests/sqlx-smoke
- src
- agent-tools
- interface
- src
- agent
- interface
- src
- async-runtime
- src
- async
- interface
- chat-completions
- interface
- src
- core-properties
- src
- core
- cli
- interface
- native
- rust
- src
- crypto
- interface
- native
- rust
- src
- http-server
- examples/serve-hello
- src
- interface
- native
- rust
- src
- telemetry
- interface
- src
- package-manager
- examples
- quickcheck
- interface
- src
- rayon
- interface
- native
- rust
- src
- tests
- sort-fixture
- interface
- native
- rust
- src
- sort-smoke
- src
- sort-speed
- src
- sum-smoke
- src
- test-runner
- examples
- interface
- manifests
- src
- schemas
- src
- stdlib
- cache
- capability
- clock
- cmp
- collections
- config
- counter
- csv
- date
- db
- diff
- encoding
- env
- fs
- hash
- http
- image
- interpreter
- json
- log
- math
- option
- os
- patch
- path
- process
- random
- regex
- resource
- result
- string
- tempdir
- test
- toml
- url
- weak
- workspace
- yaml
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 1 | | |
| 2 | + | |
9 | 3 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
21 | 16 | | |
22 | 17 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 18 | | |
57 | 19 | | |
58 | 20 | | |
| |||
61 | 23 | | |
62 | 24 | | |
63 | 25 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments