Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
50dee18
build: CodexWriter Phase 2 foundation — 11 skills, 4 JSON schemas, 4 …
davehallmon Aug 26, 2026
4ea0bf5
align: add alignment evaluation decision record (development@50dee18a…
davehallmon Aug 26, 2026
133f548
docs: remove environment-specific session logs from public tree (hygi…
davehallmon Aug 26, 2026
59fd333
docs: remove environment-specific session logs from public tree (hygi…
davehallmon Aug 26, 2026
1aaa41e
source-analysis: add rhavekost-author-toolkit.md pinned at b7828700
davehallmon Aug 26, 2026
c8b04aa
Revert "source-analysis: add rhavekost-author-toolkit.md pinned at b7…
davehallmon Aug 26, 2026
7ffa8d2
source-analysis: rebuild rhavekost-author-toolkit.md at b7828700 with…
davehallmon Aug 26, 2026
2db8d94
source-analysis: correct rhavekost counts, reconcile §11, update READ…
davehallmon Aug 26, 2026
2b36489
source-analysis: fix rhavekost status and next step
davehallmon Aug 27, 2026
6ca405a
source-analysis: finalize rhavekost evidence ledger corrections
davehallmon Aug 27, 2026
7348178
source-analysis: clarify Rhavekost Disposition G — adopt 19-category …
Rafa-Ross Aug 27, 2026
81f4c39
Merge source-analysis/rhavekost into development
Rafa-Ross Aug 27, 2026
0e999a9
Fix source-analysis README: row 7 table alignment (|| → |)
Rafa-Ross Aug 27, 2026
c416472
Integrate accepted documentation tree from c4de9df
Rafa-Ross Aug 28, 2026
1c4117a
docs: add file-by-file schema and skill impact plan
Rafa-Ross Aug 28, 2026
d638499
docs: establish root PROGRESS.md as canonical handoff file
Rafa-Ross Aug 29, 2026
a6d512e
governance: add deterministic operational control views
davehallmon Aug 29, 2026
b05692d
Merge governance operational control into development
davehallmon Aug 29, 2026
c38cb6f
merge: reconcile main into development for promotion
davehallmon Aug 29, 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
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Human review boundary for operational authority and generated views.
/project/control/ @davehallmon
/scripts/generate_operational_views.py @davehallmon
/PROGRESS.md @davehallmon
/STATUS.md @davehallmon
/ROADMAP.md @davehallmon
/ENVIRONMENT.md @davehallmon
/.github/workflows/governance-views.yml @davehallmon
31 changes: 31 additions & 0 deletions .github/workflows/governance-views.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Governance Views

on:
pull_request:
paths:
- "project/control/**"
- "scripts/generate_operational_views.py"
- "tests/test_operational_views.py"
- "PROGRESS.md"
- "STATUS.md"
- "ROADMAP.md"
- "ENVIRONMENT.md"
- ".github/workflows/governance-views.yml"
push:
branches:
- main
- development

permissions:
contents: read

jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Verify generated views
run: python3 scripts/generate_operational_views.py --check
- name: Run governance tests
run: python3 -m unittest discover -s tests -p "test_*.py"
318 changes: 229 additions & 89 deletions ARCHITECTURE.md

Large diffs are not rendered by default.

Loading
Loading