Skip to content

Commit 06b2ad9

Browse files
hyperpolymathclaude
andcommitted
Add v1 design brief bundle and sort .gitignore alphabetically
Adds docs/brief/ containing the 10-file OPSM v1 design brief bundle (master brief, vision, architecture, scope, data model, trust model, plugin policy, implementation phasing, and coding AI handoff). Sorts .gitignore sections alphabetically and reorders section groups A-Z. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d46d5a0 commit 06b2ad9

11 files changed

Lines changed: 749 additions & 49 deletions

.gitignore

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,88 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# RSR-compliant .gitignore
33

4-
# OS & Editor
5-
.DS_Store
6-
Thumbs.db
7-
*.swp
8-
*.swo
9-
*~
10-
.idea/
11-
.vscode/
4+
# Ada/SPARK
5+
*.ali
6+
/bin/
7+
/obj/
128

139
# Build
14-
/target/
1510
/_build/
1611
/build/
1712
/dist/
1813
/out/
14+
/target/
15+
16+
# Chapel
17+
*.chpl.tmp.*
18+
19+
# Crash recovery artifacts
20+
ai-cli-crash-capture/
1921

2022
# Dependencies
23+
/.elixir_ls/
24+
/deps/
2125
/node_modules/
2226
/vendor/
23-
/deps/
24-
/.elixir_ls/
25-
26-
# Rust
27-
# Cargo.lock # Keep for binaries
2827

2928
# Elixir
29+
*.ez
3030
/cover/
3131
/doc/
32-
*.ez
3332
erl_crash.dump
3433

34+
# Haskell
35+
/.stack-work/
36+
/dist-newstyle/
37+
3538
# Julia
3639
*.jl.cov
3740
*.jl.mem
3841
/Manifest.toml
3942

40-
# ReScript
41-
/lib/bs/
42-
/.bsb.lock
43-
*.ast
44-
*.cmt
43+
# Logs
44+
*.log
45+
/logs/
46+
47+
# NIF build artifacts
48+
opsm_ex/native/*/Cargo.lock
49+
opsm_ex/priv/native/
50+
51+
# OS & Editor
52+
*.swo
53+
*.swp
54+
*~
55+
.DS_Store
56+
.idea/
57+
.vscode/
58+
Thumbs.db
4559

4660
# Python (SaltStack only)
47-
__pycache__/
4861
*.py[cod]
4962
.venv/
63+
__pycache__/
5064

51-
# Ada/SPARK
52-
*.ali
53-
/obj/
54-
/bin/
55-
56-
# Haskell
57-
/.stack-work/
58-
/dist-newstyle/
65+
# ReScript
66+
*.ast
67+
*.cmt
68+
/.bsb.lock
69+
/lib/bs/
5970

60-
# Chapel
61-
*.chpl.tmp.*
71+
# Rust
72+
# Cargo.lock # Keep for binaries
6273

6374
# Secrets
75+
*.key
76+
*.pem
6477
.env
6578
.env.*
66-
*.pem
67-
*.key
6879
secrets/
6980

81+
# Temp
82+
*.bak
83+
*.tmp
84+
/tmp/
85+
7086
# Test/Coverage
7187
/coverage/
7288
htmlcov/
73-
74-
# Logs
75-
*.log
76-
/logs/
77-
78-
# NIF build artifacts
79-
opsm_ex/native/*/Cargo.lock
80-
opsm_ex/priv/native/
81-
82-
# Crash recovery artifacts
83-
ai-cli-crash-capture/
84-
85-
# Temp
86-
/tmp/
87-
*.tmp
88-
*.bak

0 commit comments

Comments
 (0)