You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
├── AGENTS.md # Documentation for AI agents that interact with this codebase
676
-
├── CHANGELOG.md # Documentation of notable changes
677
-
├── CODE_OF_CONDUCT.md # Code of conduct for contributors
678
-
├── CONTRIBUTING.md # How to contribute to this codebase
679
-
├── LANGUAGE.md # Ubiquitous language for this codebase
680
-
├── LICENSE.md # License for this codebase
681
-
├── PULL_REQUEST_TEMPLATE.md # Template for pull requests
682
-
├── README.md # Overview of this codebase for users
683
-
├── RUNBOOK.md # Operational documentation for operators
684
-
├── SECURITY.md # Security policy for this codebase
685
-
├── SUPPORT.md # Support guidelines for this codebase
686
-
├── TODO.md # List of tasks to be completed
687
-
├── Taskfile.yml# Taskfile for managing tasks
688
-
├── cliff.toml# Configuration file for the Cliff tool
689
-
├── docs # Documentation directory
690
-
│ ├── README.md# Main documentation landing page
691
-
│ └── ...
692
-
├── design # Design directory
693
-
│ ├── README.md # Introduction to design
694
-
│ ├── contracts# Any Open API, AsyncAPI, data contracts etc
695
-
│ └── decisions # Architectural decision records localised to the service
696
-
├── behaviour # Behaviour directory
697
-
│ ├── README.md # Introduction to behaviour
698
-
│ └── ...# Behaviour implementation encapsulating business logic
699
-
├── experiences # Experiences directory
700
-
│ ├── README.md# Introduction to experiences
701
-
│ └── ... # UI implementation for behaviour such as web, app, AI etc
702
-
├── publication # Publication directory
703
-
│ ├── README.md# Introduction to publication
704
-
│ └── ... # Implementation of data publications
705
-
├── outcomes # Outcomes directory
706
-
│ ├── README.md# Introduction to outcomes
707
-
│ └── ... # UI implementation for outcomes such as reports, AI etc
708
-
├── mkdocs.yml # MkDocs configuration file
709
-
├── .editorconfig# Editor configuration file
710
-
├── .gitattributes# Git attributes file
711
-
├── .gitignore # Git ignore file
712
-
└── .editorconfig # Editor configuration file
713
-
714
-
```
674
+
<detailsclass="example">
675
+
<summary>Directory Interface Example</summary>
676
+
<p>Here's a source aligned directory implementation:</p>
677
+
<divclass="highlight"><pre><span></span><code><aid="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a>├── AGENTS.md # Documentation for AI agents that interact with this codebase
678
+
<aid="__codelineno-1-2" name="__codelineno-1-2" href="#__codelineno-1-2"></a>├── CHANGELOG.md # Documentation of notable changes
679
+
<aid="__codelineno-1-3" name="__codelineno-1-3" href="#__codelineno-1-3"></a>├── CODE_OF_CONDUCT.md # Code of conduct for contributors
680
+
<aid="__codelineno-1-4" name="__codelineno-1-4" href="#__codelineno-1-4"></a>├── CONTRIBUTING.md # How to contribute to this codebase
681
+
<aid="__codelineno-1-5" name="__codelineno-1-5" href="#__codelineno-1-5"></a>├── LANGUAGE.md # Ubiquitous language for this codebase
682
+
<aid="__codelineno-1-6" name="__codelineno-1-6" href="#__codelineno-1-6"></a>├── LICENSE.md # License for this codebase
683
+
<aid="__codelineno-1-7" name="__codelineno-1-7" href="#__codelineno-1-7"></a>├── PULL_REQUEST_TEMPLATE.md # Template for pull requests
684
+
<aid="__codelineno-1-8" name="__codelineno-1-8" href="#__codelineno-1-8"></a>├── README.md # Overview of this codebase for users
685
+
<aid="__codelineno-1-9" name="__codelineno-1-9" href="#__codelineno-1-9"></a>├── RUNBOOK.md # Operational documentation for operators
686
+
<aid="__codelineno-1-10" name="__codelineno-1-10" href="#__codelineno-1-10"></a>├── SECURITY.md # Security policy for this codebase
687
+
<aid="__codelineno-1-11" name="__codelineno-1-11" href="#__codelineno-1-11"></a>├── SUPPORT.md # Support guidelines for this codebase
688
+
<aid="__codelineno-1-12" name="__codelineno-1-12" href="#__codelineno-1-12"></a>├── TODO.md # List of tasks to be completed
689
+
<aid="__codelineno-1-13" name="__codelineno-1-13" href="#__codelineno-1-13"></a>├── Taskfile.yml# Taskfile for managing tasks
690
+
<aid="__codelineno-1-14" name="__codelineno-1-14" href="#__codelineno-1-14"></a>├── cliff.toml # Configuration file for the Cliff tool
<aid="__codelineno-1-19" name="__codelineno-1-19" href="#__codelineno-1-19"></a>│ ├── README.md # Introduction to design
696
+
<aid="__codelineno-1-20" name="__codelineno-1-20" href="#__codelineno-1-20"></a>│├── contracts # Any Open API, AsyncAPI, data contracts etc
697
+
<aid="__codelineno-1-21" name="__codelineno-1-21" href="#__codelineno-1-21"></a>│ └── decisions # Architectural decision records localised to the service
0 commit comments