Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
1349e9e
Refresh macOS app polish and release readiness
s1korrrr Jun 29, 2026
354bfe0
Fix constrained preview layout after audit
s1korrrr Jun 29, 2026
9b8ff70
Document native adaptive rebuild design
s1korrrr Jul 13, 2026
21d8b36
Plan native adaptive Mac app rebuild
s1korrrr Jul 13, 2026
2ce20a1
Ignore local worktree directory
s1korrrr Jul 13, 2026
5d8bdf5
Format native adaptive rebuild plan
s1korrrr Jul 13, 2026
bc9e8a0
Ignore subagent progress artifacts
s1korrrr Jul 13, 2026
3c4ff2b
Add validated preferences and layout policy
s1korrrr Jul 13, 2026
4a9cedd
Report skipped files during workspace scans
s1korrrr Jul 13, 2026
2e006c0
Move scan and selection state into a workspace store
s1korrrr Jul 13, 2026
d80d08f
Keep workspace state coherent across root changes
s1korrrr Jul 13, 2026
37ff11f
Add privacy-conscious output recovery state
s1korrrr Jul 13, 2026
a303caa
Order output persistence across async operations
s1korrrr Jul 13, 2026
e7c8ad3
Separate output build and recovery generations
s1korrrr Jul 13, 2026
63e65bc
Unify app actions commands and settings
s1korrrr Jul 13, 2026
02db5ac
Harden app command readiness and refresh state
s1korrrr Jul 13, 2026
512f5c2
Centralize recovered copy and filter refresh
s1korrrr Jul 13, 2026
c566366
Rebuild the macOS workspace with adaptive native panes
s1korrrr Jul 13, 2026
76ca264
Fix adaptive inspector and recovery interactions
s1korrrr Jul 13, 2026
9191c4d
Stop tracking local Task 6 evidence
s1korrrr Jul 14, 2026
8278b4a
Add isolated end-to-end verification for the Mac app
s1korrrr Jul 14, 2026
b41034c
Harden sandboxed end-to-end verification
s1korrrr Jul 14, 2026
ae0fa7c
Document bounded sandbox performance audit
s1korrrr Jul 14, 2026
ac18ed9
Clean scoped E2E export artifacts
s1korrrr Jul 14, 2026
761868b
Document adaptive Mac app readiness
s1korrrr Jul 14, 2026
c541392
Close holistic macOS review findings
s1korrrr Jul 14, 2026
3c417bf
Invalidate stale scans before validation
s1korrrr Jul 14, 2026
962679b
Pin SwiftFormat and reconcile CI formatting
s1korrrr Jul 14, 2026
335c3cb
Merge pull request #3 from s1korrrr/feat/andrzej_agent_sota_lab
s1korrrr Jul 14, 2026
34d7f45
Harden dependencies and release CI
s1korrrr Jul 15, 2026
f2b7274
Harden App Store packaging validation
s1korrrr Jul 15, 2026
86f4f22
Bound local processing and add privacy surfaces
s1korrrr Jul 15, 2026
9f549a1
Document blocked 0.1.0 release candidate
s1korrrr Jul 15, 2026
2f6ad8d
Close traversal and recovery review gaps
s1korrrr Jul 15, 2026
735356c
Remove ripgrep dependency from package contract
s1korrrr Jul 15, 2026
dc99af9
Make shell contracts runner-portable
s1korrrr Jul 15, 2026
62b15be
Record final PR and CI release gates
s1korrrr Jul 15, 2026
20ba652
feat(release): add Developer ID notarized distribution lane
s1korrrr Jul 15, 2026
120bd54
docs(release): record signing-key authorization gate
s1korrrr Jul 15, 2026
eb95ea8
docs(release): record GitHub protection gates
s1korrrr Jul 15, 2026
cedc7c4
docs(release): prohibit Developer ID key export
s1korrrr Jul 16, 2026
bae3baa
fix(extension): harden workspace combination
s1korrrr Jul 16, 2026
a60cf38
fix(macOS): secure file reads and output state
s1korrrr Jul 16, 2026
90e69c6
fix(release): bind credentials source and artifacts
s1korrrr Jul 16, 2026
a1ca354
docs(audit): record end-to-end release evidence
s1korrrr Jul 16, 2026
8a2237f
Merge pull request #5 from s1korrrr/feat/andrzej_open_source_release
s1korrrr Jul 16, 2026
dbca277
ci: update actions to Node 24 runtimes
s1korrrr Jul 16, 2026
bf5b5f7
Merge pull request #16 from s1korrrr/feat/andrzej_actions_v4
s1korrrr Jul 16, 2026
76778b9
Clean release artifacts and harden packaging
s1korrrr Jul 16, 2026
b4296bd
Honor Minimatch globstar syntax
s1korrrr Jul 16, 2026
1514f1f
Merge pull request #18 from s1korrrr/feat/andrzej_release_cleanup
s1korrrr Jul 16, 2026
e9530da
fix: harden filesystem collection boundaries
s1korrrr Jul 17, 2026
4e83ba0
fix: isolate release and e2e evidence
s1korrrr Jul 17, 2026
702eec5
docs: record the verified full audit
s1korrrr Jul 17, 2026
aad6c44
fix: preserve notarization resume identity
s1korrrr Jul 17, 2026
3ea1c8b
Merge pull request #19 from s1korrrr/feat/andrzej_full_audit_20260717
s1korrrr Jul 17, 2026
c133e3b
chore: prepare trusted macOS 0.1.0 release
s1korrrr Jul 18, 2026
aa10126
Prepare trusted macOS 0.1.0 release (#20)
s1korrrr Jul 18, 2026
738c7f0
chore: harden open-source release readiness
s1korrrr Jul 20, 2026
06a56ad
Bump github/codeql-action/init from 4.37.0 to 4.37.1
dependabot[bot] Jul 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .codex/environments/environment.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
version = 1
name = "Codebase Combiner"

[setup]
script = ""

[[actions]]
name = "Run"
icon = "run"
command = "./script/build_and_run.sh --verify"
13 changes: 0 additions & 13 deletions .eslintrc.cjs

This file was deleted.

8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
attributes:
value: |
Thanks for taking the time to report a bug.
Please search existing issues before filing a new one.
Please search existing issues before filing a new one. Redact source code, local paths, credentials, combined output, and other private data from every field and attachment.
- type: textarea
id: summary
attributes:
Expand Down Expand Up @@ -45,7 +45,7 @@ body:
id: logs
attributes:
label: Logs or screenshots
description: Paste relevant logs or attach screenshots.
description: Paste relevant logs or attach screenshots only after redacting source code, local paths, credentials, combined output, and other private data.
render: shell
validations:
required: false
Expand All @@ -54,7 +54,7 @@ body:
attributes:
label: Version
description: App or extension version.
placeholder: 0.0.1
placeholder: Extension 0.0.2 or macOS 0.1.0 candidate
validations:
required: false
- type: dropdown
Expand All @@ -72,6 +72,6 @@ body:
attributes:
label: Environment
description: OS + toolchain versions.
placeholder: macOS 14.x, Node 18.x, Swift 6.x
placeholder: macOS version, Node 20+ or 24.x, Swift 6.x, Xcode version
validations:
required: false
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Security reports
url: https://github.com/s1korrrr/codebase-combiner/security/advisories/new
about: Please report security vulnerabilities via private advisories.
url: https://github.com/s1korrrr/codebase-combiner/security/policy
about: Read the current private-reporting status; do not disclose vulnerabilities in a public issue.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- [ ] `npm run lint`
- [ ] `npm run format:check`
- [ ] `cd SwiftExplorerApp && swift test`
- [ ] `swiftformat --lint .`
- [ ] SwiftFormat 0.61.1: `test "$(swiftformat --version)" = "0.61.1" && swiftformat --lint .`

# Checklist

Expand Down
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 5
groups:
development-tools:
dependency-type: development
update-types:
- minor
- patch
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 5
64 changes: 59 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,28 @@ on:
push:
pull_request:

permissions:
contents: read

concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build-test:
runs-on: macos-latest
timeout-minutes: 30
env:
SWIFTFORMAT_VERSION: 0.61.1
SWIFTFORMAT_SHA256: b990400779aceb7d7020796eb9ba814d4480543f671d38fc0ff48cb72f04c584
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 18
node-version: 24
cache: npm

- name: Install JS dependencies
Expand All @@ -29,11 +40,54 @@ jobs:
- name: JS tests
run: npm test

- name: Audit JS dependencies
run: |
npm audit --omit=dev
npm audit
npm audit signatures

- name: Package VS Code extension
run: |
npm run package
script/tests/vsix_inventory_test.sh

- name: Install SwiftFormat
run: brew install swiftformat
run: |
archive="$RUNNER_TEMP/swiftformat.zip"
install_dir="$RUNNER_TEMP/swiftformat"
curl --fail --location --silent --show-error \
--output "$archive" \
"https://github.com/nicklockwood/SwiftFormat/releases/download/$SWIFTFORMAT_VERSION/swiftformat.zip"
echo "$SWIFTFORMAT_SHA256 $archive" | shasum --algorithm 256 --check
unzip -q "$archive" -d "$install_dir"
echo "$install_dir" >> "$GITHUB_PATH"

- name: SwiftFormat lint
run: swiftformat --lint .
run: |
test "$(swiftformat --version)" = "$SWIFTFORMAT_VERSION"
swiftformat --lint .

- name: Swift tests
run: cd SwiftExplorerApp && swift test

- name: Swift Release build with warnings as errors
run: cd SwiftExplorerApp && swift build -c release -Xswiftc -warnings-as-errors

- name: Shell contracts
run: |
bash -n Packaging/AppStore/build_app_store_package.sh
bash -n Packaging/DeveloperID/build_release.sh
bash -n Packaging/DeveloperID/notarize_release.sh
bash Packaging/AppStore/tests/validate_provisioning_profile_test.sh
bash script/tests/build_and_run_contract_test.sh
bash script/tests/open_source_release_contract_test.sh

- name: Developer ID release contracts
run: Packaging/DeveloperID/tests/run_tests.sh

- name: App Store bundle validation
run: |
plutil -lint Packaging/AppStore/AppStore.entitlements
plutil -lint Packaging/AppStore/Info.plist.in
plutil -lint Packaging/AppStore/PrivacyInfo.xcprivacy
Packaging/AppStore/build_app_store_package.sh --skip-signing
42 changes: 42 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: CodeQL

on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '23 4 * * 1'

permissions:
actions: read
contents: read
security-events: write

concurrency:
group: codeql-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
analyze:
name: Analyze ${{ matrix.language }}
runs-on: macos-latest
timeout-minutes: 45
strategy:
fail-fast: false
matrix:
language: [javascript-typescript, swift]
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Initialize CodeQL
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0

- name: Analyze
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
Loading
Loading