IntelligenceOS Project Map
Sample Code Project
This is a redacted example of the first browser page IntelligenceOS creates. It shows what was found, what needs attention and what the next agent should know before editing.
Real product output: generated from the self-contained IntelligenceOS clean-room codebase. Local machine paths have been replaced for this public example.
What Happened
IntelligenceOS scanned a local source folder in read-only mode and created a project map, report, handoff files and local evidence artefacts.
- Project type
- codebase
- Source type
- code_repository
- Source folder
- sample-project/
- Live writes
- false
- Secrets handled
- false
Project Snapshot
Important Files
- README.mdCommon project entry point or configuration file.
- pyproject.tomlCommon project entry point or configuration file.
- docs/editorial-policy.mdOperational or guidance document.
- docs/runbook.mdOperational or guidance document.
- src/demo_app.pyIncluded in the local project scan.
- tests/test_demo_app.pyIncluded in the local project scan.
Detected Surfaces
- Clean-room repositoryrepository | source_control | project
- Demo docsdocument_store | human_read_model | project/docs
- Demo teststest_suite | proof_plane | project/tests
Warnings And Gaps
- info missing_topicRoadmap topic is not yet covered: Release rollback route
- warning missing_meta_descriptionContent item has no meta description in the extract.
- warning missing_meta_descriptionContent item has no meta description in the extract.
- warning missing_meta_descriptionContent item has no meta description in the extract.
- warning missing_meta_descriptionContent item has no meta description in the extract.
- warning missing_meta_descriptionContent item has no meta description in the extract.
- warning missing_meta_descriptionContent item has no meta description in the extract.
- missingRelease rollback route
What The AI Agent Should Know
- Start with
site-intel.ymlin the approved sample folder. - Treat
PROJECT_MAP.htmlas the readable summary andagent-handoff.mdas supporting context. - The scan found 6 inventory items and 7 quality flags.
- Do not publish, deploy, write to a CMS, use credentials, call paid APIs or run destructive commands without explicit approval.
- If project changes affect files, docs, metadata, links, workflows or quality gates, rerun IntelligenceOS before closeout.
What To Do Next
- Read the Project Map.
- Open the browser report if you want detail.
- Give NEXT_AGENT_PROMPT.md and agent-handoff.md to your agent for a plain-English explanation.
- Approve only a scoped next action with files, proof and rollback named.
Optional Next Workflows
- Recommended optional workflow: Repo Safety Reviewoptional read-only review availableRun a read-only repo hygiene check before asking an agent to edit this project. repo signals found: pyproject.toml, src/; missing hygiene basics: AGENTS.md, SECURITY.md, .env.example, scripts/verify.sh, .githooks/pre-push, .github/dependabot.yml.This does not change your repo by default. Applying templates, hooks or workflows requires explicit approval.Read
REPO_SAFETY_CAPABILITY.html. - Website ops workflowcoming in this beta track / optional