Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/PROJECT_REGISTRY.md @sergstack
/docs/standards/PARENT_CHILD_ISSUE_GATE_STANDARD.md @sergstack
/docs/standards/EXISTING_SCRIPT_CONTROLLED_REFACTOR_STANDARD.md @sergstack
/ARCHIVE_MAP.md @sergstack
/docs/reference/ARCHIVE_MAP.md @sergstack
/UPLOAD_GUIDE.md @sergstack
/REPO_PATHS.md @sergstack
/docs/standards/AUTONOMOUS_EXECUTION_STANDARD.md @sergstack
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"local_files": [
"AGENTS.md",
"ARCHIVE_MAP.md",
"docs/reference/ARCHIVE_MAP.md",
"docs/standards/COMMAND_SURFACE.md",
"docs/standards/CONTEXT_PACK_STANDARD.md",
"docs/standards/EXISTING_SCRIPT_CONTROLLED_REFACTOR_STANDARD.md",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ For the exact gate definitions, read [`MASTER_STATUS.md`](MASTER_STATUS.md).

Useful operating references:

- [`CHATGPT_CODEX_OPERATING_GUIDE.md`](CHATGPT_CODEX_OPERATING_GUIDE.md)
- [`docs/guides/CHATGPT_CODEX_OPERATING_GUIDE.md`](docs/guides/CHATGPT_CODEX_OPERATING_GUIDE.md)
- [`SYNC_CONTRACT.md`](SYNC_CONTRACT.md)
- [`HANDOFF_STYLE_STANDARD.md`](HANDOFF_STYLE_STANDARD.md)
- [`docs/standards/AUTONOMOUS_EXECUTION_STANDARD.md`](docs/standards/AUTONOMOUS_EXECUTION_STANDARD.md)
Expand Down
3 changes: 3 additions & 0 deletions docs/REPOSITORY_MAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ the machine-readable capability registry.
| Check required gates | [`MASTER_STATUS.md`](../MASTER_STATUS.md) | Canonical validation and operational gates |
| Prepare or review a change | [`GOAL_MODE.md`](../GOAL_MODE.md) | Execution and merge policy |
| Sync ChatGPT Project settings | [`UPLOAD_GUIDE.md`](../UPLOAD_GUIDE.md) | Upload and sync guidance |
| Choose ChatGPT or Codex APP | [`CHATGPT_CODEX_OPERATING_GUIDE.md`](guides/CHATGPT_CODEX_OPERATING_GUIDE.md) | Daily routing shortcut |

## Working Architecture

Expand Down Expand Up @@ -74,6 +75,8 @@ debugging a sync problem.
| Current status | root and project-local `CURRENT_STATUS.md` | State maturity and next action; do not redefine gates |
| Operations | [`docs/operations/`](operations) | Active sync, smoke-QA, and pilot records; not entry-point policy |
| Shared standards | [`docs/standards/`](standards) | Reusable cross-repository standards that are not primary root contracts |
| Guides | [`docs/guides/`](guides) | Cross-repository operator guidance and quick-start material |
| Reference maps | [`docs/reference/`](reference) | Active package maps and supporting reference material |
| Gate definitions | `MASTER_STATUS.md` | Define validation and operational gates and point to evidence |
| Evidence | [`docs/evidence/`](evidence) | Record what was checked; passing evidence is not production approval |
| Delivery artifacts | `Knowledge_Bundles/`, Stream Deck exports | Distributable surfaces derived from canonical sources |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"validation_type": "docs_consistency",
"command_or_method": "python3 scripts/check_manifest_paths.py && python3 scripts/check_index_coverage.py && python3 scripts/check_knowledge_bundles.py && python3 scripts/check_repo_public_safety.py && python3 scripts/check_codex_goal_mode_defaults.py && python3 scripts/check_project_instructions_length.py",
"validated_revision": "working-tree iter-002 (post-fix)",
"covered_paths": ["MANIFEST.json", "ChatGPT/", "ARCHIVE_MAP.md"],
"covered_paths": ["MANIFEST.json", "ChatGPT/", "docs/reference/ARCHIVE_MAP.md"],
"covered_requirement_ids": [],
"started_at": "2026-08-06T14:19:00Z",
"completed_at": "2026-08-06T14:19:05Z",
Expand Down
4 changes: 3 additions & 1 deletion ARCHIVE_MAP.md → docs/reference/ARCHIVE_MAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

```text
AI_OS_Project_Settings_v05/
├── ARCHIVE_MAP.md
├── docs/
│ └── reference/
│ └── ARCHIVE_MAP.md
├── MANIFEST.json
├── MANIFEST.md
├── UPLOAD_GUIDE.md
Expand Down
2 changes: 1 addition & 1 deletion scripts/check_manifest_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"REPO_PATHS.md",
"MANIFEST.md",
"MANIFEST.json",
"ARCHIVE_MAP.md",
"docs/reference/ARCHIVE_MAP.md",
"UPLOAD_GUIDE.md",
"CURRENT_STATUS.md",
]
Expand Down
Loading